Community Discussion
Exceed Number of Campaigns per account
Hi, I'm getting this error trying to create a campaign through API: Failed to perform API call with response code [400]. Response payload status [400], message [You have exceeded the maximal number of active campaigns per account].
According to our research on this topic, the maximum is 3000, but so far we have created only 554 campaigns in one of our accounts. Can you please let me know the real threshold.
Posted by Gabriel Diaz almost 3 years ago
Get All Campaigns Returns Empty List
I sent a GET request to "https://backstage.taboola.com/backstage/api/1.0/<account_id>/campaigns/" with my access_token in the header. I get the following response:
```
data: {
results: [],
metadata: { total: 0, count: 0, static_fields: [], static_total_fields: [] }
}
```
From this old github issue (https://github.com/singer-io/tap-taboola/issues/1) I found on the deprecated Backstage API docs (https://github.com/taboola/Backstage-API) says that:
```
Reading, creating or updating Campaigns is only possible when the [account-id] references an Account with ADVERTISER in its partner_types field. Trying to send a request with a non-Advertiser Account will result in a 404 Not Found response.
```
I checked, my<account_id> does not have "ADVERTISER" in its `partner_types`.
I did not see any mention of this issue regarding `partner_types` in the current documentation. Could anyone confirm if "ADVERTISER" really is required to access Campaigns? Thank you.
Posted by Andy Shih almost 3 years ago
Campaign settings always up to date in the API?
Hi there,
Can you share how up to date are the campaigns settings (budget, cpc, status) in the API? If I were to make changes at 2pm and try to pull this information at 2:05pm, am I going to get the correct information?
Thanks,
Sandra
Posted by Sandra almost 3 years ago