The LineItem object is missing the "creative_source" attribute,
as you can see on the Twitter API.
"creative_source" is one of the fields returned by the 'line_items' request.
I think the fix should be to add the following line of code on file 'campaign.py', line 296:
resource_property(LineItem, 'creative_source')
The LineItem object is missing the
"creative_source"
attribute, as you can see on the Twitter API."creative_source"
is one of the fields returned by the 'line_items' request.I think the fix should be to add the following line of code on file 'campaign.py', line 296:
resource_property(LineItem, 'creative_source')