Reputation: 73
I need to deep copy campaign from one Account to another ads account. ais their any way to Deep copy the campaign? or Their is any way to Export/Import the data?
This is the url to copy Campaigns but it only copy Campaigns of only one account.
https://graph.facebook.com/v3.1/Campaign_id/copies
Upvotes: 0
Views: 506
Reputation: 1
As of now, fb doesnot allow cloning in different account but you can use a combination of get and create endpoints of adsets to clone all the configurations from an adset in one account to an adset in different account.
Upvotes: 0