Hi
I've created about 8000 campaigns and all of them were paused.I try to create new campaign but I found that I was limited.I was told that“You have already reached max possible number of campaigns”.I've told it to the manager on Zeropark skype and asked him to delete all my paused campaigns two days ago.But he didn't reply me untill now!So I need your help.Thanks in advance.
Why don't you just manually delete some campaigns and then try to make some new ones.
I don't understand how we can help you - surely you could have manually dealt with this for the time being with only a few seconds of effort?
Well, you'd just need to have the contact details of another manager I suppose. But from my experience Zeropark support likes to be quite tight on protocol (and working in business hours) so I am not sure finding and sending messages to Zeropark staff about an account they don't manage will yield much.
Two suggestions:
1. Count how many campaigns you want to launch right now, or over the next few days. Multiple this by 5 seconds. This is how long it would probably take you to free up enough space to get by and not have this be a blocker or an issue. Solve the problem now with practical work so that contacting a Zeropark manager urgently is no longer something you need to do at all. Easy.
2. Use the Zeropark API to delete campaigns. If you have a developer this should be trivial. Go to https://panel.zeropark.com/secure/apidocs/index.html. The campaign delete object is here - https://panel.zeropark.com/secure/ap...eleteUsingPOST
You could use something like Postman to get campaign stats (e.g. https://panel.zeropark.com/api/stats...EAR&limit=1000), then get all the campaign IDs from the JSON, then use these to do the delete calls. For a developer this would be pretty straightforward but if not technically inclined, manually deleting a few hundred is going to be easier...
Thanks for your help