Expand my Community achievements bar.

SOLVED

Is there a way to export target's metric data with daily granularity?

Avatar

Level 3

I am looking for a way to export activity's metric data with daily granularity. I have gone through the target API documentation and it does not mention anything about granularity or date range. It only has the performance report section which does not give the option to set granularity or select a date range.

Please suggest, how can I use the API to get the granular data or suggest an alternate way to get the granular data. Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Kartik, I know its not clearly stated it in Adobe documentation but I found my way to get report for specific interval using reportInterval parameter which looks like one below:

reportInterval": "2017-03-14T05:00Z/2017-07-10T07:00Z

Here's how your API URL will look like:

"https://mc.adobe.io/" & strTenant & "/target/activities/" & strActivityType & "/" & strActivityId & "/report/performance/?reportInterval=" & strReportingInterval

Hope this helps,

Rajneesh

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi Kartik, I know its not clearly stated it in Adobe documentation but I found my way to get report for specific interval using reportInterval parameter which looks like one below:

reportInterval": "2017-03-14T05:00Z/2017-07-10T07:00Z

Here's how your API URL will look like:

"https://mc.adobe.io/" & strTenant & "/target/activities/" & strActivityType & "/" & strActivityId & "/report/performance/?reportInterval=" & strReportingInterval

Hope this helps,

Rajneesh

Avatar

Level 3

Thanks Rajneesh for the response. It looks like your method will definitely work. I am currently not able to verify this since I am stuck at authentication part of the API, don't know what am I doing wrong. Anyways, I will give it a try once I am through the Authentication step.

Avatar

Employee

kartikbhatia​ Here's a help document which has detailed steps to generate the authentication token and might help you to get through the authentication steps.

https://helpx-internal.corp.adobe.com/content/help/en/marketing-cloud-core/kb/adobe-io-authenticatio...