Introduction
The Partner Tag Creative API enables you to interact with partner-tag creatives from the creative approval queue outside of MRM.
With the Partner Tag Creative API, you can:
- Update partner-tag creatives
- Approve partner-tag creatives
Objects
Partner Tag Creative Object
Field Name | Type | Sample Value |
---|---|---|
id | int | 100000 |
external_id | string | "pt:doubleclick.net/123" |
industries | list of Industry Object | [ { |
brands | list of Brand Object | [ { |
duration | int | 30 |
created_at | time |
"2022-05-11T15:00:30Z", |
universal_ad_id | UniversalAdID Object |
{ |
domain | string | "cadillac.com" |
approval_status | string enum |
|
approval_notes | string | "SK 5/12/22 - Submitted" |
external_approval_notes | string | "external approval notes" |
vast_content_url | string |
"http://dcmzycmaqpxf5.cloudfront.net/t/market-vast/123/2022-05-11/vast.xml" |
vast_wrapper_url | string | "http://dcmzycmaqpxf5.cloudfront.net/t/market-vast-wrapper/123/2022-05-11/wrapper_vast.xml" |
status | string enum |
|
partner_tag_creative_updated_at | time | "2022-05-11T00:00:30Z", |
order_ids | list of int | [ 61000, 61001] |
Deal Object
Field Name | Type | Value | Description |
---|---|---|---|
mkpl_order.id | integer | Deal ID | |
order_type | string |
| |
order_name | string | Amazon TEST 2020 PMP | |
external_order_id | string | XYZ-LVC-00003 | |
marketplace_partner_name | Array of strings | ["Buyer test", "DO_NOT_TOUCH_Buyer_on_same_seat"] | This should be the partner name from the Marketplace Order. |
order_schedule | Deal Schedule object | Deal Schedule object sample: { "end_date": "2020-10-26T03:59:00.000Z", "start_date": 2020-10-02T04:00:00.000Z, "timezone": "EDT" } | |
order_approval_type | string enum |
| |
order_clearance_level | string enum |
| |
dsp_buyer_platform | string | Publica |
Universal Ad ID Object
Field Name | Type | Sample Values |
---|---|---|
id | string |
"ABCD1234000H" (Ad-ID format) "AAA/BBBB123/456" (Clearcast format) |
registry | string enum |
|
registry_id | int enum |
|
INDUSTRY OBJECT
Field Name | Type | Sample Values |
---|---|---|
id | int | 96 |
type | string enum |
|
name | string |
"name": "Automobile Manufacture" |
BRAND OBJECT
Field Name | Type | Sample Values |
---|---|---|
id | int | 1079143 |
name | string |
"Cadillac" |