Ingest Taboola Campaign Summary (Campaign Day Breakdown) API for deleted campaigns
Connector name: Taboola Ads
Table name: Campaign Summary
API documentation link: https://developers.taboola.com/backstage-api/reference/campaign-summary-report
Additional details:
The reason we are raising this request is to extract information for deleted campaigns as well. Currently, all the APIs return information for currently active campaigns, but for any campaigns that has been terminated these are excluded from the API response. Using the above campaign-summary endpoint, we are able to extract information of deleted campaigns. This would be useful for us as we need to report on deleted campaigns as well. The following link contains more information on how we can consume it, we are particularly interested in the campaign-site-day-breakdown dimension.
https://developers.taboola.com/backstage-api/docs/dimensions-cheat-sheet
Sample API curl:
curl --request GET \
--url "https://backstage.taboola.com/backstage/api/1.0/${ACCOUNT_ID}/reports/campaign-summary/dimensions/campaign_site_day_breakdown?start_date=${START_DATE}&end_date=${END_DATE}" \
--header "Authorization: Bearer ${TABOOLA_ACCESS_TOKEN}" \
--header "Accept: application/json"
I hope the requirement is clear. Please do let me know if there is any additional information required.
Please sign in to leave a comment.
Comments
0 comments