MediaMath / t1-python

Python SDK for MediaMath Platform APIs
https://developer.mediamath.com/
Apache License 2.0
18 stars 30 forks source link

Migrate Deals to new 'Media' Endpoint #110

Closed fsargent closed 7 years ago

fsargent commented 7 years ago

/api/v2.0/deals -> /media/v1.0/deals

/api/v2.0/strategies/:id/supplies -> /api/v2.0/strategies/:id/deals

https://developer.mediamath.com/docs/read/execution_and_management_api/Private_Marketplace_Exchange_PMPE_Setup_New

only for deals (pmp-e) AND NOT supply_sources (exchanges), site_placements (pmp-d) – which remain active under /supplies.

conoverm commented 7 years ago

Any updates on this?

fsargent commented 7 years ago

We should have an initial implementation of this by end of next week.

fsargent commented 7 years ago

107 Are these related/the same?

conoverm commented 7 years ago

nice

fsargent commented 7 years ago

This is resolved in: https://github.com/MediaMath/t1-python/tree/v1.6.0 PR: #122