You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Creates an Android app stream with the specified location and attributes. Note that an Android app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).</p>
<pre>Creates an Android app stream with the specified location and attributes. Note that an Android app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).
107
-
108
-
Args:
109
-
parent: string, Required. The parent resource where this android app data stream will be created. Format: properties/123 (required)
110
-
body: object, The request body.
111
-
The object takes the form of:
112
-
113
-
{ # A resource message representing a Google Analytics Android app stream.
114
-
"createTime": "A String", # Output only. Time when this stream was originally created.
115
-
"displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
116
-
"firebaseAppId": "A 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.
117
-
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
118
-
"packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
119
-
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
120
-
}
121
-
122
-
x__xgafv: string, V1 error format.
123
-
Allowed values
124
-
1 - v1 error format
125
-
2 - v2 error format
126
-
127
-
Returns:
128
-
An object of the form:
129
-
130
-
{ # A resource message representing a Google Analytics Android app stream.
131
-
"createTime": "A String", # Output only. Time when this stream was originally created.
132
-
"displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
133
-
"firebaseAppId": "A 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.
134
-
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
135
-
"packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
136
-
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
<pclass="firstline">Creates an iOS app stream with the specified location and attributes. Note that an iOS app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).</p>
<pre>Creates an iOS app stream with the specified location and attributes. Note that an iOS app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).
107
-
108
-
Args:
109
-
parent: string, Required. The parent resource where this ios app data stream will be created. Format: properties/123 (required)
110
-
body: object, The request body.
111
-
The object takes the form of:
112
-
113
-
{ # A resource message representing a Google Analytics IOS app stream.
114
-
"bundleId": "A String", # Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
115
-
"createTime": "A String", # Output only. Time when this stream was originally created.
116
-
"displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
117
-
"firebaseAppId": "A 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.
118
-
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/1000/iosAppDataStreams/2000"
119
-
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
120
-
}
121
-
122
-
x__xgafv: string, V1 error format.
123
-
Allowed values
124
-
1 - v1 error format
125
-
2 - v2 error format
126
-
127
-
Returns:
128
-
An object of the form:
129
-
130
-
{ # A resource message representing a Google Analytics IOS app stream.
131
-
"bundleId": "A String", # Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
132
-
"createTime": "A String", # Output only. Time when this stream was originally created.
133
-
"displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
134
-
"firebaseAppId": "A 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.
135
-
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/1000/iosAppDataStreams/2000"
136
-
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json
+1-57Lines changed: 1 addition & 57 deletions
Original file line number
Diff line number
Diff line change
@@ -787,34 +787,6 @@
787
787
"resources": {
788
788
"androidAppDataStreams": {
789
789
"methods": {
790
-
"create": {
791
-
"description": "Creates an Android app stream with the specified location and attributes. Note that an Android app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).",
"description": "Creates an iOS app stream with the specified location and attributes. Note that an iOS app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).",
0 commit comments