How to access hit depth report from API in Adobe Analytics? | Community
Skip to main content
August 19, 2016
Solved

How to access hit depth report from API in Adobe Analytics?

  • August 19, 2016
  • 2 replies
  • 1585 views

How can I access the Hit Depth report from the API? I'm trying to extract the sequence of pages/actions taken by visitors, as I do in the Analysis Workspace by using the Hit Depth report. 

However, when using the API, this report is not available in the list of Elements. How can I replicate this functionality in code? Any ideas?

Thanks!

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 Hyder_Ziaee

Hello,

The API element corresponding to this is the pageDepth. You can find it in the documentation.

https://marketing.adobe.com/developer/documentation/analytics-reporting-1-4/elements

2 replies

Hyder_Ziaee
Adobe Employee
Hyder_ZiaeeAdobe EmployeeAccepted solution
Adobe Employee
August 22, 2016

Hello,

The API element corresponding to this is the pageDepth. You can find it in the documentation.

https://marketing.adobe.com/developer/documentation/analytics-reporting-1-4/elements

August 22, 2016

Thanks Hyder. Indeed I'm now able to check on the hit depth for pages only. However, when I try to check on the hit depth for other actions, such as downloads, internal searches, etcetera, there's no data in the pageDepth report.  I'm try to recreate full paths for specific visitors.

In Analysis Workspace this report is called Hit Depth and it can tell the Hit Depth for any event. Do you know if this report or something similar is available from the API?

Thanks.