How to replicate Entries outside of Adobe Analytics | Adobe Higher Education
Skip to main content
January 21, 2021
Répondu

How to replicate Entries outside of Adobe Analytics

Hello - I am attempting to use Adobe Analytics data to replicate visits and entries using Python and then using that to visualize the data in Tableau. 

We know the coding logic used to replicate visits to our website/various pages on the website (screenshot below), but we cannot find a way to replicate entries. 

 

Could someone help?

 

 

Ce sujet a été fermé aux réponses.
Meilleure réponse par yuhuisg

I'm not sure how you're storing your AA data to be able to query it like that.

But from AA's Reporting API, there should be an item "metrics/entries" that will return the number of entries for the specified dimension(s) in the report request.

3 commentaires

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorRéponse
Community Advisor
January 22, 2021

I'm not sure how you're storing your AA data to be able to query it like that.

But from AA's Reporting API, there should be an item "metrics/entries" that will return the number of entries for the specified dimension(s) in the report request.

khurshid
Adobe Employee
Adobe Employee
January 22, 2021

You can check the following document for logic to calculate basic metrics.

Calculate metrics | Adobe Analytics

January 21, 2022

Hello - I am also trying to use adobe data feed to derive logic for Entries metric and compare against adobe UI. Can someone show path to derive logic for entries metric. I have gone through below documentation still am not able to.

https://experienceleague.adobe.com/docs/analytics/components/metrics/entries.html?lang=en

 

Thanks in advance