Is there a way to update ad URL Parameters with marketing api?
It is possible from FB Ads Manager, but we have more than 200 different ads and we want to automatically update their URL params from api instead of doing it manually.
I have checked FB marketing api refference, but couldn't find anything related.
Really need your help here.
UPDATE:
This is for those, who are searching for the same or similar thing.
The mechanics which ties Ad to Post or custom template is Ad Creative. You can find its API capabilities here - https://developers.facebook.com/docs/marketing-api/reference/ad-creative
Unfortunately for Ad Creative you can only update Name, Ad Labels and Status. You can still create new Ad Creative with all desired fields and then assign it to Ad, but there is no way to update its url_tags
field.