• Home
  • Raw
  • Download

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 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
114 …ot;childLink&quot;: { # Child link for this web property. Points to the list of views (profiles) f…
115 …&quot;href&quot;: &quot;A String&quot;, # Link to the list of views (profiles) for this web proper…
118 &quot;created&quot;: &quot;A String&quot;, # Time this web property was created.
125 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
126 …tical&quot;: &quot;A String&quot;, # The industry vertical/category selected for this web property.
127 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
129 …&quot;level&quot;: &quot;A String&quot;, # Level for this web property. Possible values are STANDA…
130 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
131 …&quot;parentLink&quot;: { # Parent link for this web property. Points to the account to which this…
132 &quot;href&quot;: &quot;A String&quot;, # Link to the account for this web property.
135 &quot;permissions&quot;: { # Permissions the user has for this web property.
136 …&quot;effective&quot;: [ # All the permissions that the user has for this web property. These incl…
140 &quot;profileCount&quot;: 42, # View (Profile) count for this web property.
141 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this web property.
142 &quot;starred&quot;: True or False, # Indicates whether this web property is starred or not.
143 &quot;updated&quot;: &quot;A String&quot;, # Time this web property was last modified.
144 &quot;websiteUrl&quot;: &quot;A String&quot;, # 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 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
159 …ot;childLink&quot;: { # Child link for this web property. Points to the list of views (profiles) f…
160 …&quot;href&quot;: &quot;A String&quot;, # Link to the list of views (profiles) for this web proper…
163 &quot;created&quot;: &quot;A String&quot;, # Time this web property was created.
170 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
171 …tical&quot;: &quot;A String&quot;, # The industry vertical/category selected for this web property.
172 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
174 …&quot;level&quot;: &quot;A String&quot;, # Level for this web property. Possible values are STANDA…
175 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
176 …&quot;parentLink&quot;: { # Parent link for this web property. Points to the account to which this…
177 &quot;href&quot;: &quot;A String&quot;, # Link to the account for this web property.
180 &quot;permissions&quot;: { # Permissions the user has for this web property.
181 …&quot;effective&quot;: [ # All the permissions that the user has for this web property. These incl…
185 &quot;profileCount&quot;: 42, # View (Profile) count for this web property.
186 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this web property.
187 &quot;starred&quot;: True or False, # Indicates whether this web property is starred or not.
188 &quot;updated&quot;: &quot;A String&quot;, # Time this web property was last modified.
189 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website url for this web property.
196 { # JSON template for an Analytics web property.
197 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
198 …ot;childLink&quot;: { # Child link for this web property. Points to the list of views (profiles) f…
199 …&quot;href&quot;: &quot;A String&quot;, # Link to the list of views (profiles) for this web proper…
202 &quot;created&quot;: &quot;A String&quot;, # Time this web property was created.
209 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
210 …tical&quot;: &quot;A String&quot;, # The industry vertical/category selected for this web property.
211 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
213 …&quot;level&quot;: &quot;A String&quot;, # Level for this web property. Possible values are STANDA…
214 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
215 …&quot;parentLink&quot;: { # Parent link for this web property. Points to the account to which this…
216 &quot;href&quot;: &quot;A String&quot;, # Link to the account for this web property.
219 &quot;permissions&quot;: { # Permissions the user has for this web property.
220 …&quot;effective&quot;: [ # All the permissions that the user has for this web property. These incl…
224 &quot;profileCount&quot;: 42, # View (Profile) count for this web property.
225 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this web property.
226 &quot;starred&quot;: True or False, # Indicates whether this web property is starred or not.
227 &quot;updated&quot;: &quot;A String&quot;, # Time this web property was last modified.
228 &quot;websiteUrl&quot;: &quot;A String&quot;, # 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.
244web property collection lists Analytics web properties to which the user has access. Each resource…
245 &quot;items&quot;: [ # A list of web properties.
246 { # JSON template for an Analytics web property.
247 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
248 …ot;childLink&quot;: { # Child link for this web property. Points to the list of views (profiles) f…
249 …&quot;href&quot;: &quot;A String&quot;, # Link to the list of views (profiles) for this web proper…
252 &quot;created&quot;: &quot;A String&quot;, # Time this web property was created.
259 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
260 …tical&quot;: &quot;A String&quot;, # The industry vertical/category selected for this web property.
261 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
263 …&quot;level&quot;: &quot;A String&quot;, # Level for this web property. Possible values are STANDA…
264 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
265 …&quot;parentLink&quot;: { # Parent link for this web property. Points to the account to which this…
266 &quot;href&quot;: &quot;A String&quot;, # Link to the account for this web property.
269 &quot;permissions&quot;: { # Permissions the user has for this web property.
270 …&quot;effective&quot;: [ # All the permissions that the user has for this web property. These incl…
274 &quot;profileCount&quot;: 42, # View (Profile) count for this web property.
275 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this web property.
276 &quot;starred&quot;: True or False, # Indicates whether this web property is starred or not.
277 &quot;updated&quot;: &quot;A String&quot;, # Time this web property was last modified.
278 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website url for this web property.
283 &quot;nextLink&quot;: &quot;A String&quot;, # Link to next page for this web property collection.
284 …&quot;previousLink&quot;: &quot;A String&quot;, # 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 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
303 …ot;childLink&quot;: { # Child link for this web property. Points to the list of views (profiles) f…
304 …&quot;href&quot;: &quot;A String&quot;, # Link to the list of views (profiles) for this web proper…
307 &quot;created&quot;: &quot;A String&quot;, # Time this web property was created.
314 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
315 …tical&quot;: &quot;A String&quot;, # The industry vertical/category selected for this web property.
316 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
318 …&quot;level&quot;: &quot;A String&quot;, # Level for this web property. Possible values are STANDA…
319 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
320 …&quot;parentLink&quot;: { # Parent link for this web property. Points to the account to which this…
321 &quot;href&quot;: &quot;A String&quot;, # Link to the account for this web property.
324 &quot;permissions&quot;: { # Permissions the user has for this web property.
325 …&quot;effective&quot;: [ # All the permissions that the user has for this web property. These incl…
329 &quot;profileCount&quot;: 42, # View (Profile) count for this web property.
330 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this web property.
331 &quot;starred&quot;: True or False, # Indicates whether this web property is starred or not.
332 &quot;updated&quot;: &quot;A String&quot;, # Time this web property was last modified.
333 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website url for this web property.
340 { # JSON template for an Analytics web property.
341 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
342 …ot;childLink&quot;: { # Child link for this web property. Points to the list of views (profiles) f…
343 …&quot;href&quot;: &quot;A String&quot;, # Link to the list of views (profiles) for this web proper…
346 &quot;created&quot;: &quot;A String&quot;, # Time this web property was created.
353 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
354 …tical&quot;: &quot;A String&quot;, # The industry vertical/category selected for this web property.
355 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
357 …&quot;level&quot;: &quot;A String&quot;, # Level for this web property. Possible values are STANDA…
358 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
359 …&quot;parentLink&quot;: { # Parent link for this web property. Points to the account to which this…
360 &quot;href&quot;: &quot;A String&quot;, # Link to the account for this web property.
363 &quot;permissions&quot;: { # Permissions the user has for this web property.
364 …&quot;effective&quot;: [ # All the permissions that the user has for this web property. These incl…
368 &quot;profileCount&quot;: 42, # View (Profile) count for this web property.
369 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this web property.
370 &quot;starred&quot;: True or False, # Indicates whether this web property is starred or not.
371 &quot;updated&quot;: &quot;A String&quot;, # Time this web property was last modified.
372 &quot;websiteUrl&quot;: &quot;A String&quot;, # 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 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
388 …ot;childLink&quot;: { # Child link for this web property. Points to the list of views (profiles) f…
389 …&quot;href&quot;: &quot;A String&quot;, # Link to the list of views (profiles) for this web proper…
392 &quot;created&quot;: &quot;A String&quot;, # Time this web property was created.
399 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
400 …tical&quot;: &quot;A String&quot;, # The industry vertical/category selected for this web property.
401 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
403 …&quot;level&quot;: &quot;A String&quot;, # Level for this web property. Possible values are STANDA…
404 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
405 …&quot;parentLink&quot;: { # Parent link for this web property. Points to the account to which this…
406 &quot;href&quot;: &quot;A String&quot;, # Link to the account for this web property.
409 &quot;permissions&quot;: { # Permissions the user has for this web property.
410 …&quot;effective&quot;: [ # All the permissions that the user has for this web property. These incl…
414 &quot;profileCount&quot;: 42, # View (Profile) count for this web property.
415 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this web property.
416 &quot;starred&quot;: True or False, # Indicates whether this web property is starred or not.
417 &quot;updated&quot;: &quot;A String&quot;, # Time this web property was last modified.
418 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website url for this web property.
425 { # JSON template for an Analytics web property.
426 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
427 …ot;childLink&quot;: { # Child link for this web property. Points to the list of views (profiles) f…
428 …&quot;href&quot;: &quot;A String&quot;, # Link to the list of views (profiles) for this web proper…
431 &quot;created&quot;: &quot;A String&quot;, # Time this web property was created.
438 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
439 …tical&quot;: &quot;A String&quot;, # The industry vertical/category selected for this web property.
440 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
442 …&quot;level&quot;: &quot;A String&quot;, # Level for this web property. Possible values are STANDA…
443 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
444 …&quot;parentLink&quot;: { # Parent link for this web property. Points to the account to which this…
445 &quot;href&quot;: &quot;A String&quot;, # Link to the account for this web property.
448 &quot;permissions&quot;: { # Permissions the user has for this web property.
449 …&quot;effective&quot;: [ # All the permissions that the user has for this web property. These incl…
453 &quot;profileCount&quot;: 42, # View (Profile) count for this web property.
454 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this web property.
455 &quot;starred&quot;: True or False, # Indicates whether this web property is starred or not.
456 &quot;updated&quot;: &quot;A String&quot;, # Time this web property was last modified.
457 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website url for this web property.