Permalink
Please sign in to comment.
Browse files
Draft campaigns (#137)
* `entity_status`
* add enums
* add read resource attributes
* update fixtures
* add tests
* update docs
* update examples
* misc:
* remove `JOB_STATUS`
* remove the `currency` property from campaigns
* add missing line item resource properties- Loading branch information...
Showing
with
283 additions
and 287 deletions.
- +2 −1 README.rst
- +2 −1 docs/source/index.rst
- +6 −6 examples/batch_request.py
- +3 −3 examples/quick_start.py
- +5 −5 examples/video_tutorial.py
- +20 −20 tests/fixtures/promoted_tweets_all.json
- +1 −1 tests/fixtures/promoted_tweets_load.json
- +31 −69 tests/test_campaign.py
- +31 −69 tests/test_line_item.py
- +67 −0 tests/test_promoted_tweets.py
- +24 −18 twitter_ads/campaign.py
- +6 −6 twitter_ads/creative.py
- +85 −88 twitter_ads/enum.py
Oops, something went wrong.
0 comments on commit
1b643af