Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Metric Single Page in report API

Avatar

Level 8

Hello Adobe Community !

My data scientist team is having some trouble at getting a calculated metric through the report API. In this calculated metric i'm calculating a division of the single Page Visits Metric by the Entries Metric.

I checked this out by printing all the metrics using the Dancing Cactus Python Librairies for Adobe Analytics Reporting API 1.4 in my IDLE Python environnement, and among all the metrics I can find my Calculated Metric, but could not find the Single Page Visits.

So my question is , could it be possible that the API cannot report the metric Single Page Visits, and by extension my Calculated Metric ?

Is it like the Data Wharehouse where some metrics have not been calculated/processed yet and thus cannot be extracted ?

I Believed that the report API had access to anything on Adobe Analytics.

I need fast confirmation on this, so any help would be really appreciated !

Cheers to the Adobe Community !

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Mario, if you haven't already, I'd recommend giving the v2 APIs a shot. It's the exact same API that workspace uses to pull reports, so if you can do it in workspace, you can also do it in the v2 API.

Let me know if you're able to get it working!

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi Mario, if you haven't already, I'd recommend giving the v2 APIs a shot. It's the exact same API that workspace uses to pull reports, so if you can do it in workspace, you can also do it in the v2 API.

Let me know if you're able to get it working!