Hello,
I’ve stumbled across a metric called carousel_swipes that seems to belong to the engagement metric group. What is this metric? The documentation does not seem to mention it.
$ date && twurl -H ads-api.twitter.com "/1/stats/accounts/4no6av?entity=LINE_ITEM&metric_groups=ENGAGEMENT&placement=ALL_ON_TWITTER&start_time=2016-04-10T00:00:00-07:00&end_time=2016-04-12T00:00:00-07:00&entity_ids=4s8by&granularity=TOTAL"|jsonpretty
Tue Apr 19 17:09:48 CDT 2016
{
"data_type": "stats",
"time_series_length": 1,
"data": [
{
"id": "4s8by",
"id_data": [
{
"segment": null,
"metrics": {
"impressions": [
3
],
"qualified_impressions": null,
"follows": null,
"app_clicks": null,
"retweets": null,
"likes": null,
"engagements": null,
"clicks": null,
"card_engagements": null,
"replies": null,
"url_clicks": null,
"carousel_swipes": null
}
}
]
}
],
"request": {
"params": {
"start_time": "2016-04-10T07:00:00Z",
"segmentation_type": null,
"entity_ids": [
"4s8by"
],
"end_time": "2016-04-12T07:00:00Z",
"country": null,
"placement": "ALL_ON_TWITTER",
"granularity": "TOTAL",
"entity": "LINE_ITEM",
"platform": null,
"metric_groups": [
"ENGAGEMENT"
]
}
}
}