Community Discussion

Ask a Question
Back to All

404 calling campaigns/base

(edited)

I'm currently developing an api loader and following these 3 api calls to gather daily campaign stats for our account.

  1. https://backstage.taboola.com/backstage/api/1.0/users/current/allowed-accounts
  2. https://backstage.taboola.com/backstage/api/1.0/<account id from 2>/campaigns/base?start
  3. 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?