Concerning Campaign Analytics GET stats/accounts/:account_id/campaigns/:id
From the docs:
metrics
A comma-separated list of the specific metrics to return in this request. Defaults to all possible metrics associated with the data type. Valid options for this field include can be found in our Metrics and Segmentation in Analytics docs.
When I do the call, ie
.../campaigns/3uore?start_time=2015-12-22T00:00:00+00:00&granularity=TOTAL&segmentation_type=PLATFORMS
It doesn’t return all possible metrics used in the campaign. For example, above returns various metrics, but not the promoted_video_total_views - even if I know there are entries for that one.
I was assuming from the Defaults to all possible metrics associated with the data type refers to all data available in the stats for the campaign, but that appears not to be true?
Instead, I must explicitly ask for it …?metric=promoted_video_total_views