コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Count metric based on subsequent action

Avatar

Level 1

Hi,

My website has events that fire on both Search Results and the Product Pages.

I want to be able to say "x number of Searches happened WITHOUT a subsequent Product view" and "x number of Searches happened WITH a subsequent Product view

So for example if this were my hit data:

VISIT 1Page1Search Results
VISIT 1Page2Product Page
VISIT 1Page3Search Results
VISIT 1Page4Product Page
VISIT 1Page5Search Results
 ~ VISIT ENDS ~


I would want the resulting count of search events (or even pageviews) to be:

Searches Resulting in Product ViewSearches NOT Resulting in Product View
21

 

Can anyone tell me how this is possible in Adobe, give a single visit might contain both sequences?

 

Thanks,

Luke

1 受け入れられたソリューション

Avatar

正解者
Level 5

you will probably have to use sequential segments. For your first segment you could say page = "search page" and then next hit page="product details page". you can create the other segment with a not condition.

 

https://docs.adobe.com/content/help/en/analytics/components/segmentation/segmentation-workflow/seg-s...

元の投稿で解決策を見る

1 返信

Avatar

正解者
Level 5

you will probably have to use sequential segments. For your first segment you could say page = "search page" and then next hit page="product details page". you can create the other segment with a not condition.

 

https://docs.adobe.com/content/help/en/analytics/components/segmentation/segmentation-workflow/seg-s...