Lines Matching full:web
82 <p class="firstline">Gets a web property to which the user has access.</p>
85 <p class="firstline">Create a new property if the account has fewer than 20 properties. Web propert…
88 <p class="firstline">Lists web properties to which the user has access.</p>
91 <p class="firstline">Updates an existing web property. This method supports patch semantics.</p>
94 <p class="firstline">Updates an existing web property.</p>
103 <pre>Gets a web property to which the user has access.
106 accountId: string, Account ID to retrieve the web property for. (required)
107 webPropertyId: string, ID to retrieve the web property for. (required)
112 { # JSON template for an Analytics web property.
113 "accountId": "A String", # Account ID to which this web property belongs.
114 …ot;childLink": { # Child link for this web property. Points to the list of views (profiles) f…
115 …"href": "A String", # Link to the list of views (profiles) for this web proper…
118 "created": "A String", # Time this web property was created.
125 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
126 …tical": "A String", # The industry vertical/category selected for this web property.
127 "internalWebPropertyId": "A String", # Internal ID for this web property.
129 …"level": "A String", # Level for this web property. Possible values are STANDA…
130 "name": "A String", # Name of this web property.
131 …"parentLink": { # Parent link for this web property. Points to the account to which this…
132 "href": "A String", # Link to the account for this web property.
135 "permissions": { # Permissions the user has for this web property.
136 …"effective": [ # All the permissions that the user has for this web property. These incl…
140 "profileCount": 42, # View (Profile) count for this web property.
141 "selfLink": "A String", # Link for this web property.
142 "starred": True or False, # Indicates whether this web property is starred or not.
143 "updated": "A String", # Time this web property was last modified.
144 "websiteUrl": "A String", # Website url for this web property.
150 …<pre>Create a new property if the account has fewer than 20 properties. Web properties are visible…
153 accountId: string, Account ID to create the web property for. (required)
157 { # JSON template for an Analytics web property.
158 "accountId": "A String", # Account ID to which this web property belongs.
159 …ot;childLink": { # Child link for this web property. Points to the list of views (profiles) f…
160 …"href": "A String", # Link to the list of views (profiles) for this web proper…
163 "created": "A String", # Time this web property was created.
170 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
171 …tical": "A String", # The industry vertical/category selected for this web property.
172 "internalWebPropertyId": "A String", # Internal ID for this web property.
174 …"level": "A String", # Level for this web property. Possible values are STANDA…
175 "name": "A String", # Name of this web property.
176 …"parentLink": { # Parent link for this web property. Points to the account to which this…
177 "href": "A String", # Link to the account for this web property.
180 "permissions": { # Permissions the user has for this web property.
181 …"effective": [ # All the permissions that the user has for this web property. These incl…
185 "profileCount": 42, # View (Profile) count for this web property.
186 "selfLink": "A String", # Link for this web property.
187 "starred": True or False, # Indicates whether this web property is starred or not.
188 "updated": "A String", # Time this web property was last modified.
189 "websiteUrl": "A String", # Website url for this web property.
196 { # JSON template for an Analytics web property.
197 "accountId": "A String", # Account ID to which this web property belongs.
198 …ot;childLink": { # Child link for this web property. Points to the list of views (profiles) f…
199 …"href": "A String", # Link to the list of views (profiles) for this web proper…
202 "created": "A String", # Time this web property was created.
209 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
210 …tical": "A String", # The industry vertical/category selected for this web property.
211 "internalWebPropertyId": "A String", # Internal ID for this web property.
213 …"level": "A String", # Level for this web property. Possible values are STANDA…
214 "name": "A String", # Name of this web property.
215 …"parentLink": { # Parent link for this web property. Points to the account to which this…
216 "href": "A String", # Link to the account for this web property.
219 "permissions": { # Permissions the user has for this web property.
220 …"effective": [ # All the permissions that the user has for this web property. These incl…
224 "profileCount": 42, # View (Profile) count for this web property.
225 "selfLink": "A String", # Link for this web property.
226 "starred": True or False, # Indicates whether this web property is starred or not.
227 "updated": "A String", # Time this web property was last modified.
228 "websiteUrl": "A String", # Website url for this web property.
234 <pre>Lists web properties to which the user has access.
237 …accountId: string, Account ID to retrieve web properties for. Can either be a specific account ID …
238 max_results: integer, The maximum number of web properties to include in this response.
244 …web property collection lists Analytics web properties to which the user has access. Each resource…
245 "items": [ # A list of web properties.
246 { # JSON template for an Analytics web property.
247 "accountId": "A String", # Account ID to which this web property belongs.
248 …ot;childLink": { # Child link for this web property. Points to the list of views (profiles) f…
249 …"href": "A String", # Link to the list of views (profiles) for this web proper…
252 "created": "A String", # Time this web property was created.
259 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
260 …tical": "A String", # The industry vertical/category selected for this web property.
261 "internalWebPropertyId": "A String", # Internal ID for this web property.
263 …"level": "A String", # Level for this web property. Possible values are STANDA…
264 "name": "A String", # Name of this web property.
265 …"parentLink": { # Parent link for this web property. Points to the account to which this…
266 "href": "A String", # Link to the account for this web property.
269 "permissions": { # Permissions the user has for this web property.
270 …"effective": [ # All the permissions that the user has for this web property. These incl…
274 "profileCount": 42, # View (Profile) count for this web property.
275 "selfLink": "A String", # Link for this web property.
276 "starred": True or False, # Indicates whether this web property is starred or not.
277 "updated": "A String", # Time this web property was last modified.
278 "websiteUrl": "A String", # Website url for this web property.
283 "nextLink": "A String", # Link to next page for this web property collection.
284 …"previousLink": "A String", # Link to previous page for this web property coll…
293 <pre>Updates an existing web property. This method supports patch semantics.
296 accountId: string, Account ID to which the web property belongs (required)
297 webPropertyId: string, Web property ID (required)
301 { # JSON template for an Analytics web property.
302 "accountId": "A String", # Account ID to which this web property belongs.
303 …ot;childLink": { # Child link for this web property. Points to the list of views (profiles) f…
304 …"href": "A String", # Link to the list of views (profiles) for this web proper…
307 "created": "A String", # Time this web property was created.
314 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
315 …tical": "A String", # The industry vertical/category selected for this web property.
316 "internalWebPropertyId": "A String", # Internal ID for this web property.
318 …"level": "A String", # Level for this web property. Possible values are STANDA…
319 "name": "A String", # Name of this web property.
320 …"parentLink": { # Parent link for this web property. Points to the account to which this…
321 "href": "A String", # Link to the account for this web property.
324 "permissions": { # Permissions the user has for this web property.
325 …"effective": [ # All the permissions that the user has for this web property. These incl…
329 "profileCount": 42, # View (Profile) count for this web property.
330 "selfLink": "A String", # Link for this web property.
331 "starred": True or False, # Indicates whether this web property is starred or not.
332 "updated": "A String", # Time this web property was last modified.
333 "websiteUrl": "A String", # Website url for this web property.
340 { # JSON template for an Analytics web property.
341 "accountId": "A String", # Account ID to which this web property belongs.
342 …ot;childLink": { # Child link for this web property. Points to the list of views (profiles) f…
343 …"href": "A String", # Link to the list of views (profiles) for this web proper…
346 "created": "A String", # Time this web property was created.
353 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
354 …tical": "A String", # The industry vertical/category selected for this web property.
355 "internalWebPropertyId": "A String", # Internal ID for this web property.
357 …"level": "A String", # Level for this web property. Possible values are STANDA…
358 "name": "A String", # Name of this web property.
359 …"parentLink": { # Parent link for this web property. Points to the account to which this…
360 "href": "A String", # Link to the account for this web property.
363 "permissions": { # Permissions the user has for this web property.
364 …"effective": [ # All the permissions that the user has for this web property. These incl…
368 "profileCount": 42, # View (Profile) count for this web property.
369 "selfLink": "A String", # Link for this web property.
370 "starred": True or False, # Indicates whether this web property is starred or not.
371 "updated": "A String", # Time this web property was last modified.
372 "websiteUrl": "A String", # Website url for this web property.
378 <pre>Updates an existing web property.
381 accountId: string, Account ID to which the web property belongs (required)
382 webPropertyId: string, Web property ID (required)
386 { # JSON template for an Analytics web property.
387 "accountId": "A String", # Account ID to which this web property belongs.
388 …ot;childLink": { # Child link for this web property. Points to the list of views (profiles) f…
389 …"href": "A String", # Link to the list of views (profiles) for this web proper…
392 "created": "A String", # Time this web property was created.
399 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
400 …tical": "A String", # The industry vertical/category selected for this web property.
401 "internalWebPropertyId": "A String", # Internal ID for this web property.
403 …"level": "A String", # Level for this web property. Possible values are STANDA…
404 "name": "A String", # Name of this web property.
405 …"parentLink": { # Parent link for this web property. Points to the account to which this…
406 "href": "A String", # Link to the account for this web property.
409 "permissions": { # Permissions the user has for this web property.
410 …"effective": [ # All the permissions that the user has for this web property. These incl…
414 "profileCount": 42, # View (Profile) count for this web property.
415 "selfLink": "A String", # Link for this web property.
416 "starred": True or False, # Indicates whether this web property is starred or not.
417 "updated": "A String", # Time this web property was last modified.
418 "websiteUrl": "A String", # Website url for this web property.
425 { # JSON template for an Analytics web property.
426 "accountId": "A String", # Account ID to which this web property belongs.
427 …ot;childLink": { # Child link for this web property. Points to the list of views (profiles) f…
428 …"href": "A String", # Link to the list of views (profiles) for this web proper…
431 "created": "A String", # Time this web property was created.
438 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
439 …tical": "A String", # The industry vertical/category selected for this web property.
440 "internalWebPropertyId": "A String", # Internal ID for this web property.
442 …"level": "A String", # Level for this web property. Possible values are STANDA…
443 "name": "A String", # Name of this web property.
444 …"parentLink": { # Parent link for this web property. Points to the account to which this…
445 "href": "A String", # Link to the account for this web property.
448 "permissions": { # Permissions the user has for this web property.
449 …"effective": [ # All the permissions that the user has for this web property. These incl…
453 "profileCount": 42, # View (Profile) count for this web property.
454 "selfLink": "A String", # Link for this web property.
455 "starred": True or False, # Indicates whether this web property is starred or not.
456 "updated": "A String", # Time this web property was last modified.
457 "websiteUrl": "A String", # Website url for this web property.