blob: 1327b3e69b89688240b26713e92ec17f2db477a9 [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.management.html">management</a> . <a href="analytics_v3.management.webpropertyUserLinks.html">webpropertyUserLinks</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
John Asmuth614db982014-04-24 15:46:26 -040081 <code><a href="#delete">delete(accountId, webPropertyId, linkId)</a></code></p>
82<p class="firstline">Removes a user from the given web property.</p>
83<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070084 <code><a href="#insert">insert(accountId, webPropertyId, body=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040085<p class="firstline">Adds a new user to the given web property.</p>
86<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070087 <code><a href="#list">list(accountId, webPropertyId, start_index=None, max_results=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040088<p class="firstline">Lists webProperty-user links for a given web property.</p>
89<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070090 <code><a href="#update">update(accountId, webPropertyId, linkId, body=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040091<p class="firstline">Updates permissions for an existing user on the given web property.</p>
92<h3>Method Details</h3>
93<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070094 <code class="details" id="close">close()</code>
95 <pre>Close httplib2 connections.</pre>
96</div>
97
98<div class="method">
John Asmuth614db982014-04-24 15:46:26 -040099 <code class="details" id="delete">delete(accountId, webPropertyId, linkId)</code>
100 <pre>Removes a user from the given web property.
101
102Args:
103 accountId: string, Account ID to delete the user link for. (required)
104 webPropertyId: string, Web Property ID to delete the user link for. (required)
105 linkId: string, Link ID to delete the user link for. (required)
106</pre>
107</div>
108
109<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700110 <code class="details" id="insert">insert(accountId, webPropertyId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400111 <pre>Adds a new user to the given web property.
112
113Args:
114 accountId: string, Account ID to create the user link for. (required)
115 webPropertyId: string, Web Property ID to create the user link for. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700116 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400117 The object takes the form of:
118
119{ # JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700120 &quot;entity&quot;: { # Entity for this link. It can be an account, a web property, or a view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700121 &quot;profileRef&quot;: { # JSON template for a linked view (profile). # View (Profile) for this link.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700122 &quot;kind&quot;: &quot;analytics#profileRef&quot;, # Analytics view (profile) reference.
123 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700124 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700125 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
126 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
127 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
128 &quot;href&quot;: &quot;A String&quot;, # Link for this view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700129 },
130 &quot;webPropertyRef&quot;: { # JSON template for a web property reference. # Web property for this link.
131 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
132 &quot;href&quot;: &quot;A String&quot;, # Link for this web property.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700133 &quot;kind&quot;: &quot;analytics#webPropertyRef&quot;, # Analytics web property reference.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700134 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
135 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
136 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
137 },
138 &quot;accountRef&quot;: { # JSON template for a linked account. # Account for this link.
139 &quot;name&quot;: &quot;A String&quot;, # Account name.
140 &quot;href&quot;: &quot;A String&quot;, # Link for this account.
141 &quot;kind&quot;: &quot;analytics#accountRef&quot;, # Analytics account reference.
142 &quot;id&quot;: &quot;A String&quot;, # Account ID.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700143 },
144 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700145 &quot;permissions&quot;: { # Permissions the user has for this entity.
146 &quot;local&quot;: [ # Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
147 &quot;A String&quot;,
148 ],
149 &quot;effective&quot;: [ # Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
150 &quot;A String&quot;,
151 ],
152 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700153 &quot;id&quot;: &quot;A String&quot;, # Entity user link ID
154 &quot;selfLink&quot;: &quot;A String&quot;, # Self link for this resource.
155 &quot;kind&quot;: &quot;analytics#entityUserLink&quot;, # Resource type for entity user link.
156 &quot;userRef&quot;: { # JSON template for a user reference. # User reference.
157 &quot;email&quot;: &quot;A String&quot;, # Email ID of this user.
158 &quot;id&quot;: &quot;A String&quot;, # User ID.
159 &quot;kind&quot;: &quot;analytics#userRef&quot;,
160 },
John Asmuth614db982014-04-24 15:46:26 -0400161 }
162
163
164Returns:
165 An object of the form:
166
167 { # JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700168 &quot;entity&quot;: { # Entity for this link. It can be an account, a web property, or a view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700169 &quot;profileRef&quot;: { # JSON template for a linked view (profile). # View (Profile) for this link.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700170 &quot;kind&quot;: &quot;analytics#profileRef&quot;, # Analytics view (profile) reference.
171 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700172 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700173 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
174 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
175 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
176 &quot;href&quot;: &quot;A String&quot;, # Link for this view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700177 },
178 &quot;webPropertyRef&quot;: { # JSON template for a web property reference. # Web property for this link.
179 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
180 &quot;href&quot;: &quot;A String&quot;, # Link for this web property.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700181 &quot;kind&quot;: &quot;analytics#webPropertyRef&quot;, # Analytics web property reference.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700182 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
183 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
184 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
185 },
186 &quot;accountRef&quot;: { # JSON template for a linked account. # Account for this link.
187 &quot;name&quot;: &quot;A String&quot;, # Account name.
188 &quot;href&quot;: &quot;A String&quot;, # Link for this account.
189 &quot;kind&quot;: &quot;analytics#accountRef&quot;, # Analytics account reference.
190 &quot;id&quot;: &quot;A String&quot;, # Account ID.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700191 },
192 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700193 &quot;permissions&quot;: { # Permissions the user has for this entity.
194 &quot;local&quot;: [ # Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
195 &quot;A String&quot;,
196 ],
197 &quot;effective&quot;: [ # Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
198 &quot;A String&quot;,
199 ],
200 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700201 &quot;id&quot;: &quot;A String&quot;, # Entity user link ID
202 &quot;selfLink&quot;: &quot;A String&quot;, # Self link for this resource.
203 &quot;kind&quot;: &quot;analytics#entityUserLink&quot;, # Resource type for entity user link.
204 &quot;userRef&quot;: { # JSON template for a user reference. # User reference.
205 &quot;email&quot;: &quot;A String&quot;, # Email ID of this user.
206 &quot;id&quot;: &quot;A String&quot;, # User ID.
207 &quot;kind&quot;: &quot;analytics#userRef&quot;,
208 },
John Asmuth614db982014-04-24 15:46:26 -0400209 }</pre>
210</div>
211
212<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700213 <code class="details" id="list">list(accountId, webPropertyId, start_index=None, max_results=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400214 <pre>Lists webProperty-user links for a given web property.
215
216Args:
217 accountId: string, Account ID which the given web property belongs to. (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700218 webPropertyId: string, Web Property ID for the webProperty-user links to retrieve. Can either be a specific web property ID or &#x27;~all&#x27;, which refers to all the web properties that user has access to. (required)
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700219 start_index: integer, An index of the first webProperty-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700220 max_results: integer, The maximum number of webProperty-user Links to include in this response.
John Asmuth614db982014-04-24 15:46:26 -0400221
222Returns:
223 An object of the form:
224
225 { # An entity user link collection provides a list of Analytics ACL links Each resource in this collection corresponds to a single link.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700226 &quot;totalResults&quot;: 42, # The total number of results for the query, regardless of the number of results in the response.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700227 &quot;itemsPerPage&quot;: 42, # The maximum number of entries the response can contain, regardless of the actual number of entries returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
228 &quot;nextLink&quot;: &quot;A String&quot;, # Next link for this account collection.
229 &quot;previousLink&quot;: &quot;A String&quot;, # Previous link for this account collection.
Bu Sun Kim65020912020-05-20 12:08:20 -0700230 &quot;items&quot;: [ # A list of entity user links.
John Asmuth614db982014-04-24 15:46:26 -0400231 { # JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700232 &quot;entity&quot;: { # Entity for this link. It can be an account, a web property, or a view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700233 &quot;profileRef&quot;: { # JSON template for a linked view (profile). # View (Profile) for this link.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700234 &quot;kind&quot;: &quot;analytics#profileRef&quot;, # Analytics view (profile) reference.
235 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700236 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700237 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
238 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
239 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
240 &quot;href&quot;: &quot;A String&quot;, # Link for this view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700241 },
242 &quot;webPropertyRef&quot;: { # JSON template for a web property reference. # Web property for this link.
243 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
244 &quot;href&quot;: &quot;A String&quot;, # Link for this web property.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700245 &quot;kind&quot;: &quot;analytics#webPropertyRef&quot;, # Analytics web property reference.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700246 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
247 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
248 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
249 },
250 &quot;accountRef&quot;: { # JSON template for a linked account. # Account for this link.
251 &quot;name&quot;: &quot;A String&quot;, # Account name.
252 &quot;href&quot;: &quot;A String&quot;, # Link for this account.
253 &quot;kind&quot;: &quot;analytics#accountRef&quot;, # Analytics account reference.
254 &quot;id&quot;: &quot;A String&quot;, # Account ID.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700255 },
256 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700257 &quot;permissions&quot;: { # Permissions the user has for this entity.
258 &quot;local&quot;: [ # Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
259 &quot;A String&quot;,
260 ],
261 &quot;effective&quot;: [ # Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
262 &quot;A String&quot;,
263 ],
264 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700265 &quot;id&quot;: &quot;A String&quot;, # Entity user link ID
266 &quot;selfLink&quot;: &quot;A String&quot;, # Self link for this resource.
267 &quot;kind&quot;: &quot;analytics#entityUserLink&quot;, # Resource type for entity user link.
268 &quot;userRef&quot;: { # JSON template for a user reference. # User reference.
269 &quot;email&quot;: &quot;A String&quot;, # Email ID of this user.
270 &quot;id&quot;: &quot;A String&quot;, # User ID.
271 &quot;kind&quot;: &quot;analytics#userRef&quot;,
272 },
John Asmuth614db982014-04-24 15:46:26 -0400273 },
274 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700275 &quot;startIndex&quot;: 42, # The starting index of the entries, which is 1 by default or otherwise specified by the start-index query parameter.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700276 &quot;kind&quot;: &quot;analytics#entityUserLinks&quot;, # Collection type.
John Asmuth614db982014-04-24 15:46:26 -0400277 }</pre>
278</div>
279
280<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700281 <code class="details" id="update">update(accountId, webPropertyId, linkId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400282 <pre>Updates permissions for an existing user on the given web property.
283
284Args:
285 accountId: string, Account ID to update the account-user link for. (required)
286 webPropertyId: string, Web property ID to update the account-user link for. (required)
287 linkId: string, Link ID to update the account-user link for. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700288 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400289 The object takes the form of:
290
291{ # JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700292 &quot;entity&quot;: { # Entity for this link. It can be an account, a web property, or a view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700293 &quot;profileRef&quot;: { # JSON template for a linked view (profile). # View (Profile) for this link.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700294 &quot;kind&quot;: &quot;analytics#profileRef&quot;, # Analytics view (profile) reference.
295 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700296 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700297 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
298 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
299 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
300 &quot;href&quot;: &quot;A String&quot;, # Link for this view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700301 },
302 &quot;webPropertyRef&quot;: { # JSON template for a web property reference. # Web property for this link.
303 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
304 &quot;href&quot;: &quot;A String&quot;, # Link for this web property.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700305 &quot;kind&quot;: &quot;analytics#webPropertyRef&quot;, # Analytics web property reference.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700306 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
307 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
308 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
309 },
310 &quot;accountRef&quot;: { # JSON template for a linked account. # Account for this link.
311 &quot;name&quot;: &quot;A String&quot;, # Account name.
312 &quot;href&quot;: &quot;A String&quot;, # Link for this account.
313 &quot;kind&quot;: &quot;analytics#accountRef&quot;, # Analytics account reference.
314 &quot;id&quot;: &quot;A String&quot;, # Account ID.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700315 },
316 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700317 &quot;permissions&quot;: { # Permissions the user has for this entity.
318 &quot;local&quot;: [ # Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
319 &quot;A String&quot;,
320 ],
321 &quot;effective&quot;: [ # Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
322 &quot;A String&quot;,
323 ],
324 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700325 &quot;id&quot;: &quot;A String&quot;, # Entity user link ID
326 &quot;selfLink&quot;: &quot;A String&quot;, # Self link for this resource.
327 &quot;kind&quot;: &quot;analytics#entityUserLink&quot;, # Resource type for entity user link.
328 &quot;userRef&quot;: { # JSON template for a user reference. # User reference.
329 &quot;email&quot;: &quot;A String&quot;, # Email ID of this user.
330 &quot;id&quot;: &quot;A String&quot;, # User ID.
331 &quot;kind&quot;: &quot;analytics#userRef&quot;,
332 },
John Asmuth614db982014-04-24 15:46:26 -0400333 }
334
335
336Returns:
337 An object of the form:
338
339 { # JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700340 &quot;entity&quot;: { # Entity for this link. It can be an account, a web property, or a view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700341 &quot;profileRef&quot;: { # JSON template for a linked view (profile). # View (Profile) for this link.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700342 &quot;kind&quot;: &quot;analytics#profileRef&quot;, # Analytics view (profile) reference.
343 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700344 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700345 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
346 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
347 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
348 &quot;href&quot;: &quot;A String&quot;, # Link for this view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700349 },
350 &quot;webPropertyRef&quot;: { # JSON template for a web property reference. # Web property for this link.
351 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
352 &quot;href&quot;: &quot;A String&quot;, # Link for this web property.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700353 &quot;kind&quot;: &quot;analytics#webPropertyRef&quot;, # Analytics web property reference.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700354 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
355 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
356 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
357 },
358 &quot;accountRef&quot;: { # JSON template for a linked account. # Account for this link.
359 &quot;name&quot;: &quot;A String&quot;, # Account name.
360 &quot;href&quot;: &quot;A String&quot;, # Link for this account.
361 &quot;kind&quot;: &quot;analytics#accountRef&quot;, # Analytics account reference.
362 &quot;id&quot;: &quot;A String&quot;, # Account ID.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700363 },
364 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700365 &quot;permissions&quot;: { # Permissions the user has for this entity.
366 &quot;local&quot;: [ # Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
367 &quot;A String&quot;,
368 ],
369 &quot;effective&quot;: [ # Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
370 &quot;A String&quot;,
371 ],
372 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700373 &quot;id&quot;: &quot;A String&quot;, # Entity user link ID
374 &quot;selfLink&quot;: &quot;A String&quot;, # Self link for this resource.
375 &quot;kind&quot;: &quot;analytics#entityUserLink&quot;, # Resource type for entity user link.
376 &quot;userRef&quot;: { # JSON template for a user reference. # User reference.
377 &quot;email&quot;: &quot;A String&quot;, # Email ID of this user.
378 &quot;id&quot;: &quot;A String&quot;, # User ID.
379 &quot;kind&quot;: &quot;analytics#userRef&quot;,
380 },
John Asmuth614db982014-04-24 15:46:26 -0400381 }</pre>
382</div>
383
384</body></html>