criteo / criteo-python-marketing-sdk

Official Python SDK to access the Criteo Marketing API
Apache License 2.0
15 stars 8 forks source link

Criteo Python SDK Migration #9

Open gooseLoose opened 3 years ago

gooseLoose commented 3 years ago

More of a question than a current issue. Curious about the plans if any that might exist to update portions of the current SDK to make them in line with expected end-points in the future. For instance. The following docs show that there is going to be a switch of Statistics endpoints in the switch from MAPI to stable release v2021-04. The alteration looking like the following.

new_endpoint = 'https://api.criteo.com/2021-04/statistics/report' legacy_endpoint = 'https://api.criteo.com/marketing/v1/statistics'

Are there any plants to update portions like the current Statistics Module to be representative of the new endpoint?

jbuisson-criteo commented 3 years ago

I think what you're looking for is what we called the Transition SDK, meant to be used for the migration. In a near future, we'll also provide new auto-generated SDKs following our versioning strategy, but we sadly can't communicate on any timeline about them yet.

gooseLoose commented 3 years ago

This is great! We will explore the Transition SDK. In the mean time with what is stated in the introduction in the markdown file could we potentially expect a more long term replacement for the criteo-python-marketing-sdk sometime in Q3 2021? No need for a timeline here at all. We are just trying to understand where we might need to look to make sure our pipelines can continue to work over the year.

Thanks for your response as well!