I’m trying to create adverts on the Facebook using marketing (ads) API, but after some rejected requests my account has been blocked. So, I tried to find out ways to testing my API requests via sandbox mode.
Could you give me some tips about best practices of the creating adverts, campaigns and adsets on using facebook marketing (ads) API with sandbox accounts
Question posted in Facebook API
The official documentation for the Facebook APIs can be found here.
The official documentation for the Facebook APIs can be found here.
2
Answers
First of all you will need to get a sandbox account, you can go to
developers.facebook.com
and get your account id, token, etc.There are no best practices as such, you can do anything with this ad account. Just remember they have fake data, which may or may not match the real world expectations. When reading insights, you might also get empty for most of the fields.
As far as creation is concerned there shouldn’t be any problem.
Account Management. Get Access Token from here.
I have worked this way. May be its not best practice, i couldn’t find such thing in fb dev site,