Migration guide for PAPI users
Are you a PAPI user? This article has an overview of the Criteo API endpoints you can use to replace your PAPI connections. This will help you migrate before the PAPI deprecation by April 2021.
First, you will need to complete your onboarding in our new Developer Portal as indicated in the onboarding checklist. Then, you will be ready to start migrating your PAPI endpoints.
Below, you can see the Criteo API's equivalent for your PAPI endpoints.
PAPI | Criteo API equivalent |
|---|---|
getAccount Retrieves generic information about the advertiser (name, email of the primary admin, currency, timezone, and country) | /portfolio |
getCampaigns Returns the campaigns of the advertiser (can query one or more) | /advertiser/{advertiserid}/campaigns Available soon |
getCategories | /advertiser/{advertiserid}/categories
Available soon |
getBudgets Returns the budgets of the advertiser (can query one or more) | /budgets Available soon |
getStatisticsLastUpdate Returns the max date available in the statistics storage | This field is not relevant anymore. This was necessary in PAPI due to the asynchronous nature of the Statistics reports. Through the Criteo API, reports are instead pulled in real-time. |
mutateCampaigns Changes the CPC of one or more campaigns and of their associated categories | /campaigns/bids Available soon |
mutateCategories Enables/disables the ability to bid on a category | /categories Available soon |
scheduleReportJob Launches the generation of a statistics report along with the dimension Campaign or Category, with the granularity Day or Hour, for a given time period. | /preview/statistics/report |
Updated 21 days ago