Private Marketplace Direct (PMP-E)
This allows you to add multiple publishers at one under the same organization id.
Publishers
Information about PMP-D from the T1 side can be found here A video explainer on publisher management through the MediaMath app can be found at: https://academy.mediamath.com/mediamath-beta-courses?next=%2Fmediamath-beta-courses%2F800806
{"organization_id":100315, "names" : ["my name is..","my other name is"]}
curl -i -X POST \
https://api.mediamath.com/deals/v1.0/bulk_create/publishers \
-H 'Authorization: Bearer $TOKEN' \
-H 'Content-Type: application/javascript' \
-d '[object Object]'
{
"data": [
{
"updated_on": "2021-07-08T14:08:06+00:00",
"created_on": "2021-07-08T14:08:06+00:00",
"id": 514,
"name": "my name is..",
"organization_id": 100315,
"last_touch_user_id": 4254,
"deleted_on": null
},
{
"updated_on": "2021-07-08T14:08:06+00:00",
"created_on": "2021-07-08T14:08:06+00:00",
"id": 515,
"name": "my other name is",
"organization_id": 100315,
"last_touch_user_id": 4254,
"deleted_on": null
}
],
"meta": {
"status": "ok"
}
}
No response example
curl -i -X GET \
'https://api.mediamath.com/deals/v1.0/deals/{id}/strategy_deals?page_limit=0&page_offset=0&sort_by=string&with=string' \
-H 'Authorization: Bearer $TOKEN'
{ "data": [ { "id": 852908478, "entity_type": "strategy_deal" }, { "id": 852911871, "entity_type": "strategy_deal" }, { "id": 852908409, "entity_type": "strategy_deal" }, { "id": 852908397, "entity_type": "strategy_deal" } ], "meta": { "count": 4, "total_count": 4, "status": "ok", "offset": 0 } }
No response example
curl -i -X GET \
'https://api.mediamath.com/deals/v1.0/deal_groups/{id}/strategy_deal_groups?page_limit=0&page_offset=0&sort_by=string&with=string' \
-H 'Authorization: Bearer $TOKEN'
No response example