How to replicate Entries outside of Adobe Analytics | Community
Skip to main content
January 21, 2021
Solved

How to replicate Entries outside of Adobe Analytics

  • January 21, 2021
  • 3 replies
  • 1366 views

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?

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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 replies

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
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