Private Marketplace Direct (PMP-E)
curl -i -X GET \
'https://api.mediamath.com/deals/v1.0/deal_groups/{id}' \
-H 'Authorization: string'
No response example
Update a Deal Group's Details
Deal Groups are a feature that will allow you and your team to package individual deals into groups. This should streamline targeting, improve marketability (ex. creating a viewability deal group), and simplify bulk updating of strategies targeting deals.
Deal Groups Ownership and Targeting Permissions: Like deals, ownership of a Deal Group cannot change once it is created. There are no targeting permissions set within a deal group. Deal Groups instead honor the targeting permissions of the deals within them.
_
curl -i -X POST \
'https://api.mediamath.com/deals/v1.0/deal_groups/{id}' \
-H 'Content-Type: application/javascript' \
-H 'Cookie: string' \
-d '[object Object]'
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
_
curl -i -X POST \
https://api.mediamath.com/deals/v1.0/publishers \
-H 'Content-Type: application/javascript' \
-d '[object Object]'