Hello,
I’d like to isolate first-time purchasers in Adobe Analytics — users who made their very first transaction during a specific time period.
Is there a recommended way to do this using segments or calculated metrics?
Any guidance or examples would be greatly appreciated. Thanks in advance!
Hi @MezzoMe ,
To segment first-time purchasers in Adobe Analytics, you can isolate users who made their first-ever purchase during a specific time period by using sequential segments and optionally visitor-level logic. Here's a step-by-step guide to do this using segments, which is the most straightforward method:
Click "Create New Segment"
Example:
Thanks for getting back to me!
I’m looking to identify users who had no purchases in the past three years, but made their very first purchase during the period of July 14–20.
Could you kindly check if the filters I applied are set up correctly to capture this group?
Really appreciate your quick response!
Views
Replies
Total Likes
Hi @MezzoMe
This is a bit of a tricky solution but is possible.
If you want to isolate the first time purchasers create a visitor based segment where orders is equal to 1.
This will check it based on the time frame in the calendar in the workspace.
You will notice that if you change the date range the values change.
If you want it only looking back a specific number of days, then you can add a rolling date parameter to the segment which will lock it to only look back to the specified time.
This will look like this:
Applying this segment to the reports will give all the first time orders in the look back window, even those that aren't in your reporting window (the calendar set timeframe).
To only show the data in your reporting window, you will need to use a date dimension to filter the data to the specific window of time you want to report on. Example of this is below:
Thanks,
Dan
Thanks for the explanation!
What I'm trying to do is find users who had not purchased before, but made their first-ever purchase within a certain date range.
I just wanted to check — would the segment still work as expected in this case?
Views
Replies
Total Likes
Adobe Analytics has no built-in “first purchase date” dimension, so you use sequential logic to mimic that behavior.
You can use the Orders event or Revenue depending on what defines a “purchase” in your implementation.
Always use Visitor container — since you’re working across time.
Hi, thank you again for your support.
Based on your guidance, I created the segment like this. Would you mind taking a quick look and letting me know if it seems correct?
Views
Replies
Total Likes
The one I mentioned is at the implementation level.
The segment you are creating is an adhoc one and however it might work as per the logic I see. You are trying to see the purchase comparing months whether it exists or not.
Views
Replies
Total Likes
Hi @MezzoMe ,
I don’t work for an eCommerce company, so I don’t have access to typical metrics like orders, etc. However, I was able to simulate your use case with a similar scenario:
Since I have access to raw data feeds, it was easy for me to experiment and validate the results directly from the source.
Visitors who were active in the last 7 days but not in the previous 3 months.
As of today (8th August), this means I’m looking for users who visited the site between 1st–7th August, but not between 1st May–31st July.
I created a segment to identify users who were active in both the last 7 days and the previous 3 months.
This allowed me to subtract that group from the total visitors during the last 7 days to isolate the desired audience.
Findings: This method worked as expected when validated against the raw data.
(For your case: it would give you the visitors who order in both the date ranges, and you can subtract these users from the total user who purchased in the later date range)
I created a segment for users who were active in the last 7 days, and explicitly "EXCLUDED" those who were active in the last 3 months.
Important Note: This method only works accurately when the date range selected on the analysis panel includes both timeframes (i.e., the last 7 days and the prior 3 months).
From what I can see, using the "THEN" (sequential segment) logic might not be suitable for this use case.
That’s because you’re trying to filter users based on two separate date ranges, rather than defining a sequence of actions over time. Sequential logic is typically useful when you’re tracking event order, like users who did X and then Y.
Be cautious when using rolling date ranges within segments—these are calculated relative to the current date, which can affect your segment logic depending on when you run the report. so for this case, you can use the static date ranges in your segments.
I recommend trying an approach similar to what I’ve outlined above and seeing if that gives you the expected results.
Feel free to share how it goes or if you run into any issues.
Thanks,
Nitesh
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies