Hi,
Thanks for your response.
And I have additional question about promoted_tweet.
I retrieve 39 campaign and line_item ID but I just got 35 promoted tweet.
We have inserted into 50 or more ads(of course as promoted_tweet).
Do you know why i can not retrieve 50 or more ads information which i have inserted?
p2 = {
'entity_ids': list_of_lineitem, #this "list_of_lineitem" is list of 39 line itmes
'entity': 'PROMOTED_TWEET',
'start_time': param['START_TIME'],
'end_time': param['END_TIME'],
'granularity': 'TOTAL',
'metric_groups': param['METRIC'],
'placement': 'ALL_ON_TWITTER',
}
sync = Request(client, 'get', card_id_url,params=p2).perform().body['data']
I got 35 data with this code.
Thanks