blob: 1e046776d21427a342a3d4ecd62c26c146c89104 [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.profiles.html">profiles</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#delete">delete(accountId, webPropertyId, profileId)</a></code></p>
79<p class="firstline">Deletes a view (profile).</p>
80<p class="toc_element">
81 <code><a href="#get">get(accountId, webPropertyId, profileId)</a></code></p>
82<p class="firstline">Gets a view (profile) to which the user has access.</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">Create a new view (profile).</p>
86<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070087 <code><a href="#list">list(accountId, webPropertyId, max_results=None, start_index=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040088<p class="firstline">Lists views (profiles) to which the user has access.</p>
89<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070090 <code><a href="#patch">patch(accountId, webPropertyId, profileId, body=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040091<p class="firstline">Updates an existing view (profile). This method supports patch semantics.</p>
92<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070093 <code><a href="#update">update(accountId, webPropertyId, profileId, body=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040094<p class="firstline">Updates an existing view (profile).</p>
95<h3>Method Details</h3>
96<div class="method">
97 <code class="details" id="delete">delete(accountId, webPropertyId, profileId)</code>
98 <pre>Deletes a view (profile).
99
100Args:
101 accountId: string, Account ID to delete the view (profile) for. (required)
102 webPropertyId: string, Web property ID to delete the view (profile) for. (required)
103 profileId: string, ID of the view (profile) to be deleted. (required)
104</pre>
105</div>
106
107<div class="method">
108 <code class="details" id="get">get(accountId, webPropertyId, profileId)</code>
109 <pre>Gets a view (profile) to which the user has access.
110
111Args:
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700112 accountId: string, Account ID to retrieve the view (profile) for. (required)
113 webPropertyId: string, Web property ID to retrieve the view (profile) for. (required)
114 profileId: string, View (Profile) ID to retrieve the view (profile) for. (required)
John Asmuth614db982014-04-24 15:46:26 -0400115
116Returns:
117 An object of the form:
118
119 { # JSON template for an Analytics view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700120 &quot;excludeQueryParameters&quot;: &quot;A String&quot;, # The query parameters that are excluded from this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700121 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700122 &quot;parentLink&quot;: { # Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700123 &quot;type&quot;: &quot;analytics#webproperty&quot;, # Value is &quot;analytics#webproperty&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700124 &quot;href&quot;: &quot;A String&quot;, # Link to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700125 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700126 &quot;botFilteringEnabled&quot;: True or False, # Indicates whether bot filtering is enabled for this view (profile).
127 &quot;created&quot;: &quot;A String&quot;, # Time this view (profile) was created.
Bu Sun Kim65020912020-05-20 12:08:20 -0700128 &quot;currency&quot;: &quot;A String&quot;, # The currency type associated with this view (profile), defaults to USD. The supported values are:
Jon Wayne Parrottdc6c1ef2016-10-14 11:04:30 -0700129 # 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
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700130 &quot;stripSiteSearchQueryParameters&quot;: True or False, # Whether or not Analytics will strip search query parameters from the URLs in your reports.
131 &quot;siteSearchCategoryParameters&quot;: &quot;A String&quot;, # Site search category parameters for this view (profile).
132 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
133 &quot;type&quot;: &quot;A String&quot;, # View (Profile) type. Supported types: WEB or APP.
Bu Sun Kim65020912020-05-20 12:08:20 -0700134 &quot;stripSiteSearchCategoryParameters&quot;: True or False, # Whether or not Analytics will strip search category parameters from the URLs in your reports.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700135 &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.
136 &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.
137 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
138 &quot;siteSearchQueryParameters&quot;: &quot;A String&quot;, # The site search query parameters for this view (profile).
139 &quot;updated&quot;: &quot;A String&quot;, # Time this view (profile) was last modified.
140 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
141 &quot;kind&quot;: &quot;analytics#profile&quot;, # Resource type for Analytics view (profile).
142 &quot;childLink&quot;: { # Child link for this view (profile). Points to the list of goals for this view (profile).
143 &quot;href&quot;: &quot;A String&quot;, # Link to the list of goals for this view (profile).
144 &quot;type&quot;: &quot;analytics#goals&quot;, # Value is &quot;analytics#goals&quot;.
145 },
146 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
147 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website URL for this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700148 &quot;permissions&quot;: { # Permissions the user has for this view (profile).
149 &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.
150 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400151 ],
152 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700153 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this view (profile).
154 &quot;starred&quot;: True or False, # Indicates whether this view (profile) is starred or not.
Bu Sun Kim65020912020-05-20 12:08:20 -0700155 &quot;defaultPage&quot;: &quot;A String&quot;, # Default page for this view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700156 &quot;eCommerceTracking&quot;: True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
John Asmuth614db982014-04-24 15:46:26 -0400157 }</pre>
158</div>
159
160<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700161 <code class="details" id="insert">insert(accountId, webPropertyId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400162 <pre>Create a new view (profile).
163
164Args:
165 accountId: string, Account ID to create the view (profile) for. (required)
166 webPropertyId: string, Web property ID to create the view (profile) for. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700167 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400168 The object takes the form of:
169
170{ # JSON template for an Analytics view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700171 &quot;excludeQueryParameters&quot;: &quot;A String&quot;, # The query parameters that are excluded from this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700172 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700173 &quot;parentLink&quot;: { # Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700174 &quot;type&quot;: &quot;analytics#webproperty&quot;, # Value is &quot;analytics#webproperty&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700175 &quot;href&quot;: &quot;A String&quot;, # Link to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700176 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700177 &quot;botFilteringEnabled&quot;: True or False, # Indicates whether bot filtering is enabled for this view (profile).
178 &quot;created&quot;: &quot;A String&quot;, # Time this view (profile) was created.
Bu Sun Kim65020912020-05-20 12:08:20 -0700179 &quot;currency&quot;: &quot;A String&quot;, # The currency type associated with this view (profile), defaults to USD. The supported values are:
Jon Wayne Parrottdc6c1ef2016-10-14 11:04:30 -0700180 # 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
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700181 &quot;stripSiteSearchQueryParameters&quot;: True or False, # Whether or not Analytics will strip search query parameters from the URLs in your reports.
182 &quot;siteSearchCategoryParameters&quot;: &quot;A String&quot;, # Site search category parameters for this view (profile).
183 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
184 &quot;type&quot;: &quot;A String&quot;, # View (Profile) type. Supported types: WEB or APP.
Bu Sun Kim65020912020-05-20 12:08:20 -0700185 &quot;stripSiteSearchCategoryParameters&quot;: True or False, # Whether or not Analytics will strip search category parameters from the URLs in your reports.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700186 &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.
187 &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.
188 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
189 &quot;siteSearchQueryParameters&quot;: &quot;A String&quot;, # The site search query parameters for this view (profile).
190 &quot;updated&quot;: &quot;A String&quot;, # Time this view (profile) was last modified.
191 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
192 &quot;kind&quot;: &quot;analytics#profile&quot;, # Resource type for Analytics view (profile).
193 &quot;childLink&quot;: { # Child link for this view (profile). Points to the list of goals for this view (profile).
194 &quot;href&quot;: &quot;A String&quot;, # Link to the list of goals for this view (profile).
195 &quot;type&quot;: &quot;analytics#goals&quot;, # Value is &quot;analytics#goals&quot;.
196 },
197 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
198 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website URL for this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700199 &quot;permissions&quot;: { # Permissions the user has for this view (profile).
200 &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.
201 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400202 ],
203 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700204 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this view (profile).
205 &quot;starred&quot;: True or False, # Indicates whether this view (profile) is starred or not.
Bu Sun Kim65020912020-05-20 12:08:20 -0700206 &quot;defaultPage&quot;: &quot;A String&quot;, # Default page for this view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700207 &quot;eCommerceTracking&quot;: True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
John Asmuth614db982014-04-24 15:46:26 -0400208 }
209
210
211Returns:
212 An object of the form:
213
214 { # JSON template for an Analytics view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700215 &quot;excludeQueryParameters&quot;: &quot;A String&quot;, # The query parameters that are excluded from this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700216 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700217 &quot;parentLink&quot;: { # Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700218 &quot;type&quot;: &quot;analytics#webproperty&quot;, # Value is &quot;analytics#webproperty&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700219 &quot;href&quot;: &quot;A String&quot;, # Link to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700220 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700221 &quot;botFilteringEnabled&quot;: True or False, # Indicates whether bot filtering is enabled for this view (profile).
222 &quot;created&quot;: &quot;A String&quot;, # Time this view (profile) was created.
Bu Sun Kim65020912020-05-20 12:08:20 -0700223 &quot;currency&quot;: &quot;A String&quot;, # The currency type associated with this view (profile), defaults to USD. The supported values are:
Jon Wayne Parrottdc6c1ef2016-10-14 11:04:30 -0700224 # 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
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700225 &quot;stripSiteSearchQueryParameters&quot;: True or False, # Whether or not Analytics will strip search query parameters from the URLs in your reports.
226 &quot;siteSearchCategoryParameters&quot;: &quot;A String&quot;, # Site search category parameters for this view (profile).
227 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
228 &quot;type&quot;: &quot;A String&quot;, # View (Profile) type. Supported types: WEB or APP.
Bu Sun Kim65020912020-05-20 12:08:20 -0700229 &quot;stripSiteSearchCategoryParameters&quot;: True or False, # Whether or not Analytics will strip search category parameters from the URLs in your reports.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700230 &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.
231 &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.
232 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
233 &quot;siteSearchQueryParameters&quot;: &quot;A String&quot;, # The site search query parameters for this view (profile).
234 &quot;updated&quot;: &quot;A String&quot;, # Time this view (profile) was last modified.
235 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
236 &quot;kind&quot;: &quot;analytics#profile&quot;, # Resource type for Analytics view (profile).
237 &quot;childLink&quot;: { # Child link for this view (profile). Points to the list of goals for this view (profile).
238 &quot;href&quot;: &quot;A String&quot;, # Link to the list of goals for this view (profile).
239 &quot;type&quot;: &quot;analytics#goals&quot;, # Value is &quot;analytics#goals&quot;.
240 },
241 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
242 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website URL for this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700243 &quot;permissions&quot;: { # Permissions the user has for this view (profile).
244 &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.
245 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400246 ],
247 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700248 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this view (profile).
249 &quot;starred&quot;: True or False, # Indicates whether this view (profile) is starred or not.
Bu Sun Kim65020912020-05-20 12:08:20 -0700250 &quot;defaultPage&quot;: &quot;A String&quot;, # Default page for this view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700251 &quot;eCommerceTracking&quot;: True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
John Asmuth614db982014-04-24 15:46:26 -0400252 }</pre>
253</div>
254
255<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700256 <code class="details" id="list">list(accountId, webPropertyId, max_results=None, start_index=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400257 <pre>Lists views (profiles) to which the user has access.
258
259Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700260 accountId: string, Account ID for the view (profiles) to retrieve. Can either be a specific account ID or &#x27;~all&#x27;, which refers to all the accounts to which the user has access. (required)
261 webPropertyId: string, Web property ID for the views (profiles) to retrieve. Can either be a specific web property ID or &#x27;~all&#x27;, which refers to all the web properties to which the user has access. (required)
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700262 max_results: integer, The maximum number of views (profiles) to include in this response.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700263 start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
John Asmuth614db982014-04-24 15:46:26 -0400264
265Returns:
266 An object of the form:
267
268 { # A view (profile) collection lists Analytics views (profiles) to which the user has access. Each resource in the collection corresponds to a single Analytics view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700269 &quot;items&quot;: [ # A list of views (profiles).
John Asmuth614db982014-04-24 15:46:26 -0400270 { # JSON template for an Analytics view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700271 &quot;excludeQueryParameters&quot;: &quot;A String&quot;, # The query parameters that are excluded from this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700272 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700273 &quot;parentLink&quot;: { # Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700274 &quot;type&quot;: &quot;analytics#webproperty&quot;, # Value is &quot;analytics#webproperty&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700275 &quot;href&quot;: &quot;A String&quot;, # Link to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700276 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700277 &quot;botFilteringEnabled&quot;: True or False, # Indicates whether bot filtering is enabled for this view (profile).
278 &quot;created&quot;: &quot;A String&quot;, # Time this view (profile) was created.
Bu Sun Kim65020912020-05-20 12:08:20 -0700279 &quot;currency&quot;: &quot;A String&quot;, # The currency type associated with this view (profile), defaults to USD. The supported values are:
Jon Wayne Parrottdc6c1ef2016-10-14 11:04:30 -0700280 # 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
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700281 &quot;stripSiteSearchQueryParameters&quot;: True or False, # Whether or not Analytics will strip search query parameters from the URLs in your reports.
282 &quot;siteSearchCategoryParameters&quot;: &quot;A String&quot;, # Site search category parameters for this view (profile).
283 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
284 &quot;type&quot;: &quot;A String&quot;, # View (Profile) type. Supported types: WEB or APP.
Bu Sun Kim65020912020-05-20 12:08:20 -0700285 &quot;stripSiteSearchCategoryParameters&quot;: True or False, # Whether or not Analytics will strip search category parameters from the URLs in your reports.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700286 &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.
287 &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.
288 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
289 &quot;siteSearchQueryParameters&quot;: &quot;A String&quot;, # The site search query parameters for this view (profile).
290 &quot;updated&quot;: &quot;A String&quot;, # Time this view (profile) was last modified.
291 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
292 &quot;kind&quot;: &quot;analytics#profile&quot;, # Resource type for Analytics view (profile).
293 &quot;childLink&quot;: { # Child link for this view (profile). Points to the list of goals for this view (profile).
294 &quot;href&quot;: &quot;A String&quot;, # Link to the list of goals for this view (profile).
295 &quot;type&quot;: &quot;analytics#goals&quot;, # Value is &quot;analytics#goals&quot;.
296 },
297 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
298 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website URL for this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700299 &quot;permissions&quot;: { # Permissions the user has for this view (profile).
300 &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.
301 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400302 ],
303 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700304 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this view (profile).
305 &quot;starred&quot;: True or False, # Indicates whether this view (profile) is starred or not.
Bu Sun Kim65020912020-05-20 12:08:20 -0700306 &quot;defaultPage&quot;: &quot;A String&quot;, # Default page for this view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700307 &quot;eCommerceTracking&quot;: True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
John Asmuth614db982014-04-24 15:46:26 -0400308 },
309 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700310 &quot;username&quot;: &quot;A String&quot;, # Email ID of the authenticated user
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700311 &quot;startIndex&quot;: 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700312 &quot;previousLink&quot;: &quot;A String&quot;, # Link to previous page for this view (profile) collection.
313 &quot;totalResults&quot;: 42, # The total number of results for the query, regardless of the number of results in the response.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700314 &quot;kind&quot;: &quot;analytics#profiles&quot;, # Collection type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700315 &quot;itemsPerPage&quot;: 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
316 &quot;nextLink&quot;: &quot;A String&quot;, # Link to next page for this view (profile) collection.
John Asmuth614db982014-04-24 15:46:26 -0400317 }</pre>
318</div>
319
320<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700321 <code class="details" id="patch">patch(accountId, webPropertyId, profileId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400322 <pre>Updates an existing view (profile). This method supports patch semantics.
323
324Args:
325 accountId: string, Account ID to which the view (profile) belongs (required)
326 webPropertyId: string, Web property ID to which the view (profile) belongs (required)
327 profileId: string, ID of the view (profile) to be updated. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700328 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400329 The object takes the form of:
330
331{ # JSON template for an Analytics view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700332 &quot;excludeQueryParameters&quot;: &quot;A String&quot;, # The query parameters that are excluded from this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700333 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700334 &quot;parentLink&quot;: { # Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700335 &quot;type&quot;: &quot;analytics#webproperty&quot;, # Value is &quot;analytics#webproperty&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700336 &quot;href&quot;: &quot;A String&quot;, # Link to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700337 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700338 &quot;botFilteringEnabled&quot;: True or False, # Indicates whether bot filtering is enabled for this view (profile).
339 &quot;created&quot;: &quot;A String&quot;, # Time this view (profile) was created.
Bu Sun Kim65020912020-05-20 12:08:20 -0700340 &quot;currency&quot;: &quot;A String&quot;, # The currency type associated with this view (profile), defaults to USD. The supported values are:
Jon Wayne Parrottdc6c1ef2016-10-14 11:04:30 -0700341 # 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
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700342 &quot;stripSiteSearchQueryParameters&quot;: True or False, # Whether or not Analytics will strip search query parameters from the URLs in your reports.
343 &quot;siteSearchCategoryParameters&quot;: &quot;A String&quot;, # Site search category parameters for this view (profile).
344 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
345 &quot;type&quot;: &quot;A String&quot;, # View (Profile) type. Supported types: WEB or APP.
Bu Sun Kim65020912020-05-20 12:08:20 -0700346 &quot;stripSiteSearchCategoryParameters&quot;: True or False, # Whether or not Analytics will strip search category parameters from the URLs in your reports.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700347 &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.
348 &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.
349 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
350 &quot;siteSearchQueryParameters&quot;: &quot;A String&quot;, # The site search query parameters for this view (profile).
351 &quot;updated&quot;: &quot;A String&quot;, # Time this view (profile) was last modified.
352 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
353 &quot;kind&quot;: &quot;analytics#profile&quot;, # Resource type for Analytics view (profile).
354 &quot;childLink&quot;: { # Child link for this view (profile). Points to the list of goals for this view (profile).
355 &quot;href&quot;: &quot;A String&quot;, # Link to the list of goals for this view (profile).
356 &quot;type&quot;: &quot;analytics#goals&quot;, # Value is &quot;analytics#goals&quot;.
357 },
358 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
359 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website URL for this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700360 &quot;permissions&quot;: { # Permissions the user has for this view (profile).
361 &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.
362 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400363 ],
364 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700365 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this view (profile).
366 &quot;starred&quot;: True or False, # Indicates whether this view (profile) is starred or not.
Bu Sun Kim65020912020-05-20 12:08:20 -0700367 &quot;defaultPage&quot;: &quot;A String&quot;, # Default page for this view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700368 &quot;eCommerceTracking&quot;: True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
John Asmuth614db982014-04-24 15:46:26 -0400369 }
370
371
372Returns:
373 An object of the form:
374
375 { # JSON template for an Analytics view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700376 &quot;excludeQueryParameters&quot;: &quot;A String&quot;, # The query parameters that are excluded from this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700377 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700378 &quot;parentLink&quot;: { # Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700379 &quot;type&quot;: &quot;analytics#webproperty&quot;, # Value is &quot;analytics#webproperty&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700380 &quot;href&quot;: &quot;A String&quot;, # Link to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700381 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700382 &quot;botFilteringEnabled&quot;: True or False, # Indicates whether bot filtering is enabled for this view (profile).
383 &quot;created&quot;: &quot;A String&quot;, # Time this view (profile) was created.
Bu Sun Kim65020912020-05-20 12:08:20 -0700384 &quot;currency&quot;: &quot;A String&quot;, # The currency type associated with this view (profile), defaults to USD. The supported values are:
Jon Wayne Parrottdc6c1ef2016-10-14 11:04:30 -0700385 # 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
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700386 &quot;stripSiteSearchQueryParameters&quot;: True or False, # Whether or not Analytics will strip search query parameters from the URLs in your reports.
387 &quot;siteSearchCategoryParameters&quot;: &quot;A String&quot;, # Site search category parameters for this view (profile).
388 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
389 &quot;type&quot;: &quot;A String&quot;, # View (Profile) type. Supported types: WEB or APP.
Bu Sun Kim65020912020-05-20 12:08:20 -0700390 &quot;stripSiteSearchCategoryParameters&quot;: True or False, # Whether or not Analytics will strip search category parameters from the URLs in your reports.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700391 &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.
392 &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.
393 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
394 &quot;siteSearchQueryParameters&quot;: &quot;A String&quot;, # The site search query parameters for this view (profile).
395 &quot;updated&quot;: &quot;A String&quot;, # Time this view (profile) was last modified.
396 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
397 &quot;kind&quot;: &quot;analytics#profile&quot;, # Resource type for Analytics view (profile).
398 &quot;childLink&quot;: { # Child link for this view (profile). Points to the list of goals for this view (profile).
399 &quot;href&quot;: &quot;A String&quot;, # Link to the list of goals for this view (profile).
400 &quot;type&quot;: &quot;analytics#goals&quot;, # Value is &quot;analytics#goals&quot;.
401 },
402 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
403 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website URL for this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700404 &quot;permissions&quot;: { # Permissions the user has for this view (profile).
405 &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.
406 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400407 ],
408 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700409 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this view (profile).
410 &quot;starred&quot;: True or False, # Indicates whether this view (profile) is starred or not.
Bu Sun Kim65020912020-05-20 12:08:20 -0700411 &quot;defaultPage&quot;: &quot;A String&quot;, # Default page for this view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700412 &quot;eCommerceTracking&quot;: True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
John Asmuth614db982014-04-24 15:46:26 -0400413 }</pre>
414</div>
415
416<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700417 <code class="details" id="update">update(accountId, webPropertyId, profileId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400418 <pre>Updates an existing view (profile).
419
420Args:
421 accountId: string, Account ID to which the view (profile) belongs (required)
422 webPropertyId: string, Web property ID to which the view (profile) belongs (required)
423 profileId: string, ID of the view (profile) to be updated. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700424 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400425 The object takes the form of:
426
427{ # JSON template for an Analytics view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700428 &quot;excludeQueryParameters&quot;: &quot;A String&quot;, # The query parameters that are excluded from this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700429 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700430 &quot;parentLink&quot;: { # Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700431 &quot;type&quot;: &quot;analytics#webproperty&quot;, # Value is &quot;analytics#webproperty&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700432 &quot;href&quot;: &quot;A String&quot;, # Link to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700433 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700434 &quot;botFilteringEnabled&quot;: True or False, # Indicates whether bot filtering is enabled for this view (profile).
435 &quot;created&quot;: &quot;A String&quot;, # Time this view (profile) was created.
Bu Sun Kim65020912020-05-20 12:08:20 -0700436 &quot;currency&quot;: &quot;A String&quot;, # The currency type associated with this view (profile), defaults to USD. The supported values are:
Jon Wayne Parrottdc6c1ef2016-10-14 11:04:30 -0700437 # 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
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700438 &quot;stripSiteSearchQueryParameters&quot;: True or False, # Whether or not Analytics will strip search query parameters from the URLs in your reports.
439 &quot;siteSearchCategoryParameters&quot;: &quot;A String&quot;, # Site search category parameters for this view (profile).
440 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
441 &quot;type&quot;: &quot;A String&quot;, # View (Profile) type. Supported types: WEB or APP.
Bu Sun Kim65020912020-05-20 12:08:20 -0700442 &quot;stripSiteSearchCategoryParameters&quot;: True or False, # Whether or not Analytics will strip search category parameters from the URLs in your reports.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700443 &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.
444 &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.
445 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
446 &quot;siteSearchQueryParameters&quot;: &quot;A String&quot;, # The site search query parameters for this view (profile).
447 &quot;updated&quot;: &quot;A String&quot;, # Time this view (profile) was last modified.
448 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
449 &quot;kind&quot;: &quot;analytics#profile&quot;, # Resource type for Analytics view (profile).
450 &quot;childLink&quot;: { # Child link for this view (profile). Points to the list of goals for this view (profile).
451 &quot;href&quot;: &quot;A String&quot;, # Link to the list of goals for this view (profile).
452 &quot;type&quot;: &quot;analytics#goals&quot;, # Value is &quot;analytics#goals&quot;.
453 },
454 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
455 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website URL for this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700456 &quot;permissions&quot;: { # Permissions the user has for this view (profile).
457 &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.
458 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400459 ],
460 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700461 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this view (profile).
462 &quot;starred&quot;: True or False, # Indicates whether this view (profile) is starred or not.
Bu Sun Kim65020912020-05-20 12:08:20 -0700463 &quot;defaultPage&quot;: &quot;A String&quot;, # Default page for this view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700464 &quot;eCommerceTracking&quot;: True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
John Asmuth614db982014-04-24 15:46:26 -0400465 }
466
467
468Returns:
469 An object of the form:
470
471 { # JSON template for an Analytics view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700472 &quot;excludeQueryParameters&quot;: &quot;A String&quot;, # The query parameters that are excluded from this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700473 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700474 &quot;parentLink&quot;: { # Parent link for this view (profile). Points to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700475 &quot;type&quot;: &quot;analytics#webproperty&quot;, # Value is &quot;analytics#webproperty&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700476 &quot;href&quot;: &quot;A String&quot;, # Link to the web property to which this view (profile) belongs.
Bu Sun Kim65020912020-05-20 12:08:20 -0700477 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700478 &quot;botFilteringEnabled&quot;: True or False, # Indicates whether bot filtering is enabled for this view (profile).
479 &quot;created&quot;: &quot;A String&quot;, # Time this view (profile) was created.
Bu Sun Kim65020912020-05-20 12:08:20 -0700480 &quot;currency&quot;: &quot;A String&quot;, # The currency type associated with this view (profile), defaults to USD. The supported values are:
Jon Wayne Parrottdc6c1ef2016-10-14 11:04:30 -0700481 # 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
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700482 &quot;stripSiteSearchQueryParameters&quot;: True or False, # Whether or not Analytics will strip search query parameters from the URLs in your reports.
483 &quot;siteSearchCategoryParameters&quot;: &quot;A String&quot;, # Site search category parameters for this view (profile).
484 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
485 &quot;type&quot;: &quot;A String&quot;, # View (Profile) type. Supported types: WEB or APP.
Bu Sun Kim65020912020-05-20 12:08:20 -0700486 &quot;stripSiteSearchCategoryParameters&quot;: True or False, # Whether or not Analytics will strip search category parameters from the URLs in your reports.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700487 &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.
488 &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.
489 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
490 &quot;siteSearchQueryParameters&quot;: &quot;A String&quot;, # The site search query parameters for this view (profile).
491 &quot;updated&quot;: &quot;A String&quot;, # Time this view (profile) was last modified.
492 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
493 &quot;kind&quot;: &quot;analytics#profile&quot;, # Resource type for Analytics view (profile).
494 &quot;childLink&quot;: { # Child link for this view (profile). Points to the list of goals for this view (profile).
495 &quot;href&quot;: &quot;A String&quot;, # Link to the list of goals for this view (profile).
496 &quot;type&quot;: &quot;analytics#goals&quot;, # Value is &quot;analytics#goals&quot;.
497 },
498 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
499 &quot;websiteUrl&quot;: &quot;A String&quot;, # Website URL for this view (profile).
Bu Sun Kim65020912020-05-20 12:08:20 -0700500 &quot;permissions&quot;: { # Permissions the user has for this view (profile).
501 &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.
502 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400503 ],
504 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700505 &quot;selfLink&quot;: &quot;A String&quot;, # Link for this view (profile).
506 &quot;starred&quot;: True or False, # Indicates whether this view (profile) is starred or not.
Bu Sun Kim65020912020-05-20 12:08:20 -0700507 &quot;defaultPage&quot;: &quot;A String&quot;, # Default page for this view (profile).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700508 &quot;eCommerceTracking&quot;: True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
John Asmuth614db982014-04-24 15:46:26 -0400509 }</pre>
510</div>
511
512</body></html>