Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beef up README #2

Closed
ciberch opened this issue Jun 10, 2015 · 2 comments
Closed

Beef up README #2

ciberch opened this issue Jun 10, 2015 · 2 comments

Comments

@ciberch
Copy link

ciberch commented Jun 10, 2015

Can you do CRUD on Ads ? What are all the possible operations

@tomsoft1
Copy link
Contributor

Not sure in which sense you are asking the question but yes we do CRUD on ads. The supported operation for now are the followings:

main :

 get: [:bidding_rules, :iab_categories]

Account:

    :get => [
      :promoted_accounts, :promoted_tweets, :tailored_audience_changes,
      :targeting_criteria, :app_lists, :campaigns, :funding_instruments,
      :line_items, :promoted_accounts, :promotable_users, :reach_estimate,
      :targeting_suggestions,:tailored_audiences
    ],
    :post => [:tailored_audiences, :tailored_audience_changes, :campaigns],
    :put => [:campaigns, :promoted_tweets, :targeting_criteria],
    :delete => [:tailored_audiences, :campaigns, :promoted_tweets, :targeting_criteria]

@ciberch
Copy link
Author

ciberch commented Jun 10, 2015

Ok thanks @tomsoft1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants