We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can you do CRUD on Ads ? What are all the possible operations
The text was updated successfully, but these errors were encountered:
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]
Sorry, something went wrong.
Ok thanks @tomsoft1
No branches or pull requests
Can you do CRUD on Ads ? What are all the possible operations
The text was updated successfully, but these errors were encountered: