I am trying to fetch the video metrics video_6s_views and video_15s_views through Twitter Ads API v10 with following parameters :
granularity - DAY
placement - ALL_ON_TWITTER
entity - ORGANIC_TWEET
All the other video metrics are showing up as expected but these two metrics are always showing None (empty) even for videos having high total views.
Any idea what could be the reason ?

Could you provide the Tweet IDs and API request that demonstrates this?

Please find the request details:
request url - https://ads-api.twitter.com/10/stats/jobs/accounts/18ce53w33cv?entity=ORGANIC_TWEET&entity_ids=1505674293207867397%2C1505503166212706308%2C1506428512919441408%2C1506390263308054530%2C1506367863417819137%2C1506300268706738187%2C1506224166864781312%2C1506752505165881344%2C1506697173236260866%2C1506646961885167622%2C1506587058126704648%2C1507137686431100951%2C1507115792147652612%2C1507028368247562248%2C1507507875513397254%2C1507455026939117569%2C1507402682482364416%2C1507349330557952001%2C1507311582316949504%2C1507613823414546438&granularity=DAY&metric_groups=ENGAGEMENT%2CVIDEO&placement=ALL_ON_TWITTER&start_time=2022-03-28T07%3A00%3A00Z&end_time=2022-03-29T07%3A00%3A00Z

request response : {‘request’: {‘params’: {‘start_time’: ‘2022-03-28T07:00:00Z’, ‘entity_ids’: [‘1505674293207867397’, ‘1505503166212706308’, ‘1506428512919441408’, ‘1506390263308054530’, ‘1506367863417819137’, ‘1506300268706738187’, ‘1506224166864781312’, ‘1506752505165881344’, ‘1506697173236260866’, ‘1506646961885167622’, ‘1506587058126704648’, ‘1507137686431100951’, ‘1507115792147652612’, ‘1507028368247562248’, ‘1507507875513397254’, ‘1507455026939117569’, ‘1507402682482364416’, ‘1507349330557952001’, ‘1507311582316949504’, ‘1507613823414546438’], ‘end_time’: ‘2022-03-29T07:00:00Z’, ‘placement’: ‘ALL_ON_TWITTER’, ‘granularity’: ‘DAY’, ‘entity’: ‘ORGANIC_TWEET’, ‘metric_groups’: [‘ENGAGEMENT’, ‘VIDEO’]}}, ‘data’: {‘start_time’: ‘2022-03-28T07:00:00Z’, ‘segmentation_type’: None, ‘url’: None, ‘id_str’: ‘1508996472036941824’, ‘entity_ids’: [1505674293207867397, 1505503166212706308, 1506428512919441408, 1506390263308054530, 1506367863417819137, 1506300268706738187, 1506224166864781312, 1506752505165881344, 1506697173236260866, 1506646961885167622, 1506587058126704648, 1507137686431100951, 1507115792147652612, 1507028368247562248, 1507507875513397254, 1507455026939117569, 1507402682482364416, 1507349330557952001, 1507311582316949504, 1507613823414546438], ‘end_time’: ‘2022-03-29T07:00:00Z’, ‘country’: None, ‘placement’: ‘ALL_ON_TWITTER’, ‘id’: 1508996472036941824, ‘expires_at’: None, ‘status’: ‘PROCESSING’, ‘granularity’: ‘DAY’, ‘entity’: ‘ORGANIC_TWEET’, ‘created_at’: ‘2022-03-30T02:36:09Z’, ‘platform’: None, ‘updated_at’: ‘2022-03-30T02:36:09Z’, ‘metric_groups’: [‘ENGAGEMENT’, ‘VIDEO’]}}

1 Like

Can I get an update on this please ?

Can someone help on this please ?