Hi,
We are trying to get conversion data (post_view, post_clicks and assisted) for tweet level with “PLATFORMS” segmentation.
When we do not have the segmentation as a parameter it returns data, but when the segmentation is added these metrics returned as null.
Are these metrics supported with segmentation? if yes how to overcome such issue?
Request:
{
“url”: “https://ads-api.twitter.com/3/stats/jobs/accounts/qsw4q5”,
“verb”: “POST”,
“querystringParams”: {
“params”: [
{
“key”: “entity”,
“value”: “PROMOTED_TWEET”
},
{
“key”: “entity_ids”,
“value”: “25vd2v,25a1ez,25vdpp,25vdv6,1lmsp3,1ls8b1,25vgl7,259pe3,25a22x,259pe4,25a22y,259te1,25a22v,25vdxm,25vl6c,25a22w,260cnh,25vd6g,25a22p,25a22q”
},
{
“key”: “placement”,
“value”: “ALL_ON_TWITTER”
},
{
“key”: “metric_groups”,
“value”: “BILLING,ENGAGEMENT,MEDIA,VIDEO,WEB_CONVERSION,MOBILE_CONVERSION”
},
{
“key”: “segmentation_type”,
“value”: “PLATFORMS”
},
{
“key”: “start_time”,
“value”: “2018-08-28”
},
{
“key”: “end_time”,
“value”: “2018-09-04”
},
{
“key”: “with_deleted”,
“value”: “true”
},
{
“key”: “granularity”,
“value”: “DAY”
}
]
},
“bodyParams”: {
“params”:
},
“headers”: {},
“connectionKeepAlive”: false,
“followRedirects”: true
}
- Data date range: 29/08/2018 - 04/09/2018
- Account ID:qsw4q5
- Promoted Tweets IDs as block of 20s:
[
[“25vd2v”,“25a1ez”,“25vdpp”,“25vdv6”,“1lmsp3”,“1ls8b1”,“25vgl7”,“259pe3”,“25a22x”,“259pe4”,“25a22y”,“259te1”,“25a22v”,“25vdxm”,“25vl6c”,“25a22w”,“260cnh”,“25vd6g”,“25a22p”,“25a22q”],[“25a22t”,“259pe0”,“25a22u”,“259pe1”,“25a22r”,“259pe2”,“25a22s”,“25plb3”,“1hppse”,“25vdch”,“1hppsd”,“25pmfx”,“259pdz”,“259s9l”,“259s9m”,“259s9n”,“259s9o”,“259s9p”,“8b336”,“259s9f”],[“259s9g”,“259pdv”,“259s9h”,“259pdw”,“259s9i”,“259pdx”,“259s9j”,“259pdy”,“259s9k”,“25vcic”,“260co5”,“25ve6v”,“25ve01”,“1aj7jy”,“1aj8lv”,“25vjzg”,“25vh0b”,“25vee4”,“25vee5”,“7yzl8”],[“25pczp”,“260cn6”,“260cr8”,“260cnz”,“22v3c1”,“22v3c0”,“25vk9r”,“259roq”,“25plsk”,“25ve5u”,“8a1li”,“260cob”,“25vdai”,“25vlef”,“25pmhi”,“1lh5q7”,“25vcy0”,“25vjj3”,“259f1n”,“4t9al”],[“25vkl6”,“260col”,“22oag3”,“22oag4”,“25vfyu”]
]
Thanks in advance