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 has been 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?
ps: move fast, break things ;)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 oldCampaign Groups
)But there's no
Zuck::AdCampaign#create_ad_set
(this is the new name for the oldCampaign
) because the autogeneratedcreated_*
definesZuck::AdCampaign.create_ad_campaign
(because theconnections
are listed with their API/Old name).Is it possible to create
ad_sets
(old name Campaigns) from Zuck?ps: move fast, break things ;)
The text was updated successfully, but these errors were encountered: