Update an atomic creative by ID
Security
Auth0(Required scopes: offline_accessmanage:services)
Enum:"ADOCADO""ATLAS""DART""DOUBLECLICK""EYEWONDER""FLASHTALKING""MEDIAFORGE""MEDIAMIND""MEDIAPLEX""OTHER"
Enum:"IFRAME_SCRIPT_NOSCRIPT""IFRAME_SCRIPT""IFRAME_NOSCRIPT""IFRAME_IMG""SCRIPT_NOSCRIPT""SCRIPT""NOSCRIPT""IFRAME""IMG""VIDEO"
POST
curl -i -X POST \
'https://api.mediamath.com/api/v3.0/atomic_creatives/{atomic_creative_id}?extended=true' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"version": 3,
"external_identifier": "string",
"width": 80,
"height": 90,
"concept_id": 33,
"status": true,
"archived": true,
"is_mraid": true,
"is_https": true,
"t1as": true,
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"vast_version": 9.9,
"is_audio": true,
"expansion_direction": "NONRESTRICTED",
"expansion_trigger": "AUTOMATIC",
"media_type": "display",
"ad_server_type": "ADOCADO",
"ad_format": "DISPLAY",
"tpas_ad_tag": "string",
"tpas_ad_tag_name": "string",
"click_through_url": "http://example.com",
"click_url": "http://example.com",
"edited_tag": "string",
"tag": "string",
"tag_type": "IFRAME_SCRIPT_NOSCRIPT",
"vendor_ids": [
3,
56
]
}'Response
- atomic_creative_response
- atomic_creative_response_extended
{ "data": { "id": 0, "version": 0, "entity_type": "string", "advertiser_id": 0, "concept_id": 0, "concept_name": "string", "name": "string", "width": 0, "height": 0, "creative_import_file_id": 0, "file_type": "string", "is_https": true, "is_multi_creative": true, "has_sound": true, "rich_media": true, "rich_media_provider": "string", "status": true, "archived": true, "built": true, "build_date": "string", "built_by_user_id": 0, "build_errors": "string", "created_on": "2019-08-24T14:15:22Z", "last_modified": "string", "external_identifier": "string", "tpas_ad_tag_name": "string", "updated_on": "2019-08-24T14:15:22Z", "expand": "string", "click_url": "string", "ad_format": "string", "expansion_direction": "NONRESTRICTED", "expansion_trigger": "AUTOMATIC", "ad_server_type": "string", "t1as": true, "tpas_ad_tag": "string", "edited_tag": "string", "click_through_url": "string", "rejected_reason": "string", "approval_status": "string", "start_date": "string", "end_date": "string", "media_type": "string", "is_mraid": true, "vast_version": 9.9, "sizmek_tag_status": "string", "sizmek_creative_status": "string", "last_payload_modified": "string", "is_audio": true, "tag": "string", "tag_type": "string" }, "meta": { "status": "success" } }