REST Resource: properties.androidAppDataStreams

Resource: AndroidAppDataStream

A resource message representing a Google Analytics Android app stream.

JSON representation
{
  "name": string,
  "firebaseAppId": string,
  "createTime": string,
  "updateTime": string,
  "packageName": string,
  "displayName": string
}
Fields
name

string

Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"

firebaseAppId

string

Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.

createTime

string (Timestamp format)

Output only. Time when this stream was originally created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Time when stream payload fields were last updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

packageName

string

Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"

displayName

string

Human-readable display name for the Data Stream.

The max allowed display name length is 255 UTF-16 code units.

Methods

delete

Deletes an android app stream on a property.

get

Lookup for a single AndroidAppDataStream

list

Returns child android app streams under the specified parent property.

patch

Updates an android app stream on a property.