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

Each members tracking reports in Adobe Analytics

Avatar

Level 1

I want to track the behavior of each member on a login-based website.

eg. The page path they moved, the content they consumed in the site, the entry they wrote, and so on.

And I want to see each members behavior tracking report.

Web analysis is typically a report about who visited a particular page and how many times.

On the other hand, the question is what each individual visitor did on the site.

How can I do this at Adobe Analytics?

1 Accepted Solution

Avatar

Correct answer by
Level 3

I think there are multiple ways you can achieve this.

One quick approach which comes in my mind...

Assuming you can capturing login id in an evar (custom variable)

1. Try generating pathfinder report. Use pattern. (refer to attached screenshot at the bottom of the thread.)

- entered site

- anything

- exited site.

OR

- entered site

- Specific Item(s) -> Select Pages which you want to monitor.

- exited site.

2. Generate the report.

3. Create a new segment for a specific user & apply it on a generated PathFinder report.

Capture.PNG

Again, I believe there are multiple ways you can get this info. each way can have some pro's and con's.

Another Approach is Custom Events Funnel report, but has some limitations.

View solution in original post

2 Replies

Avatar

Employee

I am not sure I fully understand your question. However, it is not uncommon for a user ID (that has been de-personalized) to be used to identify users after a login (or other way to identify a specific user). If you provide such an ID in your implementation, you could do the kind of analysis suggested here.

Things to be aware of:

Hash Collisions - Logs of unique values with low traffic raises the risk of hash collisions. Data Warehouse does not have this issue so, it can be used as a work around.

(Low-Traffic) Logic - The UI, defaults to 500,000 unique values per variable per month.

Avatar

Correct answer by
Level 3

I think there are multiple ways you can achieve this.

One quick approach which comes in my mind...

Assuming you can capturing login id in an evar (custom variable)

1. Try generating pathfinder report. Use pattern. (refer to attached screenshot at the bottom of the thread.)

- entered site

- anything

- exited site.

OR

- entered site

- Specific Item(s) -> Select Pages which you want to monitor.

- exited site.

2. Generate the report.

3. Create a new segment for a specific user & apply it on a generated PathFinder report.

Capture.PNG

Again, I believe there are multiple ways you can get this info. each way can have some pro's and con's.

Another Approach is Custom Events Funnel report, but has some limitations.