Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

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

Avatar

Level 1

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!

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

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

Avatar

Level 1

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.