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 "assetIdentifier": { # Creative Asset ID. # ID of the creative asset. This is a required field. 101 "name": "A String", # 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: ".-_ ". Spaces are allowed. 102 "type": "A String", # 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 "clickTags": [ # 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 "clickThroughUrl": { # Click-through URL # Parameter value for the specified click tag. This field contains a click-through url. 107 "computedClickThroughUrl": "A String", # 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's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field. 108 "customClickThroughUrl": "A String", # Custom click-through URL. Applicable if the landingPageId field is left unset. 109 "landingPageId": "A String", # ID of the landing page for the click-through URL. 110 }, 111 "eventName": "A String", # 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 "name": "A String", # Parameter name for the specified click tag. For DISPLAY_IMAGE_GALLERY creative assets, this field must match the value of the creative asset's creativeAssetId.name field. 113 }, 114 ], 115 "counterCustomEvents": [ # 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 "advertiserCustomEventId": "A String", # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field. 118 "advertiserCustomEventName": "A String", # User-entered name for the event. 119 "advertiserCustomEventType": "A String", # Type of the event. This is a read-only field. 120 "artworkLabel": "A String", # 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 "artworkType": "A String", # Artwork type used by the creative.This is a read-only field. 122 "exitClickThroughUrl": { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events. 123 "computedClickThroughUrl": "A String", # 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's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field. 124 "customClickThroughUrl": "A String", # Custom click-through URL. Applicable if the landingPageId field is left unset. 125 "landingPageId": "A String", # ID of the landing page for the click-through URL. 126 }, 127 "id": "A String", # ID of this event. This is a required field and should not be modified after insertion. 128 "popupWindowProperties": { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events. 129 "dimension": { # 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 "height": 42, # Height of this size. Acceptable values are 0 to 32767, inclusive. 131 "iab": True or False, # IAB standard size. This is a read-only, auto-generated field. 132 "id": "A String", # ID of this size. This is a read-only, auto-generated field. 133 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#size". 134 "width": 42, # Width of this size. Acceptable values are 0 to 32767, inclusive. 135 }, 136 "offset": { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES. 137 "left": 42, # Offset distance from left side of an asset or a window. 138 "top": 42, # Offset distance from top side of an asset or a window. 139 }, 140 "positionType": "A String", # Popup window position either centered or at specific coordinate. 141 "showAddressBar": True or False, # Whether to display the browser address bar. 142 "showMenuBar": True or False, # Whether to display the browser menu bar. 143 "showScrollBar": True or False, # Whether to display the browser scroll bar. 144 "showStatusBar": True or False, # Whether to display the browser status bar. 145 "showToolBar": True or False, # Whether to display the browser tool bar. 146 "title": "A String", # Title of popup window. 147 }, 148 "targetType": "A String", # Target type used by the event. 149 "videoReportingId": "A String", # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field. 150 }, 151 ], 152 "detectedFeatures": [ # 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 "A String", 154 ], 155 "exitCustomEvents": [ # 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 "advertiserCustomEventId": "A String", # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field. 158 "advertiserCustomEventName": "A String", # User-entered name for the event. 159 "advertiserCustomEventType": "A String", # Type of the event. This is a read-only field. 160 "artworkLabel": "A String", # 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 "artworkType": "A String", # Artwork type used by the creative.This is a read-only field. 162 "exitClickThroughUrl": { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events. 163 "computedClickThroughUrl": "A String", # 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's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field. 164 "customClickThroughUrl": "A String", # Custom click-through URL. Applicable if the landingPageId field is left unset. 165 "landingPageId": "A String", # ID of the landing page for the click-through URL. 166 }, 167 "id": "A String", # ID of this event. This is a required field and should not be modified after insertion. 168 "popupWindowProperties": { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events. 169 "dimension": { # 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 "height": 42, # Height of this size. Acceptable values are 0 to 32767, inclusive. 171 "iab": True or False, # IAB standard size. This is a read-only, auto-generated field. 172 "id": "A String", # ID of this size. This is a read-only, auto-generated field. 173 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#size". 174 "width": 42, # Width of this size. Acceptable values are 0 to 32767, inclusive. 175 }, 176 "offset": { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES. 177 "left": 42, # Offset distance from left side of an asset or a window. 178 "top": 42, # Offset distance from top side of an asset or a window. 179 }, 180 "positionType": "A String", # Popup window position either centered or at specific coordinate. 181 "showAddressBar": True or False, # Whether to display the browser address bar. 182 "showMenuBar": True or False, # Whether to display the browser menu bar. 183 "showScrollBar": True or False, # Whether to display the browser scroll bar. 184 "showStatusBar": True or False, # Whether to display the browser status bar. 185 "showToolBar": True or False, # Whether to display the browser tool bar. 186 "title": "A String", # Title of popup window. 187 }, 188 "targetType": "A String", # Target type used by the event. 189 "videoReportingId": "A String", # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field. 190 }, 191 ], 192 "id": "A String", # Numeric ID of the asset. This is a read-only, auto-generated field. 193 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the numeric ID of the asset. This is a read-only, auto-generated field. 194 "dimensionName": "A String", # The name of the dimension. 195 "etag": "A String", # The eTag of this response for caching purposes. 196 "id": "A String", # The ID associated with the value if available. 197 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 198 "matchType": "A String", # Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT. 199 "value": "A String", # The value of the dimension. 200 }, 201 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#creativeAssetMetadata". 202 "richMedia": True or False, # True if the uploaded asset is a rich media asset. This is a read-only, auto-generated field. 203 "timerCustomEvents": [ # 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 "advertiserCustomEventId": "A String", # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field. 206 "advertiserCustomEventName": "A String", # User-entered name for the event. 207 "advertiserCustomEventType": "A String", # Type of the event. This is a read-only field. 208 "artworkLabel": "A String", # 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 "artworkType": "A String", # Artwork type used by the creative.This is a read-only field. 210 "exitClickThroughUrl": { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events. 211 "computedClickThroughUrl": "A String", # 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's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field. 212 "customClickThroughUrl": "A String", # Custom click-through URL. Applicable if the landingPageId field is left unset. 213 "landingPageId": "A String", # ID of the landing page for the click-through URL. 214 }, 215 "id": "A String", # ID of this event. This is a required field and should not be modified after insertion. 216 "popupWindowProperties": { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events. 217 "dimension": { # 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 "height": 42, # Height of this size. Acceptable values are 0 to 32767, inclusive. 219 "iab": True or False, # IAB standard size. This is a read-only, auto-generated field. 220 "id": "A String", # ID of this size. This is a read-only, auto-generated field. 221 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#size". 222 "width": 42, # Width of this size. Acceptable values are 0 to 32767, inclusive. 223 }, 224 "offset": { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES. 225 "left": 42, # Offset distance from left side of an asset or a window. 226 "top": 42, # Offset distance from top side of an asset or a window. 227 }, 228 "positionType": "A String", # Popup window position either centered or at specific coordinate. 229 "showAddressBar": True or False, # Whether to display the browser address bar. 230 "showMenuBar": True or False, # Whether to display the browser menu bar. 231 "showScrollBar": True or False, # Whether to display the browser scroll bar. 232 "showStatusBar": True or False, # Whether to display the browser status bar. 233 "showToolBar": True or False, # Whether to display the browser tool bar. 234 "title": "A String", # Title of popup window. 235 }, 236 "targetType": "A String", # Target type used by the event. 237 "videoReportingId": "A String", # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field. 238 }, 239 ], 240 "warnedValidationRules": [ # Rules validated during code generation that generated a warning. This is a read-only, auto-generated field. Possible values are: - "ADMOB_REFERENCED" - "ASSET_FORMAT_UNSUPPORTED_DCM" - "ASSET_INVALID" - "CLICK_TAG_HARD_CODED" - "CLICK_TAG_INVALID" - "CLICK_TAG_IN_GWD" - "CLICK_TAG_MISSING" - "CLICK_TAG_MORE_THAN_ONE" - "CLICK_TAG_NON_TOP_LEVEL" - "COMPONENT_UNSUPPORTED_DCM" - "ENABLER_UNSUPPORTED_METHOD_DCM" - "EXTERNAL_FILE_REFERENCED" - "FILE_DETAIL_EMPTY" - "FILE_TYPE_INVALID" - "GWD_PROPERTIES_INVALID" - "HTML5_FEATURE_UNSUPPORTED" - "LINKED_FILE_NOT_FOUND" - "MAX_FLASH_VERSION_11" - "MRAID_REFERENCED" - "NOT_SSL_COMPLIANT" - "ORPHANED_ASSET" - "PRIMARY_HTML_MISSING" - "SVG_INVALID" - "ZIP_INVALID" 241 "A String", 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 "assetIdentifier": { # Creative Asset ID. # ID of the creative asset. This is a required field. 257 "name": "A String", # 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: ".-_ ". Spaces are allowed. 258 "type": "A String", # 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 "clickTags": [ # 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 "clickThroughUrl": { # Click-through URL # Parameter value for the specified click tag. This field contains a click-through url. 263 "computedClickThroughUrl": "A String", # 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's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field. 264 "customClickThroughUrl": "A String", # Custom click-through URL. Applicable if the landingPageId field is left unset. 265 "landingPageId": "A String", # ID of the landing page for the click-through URL. 266 }, 267 "eventName": "A String", # 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 "name": "A String", # Parameter name for the specified click tag. For DISPLAY_IMAGE_GALLERY creative assets, this field must match the value of the creative asset's creativeAssetId.name field. 269 }, 270 ], 271 "counterCustomEvents": [ # 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 "advertiserCustomEventId": "A String", # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field. 274 "advertiserCustomEventName": "A String", # User-entered name for the event. 275 "advertiserCustomEventType": "A String", # Type of the event. This is a read-only field. 276 "artworkLabel": "A String", # 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 "artworkType": "A String", # Artwork type used by the creative.This is a read-only field. 278 "exitClickThroughUrl": { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events. 279 "computedClickThroughUrl": "A String", # 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's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field. 280 "customClickThroughUrl": "A String", # Custom click-through URL. Applicable if the landingPageId field is left unset. 281 "landingPageId": "A String", # ID of the landing page for the click-through URL. 282 }, 283 "id": "A String", # ID of this event. This is a required field and should not be modified after insertion. 284 "popupWindowProperties": { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events. 285 "dimension": { # 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 "height": 42, # Height of this size. Acceptable values are 0 to 32767, inclusive. 287 "iab": True or False, # IAB standard size. This is a read-only, auto-generated field. 288 "id": "A String", # ID of this size. This is a read-only, auto-generated field. 289 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#size". 290 "width": 42, # Width of this size. Acceptable values are 0 to 32767, inclusive. 291 }, 292 "offset": { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES. 293 "left": 42, # Offset distance from left side of an asset or a window. 294 "top": 42, # Offset distance from top side of an asset or a window. 295 }, 296 "positionType": "A String", # Popup window position either centered or at specific coordinate. 297 "showAddressBar": True or False, # Whether to display the browser address bar. 298 "showMenuBar": True or False, # Whether to display the browser menu bar. 299 "showScrollBar": True or False, # Whether to display the browser scroll bar. 300 "showStatusBar": True or False, # Whether to display the browser status bar. 301 "showToolBar": True or False, # Whether to display the browser tool bar. 302 "title": "A String", # Title of popup window. 303 }, 304 "targetType": "A String", # Target type used by the event. 305 "videoReportingId": "A String", # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field. 306 }, 307 ], 308 "detectedFeatures": [ # 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 "A String", 310 ], 311 "exitCustomEvents": [ # 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 "advertiserCustomEventId": "A String", # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field. 314 "advertiserCustomEventName": "A String", # User-entered name for the event. 315 "advertiserCustomEventType": "A String", # Type of the event. This is a read-only field. 316 "artworkLabel": "A String", # 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 "artworkType": "A String", # Artwork type used by the creative.This is a read-only field. 318 "exitClickThroughUrl": { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events. 319 "computedClickThroughUrl": "A String", # 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's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field. 320 "customClickThroughUrl": "A String", # Custom click-through URL. Applicable if the landingPageId field is left unset. 321 "landingPageId": "A String", # ID of the landing page for the click-through URL. 322 }, 323 "id": "A String", # ID of this event. This is a required field and should not be modified after insertion. 324 "popupWindowProperties": { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events. 325 "dimension": { # 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 "height": 42, # Height of this size. Acceptable values are 0 to 32767, inclusive. 327 "iab": True or False, # IAB standard size. This is a read-only, auto-generated field. 328 "id": "A String", # ID of this size. This is a read-only, auto-generated field. 329 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#size". 330 "width": 42, # Width of this size. Acceptable values are 0 to 32767, inclusive. 331 }, 332 "offset": { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES. 333 "left": 42, # Offset distance from left side of an asset or a window. 334 "top": 42, # Offset distance from top side of an asset or a window. 335 }, 336 "positionType": "A String", # Popup window position either centered or at specific coordinate. 337 "showAddressBar": True or False, # Whether to display the browser address bar. 338 "showMenuBar": True or False, # Whether to display the browser menu bar. 339 "showScrollBar": True or False, # Whether to display the browser scroll bar. 340 "showStatusBar": True or False, # Whether to display the browser status bar. 341 "showToolBar": True or False, # Whether to display the browser tool bar. 342 "title": "A String", # Title of popup window. 343 }, 344 "targetType": "A String", # Target type used by the event. 345 "videoReportingId": "A String", # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field. 346 }, 347 ], 348 "id": "A String", # Numeric ID of the asset. This is a read-only, auto-generated field. 349 "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the numeric ID of the asset. This is a read-only, auto-generated field. 350 "dimensionName": "A String", # The name of the dimension. 351 "etag": "A String", # The eTag of this response for caching purposes. 352 "id": "A String", # The ID associated with the value if available. 353 "kind": "A String", # The kind of resource this is, in this case dfareporting#dimensionValue. 354 "matchType": "A String", # Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT. 355 "value": "A String", # The value of the dimension. 356 }, 357 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#creativeAssetMetadata". 358 "richMedia": True or False, # True if the uploaded asset is a rich media asset. This is a read-only, auto-generated field. 359 "timerCustomEvents": [ # 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 "advertiserCustomEventId": "A String", # Unique ID of this event used by Reporting and Data Transfer. This is a read-only field. 362 "advertiserCustomEventName": "A String", # User-entered name for the event. 363 "advertiserCustomEventType": "A String", # Type of the event. This is a read-only field. 364 "artworkLabel": "A String", # 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 "artworkType": "A String", # Artwork type used by the creative.This is a read-only field. 366 "exitClickThroughUrl": { # Click-through URL # Exit click-through URL for the event. This field is used only for exit events. 367 "computedClickThroughUrl": "A String", # 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's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field. 368 "customClickThroughUrl": "A String", # Custom click-through URL. Applicable if the landingPageId field is left unset. 369 "landingPageId": "A String", # ID of the landing page for the click-through URL. 370 }, 371 "id": "A String", # ID of this event. This is a required field and should not be modified after insertion. 372 "popupWindowProperties": { # Popup Window Properties. # Properties for rich media popup windows. This field is used only for exit events. 373 "dimension": { # 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 "height": 42, # Height of this size. Acceptable values are 0 to 32767, inclusive. 375 "iab": True or False, # IAB standard size. This is a read-only, auto-generated field. 376 "id": "A String", # ID of this size. This is a read-only, auto-generated field. 377 "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#size". 378 "width": 42, # Width of this size. Acceptable values are 0 to 32767, inclusive. 379 }, 380 "offset": { # Offset Position. # Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES. 381 "left": 42, # Offset distance from left side of an asset or a window. 382 "top": 42, # Offset distance from top side of an asset or a window. 383 }, 384 "positionType": "A String", # Popup window position either centered or at specific coordinate. 385 "showAddressBar": True or False, # Whether to display the browser address bar. 386 "showMenuBar": True or False, # Whether to display the browser menu bar. 387 "showScrollBar": True or False, # Whether to display the browser scroll bar. 388 "showStatusBar": True or False, # Whether to display the browser status bar. 389 "showToolBar": True or False, # Whether to display the browser tool bar. 390 "title": "A String", # Title of popup window. 391 }, 392 "targetType": "A String", # Target type used by the event. 393 "videoReportingId": "A String", # Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field. 394 }, 395 ], 396 "warnedValidationRules": [ # Rules validated during code generation that generated a warning. This is a read-only, auto-generated field. Possible values are: - "ADMOB_REFERENCED" - "ASSET_FORMAT_UNSUPPORTED_DCM" - "ASSET_INVALID" - "CLICK_TAG_HARD_CODED" - "CLICK_TAG_INVALID" - "CLICK_TAG_IN_GWD" - "CLICK_TAG_MISSING" - "CLICK_TAG_MORE_THAN_ONE" - "CLICK_TAG_NON_TOP_LEVEL" - "COMPONENT_UNSUPPORTED_DCM" - "ENABLER_UNSUPPORTED_METHOD_DCM" - "EXTERNAL_FILE_REFERENCED" - "FILE_DETAIL_EMPTY" - "FILE_TYPE_INVALID" - "GWD_PROPERTIES_INVALID" - "HTML5_FEATURE_UNSUPPORTED" - "LINKED_FILE_NOT_FOUND" - "MAX_FLASH_VERSION_11" - "MRAID_REFERENCED" - "NOT_SSL_COMPLIANT" - "ORPHANED_ASSET" - "PRIMARY_HTML_MISSING" - "SVG_INVALID" - "ZIP_INVALID" 397 "A String", 398 ], 399}</pre> 400</div> 401 402</body></html>