1<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="dfareporting_v3_3.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_3.accounts.html">accounts</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#get">get(profileId, id, x__xgafv=None)</a></code></p>
82<p class="firstline">Gets one account by ID.</p>
83<p class="toc_element">
84  <code><a href="#list">list(profileId, active=None, ids=None, maxResults=None, pageToken=None, searchString=None, sortField=None, sortOrder=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Retrieves the list of accounts, possibly filtered. This method supports paging.</p>
86<p class="toc_element">
87  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88<p class="firstline">Retrieves the next page of results.</p>
89<p class="toc_element">
90  <code><a href="#patch">patch(profileId, id, body=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Updates an existing account. This method supports patch semantics.</p>
92<p class="toc_element">
93  <code><a href="#update">update(profileId, body=None, x__xgafv=None)</a></code></p>
94<p class="firstline">Updates an existing account.</p>
95<h3>Method Details</h3>
96<div class="method">
97    <code class="details" id="close">close()</code>
98  <pre>Close httplib2 connections.</pre>
99</div>
100
101<div class="method">
102    <code class="details" id="get">get(profileId, id, x__xgafv=None)</code>
103  <pre>Gets one account by ID.
104
105Args:
106  profileId: string, User profile ID associated with this request. (required)
107  id: string, Account ID. (required)
108  x__xgafv: string, V1 error format.
109    Allowed values
110      1 - v1 error format
111      2 - v2 error format
112
113Returns:
114  An object of the form:
115
116    { # Contains properties of a Campaign Manager account.
117  &quot;accountPermissionIds&quot;: [ # Account permissions assigned to this account.
118    &quot;A String&quot;,
119  ],
120  &quot;accountProfile&quot;: &quot;A String&quot;, # Profile for this account. This is a read-only field that can be left blank.
121  &quot;active&quot;: True or False, # Whether this account is active.
122  &quot;activeAdsLimitTier&quot;: &quot;A String&quot;, # Maximum number of active ads allowed for this account.
123  &quot;activeViewOptOut&quot;: True or False, # Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.
124  &quot;availablePermissionIds&quot;: [ # User role permissions available to the user roles of this account.
125    &quot;A String&quot;,
126  ],
127  &quot;countryId&quot;: &quot;A String&quot;, # ID of the country associated with this account.
128  &quot;currencyId&quot;: &quot;A String&quot;, # ID of currency associated with this account. This is a required field. Acceptable values are: - &quot;1&quot; for USD - &quot;2&quot; for GBP - &quot;3&quot; for ESP - &quot;4&quot; for SEK - &quot;5&quot; for CAD - &quot;6&quot; for JPY - &quot;7&quot; for DEM - &quot;8&quot; for AUD - &quot;9&quot; for FRF - &quot;10&quot; for ITL - &quot;11&quot; for DKK - &quot;12&quot; for NOK - &quot;13&quot; for FIM - &quot;14&quot; for ZAR - &quot;15&quot; for IEP - &quot;16&quot; for NLG - &quot;17&quot; for EUR - &quot;18&quot; for KRW - &quot;19&quot; for TWD - &quot;20&quot; for SGD - &quot;21&quot; for CNY - &quot;22&quot; for HKD - &quot;23&quot; for NZD - &quot;24&quot; for MYR - &quot;25&quot; for BRL - &quot;26&quot; for PTE - &quot;28&quot; for CLP - &quot;29&quot; for TRY - &quot;30&quot; for ARS - &quot;31&quot; for PEN - &quot;32&quot; for ILS - &quot;33&quot; for CHF - &quot;34&quot; for VEF - &quot;35&quot; for COP - &quot;36&quot; for GTQ - &quot;37&quot; for PLN - &quot;39&quot; for INR - &quot;40&quot; for THB - &quot;41&quot; for IDR - &quot;42&quot; for CZK - &quot;43&quot; for RON - &quot;44&quot; for HUF - &quot;45&quot; for RUB - &quot;46&quot; for AED - &quot;47&quot; for BGN - &quot;48&quot; for HRK - &quot;49&quot; for MXN - &quot;50&quot; for NGN - &quot;51&quot; for EGP
129  &quot;defaultCreativeSizeId&quot;: &quot;A String&quot;, # Default placement dimensions for this account.
130  &quot;description&quot;: &quot;A String&quot;, # Description of this account.
131  &quot;id&quot;: &quot;A String&quot;, # ID of this account. This is a read-only, auto-generated field.
132  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#account&quot;.
133  &quot;locale&quot;: &quot;A String&quot;, # Locale of this account. Acceptable values are: - &quot;cs&quot; (Czech) - &quot;de&quot; (German) - &quot;en&quot; (English) - &quot;en-GB&quot; (English United Kingdom) - &quot;es&quot; (Spanish) - &quot;fr&quot; (French) - &quot;it&quot; (Italian) - &quot;ja&quot; (Japanese) - &quot;ko&quot; (Korean) - &quot;pl&quot; (Polish) - &quot;pt-BR&quot; (Portuguese Brazil) - &quot;ru&quot; (Russian) - &quot;sv&quot; (Swedish) - &quot;tr&quot; (Turkish) - &quot;zh-CN&quot; (Chinese Simplified) - &quot;zh-TW&quot; (Chinese Traditional)
134  &quot;maximumImageSize&quot;: &quot;A String&quot;, # Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to 1.
135  &quot;name&quot;: &quot;A String&quot;, # Name of this account. This is a required field, and must be less than 128 characters long and be globally unique.
136  &quot;nielsenOcrEnabled&quot;: True or False, # Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default.
137  &quot;reportsConfiguration&quot;: { # Reporting Configuration # Reporting configuration of this account.
138    &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure to conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
139    &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Default lookback windows for new advertisers in this account.
140      &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
141      &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
142    },
143    &quot;reportGenerationTimeZoneId&quot;: &quot;A String&quot;, # Report generation time zone ID of this account. This is a required field that can only be changed by a superuser. Acceptable values are: - &quot;1&quot; for &quot;America/New_York&quot; - &quot;2&quot; for &quot;Europe/London&quot; - &quot;3&quot; for &quot;Europe/Paris&quot; - &quot;4&quot; for &quot;Africa/Johannesburg&quot; - &quot;5&quot; for &quot;Asia/Jerusalem&quot; - &quot;6&quot; for &quot;Asia/Shanghai&quot; - &quot;7&quot; for &quot;Asia/Hong_Kong&quot; - &quot;8&quot; for &quot;Asia/Tokyo&quot; - &quot;9&quot; for &quot;Australia/Sydney&quot; - &quot;10&quot; for &quot;Asia/Dubai&quot; - &quot;11&quot; for &quot;America/Los_Angeles&quot; - &quot;12&quot; for &quot;Pacific/Auckland&quot; - &quot;13&quot; for &quot;America/Sao_Paulo&quot; - &quot;16&quot; for &quot;America/Asuncion&quot; - &quot;17&quot; for &quot;America/Chicago&quot; - &quot;18&quot; for &quot;America/Denver&quot; - &quot;19&quot; for &quot;America/St_Johns&quot; - &quot;20&quot; for &quot;Asia/Dhaka&quot; - &quot;21&quot; for &quot;Asia/Jakarta&quot; - &quot;22&quot; for &quot;Asia/Kabul&quot; - &quot;23&quot; for &quot;Asia/Karachi&quot; - &quot;24&quot; for &quot;Asia/Calcutta&quot; - &quot;25&quot; for &quot;Asia/Pyongyang&quot; - &quot;26&quot; for &quot;Asia/Rangoon&quot; - &quot;27&quot; for &quot;Atlantic/Cape_Verde&quot; - &quot;28&quot; for &quot;Atlantic/South_Georgia&quot; - &quot;29&quot; for &quot;Australia/Adelaide&quot; - &quot;30&quot; for &quot;Australia/Lord_Howe&quot; - &quot;31&quot; for &quot;Europe/Moscow&quot; - &quot;32&quot; for &quot;Pacific/Kiritimati&quot; - &quot;35&quot; for &quot;Pacific/Norfolk&quot; - &quot;36&quot; for &quot;Pacific/Tongatapu&quot;
144  },
145  &quot;shareReportsWithTwitter&quot;: True or False, # Share Path to Conversion reports with Twitter.
146  &quot;teaserSizeLimit&quot;: &quot;A String&quot;, # File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are 1 to 10240, inclusive.
147}</pre>
148</div>
149
150<div class="method">
151    <code class="details" id="list">list(profileId, active=None, ids=None, maxResults=None, pageToken=None, searchString=None, sortField=None, sortOrder=None, x__xgafv=None)</code>
152  <pre>Retrieves the list of accounts, possibly filtered. This method supports paging.
153
154Args:
155  profileId: string, User profile ID associated with this request. (required)
156  active: boolean, Select only active accounts. Don&#x27;t set this field to select both active and non-active accounts.
157  ids: string, Select only accounts with these IDs. (repeated)
158  maxResults: integer, Maximum number of results to return.
159  pageToken: string, Value of the nextPageToken from the previous result page.
160  searchString: string, Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, &quot;account*2015&quot; will return objects with names like &quot;account June 2015&quot;, &quot;account April 2015&quot;, or simply &quot;account 2015&quot;. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of &quot;account&quot; will match objects with name &quot;my account&quot;, &quot;account 2015&quot;, or simply &quot;account&quot;.
161  sortField: string, Field by which to sort the list.
162    Allowed values
163      ID -
164      NAME -
165  sortOrder: string, Order of sorted results.
166    Allowed values
167      ASCENDING -
168      DESCENDING -
169  x__xgafv: string, V1 error format.
170    Allowed values
171      1 - v1 error format
172      2 - v2 error format
173
174Returns:
175  An object of the form:
176
177    { # Account List Response
178  &quot;accounts&quot;: [ # Account collection.
179    { # Contains properties of a Campaign Manager account.
180      &quot;accountPermissionIds&quot;: [ # Account permissions assigned to this account.
181        &quot;A String&quot;,
182      ],
183      &quot;accountProfile&quot;: &quot;A String&quot;, # Profile for this account. This is a read-only field that can be left blank.
184      &quot;active&quot;: True or False, # Whether this account is active.
185      &quot;activeAdsLimitTier&quot;: &quot;A String&quot;, # Maximum number of active ads allowed for this account.
186      &quot;activeViewOptOut&quot;: True or False, # Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.
187      &quot;availablePermissionIds&quot;: [ # User role permissions available to the user roles of this account.
188        &quot;A String&quot;,
189      ],
190      &quot;countryId&quot;: &quot;A String&quot;, # ID of the country associated with this account.
191      &quot;currencyId&quot;: &quot;A String&quot;, # ID of currency associated with this account. This is a required field. Acceptable values are: - &quot;1&quot; for USD - &quot;2&quot; for GBP - &quot;3&quot; for ESP - &quot;4&quot; for SEK - &quot;5&quot; for CAD - &quot;6&quot; for JPY - &quot;7&quot; for DEM - &quot;8&quot; for AUD - &quot;9&quot; for FRF - &quot;10&quot; for ITL - &quot;11&quot; for DKK - &quot;12&quot; for NOK - &quot;13&quot; for FIM - &quot;14&quot; for ZAR - &quot;15&quot; for IEP - &quot;16&quot; for NLG - &quot;17&quot; for EUR - &quot;18&quot; for KRW - &quot;19&quot; for TWD - &quot;20&quot; for SGD - &quot;21&quot; for CNY - &quot;22&quot; for HKD - &quot;23&quot; for NZD - &quot;24&quot; for MYR - &quot;25&quot; for BRL - &quot;26&quot; for PTE - &quot;28&quot; for CLP - &quot;29&quot; for TRY - &quot;30&quot; for ARS - &quot;31&quot; for PEN - &quot;32&quot; for ILS - &quot;33&quot; for CHF - &quot;34&quot; for VEF - &quot;35&quot; for COP - &quot;36&quot; for GTQ - &quot;37&quot; for PLN - &quot;39&quot; for INR - &quot;40&quot; for THB - &quot;41&quot; for IDR - &quot;42&quot; for CZK - &quot;43&quot; for RON - &quot;44&quot; for HUF - &quot;45&quot; for RUB - &quot;46&quot; for AED - &quot;47&quot; for BGN - &quot;48&quot; for HRK - &quot;49&quot; for MXN - &quot;50&quot; for NGN - &quot;51&quot; for EGP
192      &quot;defaultCreativeSizeId&quot;: &quot;A String&quot;, # Default placement dimensions for this account.
193      &quot;description&quot;: &quot;A String&quot;, # Description of this account.
194      &quot;id&quot;: &quot;A String&quot;, # ID of this account. This is a read-only, auto-generated field.
195      &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#account&quot;.
196      &quot;locale&quot;: &quot;A String&quot;, # Locale of this account. Acceptable values are: - &quot;cs&quot; (Czech) - &quot;de&quot; (German) - &quot;en&quot; (English) - &quot;en-GB&quot; (English United Kingdom) - &quot;es&quot; (Spanish) - &quot;fr&quot; (French) - &quot;it&quot; (Italian) - &quot;ja&quot; (Japanese) - &quot;ko&quot; (Korean) - &quot;pl&quot; (Polish) - &quot;pt-BR&quot; (Portuguese Brazil) - &quot;ru&quot; (Russian) - &quot;sv&quot; (Swedish) - &quot;tr&quot; (Turkish) - &quot;zh-CN&quot; (Chinese Simplified) - &quot;zh-TW&quot; (Chinese Traditional)
197      &quot;maximumImageSize&quot;: &quot;A String&quot;, # Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to 1.
198      &quot;name&quot;: &quot;A String&quot;, # Name of this account. This is a required field, and must be less than 128 characters long and be globally unique.
199      &quot;nielsenOcrEnabled&quot;: True or False, # Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default.
200      &quot;reportsConfiguration&quot;: { # Reporting Configuration # Reporting configuration of this account.
201        &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure to conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
202        &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Default lookback windows for new advertisers in this account.
203          &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
204          &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
205        },
206        &quot;reportGenerationTimeZoneId&quot;: &quot;A String&quot;, # Report generation time zone ID of this account. This is a required field that can only be changed by a superuser. Acceptable values are: - &quot;1&quot; for &quot;America/New_York&quot; - &quot;2&quot; for &quot;Europe/London&quot; - &quot;3&quot; for &quot;Europe/Paris&quot; - &quot;4&quot; for &quot;Africa/Johannesburg&quot; - &quot;5&quot; for &quot;Asia/Jerusalem&quot; - &quot;6&quot; for &quot;Asia/Shanghai&quot; - &quot;7&quot; for &quot;Asia/Hong_Kong&quot; - &quot;8&quot; for &quot;Asia/Tokyo&quot; - &quot;9&quot; for &quot;Australia/Sydney&quot; - &quot;10&quot; for &quot;Asia/Dubai&quot; - &quot;11&quot; for &quot;America/Los_Angeles&quot; - &quot;12&quot; for &quot;Pacific/Auckland&quot; - &quot;13&quot; for &quot;America/Sao_Paulo&quot; - &quot;16&quot; for &quot;America/Asuncion&quot; - &quot;17&quot; for &quot;America/Chicago&quot; - &quot;18&quot; for &quot;America/Denver&quot; - &quot;19&quot; for &quot;America/St_Johns&quot; - &quot;20&quot; for &quot;Asia/Dhaka&quot; - &quot;21&quot; for &quot;Asia/Jakarta&quot; - &quot;22&quot; for &quot;Asia/Kabul&quot; - &quot;23&quot; for &quot;Asia/Karachi&quot; - &quot;24&quot; for &quot;Asia/Calcutta&quot; - &quot;25&quot; for &quot;Asia/Pyongyang&quot; - &quot;26&quot; for &quot;Asia/Rangoon&quot; - &quot;27&quot; for &quot;Atlantic/Cape_Verde&quot; - &quot;28&quot; for &quot;Atlantic/South_Georgia&quot; - &quot;29&quot; for &quot;Australia/Adelaide&quot; - &quot;30&quot; for &quot;Australia/Lord_Howe&quot; - &quot;31&quot; for &quot;Europe/Moscow&quot; - &quot;32&quot; for &quot;Pacific/Kiritimati&quot; - &quot;35&quot; for &quot;Pacific/Norfolk&quot; - &quot;36&quot; for &quot;Pacific/Tongatapu&quot;
207      },
208      &quot;shareReportsWithTwitter&quot;: True or False, # Share Path to Conversion reports with Twitter.
209      &quot;teaserSizeLimit&quot;: &quot;A String&quot;, # File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are 1 to 10240, inclusive.
210    },
211  ],
212  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#accountsListResponse&quot;.
213  &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to be used for the next list operation.
214}</pre>
215</div>
216
217<div class="method">
218    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
219  <pre>Retrieves the next page of results.
220
221Args:
222  previous_request: The request for the previous page. (required)
223  previous_response: The response from the request for the previous page. (required)
224
225Returns:
226  A request object that you can call &#x27;execute()&#x27; on to request the next
227  page. Returns None if there are no more items in the collection.
228    </pre>
229</div>
230
231<div class="method">
232    <code class="details" id="patch">patch(profileId, id, body=None, x__xgafv=None)</code>
233  <pre>Updates an existing account. This method supports patch semantics.
234
235Args:
236  profileId: string, User profile ID associated with this request. (required)
237  id: string, Account ID. (required)
238  body: object, The request body.
239    The object takes the form of:
240
241{ # Contains properties of a Campaign Manager account.
242  &quot;accountPermissionIds&quot;: [ # Account permissions assigned to this account.
243    &quot;A String&quot;,
244  ],
245  &quot;accountProfile&quot;: &quot;A String&quot;, # Profile for this account. This is a read-only field that can be left blank.
246  &quot;active&quot;: True or False, # Whether this account is active.
247  &quot;activeAdsLimitTier&quot;: &quot;A String&quot;, # Maximum number of active ads allowed for this account.
248  &quot;activeViewOptOut&quot;: True or False, # Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.
249  &quot;availablePermissionIds&quot;: [ # User role permissions available to the user roles of this account.
250    &quot;A String&quot;,
251  ],
252  &quot;countryId&quot;: &quot;A String&quot;, # ID of the country associated with this account.
253  &quot;currencyId&quot;: &quot;A String&quot;, # ID of currency associated with this account. This is a required field. Acceptable values are: - &quot;1&quot; for USD - &quot;2&quot; for GBP - &quot;3&quot; for ESP - &quot;4&quot; for SEK - &quot;5&quot; for CAD - &quot;6&quot; for JPY - &quot;7&quot; for DEM - &quot;8&quot; for AUD - &quot;9&quot; for FRF - &quot;10&quot; for ITL - &quot;11&quot; for DKK - &quot;12&quot; for NOK - &quot;13&quot; for FIM - &quot;14&quot; for ZAR - &quot;15&quot; for IEP - &quot;16&quot; for NLG - &quot;17&quot; for EUR - &quot;18&quot; for KRW - &quot;19&quot; for TWD - &quot;20&quot; for SGD - &quot;21&quot; for CNY - &quot;22&quot; for HKD - &quot;23&quot; for NZD - &quot;24&quot; for MYR - &quot;25&quot; for BRL - &quot;26&quot; for PTE - &quot;28&quot; for CLP - &quot;29&quot; for TRY - &quot;30&quot; for ARS - &quot;31&quot; for PEN - &quot;32&quot; for ILS - &quot;33&quot; for CHF - &quot;34&quot; for VEF - &quot;35&quot; for COP - &quot;36&quot; for GTQ - &quot;37&quot; for PLN - &quot;39&quot; for INR - &quot;40&quot; for THB - &quot;41&quot; for IDR - &quot;42&quot; for CZK - &quot;43&quot; for RON - &quot;44&quot; for HUF - &quot;45&quot; for RUB - &quot;46&quot; for AED - &quot;47&quot; for BGN - &quot;48&quot; for HRK - &quot;49&quot; for MXN - &quot;50&quot; for NGN - &quot;51&quot; for EGP
254  &quot;defaultCreativeSizeId&quot;: &quot;A String&quot;, # Default placement dimensions for this account.
255  &quot;description&quot;: &quot;A String&quot;, # Description of this account.
256  &quot;id&quot;: &quot;A String&quot;, # ID of this account. This is a read-only, auto-generated field.
257  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#account&quot;.
258  &quot;locale&quot;: &quot;A String&quot;, # Locale of this account. Acceptable values are: - &quot;cs&quot; (Czech) - &quot;de&quot; (German) - &quot;en&quot; (English) - &quot;en-GB&quot; (English United Kingdom) - &quot;es&quot; (Spanish) - &quot;fr&quot; (French) - &quot;it&quot; (Italian) - &quot;ja&quot; (Japanese) - &quot;ko&quot; (Korean) - &quot;pl&quot; (Polish) - &quot;pt-BR&quot; (Portuguese Brazil) - &quot;ru&quot; (Russian) - &quot;sv&quot; (Swedish) - &quot;tr&quot; (Turkish) - &quot;zh-CN&quot; (Chinese Simplified) - &quot;zh-TW&quot; (Chinese Traditional)
259  &quot;maximumImageSize&quot;: &quot;A String&quot;, # Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to 1.
260  &quot;name&quot;: &quot;A String&quot;, # Name of this account. This is a required field, and must be less than 128 characters long and be globally unique.
261  &quot;nielsenOcrEnabled&quot;: True or False, # Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default.
262  &quot;reportsConfiguration&quot;: { # Reporting Configuration # Reporting configuration of this account.
263    &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure to conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
264    &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Default lookback windows for new advertisers in this account.
265      &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
266      &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
267    },
268    &quot;reportGenerationTimeZoneId&quot;: &quot;A String&quot;, # Report generation time zone ID of this account. This is a required field that can only be changed by a superuser. Acceptable values are: - &quot;1&quot; for &quot;America/New_York&quot; - &quot;2&quot; for &quot;Europe/London&quot; - &quot;3&quot; for &quot;Europe/Paris&quot; - &quot;4&quot; for &quot;Africa/Johannesburg&quot; - &quot;5&quot; for &quot;Asia/Jerusalem&quot; - &quot;6&quot; for &quot;Asia/Shanghai&quot; - &quot;7&quot; for &quot;Asia/Hong_Kong&quot; - &quot;8&quot; for &quot;Asia/Tokyo&quot; - &quot;9&quot; for &quot;Australia/Sydney&quot; - &quot;10&quot; for &quot;Asia/Dubai&quot; - &quot;11&quot; for &quot;America/Los_Angeles&quot; - &quot;12&quot; for &quot;Pacific/Auckland&quot; - &quot;13&quot; for &quot;America/Sao_Paulo&quot; - &quot;16&quot; for &quot;America/Asuncion&quot; - &quot;17&quot; for &quot;America/Chicago&quot; - &quot;18&quot; for &quot;America/Denver&quot; - &quot;19&quot; for &quot;America/St_Johns&quot; - &quot;20&quot; for &quot;Asia/Dhaka&quot; - &quot;21&quot; for &quot;Asia/Jakarta&quot; - &quot;22&quot; for &quot;Asia/Kabul&quot; - &quot;23&quot; for &quot;Asia/Karachi&quot; - &quot;24&quot; for &quot;Asia/Calcutta&quot; - &quot;25&quot; for &quot;Asia/Pyongyang&quot; - &quot;26&quot; for &quot;Asia/Rangoon&quot; - &quot;27&quot; for &quot;Atlantic/Cape_Verde&quot; - &quot;28&quot; for &quot;Atlantic/South_Georgia&quot; - &quot;29&quot; for &quot;Australia/Adelaide&quot; - &quot;30&quot; for &quot;Australia/Lord_Howe&quot; - &quot;31&quot; for &quot;Europe/Moscow&quot; - &quot;32&quot; for &quot;Pacific/Kiritimati&quot; - &quot;35&quot; for &quot;Pacific/Norfolk&quot; - &quot;36&quot; for &quot;Pacific/Tongatapu&quot;
269  },
270  &quot;shareReportsWithTwitter&quot;: True or False, # Share Path to Conversion reports with Twitter.
271  &quot;teaserSizeLimit&quot;: &quot;A String&quot;, # File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are 1 to 10240, inclusive.
272}
273
274  x__xgafv: string, V1 error format.
275    Allowed values
276      1 - v1 error format
277      2 - v2 error format
278
279Returns:
280  An object of the form:
281
282    { # Contains properties of a Campaign Manager account.
283  &quot;accountPermissionIds&quot;: [ # Account permissions assigned to this account.
284    &quot;A String&quot;,
285  ],
286  &quot;accountProfile&quot;: &quot;A String&quot;, # Profile for this account. This is a read-only field that can be left blank.
287  &quot;active&quot;: True or False, # Whether this account is active.
288  &quot;activeAdsLimitTier&quot;: &quot;A String&quot;, # Maximum number of active ads allowed for this account.
289  &quot;activeViewOptOut&quot;: True or False, # Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.
290  &quot;availablePermissionIds&quot;: [ # User role permissions available to the user roles of this account.
291    &quot;A String&quot;,
292  ],
293  &quot;countryId&quot;: &quot;A String&quot;, # ID of the country associated with this account.
294  &quot;currencyId&quot;: &quot;A String&quot;, # ID of currency associated with this account. This is a required field. Acceptable values are: - &quot;1&quot; for USD - &quot;2&quot; for GBP - &quot;3&quot; for ESP - &quot;4&quot; for SEK - &quot;5&quot; for CAD - &quot;6&quot; for JPY - &quot;7&quot; for DEM - &quot;8&quot; for AUD - &quot;9&quot; for FRF - &quot;10&quot; for ITL - &quot;11&quot; for DKK - &quot;12&quot; for NOK - &quot;13&quot; for FIM - &quot;14&quot; for ZAR - &quot;15&quot; for IEP - &quot;16&quot; for NLG - &quot;17&quot; for EUR - &quot;18&quot; for KRW - &quot;19&quot; for TWD - &quot;20&quot; for SGD - &quot;21&quot; for CNY - &quot;22&quot; for HKD - &quot;23&quot; for NZD - &quot;24&quot; for MYR - &quot;25&quot; for BRL - &quot;26&quot; for PTE - &quot;28&quot; for CLP - &quot;29&quot; for TRY - &quot;30&quot; for ARS - &quot;31&quot; for PEN - &quot;32&quot; for ILS - &quot;33&quot; for CHF - &quot;34&quot; for VEF - &quot;35&quot; for COP - &quot;36&quot; for GTQ - &quot;37&quot; for PLN - &quot;39&quot; for INR - &quot;40&quot; for THB - &quot;41&quot; for IDR - &quot;42&quot; for CZK - &quot;43&quot; for RON - &quot;44&quot; for HUF - &quot;45&quot; for RUB - &quot;46&quot; for AED - &quot;47&quot; for BGN - &quot;48&quot; for HRK - &quot;49&quot; for MXN - &quot;50&quot; for NGN - &quot;51&quot; for EGP
295  &quot;defaultCreativeSizeId&quot;: &quot;A String&quot;, # Default placement dimensions for this account.
296  &quot;description&quot;: &quot;A String&quot;, # Description of this account.
297  &quot;id&quot;: &quot;A String&quot;, # ID of this account. This is a read-only, auto-generated field.
298  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#account&quot;.
299  &quot;locale&quot;: &quot;A String&quot;, # Locale of this account. Acceptable values are: - &quot;cs&quot; (Czech) - &quot;de&quot; (German) - &quot;en&quot; (English) - &quot;en-GB&quot; (English United Kingdom) - &quot;es&quot; (Spanish) - &quot;fr&quot; (French) - &quot;it&quot; (Italian) - &quot;ja&quot; (Japanese) - &quot;ko&quot; (Korean) - &quot;pl&quot; (Polish) - &quot;pt-BR&quot; (Portuguese Brazil) - &quot;ru&quot; (Russian) - &quot;sv&quot; (Swedish) - &quot;tr&quot; (Turkish) - &quot;zh-CN&quot; (Chinese Simplified) - &quot;zh-TW&quot; (Chinese Traditional)
300  &quot;maximumImageSize&quot;: &quot;A String&quot;, # Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to 1.
301  &quot;name&quot;: &quot;A String&quot;, # Name of this account. This is a required field, and must be less than 128 characters long and be globally unique.
302  &quot;nielsenOcrEnabled&quot;: True or False, # Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default.
303  &quot;reportsConfiguration&quot;: { # Reporting Configuration # Reporting configuration of this account.
304    &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure to conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
305    &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Default lookback windows for new advertisers in this account.
306      &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
307      &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
308    },
309    &quot;reportGenerationTimeZoneId&quot;: &quot;A String&quot;, # Report generation time zone ID of this account. This is a required field that can only be changed by a superuser. Acceptable values are: - &quot;1&quot; for &quot;America/New_York&quot; - &quot;2&quot; for &quot;Europe/London&quot; - &quot;3&quot; for &quot;Europe/Paris&quot; - &quot;4&quot; for &quot;Africa/Johannesburg&quot; - &quot;5&quot; for &quot;Asia/Jerusalem&quot; - &quot;6&quot; for &quot;Asia/Shanghai&quot; - &quot;7&quot; for &quot;Asia/Hong_Kong&quot; - &quot;8&quot; for &quot;Asia/Tokyo&quot; - &quot;9&quot; for &quot;Australia/Sydney&quot; - &quot;10&quot; for &quot;Asia/Dubai&quot; - &quot;11&quot; for &quot;America/Los_Angeles&quot; - &quot;12&quot; for &quot;Pacific/Auckland&quot; - &quot;13&quot; for &quot;America/Sao_Paulo&quot; - &quot;16&quot; for &quot;America/Asuncion&quot; - &quot;17&quot; for &quot;America/Chicago&quot; - &quot;18&quot; for &quot;America/Denver&quot; - &quot;19&quot; for &quot;America/St_Johns&quot; - &quot;20&quot; for &quot;Asia/Dhaka&quot; - &quot;21&quot; for &quot;Asia/Jakarta&quot; - &quot;22&quot; for &quot;Asia/Kabul&quot; - &quot;23&quot; for &quot;Asia/Karachi&quot; - &quot;24&quot; for &quot;Asia/Calcutta&quot; - &quot;25&quot; for &quot;Asia/Pyongyang&quot; - &quot;26&quot; for &quot;Asia/Rangoon&quot; - &quot;27&quot; for &quot;Atlantic/Cape_Verde&quot; - &quot;28&quot; for &quot;Atlantic/South_Georgia&quot; - &quot;29&quot; for &quot;Australia/Adelaide&quot; - &quot;30&quot; for &quot;Australia/Lord_Howe&quot; - &quot;31&quot; for &quot;Europe/Moscow&quot; - &quot;32&quot; for &quot;Pacific/Kiritimati&quot; - &quot;35&quot; for &quot;Pacific/Norfolk&quot; - &quot;36&quot; for &quot;Pacific/Tongatapu&quot;
310  },
311  &quot;shareReportsWithTwitter&quot;: True or False, # Share Path to Conversion reports with Twitter.
312  &quot;teaserSizeLimit&quot;: &quot;A String&quot;, # File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are 1 to 10240, inclusive.
313}</pre>
314</div>
315
316<div class="method">
317    <code class="details" id="update">update(profileId, body=None, x__xgafv=None)</code>
318  <pre>Updates an existing account.
319
320Args:
321  profileId: string, User profile ID associated with this request. (required)
322  body: object, The request body.
323    The object takes the form of:
324
325{ # Contains properties of a Campaign Manager account.
326  &quot;accountPermissionIds&quot;: [ # Account permissions assigned to this account.
327    &quot;A String&quot;,
328  ],
329  &quot;accountProfile&quot;: &quot;A String&quot;, # Profile for this account. This is a read-only field that can be left blank.
330  &quot;active&quot;: True or False, # Whether this account is active.
331  &quot;activeAdsLimitTier&quot;: &quot;A String&quot;, # Maximum number of active ads allowed for this account.
332  &quot;activeViewOptOut&quot;: True or False, # Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.
333  &quot;availablePermissionIds&quot;: [ # User role permissions available to the user roles of this account.
334    &quot;A String&quot;,
335  ],
336  &quot;countryId&quot;: &quot;A String&quot;, # ID of the country associated with this account.
337  &quot;currencyId&quot;: &quot;A String&quot;, # ID of currency associated with this account. This is a required field. Acceptable values are: - &quot;1&quot; for USD - &quot;2&quot; for GBP - &quot;3&quot; for ESP - &quot;4&quot; for SEK - &quot;5&quot; for CAD - &quot;6&quot; for JPY - &quot;7&quot; for DEM - &quot;8&quot; for AUD - &quot;9&quot; for FRF - &quot;10&quot; for ITL - &quot;11&quot; for DKK - &quot;12&quot; for NOK - &quot;13&quot; for FIM - &quot;14&quot; for ZAR - &quot;15&quot; for IEP - &quot;16&quot; for NLG - &quot;17&quot; for EUR - &quot;18&quot; for KRW - &quot;19&quot; for TWD - &quot;20&quot; for SGD - &quot;21&quot; for CNY - &quot;22&quot; for HKD - &quot;23&quot; for NZD - &quot;24&quot; for MYR - &quot;25&quot; for BRL - &quot;26&quot; for PTE - &quot;28&quot; for CLP - &quot;29&quot; for TRY - &quot;30&quot; for ARS - &quot;31&quot; for PEN - &quot;32&quot; for ILS - &quot;33&quot; for CHF - &quot;34&quot; for VEF - &quot;35&quot; for COP - &quot;36&quot; for GTQ - &quot;37&quot; for PLN - &quot;39&quot; for INR - &quot;40&quot; for THB - &quot;41&quot; for IDR - &quot;42&quot; for CZK - &quot;43&quot; for RON - &quot;44&quot; for HUF - &quot;45&quot; for RUB - &quot;46&quot; for AED - &quot;47&quot; for BGN - &quot;48&quot; for HRK - &quot;49&quot; for MXN - &quot;50&quot; for NGN - &quot;51&quot; for EGP
338  &quot;defaultCreativeSizeId&quot;: &quot;A String&quot;, # Default placement dimensions for this account.
339  &quot;description&quot;: &quot;A String&quot;, # Description of this account.
340  &quot;id&quot;: &quot;A String&quot;, # ID of this account. This is a read-only, auto-generated field.
341  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#account&quot;.
342  &quot;locale&quot;: &quot;A String&quot;, # Locale of this account. Acceptable values are: - &quot;cs&quot; (Czech) - &quot;de&quot; (German) - &quot;en&quot; (English) - &quot;en-GB&quot; (English United Kingdom) - &quot;es&quot; (Spanish) - &quot;fr&quot; (French) - &quot;it&quot; (Italian) - &quot;ja&quot; (Japanese) - &quot;ko&quot; (Korean) - &quot;pl&quot; (Polish) - &quot;pt-BR&quot; (Portuguese Brazil) - &quot;ru&quot; (Russian) - &quot;sv&quot; (Swedish) - &quot;tr&quot; (Turkish) - &quot;zh-CN&quot; (Chinese Simplified) - &quot;zh-TW&quot; (Chinese Traditional)
343  &quot;maximumImageSize&quot;: &quot;A String&quot;, # Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to 1.
344  &quot;name&quot;: &quot;A String&quot;, # Name of this account. This is a required field, and must be less than 128 characters long and be globally unique.
345  &quot;nielsenOcrEnabled&quot;: True or False, # Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default.
346  &quot;reportsConfiguration&quot;: { # Reporting Configuration # Reporting configuration of this account.
347    &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure to conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
348    &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Default lookback windows for new advertisers in this account.
349      &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
350      &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
351    },
352    &quot;reportGenerationTimeZoneId&quot;: &quot;A String&quot;, # Report generation time zone ID of this account. This is a required field that can only be changed by a superuser. Acceptable values are: - &quot;1&quot; for &quot;America/New_York&quot; - &quot;2&quot; for &quot;Europe/London&quot; - &quot;3&quot; for &quot;Europe/Paris&quot; - &quot;4&quot; for &quot;Africa/Johannesburg&quot; - &quot;5&quot; for &quot;Asia/Jerusalem&quot; - &quot;6&quot; for &quot;Asia/Shanghai&quot; - &quot;7&quot; for &quot;Asia/Hong_Kong&quot; - &quot;8&quot; for &quot;Asia/Tokyo&quot; - &quot;9&quot; for &quot;Australia/Sydney&quot; - &quot;10&quot; for &quot;Asia/Dubai&quot; - &quot;11&quot; for &quot;America/Los_Angeles&quot; - &quot;12&quot; for &quot;Pacific/Auckland&quot; - &quot;13&quot; for &quot;America/Sao_Paulo&quot; - &quot;16&quot; for &quot;America/Asuncion&quot; - &quot;17&quot; for &quot;America/Chicago&quot; - &quot;18&quot; for &quot;America/Denver&quot; - &quot;19&quot; for &quot;America/St_Johns&quot; - &quot;20&quot; for &quot;Asia/Dhaka&quot; - &quot;21&quot; for &quot;Asia/Jakarta&quot; - &quot;22&quot; for &quot;Asia/Kabul&quot; - &quot;23&quot; for &quot;Asia/Karachi&quot; - &quot;24&quot; for &quot;Asia/Calcutta&quot; - &quot;25&quot; for &quot;Asia/Pyongyang&quot; - &quot;26&quot; for &quot;Asia/Rangoon&quot; - &quot;27&quot; for &quot;Atlantic/Cape_Verde&quot; - &quot;28&quot; for &quot;Atlantic/South_Georgia&quot; - &quot;29&quot; for &quot;Australia/Adelaide&quot; - &quot;30&quot; for &quot;Australia/Lord_Howe&quot; - &quot;31&quot; for &quot;Europe/Moscow&quot; - &quot;32&quot; for &quot;Pacific/Kiritimati&quot; - &quot;35&quot; for &quot;Pacific/Norfolk&quot; - &quot;36&quot; for &quot;Pacific/Tongatapu&quot;
353  },
354  &quot;shareReportsWithTwitter&quot;: True or False, # Share Path to Conversion reports with Twitter.
355  &quot;teaserSizeLimit&quot;: &quot;A String&quot;, # File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are 1 to 10240, inclusive.
356}
357
358  x__xgafv: string, V1 error format.
359    Allowed values
360      1 - v1 error format
361      2 - v2 error format
362
363Returns:
364  An object of the form:
365
366    { # Contains properties of a Campaign Manager account.
367  &quot;accountPermissionIds&quot;: [ # Account permissions assigned to this account.
368    &quot;A String&quot;,
369  ],
370  &quot;accountProfile&quot;: &quot;A String&quot;, # Profile for this account. This is a read-only field that can be left blank.
371  &quot;active&quot;: True or False, # Whether this account is active.
372  &quot;activeAdsLimitTier&quot;: &quot;A String&quot;, # Maximum number of active ads allowed for this account.
373  &quot;activeViewOptOut&quot;: True or False, # Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.
374  &quot;availablePermissionIds&quot;: [ # User role permissions available to the user roles of this account.
375    &quot;A String&quot;,
376  ],
377  &quot;countryId&quot;: &quot;A String&quot;, # ID of the country associated with this account.
378  &quot;currencyId&quot;: &quot;A String&quot;, # ID of currency associated with this account. This is a required field. Acceptable values are: - &quot;1&quot; for USD - &quot;2&quot; for GBP - &quot;3&quot; for ESP - &quot;4&quot; for SEK - &quot;5&quot; for CAD - &quot;6&quot; for JPY - &quot;7&quot; for DEM - &quot;8&quot; for AUD - &quot;9&quot; for FRF - &quot;10&quot; for ITL - &quot;11&quot; for DKK - &quot;12&quot; for NOK - &quot;13&quot; for FIM - &quot;14&quot; for ZAR - &quot;15&quot; for IEP - &quot;16&quot; for NLG - &quot;17&quot; for EUR - &quot;18&quot; for KRW - &quot;19&quot; for TWD - &quot;20&quot; for SGD - &quot;21&quot; for CNY - &quot;22&quot; for HKD - &quot;23&quot; for NZD - &quot;24&quot; for MYR - &quot;25&quot; for BRL - &quot;26&quot; for PTE - &quot;28&quot; for CLP - &quot;29&quot; for TRY - &quot;30&quot; for ARS - &quot;31&quot; for PEN - &quot;32&quot; for ILS - &quot;33&quot; for CHF - &quot;34&quot; for VEF - &quot;35&quot; for COP - &quot;36&quot; for GTQ - &quot;37&quot; for PLN - &quot;39&quot; for INR - &quot;40&quot; for THB - &quot;41&quot; for IDR - &quot;42&quot; for CZK - &quot;43&quot; for RON - &quot;44&quot; for HUF - &quot;45&quot; for RUB - &quot;46&quot; for AED - &quot;47&quot; for BGN - &quot;48&quot; for HRK - &quot;49&quot; for MXN - &quot;50&quot; for NGN - &quot;51&quot; for EGP
379  &quot;defaultCreativeSizeId&quot;: &quot;A String&quot;, # Default placement dimensions for this account.
380  &quot;description&quot;: &quot;A String&quot;, # Description of this account.
381  &quot;id&quot;: &quot;A String&quot;, # ID of this account. This is a read-only, auto-generated field.
382  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#account&quot;.
383  &quot;locale&quot;: &quot;A String&quot;, # Locale of this account. Acceptable values are: - &quot;cs&quot; (Czech) - &quot;de&quot; (German) - &quot;en&quot; (English) - &quot;en-GB&quot; (English United Kingdom) - &quot;es&quot; (Spanish) - &quot;fr&quot; (French) - &quot;it&quot; (Italian) - &quot;ja&quot; (Japanese) - &quot;ko&quot; (Korean) - &quot;pl&quot; (Polish) - &quot;pt-BR&quot; (Portuguese Brazil) - &quot;ru&quot; (Russian) - &quot;sv&quot; (Swedish) - &quot;tr&quot; (Turkish) - &quot;zh-CN&quot; (Chinese Simplified) - &quot;zh-TW&quot; (Chinese Traditional)
384  &quot;maximumImageSize&quot;: &quot;A String&quot;, # Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to 1.
385  &quot;name&quot;: &quot;A String&quot;, # Name of this account. This is a required field, and must be less than 128 characters long and be globally unique.
386  &quot;nielsenOcrEnabled&quot;: True or False, # Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default.
387  &quot;reportsConfiguration&quot;: { # Reporting Configuration # Reporting configuration of this account.
388    &quot;exposureToConversionEnabled&quot;: True or False, # Whether the exposure to conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
389    &quot;lookbackConfiguration&quot;: { # Lookback configuration settings. # Default lookback windows for new advertisers in this account.
390      &quot;clickDuration&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
391      &quot;postImpressionActivitiesDuration&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
392    },
393    &quot;reportGenerationTimeZoneId&quot;: &quot;A String&quot;, # Report generation time zone ID of this account. This is a required field that can only be changed by a superuser. Acceptable values are: - &quot;1&quot; for &quot;America/New_York&quot; - &quot;2&quot; for &quot;Europe/London&quot; - &quot;3&quot; for &quot;Europe/Paris&quot; - &quot;4&quot; for &quot;Africa/Johannesburg&quot; - &quot;5&quot; for &quot;Asia/Jerusalem&quot; - &quot;6&quot; for &quot;Asia/Shanghai&quot; - &quot;7&quot; for &quot;Asia/Hong_Kong&quot; - &quot;8&quot; for &quot;Asia/Tokyo&quot; - &quot;9&quot; for &quot;Australia/Sydney&quot; - &quot;10&quot; for &quot;Asia/Dubai&quot; - &quot;11&quot; for &quot;America/Los_Angeles&quot; - &quot;12&quot; for &quot;Pacific/Auckland&quot; - &quot;13&quot; for &quot;America/Sao_Paulo&quot; - &quot;16&quot; for &quot;America/Asuncion&quot; - &quot;17&quot; for &quot;America/Chicago&quot; - &quot;18&quot; for &quot;America/Denver&quot; - &quot;19&quot; for &quot;America/St_Johns&quot; - &quot;20&quot; for &quot;Asia/Dhaka&quot; - &quot;21&quot; for &quot;Asia/Jakarta&quot; - &quot;22&quot; for &quot;Asia/Kabul&quot; - &quot;23&quot; for &quot;Asia/Karachi&quot; - &quot;24&quot; for &quot;Asia/Calcutta&quot; - &quot;25&quot; for &quot;Asia/Pyongyang&quot; - &quot;26&quot; for &quot;Asia/Rangoon&quot; - &quot;27&quot; for &quot;Atlantic/Cape_Verde&quot; - &quot;28&quot; for &quot;Atlantic/South_Georgia&quot; - &quot;29&quot; for &quot;Australia/Adelaide&quot; - &quot;30&quot; for &quot;Australia/Lord_Howe&quot; - &quot;31&quot; for &quot;Europe/Moscow&quot; - &quot;32&quot; for &quot;Pacific/Kiritimati&quot; - &quot;35&quot; for &quot;Pacific/Norfolk&quot; - &quot;36&quot; for &quot;Pacific/Tongatapu&quot;
394  },
395  &quot;shareReportsWithTwitter&quot;: True or False, # Share Path to Conversion reports with Twitter.
396  &quot;teaserSizeLimit&quot;: &quot;A String&quot;, # File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are 1 to 10240, inclusive.
397}</pre>
398</div>
399
400</body></html>