REST Resource: properties.iosAppDataStreams

Resource: IosAppDataStream

A resource message representing a Google Analytics IOS app stream.

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

string

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

firebaseAppId

string

Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS 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".

bundleId

string

Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"

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 iOS app stream on a property.

get

Lookup for a single IosAppDataStream

list

Returns child iOS app data streams under the specified parent property.

patch

Updates an iOS app stream on a property.