You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
There's a mess with old and new entity names in Fb and Zuck:
Zuck::AdAccount#create_ad_campaign(name: 'foo')
creates a Zuck::AdCampaign object (it's the new name for the old Campaign Groups)
But there's no Zuck::AdCampaign#create_ad_set (this is the new name for the old Campaign) because the autogenerated created_* defines Zuck::AdCampaign.create_ad_campaign (because the connections are listed with their API/Old name).
Is it possible to create ad_sets (old name Campaigns) from Zuck?