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_5.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_5.creativeAssets.html">creativeAssets</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="#insert">insert(profileId, advertiserId, body=None, media_body=None, media_mime_type=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Inserts a new creative asset.</p>
83<h3>Method Details</h3>
84<div class="method">
85    <code class="details" id="close">close()</code>
86  <pre>Close httplib2 connections.</pre>
87</div>
88
89<div class="method">
90    <code class="details" id="insert">insert(profileId, advertiserId, body=None, media_body=None, media_mime_type=None, x__xgafv=None)</code>
91  <pre>Inserts a new creative asset.
92
93Args:
94  profileId: string, User profile ID associated with this request. (required)
95  advertiserId: string, Advertiser ID of this creative. This is a required field. (required)
96  body: object, The request body.
97    The object takes the form of:
98
99{ # CreativeAssets contains properties of a creative asset file which will be uploaded or has already been uploaded. Refer to the creative sample code for how to upload assets and insert a creative.
100  &quot;assetIdentifier&quot;: { # Creative Asset ID. # ID of the creative asset. This is a required field.
101    &quot;name&quot;: &quot;A String&quot;, # Name of the creative asset. This is a required field while inserting an asset. After insertion, this assetIdentifier is used to identify the uploaded asset. Characters in the name must be alphanumeric or one of the following: &quot;.-_ &quot;. Spaces are allowed.
102    &quot;type&quot;: &quot;A String&quot;, # Type of asset to upload. This is a required field. FLASH and IMAGE are no longer supported for new uploads. All image assets should use HTML_IMAGE.
103  },
104  &quot;clickTags&quot;: [ # List of detected click tags for assets. This is a read-only, auto-generated field. This field is empty for a rich media asset.
105    { # Creative Click Tag.
106      &quot;clickThroughUrl&quot;: { # Click-through URL # Parameter value for the specified click tag. This field contains a click-through url.
107        &quot;computedClickThroughUrl&quot;: &quot;A String&quot;, # Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page&#x27;s URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field.
108        &quot;customClickThroughUrl&quot;: &quot;A String&quot;, # Custom click-through URL. Applicable if the landingPageId field is left unset.
109        &quot;landingPageId&quot;: &quot;A String&quot;, # ID of the landing page for the click-through URL.
110      },
111      &quot;eventName&quot;: &quot;A String&quot;, # Advertiser event name associated with the click tag. This field is used by DISPLAY_IMAGE_GALLERY and HTML5_BANNER creatives. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.
112      &quot;name&quot;: &quot;A String&quot;, # Parameter name for the specified click tag. For DISPLAY_IMAGE_GALLERY creative assets, this field must match the value of the creative asset&#x27;s creativeAssetId.name field.
113    },
114  ],
115  &quot;counterCustomEvents&quot;: [ # List of counter events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.
116    { # Creative Custom Event.
117      &quot;advertiserCustomEventId&quot;: &quot;A String&quot;, # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.
118      &quot;advertiserCustomEventName&quot;: &quot;A String&quot;, # User-entered name for the event.
119      &quot;advertiserCustomEventType&quot;: &quot;A String&quot;, # Type of the event. This is a read-only field.
120      &quot;artworkLabel&quot;: &quot;A String&quot;, # Artwork label column, used to link events in Campaign Manager back to events in Studio. This is a required field and should not be modified after insertion.
121      &quot;artworkType&quot;: &quot;A String&quot;, # Artwork type used by the creative.This is a read-only field.
122      &quot;exitClickThroughUrl&quot;: { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events.
123        &quot;computedClickThroughUrl&quot;: &quot;A String&quot;, # Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page&#x27;s URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field.
124        &quot;customClickThroughUrl&quot;: &quot;A String&quot;, # Custom click-through URL. Applicable if the landingPageId field is left unset.
125        &quot;landingPageId&quot;: &quot;A String&quot;, # ID of the landing page for the click-through URL.
126      },
127      &quot;id&quot;: &quot;A String&quot;, # ID of this event. This is a required field and should not be modified after insertion.
128      &quot;popupWindowProperties&quot;: { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events.
129        &quot;dimension&quot;: { # Represents the dimensions of ads, placements, creatives, or creative assets. # Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID
130          &quot;height&quot;: 42, # Height of this size. Acceptable values are 0 to 32767, inclusive.
131          &quot;iab&quot;: True or False, # IAB standard size. This is a read-only, auto-generated field.
132          &quot;id&quot;: &quot;A String&quot;, # ID of this size. This is a read-only, auto-generated field.
133          &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#size&quot;.
134          &quot;width&quot;: 42, # Width of this size. Acceptable values are 0 to 32767, inclusive.
135        },
136        &quot;offset&quot;: { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.
137          &quot;left&quot;: 42, # Offset distance from left side of an asset or a window.
138          &quot;top&quot;: 42, # Offset distance from top side of an asset or a window.
139        },
140        &quot;positionType&quot;: &quot;A String&quot;, # Popup window position either centered or at specific coordinate.
141        &quot;showAddressBar&quot;: True or False, # Whether to display the browser address bar.
142        &quot;showMenuBar&quot;: True or False, # Whether to display the browser menu bar.
143        &quot;showScrollBar&quot;: True or False, # Whether to display the browser scroll bar.
144        &quot;showStatusBar&quot;: True or False, # Whether to display the browser status bar.
145        &quot;showToolBar&quot;: True or False, # Whether to display the browser tool bar.
146        &quot;title&quot;: &quot;A String&quot;, # Title of popup window.
147      },
148      &quot;targetType&quot;: &quot;A String&quot;, # Target type used by the event.
149      &quot;videoReportingId&quot;: &quot;A String&quot;, # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.
150    },
151  ],
152  &quot;detectedFeatures&quot;: [ # List of feature dependencies for the creative asset that are detected by Campaign Manager. Feature dependencies are features that a browser must be able to support in order to render your HTML5 creative correctly. This is a read-only, auto-generated field.
153    &quot;A String&quot;,
154  ],
155  &quot;exitCustomEvents&quot;: [ # List of exit events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.
156    { # Creative Custom Event.
157      &quot;advertiserCustomEventId&quot;: &quot;A String&quot;, # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.
158      &quot;advertiserCustomEventName&quot;: &quot;A String&quot;, # User-entered name for the event.
159      &quot;advertiserCustomEventType&quot;: &quot;A String&quot;, # Type of the event. This is a read-only field.
160      &quot;artworkLabel&quot;: &quot;A String&quot;, # Artwork label column, used to link events in Campaign Manager back to events in Studio. This is a required field and should not be modified after insertion.
161      &quot;artworkType&quot;: &quot;A String&quot;, # Artwork type used by the creative.This is a read-only field.
162      &quot;exitClickThroughUrl&quot;: { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events.
163        &quot;computedClickThroughUrl&quot;: &quot;A String&quot;, # Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page&#x27;s URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field.
164        &quot;customClickThroughUrl&quot;: &quot;A String&quot;, # Custom click-through URL. Applicable if the landingPageId field is left unset.
165        &quot;landingPageId&quot;: &quot;A String&quot;, # ID of the landing page for the click-through URL.
166      },
167      &quot;id&quot;: &quot;A String&quot;, # ID of this event. This is a required field and should not be modified after insertion.
168      &quot;popupWindowProperties&quot;: { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events.
169        &quot;dimension&quot;: { # Represents the dimensions of ads, placements, creatives, or creative assets. # Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID
170          &quot;height&quot;: 42, # Height of this size. Acceptable values are 0 to 32767, inclusive.
171          &quot;iab&quot;: True or False, # IAB standard size. This is a read-only, auto-generated field.
172          &quot;id&quot;: &quot;A String&quot;, # ID of this size. This is a read-only, auto-generated field.
173          &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#size&quot;.
174          &quot;width&quot;: 42, # Width of this size. Acceptable values are 0 to 32767, inclusive.
175        },
176        &quot;offset&quot;: { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.
177          &quot;left&quot;: 42, # Offset distance from left side of an asset or a window.
178          &quot;top&quot;: 42, # Offset distance from top side of an asset or a window.
179        },
180        &quot;positionType&quot;: &quot;A String&quot;, # Popup window position either centered or at specific coordinate.
181        &quot;showAddressBar&quot;: True or False, # Whether to display the browser address bar.
182        &quot;showMenuBar&quot;: True or False, # Whether to display the browser menu bar.
183        &quot;showScrollBar&quot;: True or False, # Whether to display the browser scroll bar.
184        &quot;showStatusBar&quot;: True or False, # Whether to display the browser status bar.
185        &quot;showToolBar&quot;: True or False, # Whether to display the browser tool bar.
186        &quot;title&quot;: &quot;A String&quot;, # Title of popup window.
187      },
188      &quot;targetType&quot;: &quot;A String&quot;, # Target type used by the event.
189      &quot;videoReportingId&quot;: &quot;A String&quot;, # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.
190    },
191  ],
192  &quot;id&quot;: &quot;A String&quot;, # Numeric ID of the asset. This is a read-only, auto-generated field.
193  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the numeric ID of the asset. This is a read-only, auto-generated field.
194    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
195    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
196    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
197    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
198    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
199    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
200  },
201  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#creativeAssetMetadata&quot;.
202  &quot;richMedia&quot;: True or False, # True if the uploaded asset is a rich media asset. This is a read-only, auto-generated field.
203  &quot;timerCustomEvents&quot;: [ # List of timer events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.
204    { # Creative Custom Event.
205      &quot;advertiserCustomEventId&quot;: &quot;A String&quot;, # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.
206      &quot;advertiserCustomEventName&quot;: &quot;A String&quot;, # User-entered name for the event.
207      &quot;advertiserCustomEventType&quot;: &quot;A String&quot;, # Type of the event. This is a read-only field.
208      &quot;artworkLabel&quot;: &quot;A String&quot;, # Artwork label column, used to link events in Campaign Manager back to events in Studio. This is a required field and should not be modified after insertion.
209      &quot;artworkType&quot;: &quot;A String&quot;, # Artwork type used by the creative.This is a read-only field.
210      &quot;exitClickThroughUrl&quot;: { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events.
211        &quot;computedClickThroughUrl&quot;: &quot;A String&quot;, # Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page&#x27;s URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field.
212        &quot;customClickThroughUrl&quot;: &quot;A String&quot;, # Custom click-through URL. Applicable if the landingPageId field is left unset.
213        &quot;landingPageId&quot;: &quot;A String&quot;, # ID of the landing page for the click-through URL.
214      },
215      &quot;id&quot;: &quot;A String&quot;, # ID of this event. This is a required field and should not be modified after insertion.
216      &quot;popupWindowProperties&quot;: { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events.
217        &quot;dimension&quot;: { # Represents the dimensions of ads, placements, creatives, or creative assets. # Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID
218          &quot;height&quot;: 42, # Height of this size. Acceptable values are 0 to 32767, inclusive.
219          &quot;iab&quot;: True or False, # IAB standard size. This is a read-only, auto-generated field.
220          &quot;id&quot;: &quot;A String&quot;, # ID of this size. This is a read-only, auto-generated field.
221          &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#size&quot;.
222          &quot;width&quot;: 42, # Width of this size. Acceptable values are 0 to 32767, inclusive.
223        },
224        &quot;offset&quot;: { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.
225          &quot;left&quot;: 42, # Offset distance from left side of an asset or a window.
226          &quot;top&quot;: 42, # Offset distance from top side of an asset or a window.
227        },
228        &quot;positionType&quot;: &quot;A String&quot;, # Popup window position either centered or at specific coordinate.
229        &quot;showAddressBar&quot;: True or False, # Whether to display the browser address bar.
230        &quot;showMenuBar&quot;: True or False, # Whether to display the browser menu bar.
231        &quot;showScrollBar&quot;: True or False, # Whether to display the browser scroll bar.
232        &quot;showStatusBar&quot;: True or False, # Whether to display the browser status bar.
233        &quot;showToolBar&quot;: True or False, # Whether to display the browser tool bar.
234        &quot;title&quot;: &quot;A String&quot;, # Title of popup window.
235      },
236      &quot;targetType&quot;: &quot;A String&quot;, # Target type used by the event.
237      &quot;videoReportingId&quot;: &quot;A String&quot;, # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.
238    },
239  ],
240  &quot;warnedValidationRules&quot;: [ # Rules validated during code generation that generated a warning. This is a read-only, auto-generated field. Possible values are: - &quot;ADMOB_REFERENCED&quot; - &quot;ASSET_FORMAT_UNSUPPORTED_DCM&quot; - &quot;ASSET_INVALID&quot; - &quot;CLICK_TAG_HARD_CODED&quot; - &quot;CLICK_TAG_INVALID&quot; - &quot;CLICK_TAG_IN_GWD&quot; - &quot;CLICK_TAG_MISSING&quot; - &quot;CLICK_TAG_MORE_THAN_ONE&quot; - &quot;CLICK_TAG_NON_TOP_LEVEL&quot; - &quot;COMPONENT_UNSUPPORTED_DCM&quot; - &quot;ENABLER_UNSUPPORTED_METHOD_DCM&quot; - &quot;EXTERNAL_FILE_REFERENCED&quot; - &quot;FILE_DETAIL_EMPTY&quot; - &quot;FILE_TYPE_INVALID&quot; - &quot;GWD_PROPERTIES_INVALID&quot; - &quot;HTML5_FEATURE_UNSUPPORTED&quot; - &quot;LINKED_FILE_NOT_FOUND&quot; - &quot;MAX_FLASH_VERSION_11&quot; - &quot;MRAID_REFERENCED&quot; - &quot;NOT_SSL_COMPLIANT&quot; - &quot;ORPHANED_ASSET&quot; - &quot;PRIMARY_HTML_MISSING&quot; - &quot;SVG_INVALID&quot; - &quot;ZIP_INVALID&quot;
241    &quot;A String&quot;,
242  ],
243}
244
245  media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
246  media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
247  x__xgafv: string, V1 error format.
248    Allowed values
249      1 - v1 error format
250      2 - v2 error format
251
252Returns:
253  An object of the form:
254
255    { # CreativeAssets contains properties of a creative asset file which will be uploaded or has already been uploaded. Refer to the creative sample code for how to upload assets and insert a creative.
256  &quot;assetIdentifier&quot;: { # Creative Asset ID. # ID of the creative asset. This is a required field.
257    &quot;name&quot;: &quot;A String&quot;, # Name of the creative asset. This is a required field while inserting an asset. After insertion, this assetIdentifier is used to identify the uploaded asset. Characters in the name must be alphanumeric or one of the following: &quot;.-_ &quot;. Spaces are allowed.
258    &quot;type&quot;: &quot;A String&quot;, # Type of asset to upload. This is a required field. FLASH and IMAGE are no longer supported for new uploads. All image assets should use HTML_IMAGE.
259  },
260  &quot;clickTags&quot;: [ # List of detected click tags for assets. This is a read-only, auto-generated field. This field is empty for a rich media asset.
261    { # Creative Click Tag.
262      &quot;clickThroughUrl&quot;: { # Click-through URL # Parameter value for the specified click tag. This field contains a click-through url.
263        &quot;computedClickThroughUrl&quot;: &quot;A String&quot;, # Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page&#x27;s URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field.
264        &quot;customClickThroughUrl&quot;: &quot;A String&quot;, # Custom click-through URL. Applicable if the landingPageId field is left unset.
265        &quot;landingPageId&quot;: &quot;A String&quot;, # ID of the landing page for the click-through URL.
266      },
267      &quot;eventName&quot;: &quot;A String&quot;, # Advertiser event name associated with the click tag. This field is used by DISPLAY_IMAGE_GALLERY and HTML5_BANNER creatives. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.
268      &quot;name&quot;: &quot;A String&quot;, # Parameter name for the specified click tag. For DISPLAY_IMAGE_GALLERY creative assets, this field must match the value of the creative asset&#x27;s creativeAssetId.name field.
269    },
270  ],
271  &quot;counterCustomEvents&quot;: [ # List of counter events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.
272    { # Creative Custom Event.
273      &quot;advertiserCustomEventId&quot;: &quot;A String&quot;, # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.
274      &quot;advertiserCustomEventName&quot;: &quot;A String&quot;, # User-entered name for the event.
275      &quot;advertiserCustomEventType&quot;: &quot;A String&quot;, # Type of the event. This is a read-only field.
276      &quot;artworkLabel&quot;: &quot;A String&quot;, # Artwork label column, used to link events in Campaign Manager back to events in Studio. This is a required field and should not be modified after insertion.
277      &quot;artworkType&quot;: &quot;A String&quot;, # Artwork type used by the creative.This is a read-only field.
278      &quot;exitClickThroughUrl&quot;: { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events.
279        &quot;computedClickThroughUrl&quot;: &quot;A String&quot;, # Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page&#x27;s URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field.
280        &quot;customClickThroughUrl&quot;: &quot;A String&quot;, # Custom click-through URL. Applicable if the landingPageId field is left unset.
281        &quot;landingPageId&quot;: &quot;A String&quot;, # ID of the landing page for the click-through URL.
282      },
283      &quot;id&quot;: &quot;A String&quot;, # ID of this event. This is a required field and should not be modified after insertion.
284      &quot;popupWindowProperties&quot;: { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events.
285        &quot;dimension&quot;: { # Represents the dimensions of ads, placements, creatives, or creative assets. # Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID
286          &quot;height&quot;: 42, # Height of this size. Acceptable values are 0 to 32767, inclusive.
287          &quot;iab&quot;: True or False, # IAB standard size. This is a read-only, auto-generated field.
288          &quot;id&quot;: &quot;A String&quot;, # ID of this size. This is a read-only, auto-generated field.
289          &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#size&quot;.
290          &quot;width&quot;: 42, # Width of this size. Acceptable values are 0 to 32767, inclusive.
291        },
292        &quot;offset&quot;: { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.
293          &quot;left&quot;: 42, # Offset distance from left side of an asset or a window.
294          &quot;top&quot;: 42, # Offset distance from top side of an asset or a window.
295        },
296        &quot;positionType&quot;: &quot;A String&quot;, # Popup window position either centered or at specific coordinate.
297        &quot;showAddressBar&quot;: True or False, # Whether to display the browser address bar.
298        &quot;showMenuBar&quot;: True or False, # Whether to display the browser menu bar.
299        &quot;showScrollBar&quot;: True or False, # Whether to display the browser scroll bar.
300        &quot;showStatusBar&quot;: True or False, # Whether to display the browser status bar.
301        &quot;showToolBar&quot;: True or False, # Whether to display the browser tool bar.
302        &quot;title&quot;: &quot;A String&quot;, # Title of popup window.
303      },
304      &quot;targetType&quot;: &quot;A String&quot;, # Target type used by the event.
305      &quot;videoReportingId&quot;: &quot;A String&quot;, # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.
306    },
307  ],
308  &quot;detectedFeatures&quot;: [ # List of feature dependencies for the creative asset that are detected by Campaign Manager. Feature dependencies are features that a browser must be able to support in order to render your HTML5 creative correctly. This is a read-only, auto-generated field.
309    &quot;A String&quot;,
310  ],
311  &quot;exitCustomEvents&quot;: [ # List of exit events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.
312    { # Creative Custom Event.
313      &quot;advertiserCustomEventId&quot;: &quot;A String&quot;, # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.
314      &quot;advertiserCustomEventName&quot;: &quot;A String&quot;, # User-entered name for the event.
315      &quot;advertiserCustomEventType&quot;: &quot;A String&quot;, # Type of the event. This is a read-only field.
316      &quot;artworkLabel&quot;: &quot;A String&quot;, # Artwork label column, used to link events in Campaign Manager back to events in Studio. This is a required field and should not be modified after insertion.
317      &quot;artworkType&quot;: &quot;A String&quot;, # Artwork type used by the creative.This is a read-only field.
318      &quot;exitClickThroughUrl&quot;: { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events.
319        &quot;computedClickThroughUrl&quot;: &quot;A String&quot;, # Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page&#x27;s URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field.
320        &quot;customClickThroughUrl&quot;: &quot;A String&quot;, # Custom click-through URL. Applicable if the landingPageId field is left unset.
321        &quot;landingPageId&quot;: &quot;A String&quot;, # ID of the landing page for the click-through URL.
322      },
323      &quot;id&quot;: &quot;A String&quot;, # ID of this event. This is a required field and should not be modified after insertion.
324      &quot;popupWindowProperties&quot;: { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events.
325        &quot;dimension&quot;: { # Represents the dimensions of ads, placements, creatives, or creative assets. # Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID
326          &quot;height&quot;: 42, # Height of this size. Acceptable values are 0 to 32767, inclusive.
327          &quot;iab&quot;: True or False, # IAB standard size. This is a read-only, auto-generated field.
328          &quot;id&quot;: &quot;A String&quot;, # ID of this size. This is a read-only, auto-generated field.
329          &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#size&quot;.
330          &quot;width&quot;: 42, # Width of this size. Acceptable values are 0 to 32767, inclusive.
331        },
332        &quot;offset&quot;: { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.
333          &quot;left&quot;: 42, # Offset distance from left side of an asset or a window.
334          &quot;top&quot;: 42, # Offset distance from top side of an asset or a window.
335        },
336        &quot;positionType&quot;: &quot;A String&quot;, # Popup window position either centered or at specific coordinate.
337        &quot;showAddressBar&quot;: True or False, # Whether to display the browser address bar.
338        &quot;showMenuBar&quot;: True or False, # Whether to display the browser menu bar.
339        &quot;showScrollBar&quot;: True or False, # Whether to display the browser scroll bar.
340        &quot;showStatusBar&quot;: True or False, # Whether to display the browser status bar.
341        &quot;showToolBar&quot;: True or False, # Whether to display the browser tool bar.
342        &quot;title&quot;: &quot;A String&quot;, # Title of popup window.
343      },
344      &quot;targetType&quot;: &quot;A String&quot;, # Target type used by the event.
345      &quot;videoReportingId&quot;: &quot;A String&quot;, # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.
346    },
347  ],
348  &quot;id&quot;: &quot;A String&quot;, # Numeric ID of the asset. This is a read-only, auto-generated field.
349  &quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the numeric ID of the asset. This is a read-only, auto-generated field.
350    &quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
351    &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
352    &quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
353    &quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
354    &quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
355    &quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
356  },
357  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#creativeAssetMetadata&quot;.
358  &quot;richMedia&quot;: True or False, # True if the uploaded asset is a rich media asset. This is a read-only, auto-generated field.
359  &quot;timerCustomEvents&quot;: [ # List of timer events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.
360    { # Creative Custom Event.
361      &quot;advertiserCustomEventId&quot;: &quot;A String&quot;, # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.
362      &quot;advertiserCustomEventName&quot;: &quot;A String&quot;, # User-entered name for the event.
363      &quot;advertiserCustomEventType&quot;: &quot;A String&quot;, # Type of the event. This is a read-only field.
364      &quot;artworkLabel&quot;: &quot;A String&quot;, # Artwork label column, used to link events in Campaign Manager back to events in Studio. This is a required field and should not be modified after insertion.
365      &quot;artworkType&quot;: &quot;A String&quot;, # Artwork type used by the creative.This is a read-only field.
366      &quot;exitClickThroughUrl&quot;: { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events.
367        &quot;computedClickThroughUrl&quot;: &quot;A String&quot;, # Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page&#x27;s URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field.
368        &quot;customClickThroughUrl&quot;: &quot;A String&quot;, # Custom click-through URL. Applicable if the landingPageId field is left unset.
369        &quot;landingPageId&quot;: &quot;A String&quot;, # ID of the landing page for the click-through URL.
370      },
371      &quot;id&quot;: &quot;A String&quot;, # ID of this event. This is a required field and should not be modified after insertion.
372      &quot;popupWindowProperties&quot;: { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events.
373        &quot;dimension&quot;: { # Represents the dimensions of ads, placements, creatives, or creative assets. # Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID
374          &quot;height&quot;: 42, # Height of this size. Acceptable values are 0 to 32767, inclusive.
375          &quot;iab&quot;: True or False, # IAB standard size. This is a read-only, auto-generated field.
376          &quot;id&quot;: &quot;A String&quot;, # ID of this size. This is a read-only, auto-generated field.
377          &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#size&quot;.
378          &quot;width&quot;: 42, # Width of this size. Acceptable values are 0 to 32767, inclusive.
379        },
380        &quot;offset&quot;: { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.
381          &quot;left&quot;: 42, # Offset distance from left side of an asset or a window.
382          &quot;top&quot;: 42, # Offset distance from top side of an asset or a window.
383        },
384        &quot;positionType&quot;: &quot;A String&quot;, # Popup window position either centered or at specific coordinate.
385        &quot;showAddressBar&quot;: True or False, # Whether to display the browser address bar.
386        &quot;showMenuBar&quot;: True or False, # Whether to display the browser menu bar.
387        &quot;showScrollBar&quot;: True or False, # Whether to display the browser scroll bar.
388        &quot;showStatusBar&quot;: True or False, # Whether to display the browser status bar.
389        &quot;showToolBar&quot;: True or False, # Whether to display the browser tool bar.
390        &quot;title&quot;: &quot;A String&quot;, # Title of popup window.
391      },
392      &quot;targetType&quot;: &quot;A String&quot;, # Target type used by the event.
393      &quot;videoReportingId&quot;: &quot;A String&quot;, # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.
394    },
395  ],
396  &quot;warnedValidationRules&quot;: [ # Rules validated during code generation that generated a warning. This is a read-only, auto-generated field. Possible values are: - &quot;ADMOB_REFERENCED&quot; - &quot;ASSET_FORMAT_UNSUPPORTED_DCM&quot; - &quot;ASSET_INVALID&quot; - &quot;CLICK_TAG_HARD_CODED&quot; - &quot;CLICK_TAG_INVALID&quot; - &quot;CLICK_TAG_IN_GWD&quot; - &quot;CLICK_TAG_MISSING&quot; - &quot;CLICK_TAG_MORE_THAN_ONE&quot; - &quot;CLICK_TAG_NON_TOP_LEVEL&quot; - &quot;COMPONENT_UNSUPPORTED_DCM&quot; - &quot;ENABLER_UNSUPPORTED_METHOD_DCM&quot; - &quot;EXTERNAL_FILE_REFERENCED&quot; - &quot;FILE_DETAIL_EMPTY&quot; - &quot;FILE_TYPE_INVALID&quot; - &quot;GWD_PROPERTIES_INVALID&quot; - &quot;HTML5_FEATURE_UNSUPPORTED&quot; - &quot;LINKED_FILE_NOT_FOUND&quot; - &quot;MAX_FLASH_VERSION_11&quot; - &quot;MRAID_REFERENCED&quot; - &quot;NOT_SSL_COMPLIANT&quot; - &quot;ORPHANED_ASSET&quot; - &quot;PRIMARY_HTML_MISSING&quot; - &quot;SVG_INVALID&quot; - &quot;ZIP_INVALID&quot;
397    &quot;A String&quot;,
398  ],
399}</pre>
400</div>
401
402</body></html>