blob: 7a365f1ef427af09b0d52afed892ee92fc16b7f4 [file] [log] [blame]
Craig Citro065b5302014-08-14 00:47:23 -07001<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.provisioning.html">provisioning</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">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#createAccountTicket">createAccountTicket(body=None)</a></code></p>
Craig Citro065b5302014-08-14 00:47:23 -070082<p class="firstline">Creates an account ticket.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070083<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070084 <code><a href="#createAccountTree">createAccountTree(body=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070085<p class="firstline">Provision account.</p>
Craig Citro065b5302014-08-14 00:47:23 -070086<h3>Method Details</h3>
87<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088 <code class="details" id="close">close()</code>
89 <pre>Close httplib2 connections.</pre>
90</div>
91
92<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -070093 <code class="details" id="createAccountTicket">createAccountTicket(body=None)</code>
Craig Citro065b5302014-08-14 00:47:23 -070094 <pre>Creates an account ticket.
95
96Args:
Dan O'Mearadd494642020-05-01 07:42:23 -070097 body: object, The request body.
Craig Citro065b5302014-08-14 00:47:23 -070098 The object takes the form of:
99
100{ # JSON template for an Analytics account ticket. The account ticket consists of the ticket ID and the basic information for the account, property and profile.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700101 &quot;kind&quot;: &quot;analytics#accountTicket&quot;, # Resource type for account ticket.
102 &quot;webproperty&quot;: { # JSON template for an Analytics web property. # Web property for the account.
103 &quot;starred&quot;: True or False, # Indicates whether this web property is starred or not.
104 &quot;level&quot;: &quot;A String&quot;, # Level for this web property. Possible values are STANDARD or PREMIUM.
105 &quot;dataRetentionTtl&quot;: &quot;A String&quot;, # The length of time for which user and event data is retained.
106 # This property cannot be set on insert.
107 &quot;profileCount&quot;: 42, # View (Profile) count for this web property.
108 &quot;kind&quot;: &quot;analytics#webproperty&quot;, # Resource type for Analytics WebProperty.
109 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
110 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
111 &quot;defaultProfileId&quot;: &quot;A String&quot;, # Default view (profile) ID.
112 &quot;created&quot;: &quot;A String&quot;, # Time this web property was created.
113 &quot;updated&quot;: &quot;A String&quot;, # Time this web property was last modified.
114 &quot;permissions&quot;: { # Permissions the user has for this web property.
115 &quot;effective&quot;: [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
116 &quot;A String&quot;,
117 ],
118 },
119 &quot;industryVertical&quot;: &quot;A String&quot;, # The industry vertical/category selected for this web property.
120 &quot;childLink&quot;: { # Child link for this web property. Points to the list of views (profiles) for this web property.
121 &quot;type&quot;: &quot;analytics#profiles&quot;, # Type of the parent link. Its value is &quot;analytics#profiles&quot;.
122 &quot;href&quot;: &quot;A String&quot;, # Link to the list of views (profiles) for this web property.
123 },
124 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this web property.
125 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website url for this web property.
126 &quot;dataRetentionResetOnNewActivity&quot;: True or False, # Set to true to reset the retention period of the user identifier with each new event from that user (thus setting the expiration date to current time plus retention period).
127 # Set to false to delete data associated with the user identifier automatically after the rentention period.
128 # This property cannot be set on insert.
129 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
130 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
131 &quot;parentLink&quot;: { # Parent link for this web property. Points to the account to which this web property belongs.
132 &quot;type&quot;: &quot;analytics#account&quot;, # Type of the parent link. Its value is &quot;analytics#account&quot;.
133 &quot;href&quot;: &quot;A String&quot;, # Link to the account for this web property.
134 },
135 },
136 &quot;profile&quot;: { # JSON template for an Analytics view (profile). # View (Profile) for the account.
137 &quot;excludeQueryParameters&quot;: &quot;A String&quot;, # The query parameters that are excluded from this view (profile).
138 &quot;enhancedECommerceTracking&quot;: True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled.
139 &quot;stripSiteSearchCategoryParameters&quot;: True or False, # Whether or not Analytics will strip search category parameters from the URLs in your reports.
140 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this view (profile).
141 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
142 &quot;defaultPage&quot;: &quot;A String&quot;, # Default page for this view (profile).
143 &quot;stripSiteSearchQueryParameters&quot;: True or False, # Whether or not Analytics will strip search query parameters from the URLs in your reports.
144 &quot;kind&quot;: &quot;analytics#profile&quot;, # Resource type for Analytics view (profile).
145 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
146 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
147 &quot;permissions&quot;: { # Permissions the user has for this view (profile).
148 &quot;effective&quot;: [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property.
149 &quot;A String&quot;,
150 ],
151 },
152 &quot;botFilteringEnabled&quot;: True or False, # Indicates whether bot filtering is enabled for this view (profile).
153 &quot;eCommerceTracking&quot;: True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
154 &quot;timezone&quot;: &quot;A String&quot;, # Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
155 &quot;currency&quot;: &quot;A String&quot;, # The currency type associated with this view (profile), defaults to USD. The supported values are:
156 # USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
157 &quot;siteSearchCategoryParameters&quot;: &quot;A String&quot;, # Site search category parameters for this view (profile).
158 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
159 &quot;starred&quot;: True or False, # Indicates whether this view (profile) is starred or not.
160 &quot;updated&quot;: &quot;A String&quot;, # Time this view (profile) was last modified.
161 &quot;created&quot;: &quot;A String&quot;, # Time this view (profile) was created.
162 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
163 &quot;type&quot;: &quot;A String&quot;, # View (Profile) type. Supported types: WEB or APP.
164 &quot;siteSearchQueryParameters&quot;: &quot;A String&quot;, # The site search query parameters for this view (profile).
165 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website URL for this view (profile).
166 &quot;childLink&quot;: { # Child link for this view (profile). Points to the list of goals for this view (profile).
167 &quot;type&quot;: &quot;analytics#goals&quot;, # Value is &quot;analytics#goals&quot;.
168 &quot;href&quot;: &quot;A String&quot;, # Link to the list of goals for this view (profile).
169 },
170 &quot;parentLink&quot;: { # Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
171 &quot;type&quot;: &quot;analytics#webproperty&quot;, # Value is &quot;analytics#webproperty&quot;.
172 &quot;href&quot;: &quot;A String&quot;, # Link to the web property to which this view (profile) belongs.
173 },
174 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700175 &quot;redirectUri&quot;: &quot;A String&quot;, # Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in APIs console as a callback URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700176 &quot;account&quot;: { # JSON template for Analytics account entry. # Account for this ticket.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700177 &quot;starred&quot;: True or False, # Indicates whether this account is starred or not.
178 &quot;kind&quot;: &quot;analytics#account&quot;, # Resource type for Analytics account.
179 &quot;id&quot;: &quot;A String&quot;, # Account ID.
180 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this account.
181 &quot;created&quot;: &quot;A String&quot;, # Time the account was created.
182 &quot;childLink&quot;: { # Child link for an account entry. Points to the list of web properties for this account.
183 &quot;type&quot;: &quot;analytics#webproperties&quot;, # Type of the child link. Its value is &quot;analytics#webproperties&quot;.
184 &quot;href&quot;: &quot;A String&quot;, # Link to the list of web properties for this account.
185 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700186 &quot;name&quot;: &quot;A String&quot;, # Account name.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700187 &quot;updated&quot;: &quot;A String&quot;, # Time the account was last modified.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700188 &quot;permissions&quot;: { # Permissions the user has for this account.
189 &quot;effective&quot;: [ # All the permissions that the user has for this account. These include any implied permissions (e.g., EDIT implies VIEW).
190 &quot;A String&quot;,
191 ],
192 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700193 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700194 &quot;id&quot;: &quot;A String&quot;, # Account ticket ID used to access the account ticket.
Craig Citro065b5302014-08-14 00:47:23 -0700195 }
196
197
198Returns:
199 An object of the form:
200
201 { # JSON template for an Analytics account ticket. The account ticket consists of the ticket ID and the basic information for the account, property and profile.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700202 &quot;kind&quot;: &quot;analytics#accountTicket&quot;, # Resource type for account ticket.
203 &quot;webproperty&quot;: { # JSON template for an Analytics web property. # Web property for the account.
204 &quot;starred&quot;: True or False, # Indicates whether this web property is starred or not.
205 &quot;level&quot;: &quot;A String&quot;, # Level for this web property. Possible values are STANDARD or PREMIUM.
206 &quot;dataRetentionTtl&quot;: &quot;A String&quot;, # The length of time for which user and event data is retained.
207 # This property cannot be set on insert.
208 &quot;profileCount&quot;: 42, # View (Profile) count for this web property.
209 &quot;kind&quot;: &quot;analytics#webproperty&quot;, # Resource type for Analytics WebProperty.
210 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
211 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
212 &quot;defaultProfileId&quot;: &quot;A String&quot;, # Default view (profile) ID.
213 &quot;created&quot;: &quot;A String&quot;, # Time this web property was created.
214 &quot;updated&quot;: &quot;A String&quot;, # Time this web property was last modified.
215 &quot;permissions&quot;: { # Permissions the user has for this web property.
216 &quot;effective&quot;: [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
217 &quot;A String&quot;,
218 ],
219 },
220 &quot;industryVertical&quot;: &quot;A String&quot;, # The industry vertical/category selected for this web property.
221 &quot;childLink&quot;: { # Child link for this web property. Points to the list of views (profiles) for this web property.
222 &quot;type&quot;: &quot;analytics#profiles&quot;, # Type of the parent link. Its value is &quot;analytics#profiles&quot;.
223 &quot;href&quot;: &quot;A String&quot;, # Link to the list of views (profiles) for this web property.
224 },
225 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this web property.
226 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website url for this web property.
227 &quot;dataRetentionResetOnNewActivity&quot;: True or False, # Set to true to reset the retention period of the user identifier with each new event from that user (thus setting the expiration date to current time plus retention period).
228 # Set to false to delete data associated with the user identifier automatically after the rentention period.
229 # This property cannot be set on insert.
230 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
231 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
232 &quot;parentLink&quot;: { # Parent link for this web property. Points to the account to which this web property belongs.
233 &quot;type&quot;: &quot;analytics#account&quot;, # Type of the parent link. Its value is &quot;analytics#account&quot;.
234 &quot;href&quot;: &quot;A String&quot;, # Link to the account for this web property.
235 },
236 },
237 &quot;profile&quot;: { # JSON template for an Analytics view (profile). # View (Profile) for the account.
238 &quot;excludeQueryParameters&quot;: &quot;A String&quot;, # The query parameters that are excluded from this view (profile).
239 &quot;enhancedECommerceTracking&quot;: True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled.
240 &quot;stripSiteSearchCategoryParameters&quot;: True or False, # Whether or not Analytics will strip search category parameters from the URLs in your reports.
241 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this view (profile).
242 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
243 &quot;defaultPage&quot;: &quot;A String&quot;, # Default page for this view (profile).
244 &quot;stripSiteSearchQueryParameters&quot;: True or False, # Whether or not Analytics will strip search query parameters from the URLs in your reports.
245 &quot;kind&quot;: &quot;analytics#profile&quot;, # Resource type for Analytics view (profile).
246 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
247 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
248 &quot;permissions&quot;: { # Permissions the user has for this view (profile).
249 &quot;effective&quot;: [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property.
250 &quot;A String&quot;,
251 ],
252 },
253 &quot;botFilteringEnabled&quot;: True or False, # Indicates whether bot filtering is enabled for this view (profile).
254 &quot;eCommerceTracking&quot;: True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
255 &quot;timezone&quot;: &quot;A String&quot;, # Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
256 &quot;currency&quot;: &quot;A String&quot;, # The currency type associated with this view (profile), defaults to USD. The supported values are:
257 # USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
258 &quot;siteSearchCategoryParameters&quot;: &quot;A String&quot;, # Site search category parameters for this view (profile).
259 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
260 &quot;starred&quot;: True or False, # Indicates whether this view (profile) is starred or not.
261 &quot;updated&quot;: &quot;A String&quot;, # Time this view (profile) was last modified.
262 &quot;created&quot;: &quot;A String&quot;, # Time this view (profile) was created.
263 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
264 &quot;type&quot;: &quot;A String&quot;, # View (Profile) type. Supported types: WEB or APP.
265 &quot;siteSearchQueryParameters&quot;: &quot;A String&quot;, # The site search query parameters for this view (profile).
266 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website URL for this view (profile).
267 &quot;childLink&quot;: { # Child link for this view (profile). Points to the list of goals for this view (profile).
268 &quot;type&quot;: &quot;analytics#goals&quot;, # Value is &quot;analytics#goals&quot;.
269 &quot;href&quot;: &quot;A String&quot;, # Link to the list of goals for this view (profile).
270 },
271 &quot;parentLink&quot;: { # Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
272 &quot;type&quot;: &quot;analytics#webproperty&quot;, # Value is &quot;analytics#webproperty&quot;.
273 &quot;href&quot;: &quot;A String&quot;, # Link to the web property to which this view (profile) belongs.
274 },
275 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700276 &quot;redirectUri&quot;: &quot;A String&quot;, # Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in APIs console as a callback URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700277 &quot;account&quot;: { # JSON template for Analytics account entry. # Account for this ticket.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700278 &quot;starred&quot;: True or False, # Indicates whether this account is starred or not.
279 &quot;kind&quot;: &quot;analytics#account&quot;, # Resource type for Analytics account.
280 &quot;id&quot;: &quot;A String&quot;, # Account ID.
281 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this account.
282 &quot;created&quot;: &quot;A String&quot;, # Time the account was created.
283 &quot;childLink&quot;: { # Child link for an account entry. Points to the list of web properties for this account.
284 &quot;type&quot;: &quot;analytics#webproperties&quot;, # Type of the child link. Its value is &quot;analytics#webproperties&quot;.
285 &quot;href&quot;: &quot;A String&quot;, # Link to the list of web properties for this account.
286 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700287 &quot;name&quot;: &quot;A String&quot;, # Account name.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700288 &quot;updated&quot;: &quot;A String&quot;, # Time the account was last modified.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700289 &quot;permissions&quot;: { # Permissions the user has for this account.
290 &quot;effective&quot;: [ # All the permissions that the user has for this account. These include any implied permissions (e.g., EDIT implies VIEW).
291 &quot;A String&quot;,
292 ],
293 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700294 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700295 &quot;id&quot;: &quot;A String&quot;, # Account ticket ID used to access the account ticket.
Craig Citro065b5302014-08-14 00:47:23 -0700296 }</pre>
297</div>
298
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700299<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700300 <code class="details" id="createAccountTree">createAccountTree(body=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700301 <pre>Provision account.
302
303Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700304 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700305 The object takes the form of:
306
307{ # JSON template for an Analytics account tree requests. The account tree request is used in the provisioning api to create an account, property, and view (profile). It contains the basic information required to make these fields.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700308 &quot;webpropertyName&quot;: &quot;A String&quot;,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700309 &quot;timezone&quot;: &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700310 &quot;websiteUrl&quot;: &quot;A String&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700311 &quot;profileName&quot;: &quot;A String&quot;,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700312 &quot;kind&quot;: &quot;analytics#accountTreeRequest&quot;, # Resource type for account ticket.
313 &quot;accountName&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700314 }
315
316
317Returns:
318 An object of the form:
319
320 { # JSON template for an Analytics account tree response. The account tree response is used in the provisioning api to return the result of creating an account, property, and view (profile).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700321 &quot;account&quot;: { # JSON template for Analytics account entry. # The account created.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700322 &quot;starred&quot;: True or False, # Indicates whether this account is starred or not.
323 &quot;kind&quot;: &quot;analytics#account&quot;, # Resource type for Analytics account.
324 &quot;id&quot;: &quot;A String&quot;, # Account ID.
325 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this account.
326 &quot;created&quot;: &quot;A String&quot;, # Time the account was created.
327 &quot;childLink&quot;: { # Child link for an account entry. Points to the list of web properties for this account.
328 &quot;type&quot;: &quot;analytics#webproperties&quot;, # Type of the child link. Its value is &quot;analytics#webproperties&quot;.
329 &quot;href&quot;: &quot;A String&quot;, # Link to the list of web properties for this account.
330 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700331 &quot;name&quot;: &quot;A String&quot;, # Account name.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700332 &quot;updated&quot;: &quot;A String&quot;, # Time the account was last modified.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700333 &quot;permissions&quot;: { # Permissions the user has for this account.
334 &quot;effective&quot;: [ # All the permissions that the user has for this account. These include any implied permissions (e.g., EDIT implies VIEW).
335 &quot;A String&quot;,
336 ],
337 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700338 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700339 &quot;kind&quot;: &quot;analytics#accountTreeResponse&quot;, # Resource type for account ticket.
340 &quot;profile&quot;: { # JSON template for an Analytics view (profile). # View (Profile) for the account.
341 &quot;excludeQueryParameters&quot;: &quot;A String&quot;, # The query parameters that are excluded from this view (profile).
342 &quot;enhancedECommerceTracking&quot;: True or False, # Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled.
343 &quot;stripSiteSearchCategoryParameters&quot;: True or False, # Whether or not Analytics will strip search category parameters from the URLs in your reports.
344 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this view (profile).
345 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
346 &quot;defaultPage&quot;: &quot;A String&quot;, # Default page for this view (profile).
347 &quot;stripSiteSearchQueryParameters&quot;: True or False, # Whether or not Analytics will strip search query parameters from the URLs in your reports.
348 &quot;kind&quot;: &quot;analytics#profile&quot;, # Resource type for Analytics view (profile).
349 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
350 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
351 &quot;permissions&quot;: { # Permissions the user has for this view (profile).
352 &quot;effective&quot;: [ # All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700353 &quot;A String&quot;,
354 ],
355 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700356 &quot;botFilteringEnabled&quot;: True or False, # Indicates whether bot filtering is enabled for this view (profile).
357 &quot;eCommerceTracking&quot;: True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
358 &quot;timezone&quot;: &quot;A String&quot;, # Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
359 &quot;currency&quot;: &quot;A String&quot;, # The currency type associated with this view (profile), defaults to USD. The supported values are:
360 # USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
361 &quot;siteSearchCategoryParameters&quot;: &quot;A String&quot;, # Site search category parameters for this view (profile).
362 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
363 &quot;starred&quot;: True or False, # Indicates whether this view (profile) is starred or not.
364 &quot;updated&quot;: &quot;A String&quot;, # Time this view (profile) was last modified.
365 &quot;created&quot;: &quot;A String&quot;, # Time this view (profile) was created.
366 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
367 &quot;type&quot;: &quot;A String&quot;, # View (Profile) type. Supported types: WEB or APP.
368 &quot;siteSearchQueryParameters&quot;: &quot;A String&quot;, # The site search query parameters for this view (profile).
369 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website URL for this view (profile).
370 &quot;childLink&quot;: { # Child link for this view (profile). Points to the list of goals for this view (profile).
371 &quot;type&quot;: &quot;analytics#goals&quot;, # Value is &quot;analytics#goals&quot;.
372 &quot;href&quot;: &quot;A String&quot;, # Link to the list of goals for this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700373 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700374 &quot;parentLink&quot;: { # Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
375 &quot;type&quot;: &quot;analytics#webproperty&quot;, # Value is &quot;analytics#webproperty&quot;.
376 &quot;href&quot;: &quot;A String&quot;, # Link to the web property to which this view (profile) belongs.
377 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700378 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700379 &quot;webproperty&quot;: { # JSON template for an Analytics web property. # Web property for the account.
380 &quot;starred&quot;: True or False, # Indicates whether this web property is starred or not.
381 &quot;level&quot;: &quot;A String&quot;, # Level for this web property. Possible values are STANDARD or PREMIUM.
382 &quot;dataRetentionTtl&quot;: &quot;A String&quot;, # The length of time for which user and event data is retained.
383 # This property cannot be set on insert.
384 &quot;profileCount&quot;: 42, # View (Profile) count for this web property.
385 &quot;kind&quot;: &quot;analytics#webproperty&quot;, # Resource type for Analytics WebProperty.
386 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
387 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
388 &quot;defaultProfileId&quot;: &quot;A String&quot;, # Default view (profile) ID.
389 &quot;created&quot;: &quot;A String&quot;, # Time this web property was created.
390 &quot;updated&quot;: &quot;A String&quot;, # Time this web property was last modified.
391 &quot;permissions&quot;: { # Permissions the user has for this web property.
392 &quot;effective&quot;: [ # All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.
393 &quot;A String&quot;,
394 ],
395 },
396 &quot;industryVertical&quot;: &quot;A String&quot;, # The industry vertical/category selected for this web property.
397 &quot;childLink&quot;: { # Child link for this web property. Points to the list of views (profiles) for this web property.
398 &quot;type&quot;: &quot;analytics#profiles&quot;, # Type of the parent link. Its value is &quot;analytics#profiles&quot;.
399 &quot;href&quot;: &quot;A String&quot;, # Link to the list of views (profiles) for this web property.
400 },
401 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this web property.
402 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website url for this web property.
403 &quot;dataRetentionResetOnNewActivity&quot;: True or False, # Set to true to reset the retention period of the user identifier with each new event from that user (thus setting the expiration date to current time plus retention period).
404 # Set to false to delete data associated with the user identifier automatically after the rentention period.
405 # This property cannot be set on insert.
406 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
407 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
408 &quot;parentLink&quot;: { # Parent link for this web property. Points to the account to which this web property belongs.
409 &quot;type&quot;: &quot;analytics#account&quot;, # Type of the parent link. Its value is &quot;analytics#account&quot;.
410 &quot;href&quot;: &quot;A String&quot;, # Link to the account for this web property.
411 },
412 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700413 }</pre>
414</div>
415
Craig Citro065b5302014-08-14 00:47:23 -0700416</body></html>