Skip to content

Commit 1b46582

Browse files
author
Tom Osowski
authored
Merge across forks to get CI working (#265) (#266)
* Add store identifiers to line item * bump version
1 parent e2fce97 commit 1b46582

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

twitter_ads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (C) 2015 Twitter, Inc.
22

3-
VERSION = (7, 0, 1)
3+
VERSION = (7, 0, 2)
44
API_VERSION = '7'
55

66
from twitter_ads.utils import get_version

twitter_ads/campaign.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ def save(self):
298298
resource_property(LineItem, 'charge_by')
299299
resource_property(LineItem, 'end_time', transform=TRANSFORM.TIME)
300300
resource_property(LineItem, 'entity_status')
301+
resource_property(LineItem, 'ios_app_store_identifier')
302+
resource_property(LineItem, 'android_app_store_identifier')
301303
resource_property(LineItem, 'audience_expansion')
302304
resource_property(LineItem, 'name')
303305
resource_property(LineItem, 'objective')

0 commit comments

Comments
 (0)