Community Discussion
404 calling campaigns/base
about 3 years ago by John B(edited)
I'm currently developing an api loader and following these 3 api calls to gather daily campaign stats for our account.
- https://backstage.taboola.com/backstage/api/1.0/users/current/allowed-accounts
- https://backstage.taboola.com/backstage/api/1.0/<account id from 2>/campaigns/base?start
- https://backstage.taboola.com/backstage/api/1.0//reports/campaign-summary/dimensions/day?start_date=&end_date=&campaign=<campaginID from 3>
I'm currently getting 404 errors making a call to campaigns/base for some of the "type": "PARTNER" accounts but not for others.
Can you please give any insights as to how an account has to be setup for the campaigns/base url to function correctly?