Lines Matching full:property
79 <p class="firstline">Gets a web property to which the user has access.</p>
82 <p class="firstline">Create a new property if the account has fewer than 20 properties. Web propert…
88 <p class="firstline">Updates an existing web property. This method supports patch semantics.</p>
91 <p class="firstline">Updates an existing web property.</p>
95 <pre>Gets a web property to which the user has access.
98 accountId: string, Account ID to retrieve the web property for. (required)
99 webPropertyId: string, ID to retrieve the web property for. (required)
104 { # JSON template for an Analytics web property.
105 "websiteUrl": "A String", # Website url for this web property.
107 "name": "A String", # Name of this web property.
108 "created": "A String", # Time this web property was created.
110 "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
111 "updated": "A String", # Time this web property was last modified.
112 "profileCount": 42, # View (Profile) count for this web property.
113 "internalWebPropertyId": "A String", # Internal ID for this web property.
114 …"childLink": { # Child link for this web property. Points to the list of views (profiles) for this…
115 "href": "A String", # Link to the list of views (profiles) for this web property.
118 … "industryVertical": "A String", # The industry vertical/category selected for this web property.
119 "starred": True or False, # Indicates whether this web property is starred or not.
120 …"parentLink": { # Parent link for this web property. Points to the account to which this web prope…
121 "href": "A String", # Link to the account for this web property.
124 "permissions": { # Permissions the user has for this web property.
125 …"effective": [ # All the permissions that the user has for this web property. These include any im…
129 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
130 "selfLink": "A String", # Link for this web property.
131 "accountId": "A String", # Account ID to which this web property belongs.
137 …<pre>Create a new property if the account has fewer than 20 properties. Web properties are visible…
140 accountId: string, Account ID to create the web property for. (required)
144 { # JSON template for an Analytics web property.
145 "websiteUrl": "A String", # Website url for this web property.
147 "name": "A String", # Name of this web property.
148 "created": "A String", # Time this web property was created.
150 "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
151 "updated": "A String", # Time this web property was last modified.
152 "profileCount": 42, # View (Profile) count for this web property.
153 "internalWebPropertyId": "A String", # Internal ID for this web property.
154 …"childLink": { # Child link for this web property. Points to the list of views (profiles) for this…
155 "href": "A String", # Link to the list of views (profiles) for this web property.
158 "industryVertical": "A String", # The industry vertical/category selected for this web property.
159 "starred": True or False, # Indicates whether this web property is starred or not.
160 …"parentLink": { # Parent link for this web property. Points to the account to which this web prope…
161 "href": "A String", # Link to the account for this web property.
164 "permissions": { # Permissions the user has for this web property.
165 …"effective": [ # All the permissions that the user has for this web property. These include any im…
169 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
170 "selfLink": "A String", # Link for this web property.
171 "accountId": "A String", # Account ID to which this web property belongs.
178 { # JSON template for an Analytics web property.
179 "websiteUrl": "A String", # Website url for this web property.
181 "name": "A String", # Name of this web property.
182 "created": "A String", # Time this web property was created.
184 "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
185 "updated": "A String", # Time this web property was last modified.
186 "profileCount": 42, # View (Profile) count for this web property.
187 "internalWebPropertyId": "A String", # Internal ID for this web property.
188 …"childLink": { # Child link for this web property. Points to the list of views (profiles) for this…
189 "href": "A String", # Link to the list of views (profiles) for this web property.
192 … "industryVertical": "A String", # The industry vertical/category selected for this web property.
193 "starred": True or False, # Indicates whether this web property is starred or not.
194 …"parentLink": { # Parent link for this web property. Points to the account to which this web prope…
195 "href": "A String", # Link to the account for this web property.
198 "permissions": { # Permissions the user has for this web property.
199 …"effective": [ # All the permissions that the user has for this web property. These include any im…
203 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
204 "selfLink": "A String", # Link for this web property.
205 "accountId": "A String", # Account ID to which this web property belongs.
221 …property collection lists Analytics web properties to which the user has access. Each resource in …
225 { # JSON template for an Analytics web property.
226 "websiteUrl": "A String", # Website url for this web property.
228 "name": "A String", # Name of this web property.
229 "created": "A String", # Time this web property was created.
231 … "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
232 "updated": "A String", # Time this web property was last modified.
233 "profileCount": 42, # View (Profile) count for this web property.
234 "internalWebPropertyId": "A String", # Internal ID for this web property.
235 …"childLink": { # Child link for this web property. Points to the list of views (profiles) for this…
236 "href": "A String", # Link to the list of views (profiles) for this web property.
239 … "industryVertical": "A String", # The industry vertical/category selected for this web property.
240 "starred": True or False, # Indicates whether this web property is starred or not.
241 …"parentLink": { # Parent link for this web property. Points to the account to which this web prope…
242 "href": "A String", # Link to the account for this web property.
245 "permissions": { # Permissions the user has for this web property.
246 …"effective": [ # All the permissions that the user has for this web property. These include any im…
250 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
251 "selfLink": "A String", # Link for this web property.
252 "accountId": "A String", # Account ID to which this web property belongs.
256 "previousLink": "A String", # Link to previous page for this web property collection.
258 "nextLink": "A String", # Link to next page for this web property collection.
265 <pre>Updates an existing web property. This method supports patch semantics.
268 accountId: string, Account ID to which the web property belongs (required)
269 webPropertyId: string, Web property ID (required)
273 { # JSON template for an Analytics web property.
274 "websiteUrl": "A String", # Website url for this web property.
276 "name": "A String", # Name of this web property.
277 "created": "A String", # Time this web property was created.
279 "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
280 "updated": "A String", # Time this web property was last modified.
281 "profileCount": 42, # View (Profile) count for this web property.
282 "internalWebPropertyId": "A String", # Internal ID for this web property.
283 …"childLink": { # Child link for this web property. Points to the list of views (profiles) for this…
284 "href": "A String", # Link to the list of views (profiles) for this web property.
287 "industryVertical": "A String", # The industry vertical/category selected for this web property.
288 "starred": True or False, # Indicates whether this web property is starred or not.
289 …"parentLink": { # Parent link for this web property. Points to the account to which this web prope…
290 "href": "A String", # Link to the account for this web property.
293 "permissions": { # Permissions the user has for this web property.
294 …"effective": [ # All the permissions that the user has for this web property. These include any im…
298 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
299 "selfLink": "A String", # Link for this web property.
300 "accountId": "A String", # Account ID to which this web property belongs.
307 { # JSON template for an Analytics web property.
308 "websiteUrl": "A String", # Website url for this web property.
310 "name": "A String", # Name of this web property.
311 "created": "A String", # Time this web property was created.
313 "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
314 "updated": "A String", # Time this web property was last modified.
315 "profileCount": 42, # View (Profile) count for this web property.
316 "internalWebPropertyId": "A String", # Internal ID for this web property.
317 …"childLink": { # Child link for this web property. Points to the list of views (profiles) for this…
318 "href": "A String", # Link to the list of views (profiles) for this web property.
321 … "industryVertical": "A String", # The industry vertical/category selected for this web property.
322 "starred": True or False, # Indicates whether this web property is starred or not.
323 …"parentLink": { # Parent link for this web property. Points to the account to which this web prope…
324 "href": "A String", # Link to the account for this web property.
327 "permissions": { # Permissions the user has for this web property.
328 …"effective": [ # All the permissions that the user has for this web property. These include any im…
332 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
333 "selfLink": "A String", # Link for this web property.
334 "accountId": "A String", # Account ID to which this web property belongs.
340 <pre>Updates an existing web property.
343 accountId: string, Account ID to which the web property belongs (required)
344 webPropertyId: string, Web property ID (required)
348 { # JSON template for an Analytics web property.
349 "websiteUrl": "A String", # Website url for this web property.
351 "name": "A String", # Name of this web property.
352 "created": "A String", # Time this web property was created.
354 "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
355 "updated": "A String", # Time this web property was last modified.
356 "profileCount": 42, # View (Profile) count for this web property.
357 "internalWebPropertyId": "A String", # Internal ID for this web property.
358 …"childLink": { # Child link for this web property. Points to the list of views (profiles) for this…
359 "href": "A String", # Link to the list of views (profiles) for this web property.
362 "industryVertical": "A String", # The industry vertical/category selected for this web property.
363 "starred": True or False, # Indicates whether this web property is starred or not.
364 …"parentLink": { # Parent link for this web property. Points to the account to which this web prope…
365 "href": "A String", # Link to the account for this web property.
368 "permissions": { # Permissions the user has for this web property.
369 …"effective": [ # All the permissions that the user has for this web property. These include any im…
373 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
374 "selfLink": "A String", # Link for this web property.
375 "accountId": "A String", # Account ID to which this web property belongs.
382 { # JSON template for an Analytics web property.
383 "websiteUrl": "A String", # Website url for this web property.
385 "name": "A String", # Name of this web property.
386 "created": "A String", # Time this web property was created.
388 "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
389 "updated": "A String", # Time this web property was last modified.
390 "profileCount": 42, # View (Profile) count for this web property.
391 "internalWebPropertyId": "A String", # Internal ID for this web property.
392 …"childLink": { # Child link for this web property. Points to the list of views (profiles) for this…
393 "href": "A String", # Link to the list of views (profiles) for this web property.
396 … "industryVertical": "A String", # The industry vertical/category selected for this web property.
397 "starred": True or False, # Indicates whether this web property is starred or not.
398 …"parentLink": { # Parent link for this web property. Points to the account to which this web prope…
399 "href": "A String", # Link to the account for this web property.
402 "permissions": { # Permissions the user has for this web property.
403 …"effective": [ # All the permissions that the user has for this web property. These include any im…
407 "id": "A String", # Web property ID of the form UA-XXXXX-YY.
408 "selfLink": "A String", # Link for this web property.
409 "accountId": "A String", # Account ID to which this web property belongs.