I want to update the view_tags on an adgorup based on the information described in the FB Ads Api Documentation:
https://developers.facebook.com/docs/reference/ads-api/adgroup/#view_tags
I am using the access token for the account in which the ad exists but when I attempt to update the view_tags, I get a permissions error. Is there something on the account which needs to be enabled in order to allow me to do this? If so, what measures do I need to take to make this possible?
Here's the actual error:
{"error":{"message":"Error 1487090 - Adgroup Edit Failed - Spec Errors - Adgroup : Permission Error -- You do not have permission to do this.","type":"Exception"}}
Only tags from approved partners are supported, please check with your Partner Manager or Facebook representative for a list of approved view tag partners.– Igy Oct 10 '12 at 21:08