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
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.accounts.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ <h2>Instance Methods</h2>
87
87
<pclass="firstline">Marks target Account as soft-deleted (ie: "trashed") and returns it. This API does not have a method to restore soft-deleted accounts. However, they can be restored using the Trash Can UI. If the accounts are not restored before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks, Streams, UserLinks) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found.</p>
<pclass="firstline">Lookup for a single Account. Throws "Target not found" if no such account found, or if caller does not have permissions to access it.</p>
90
+
<pclass="firstline">Lookup for a single Account.</p>
<pre>Lookup for a single Account. Throws "Target not found" if no such account found, or if caller does not have permissions to access it.
132
+
<pre>Lookup for a single Account.
133
133
134
134
Args:
135
135
name: string, Required. The name of the account to lookup. Format: accounts/{account} Example: "accounts/100" (required)
@@ -142,11 +142,11 @@ <h3>Method Details</h3>
142
142
An object of the form:
143
143
144
144
{ # A resource message representing a Google Analytics account.
145
-
"countryCode": "A String", # Country of business. Must be a non-deprecated code for a UN M.49 region. https: //unicode.org/cldr/charts/latest/supplem // ental/territory_containment_un_m_49.html
146
145
"createTime": "A String", # Output only. Time when this account was originally created.
147
146
"deleted": True or False, # Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
148
147
"displayName": "A String", # Required. Human-readable display name for this account.
149
148
"name": "A String", # Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
149
+
"regionCode": "A String", # Country of business. Must be a Unicode CLDR region code.
150
150
"updateTime": "A String", # Output only. Time when account payload fields were last updated.
151
151
}</pre>
152
152
</div>
@@ -194,11 +194,11 @@ <h3>Method Details</h3>
194
194
{ # Request message for ListAccounts RPC.
195
195
"accounts": [ # Results that were accessible to the caller.
196
196
{ # A resource message representing a Google Analytics account.
197
-
"countryCode": "A String", # Country of business. Must be a non-deprecated code for a UN M.49 region. https: //unicode.org/cldr/charts/latest/supplem // ental/territory_containment_un_m_49.html
198
197
"createTime": "A String", # Output only. Time when this account was originally created.
199
198
"deleted": True or False, # Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
200
199
"displayName": "A String", # Required. Human-readable display name for this account.
201
200
"name": "A String", # Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
201
+
"regionCode": "A String", # Country of business. Must be a Unicode CLDR region code.
202
202
"updateTime": "A String", # Output only. Time when account payload fields were last updated.
203
203
},
204
204
],
@@ -230,15 +230,15 @@ <h3>Method Details</h3>
230
230
The object takes the form of:
231
231
232
232
{ # A resource message representing a Google Analytics account.
233
-
"countryCode": "A String", # Country of business. Must be a non-deprecated code for a UN M.49 region. https: //unicode.org/cldr/charts/latest/supplem // ental/territory_containment_un_m_49.html
234
233
"createTime": "A String", # Output only. Time when this account was originally created.
235
234
"deleted": True or False, # Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
236
235
"displayName": "A String", # Required. Human-readable display name for this account.
237
236
"name": "A String", # Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
237
+
"regionCode": "A String", # Country of business. Must be a Unicode CLDR region code.
238
238
"updateTime": "A String", # Output only. Time when account payload fields were last updated.
239
239
}
240
240
241
-
updateMask: string, The list of fields to be updated. Omitted fields will not be updated.
241
+
updateMask: string, Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
242
242
x__xgafv: string, V1 error format.
243
243
Allowed values
244
244
1 - v1 error format
@@ -248,11 +248,11 @@ <h3>Method Details</h3>
248
248
An object of the form:
249
249
250
250
{ # A resource message representing a Google Analytics account.
251
-
"countryCode": "A String", # Country of business. Must be a non-deprecated code for a UN M.49 region. https: //unicode.org/cldr/charts/latest/supplem // ental/territory_containment_un_m_49.html
252
251
"createTime": "A String", # Output only. Time when this account was originally created.
253
252
"deleted": True or False, # Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
254
253
"displayName": "A String", # Required. Human-readable display name for this account.
255
254
"name": "A String", # Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
255
+
"regionCode": "A String", # Country of business. Must be a Unicode CLDR region code.
256
256
"updateTime": "A String", # Output only. Time when account payload fields were last updated.
257
257
}</pre>
258
258
</div>
@@ -267,11 +267,11 @@ <h3>Method Details</h3>
267
267
268
268
{ # Request message for ProvisionAccountTicket RPC.
269
269
"account": { # A resource message representing a Google Analytics account. # The account to create.
270
-
"countryCode": "A String", # Country of business. Must be a non-deprecated code for a UN M.49 region. https: //unicode.org/cldr/charts/latest/supplem // ental/territory_containment_un_m_49.html
271
270
"createTime": "A String", # Output only. Time when this account was originally created.
272
271
"deleted": True or False, # Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
273
272
"displayName": "A String", # Required. Human-readable display name for this account.
274
273
"name": "A String", # Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
274
+
"regionCode": "A String", # Country of business. Must be a Unicode CLDR region code.
275
275
"updateTime": "A String", # Output only. Time when account payload fields were last updated.
276
276
},
277
277
"redirectUri": "A String", # Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Developers Console as a Redirect URI
<pclass="firstline">Creates an android app stream with the specified location and attributes.</p>
82
+
<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>
<pclass="firstline">Lookup for a single AndroidAppDataStream Throws "Target not found" if no such android app data stream found, or if the caller does not have permissions to access it.</p>
88
+
<pclass="firstline">Lookup for a single AndroidAppDataStream</p>
<pclass="firstline">Returns child android app streams under the specified parent property. Android app streams will be excluded if the caller does not have access. Returns an empty list if no relevant android app streams are found.</p>
<pre>Creates an android app stream with the specified location and attributes.
106
+
<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
107
108
108
Args:
109
109
parent: string, Required. The parent resource where this android app data stream will be created. Format: properties/123 (required)
<pre>Lookup for a single AndroidAppDataStream Throws "Target not found" if no such android app data stream found, or if the caller does not have permissions to access it.
160
+
<pre>Lookup for a single AndroidAppDataStream
161
161
162
162
Args:
163
163
name: string, Required. The name of the android app data stream to lookup. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/123/androidAppDataStreams/456" (required)
@@ -242,7 +242,7 @@ <h3>Method Details</h3>
242
242
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
243
243
}
244
244
245
-
updateMask: string, The list of fields to be updated. Omitted fields will not be updated.
245
+
updateMask: string, Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
pageSize: integer, The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)
158
+
pageToken: string, A page token, received from a previous `ListFirebaseLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListProperties` must match the call that provided the page token.
154
159
x__xgafv: string, V1 error format.
155
160
Allowed values
156
161
1 - v1 error format
@@ -168,9 +173,24 @@ <h3>Method Details</h3>
168
173
"project": "A String", # Immutable. Firebase project resource name. When creating a FirebaseLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, returned FirebaseLinks will always have a project_name that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234'
169
174
},
170
175
],
176
+
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. Currently, Google Analytics supports only one FirebaseLink per property, so this will never be populated.
"project": "A String", # Immutable. Firebase project resource name. When creating a FirebaseLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, returned FirebaseLinks will always have a project_name that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234'
188
208
}
189
209
190
-
updateMask: string, The list of fields to be updated. Omitted fields will not be updated.
210
+
updateMask: string, Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.properties.googleAdsLinks.html
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,6 @@ <h3>Method Details</h3>
114
114
"customerId": "A String", # Immutable. Google Ads customer ID.
115
115
"emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
116
116
"name": "A String", # Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.
"updateTime": "A String", # Output only. Time when this link was last updated.
119
118
}
120
119
@@ -133,7 +132,6 @@ <h3>Method Details</h3>
133
132
"customerId": "A String", # Immutable. Google Ads customer ID.
134
133
"emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
135
134
"name": "A String", # Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.
"updateTime": "A String", # Output only. Time when this link was last updated.
138
136
}</pre>
139
137
</div>
@@ -181,7 +179,6 @@ <h3>Method Details</h3>
181
179
"customerId": "A String", # Immutable. Google Ads customer ID.
182
180
"emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
183
181
"name": "A String", # Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.
"updateTime": "A String", # Output only. Time when this link was last updated.
186
183
},
187
184
],
@@ -219,11 +216,10 @@ <h3>Method Details</h3>
219
216
"customerId": "A String", # Immutable. Google Ads customer ID.
220
217
"emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
221
218
"name": "A String", # Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.
"updateTime": "A String", # Output only. Time when this link was last updated.
224
220
}
225
221
226
-
updateMask: string, The list of fields to be updated. Omitted fields will not be updated.
222
+
updateMask: string, Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
227
223
x__xgafv: string, V1 error format.
228
224
Allowed values
229
225
1 - v1 error format
@@ -239,7 +235,6 @@ <h3>Method Details</h3>
239
235
"customerId": "A String", # Immutable. Google Ads customer ID.
240
236
"emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
241
237
"name": "A String", # Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.
0 commit comments