Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Mess with old and new names; can't create Campaigns/AdSets #21

@runa

Description

@runa

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 ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions