MediaMath / t1-python

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

Impression Pacing New Fields #97

Closed Cawb07 closed 7 years ago

Cawb07 commented 8 years ago

Handling of Posts With ONLY Old Paradigm Fields We have introduced logic in our API such that new posts to Old Paradigm fields are correctly translated into their New Paradigm counterparts, provided that the posts do not also include New Paradigm fields. The table below outlines the translation.

Handling of Posts With ONLY New Paradigm Fields Posts to the New Paradigm fields that do not include any Old Paradigm fields will be accepted normally.

Handling of Posts With Both New AND Old Paradigm Fields We strongly advise against submitting posts that include both New and Old Paradigm fields because it will be possible to create a conflict between the two Paradigms that will be resolved in a way that may or may not align with the user’s intent.

Currently, new impression pacing fields are not in POST data because they are not in the Strategy model's _pull list.

screen shot 2016-09-21 at 4 55 24 pm