We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fce97 commit 1b46582Copy full SHA for 1b46582
twitter_ads/__init__.py
@@ -1,6 +1,6 @@
1
# Copyright (C) 2015 Twitter, Inc.
2
3
-VERSION = (7, 0, 1)
+VERSION = (7, 0, 2)
4
API_VERSION = '7'
5
6
from twitter_ads.utils import get_version
twitter_ads/campaign.py
@@ -298,6 +298,8 @@ def save(self):
298
resource_property(LineItem, 'charge_by')
299
resource_property(LineItem, 'end_time', transform=TRANSFORM.TIME)
300
resource_property(LineItem, 'entity_status')
301
+resource_property(LineItem, 'ios_app_store_identifier')
302
+resource_property(LineItem, 'android_app_store_identifier')
303
resource_property(LineItem, 'audience_expansion')
304
resource_property(LineItem, 'name')
305
resource_property(LineItem, 'objective')
0 commit comments