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

Using Clickstream with segments

Avatar

Level 4

Hi all,

I am currently using clickstream data to build my own reports / visualization (as it is a piece of a bigger project) and was wondering how to go about to analyze my data using segment.

Is there a specific approach to follow?

Anyone who can help with the above?

Thank you

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Apologies there, I got my tools mixed up Data Warehouse is where you can apply segments, and not data feeds.

Pertaining getting data based on visits/visitors, there are a few good writeups on the topic. The following would be one I consider the best: Using Adobe Analytics Data Feeds and SQL for Basic Reporting – The Data Feed Toolbox

There's also a data feed lab at Summit this year that I anticipate would be valuable for your organization.

View solution in original post

6 Replies

Avatar

Employee Advisor

What tool are you importing your clickstream data into?

Avatar

Level 4

Hi,

Thank you very much for you response.

For the moment, it will be very manual. FTP > extract and push into mysql (as I will start testing with a day or 2 of data).

I am thinking of using python to do the rest. As a start I just want to understand what I need to do for building segments as the Adobe PDF simply highlights the calculations for certain metrics.

I would really appreciate if you have any info / additional resources or advise.

Ideally, I would think that I would go towards Hadoop and apache spark. What do you think?

Thanks

Avatar

Employee Advisor

If it's going into an SQL-type database, you can use commands like WHERE or HAVING to effectively segment data. If you need to know what each column means, you can refer to this: Clickstream Data Column Reference

If you only care about the segmented data (and nothing else), you can apply a segment when creating the data feed, so the resulting file is only the data you care about. You'd be able to use the built-in segment manager to create the criteria you're looking for.

Avatar

Level 4

Hi,

Thank you for the info.

I do have the PDF but nothing really highlight best practice to look at data based on a segment as mentioned in my previous comment.

I was hoping to have some best practice which will help get the data based on visitor or visits etc...

Additionally, as far as i have seen while setting up data feeds, there are no option to apply a segment unless i am missing this option completely.

Thanks

Avatar

Correct answer by
Employee Advisor

Apologies there, I got my tools mixed up Data Warehouse is where you can apply segments, and not data feeds.

Pertaining getting data based on visits/visitors, there are a few good writeups on the topic. The following would be one I consider the best: Using Adobe Analytics Data Feeds and SQL for Basic Reporting – The Data Feed Toolbox

There's also a data feed lab at Summit this year that I anticipate would be valuable for your organization.

Avatar

Level 4

Hi,

Thank you very much for sharing the link.

I will have a look at it when i have a moment.

Thanks again.