Expand my Community achievements bar.

Applications for the Community Advisor Program Class of 2025 are NOW OPEN – Apply Today!

Adobe target columns in click stream

Avatar

Level 2

https://www.softcrylic.com/blogs/adobe-analytics-for-target-a4t-a-look-under-the-hood/

I found this article and found few columns which are useful, however does the click stream have a column for name of expereince instead of the code ?

also I found that for some users tnt_action has two exp id in a hit, any way to clean this up


end objective is to create a dashboard with drop down to select relevant exp and see the results

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

5 Replies

Avatar

Adobe Champion

Hi @RohitNa1 ,

 

Have you tried A4T panel in Adobe Workspace, you can build an report with Activity > Experience and use Oberon debugger to extract JSON payload.

This can be used to fetch reports using Adobe Analytics API2.0 and setup dashboard with filter.

Avatar

Community Advisor and Adobe Champion

I don't have Target, but if you are talking about the Analytics Raw Data feeds, I don't believe that Target data is included... however, the data should be available via API calls, as @abhinavpuri mentioned.

 

To access the Oberon debugger:

 

In your Workspace, first turn on debugging from the help menu:

Jennifer_Dungan_0-1738687713338.png

 

This will add a new icon on your freeform tables:

Jennifer_Dungan_1-1738687735287.png

 

When you click on this, it will have a few options: the data building the Freeform table, or the data building the Sparkline (you will likely want the table data)

Jennifer_Dungan_2-1738687748364.png

 

Now, you will see one or more timestamps... every time the data refreshes, a timestamp will appear... but some complex tables may actually be built using multiple calls. You will have to click on each timestamp to access a new page that will provide the API calls that were used in multiple formats.
Jennifer_Dungan_3-1738687755184.png

 

Avatar

Level 2

Thanks but can this be done for all the experiments ? 

lets say for last 2 years all wihtout any sampling or data accuracy limitation ?

Avatar

Level 2

As long as the data for experiment is a available in A4T Adobe Analytics for last two years. It can be exporrted via reporting API.

Avatar

Community Advisor and Adobe Champion

Adobe doesn't sample data.... you can pull out full data for as long as your data retention allows.