Skip to content

Commit 5fd568b

Browse files
committed
First draft of sub-hit analysis
1 parent fc49d17 commit 5fd568b

5 files changed

Lines changed: 86 additions & 0 deletions

File tree

help/components/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ user-guide-description: Manage data using components like Segments, Calculated M
179179
+ [About segments](segmentation/seg-overview.md)
180180
+ [About segment containers](segmentation/seg-containers.md)
181181
+ [Segmentation features in Analysis Workspace](segmentation/segmentation-in-analysis-workspace.md)
182+
+ {hide-from-toc} [Sub-hit analysis](segmentation/sub-hit.md)
182183
+ Workflow {#segmentation-workflow}
183184
+ [Overview](segmentation/segmentation-workflow/seg-workflow.md)
184185
+ [Plan segments](segmentation/segmentation-workflow/seg-plan.md)
737 KB
Loading
465 KB
Loading
581 KB
Loading
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
title: Sub-Hit Analysis
3+
description: Learn how sub-hit analysis lets you filter individual products within a hit in Adobe Analytics, eliminating attribution bleed in product reports.
4+
feature: Segmentation
5+
hide: true
6+
feature_v2:
7+
- id: c153fd90-23e1-4614-81d3-3cc7571227f7
8+
internal-label: Analysis Workspace
9+
subfeature_v2:
10+
- id: a544b409-2610-410d-a842-474ac1d0d54e
11+
internal-label: Segment Builder
12+
---
13+
# Sub-hit analysis
14+
15+
Sub-hit analysis lets you analyze product data at a level more granular than the hit level. Instead of filtering on entire hits, you can segment on individual products within hits. For example, segmenting on a specific product category without including all other products purchased in the same order.
16+
17+
18+
In Adobe Analytics, the [Products variable](/help/components/dimensions/product.md) can capture multiple products on a single hit. Without sub-hit analysis, segmenting on a product attribute returns all hits where any product within a hit matches the product attribute. The result is incorrect attribution and inflated revenue metrics. Sub-hit analysis scopes the filter to individual product rows within a hit and solves these issues.
19+
20+
In sub-hit analysis exclude logic behaves differently from standard hit-level exclusion against the Products variable. When you exclude product attributes within the [!UICONTROL Product] container, the segment returns hits that **have products** but don't match your exclusion criteria. The segment does not return hits with no products at all.
21+
22+
## Example
23+
24+
You want to measure online revenue from the Men category only. Without sub-hit analysis, applying a segment for Men includes revenue from every product on any order (hit) that contains at least one product with the Men category. With sub-hit analysis, you scope the filter to the product level and return only revenue for products of the Men category.
25+
26+
You also want to measure online revenu from all other categories except the Men category.
27+
28+
>[!BEGINTABS]
29+
30+
>[!TAB Hit analysis]
31+
32+
In the segmentation builder or as part of a **[!UICONTROL Quick segment]**, you specify to **[!UICONTROL Include]** the **[!UICONTROL Dimension]** **[!UICONTROL Retail: Fashion Product Category]** **[!UICONTROL equals]** **[!UICONTROL Men]** on the **[!UICONTROL Hits]** container.
33+
34+
![Panel showing segementation on hit level for product category Men](./assets/product-category-segmentation-hits.png)
35+
36+
As a result, all orders containing at least one **[!UICONTROL Men]** **[!UICONTROL Retail: Fashion Product Category]** are considered, and revenue from other products in those orders is included in the **[!UICONTROL Online Revenue]** metric.
37+
When you report on categories, all other values for **[!UICONTROL Retail: Fashion Product Category]** are reported that were part of an order that included a product with the **[!UICONTROL Men]** **[!UICONTROL Retail: Fashion Product Category]**.
38+
39+
>[!TAB Sub-hit analysis]
40+
41+
In the segmentation builder or as part of a **[!UICONTROL Quick segment]**, you specify to **[!UICONTROL Include]** the **[!UICONTROL Dimension]** **[!UICONTROL Retail: Fashion Product Category]** **[!UICONTROL equals]** **[!UICONTROL Men]** on the **[!UICONTROL Products]** container.
42+
43+
![Panel showing segementation on sub-hit level for product category Men](./assets/product-category-segmentation-sub-hits.png)
44+
45+
As a result, all orders containing at least a **[!UICONTROL Men]** **[!UICONTROL Retail: Fashion Product Category]** are considered, and only the revenue of products belonging to the **[!UICONTROL Men]** **[!UICONTROL Retail: Fashion Product Category]** are included for the **[!UICONTROL Online Revenue]** metric.
46+
When you report on categories, only the **[!UICONTROL Men]** **[!UICONTROL Retail: Fashion Product Category]** is reported.
47+
48+
>[!TAB Sub-hit analysis (exclude)]
49+
50+
In the segmentation builder or as part of a **[!UICONTROL Quick segment]**, you specify to **[!UICONTROL Exclude]** the **[!UICONTROL Dimension]** **[!UICONTROL Retail: Fashion Product Category]** **[!UICONTROL equals]** **[!UICONTROL Men]** on the **[!UICONTROL Products]** container.
51+
52+
![Panel showing segementation on sub-hit level to exclude product category Men](./assets/product-category-segmentation-sub-hits-exclude.png)
53+
54+
To exclude at the product level, hits that contain at least one product are included, then the exclusion on sub-hit level is applied within that scope. This exclusion differs from hit-level exclusion, which excludes the entire hit.
55+
56+
>[!ENDTABS]
57+
58+
In Adobe Analytics sub-hit analysis applies specifically to the **[!UICONTROL Products]** variable. The **[!UICONTROL Products]** variable is the only multi-value object in Adobe Analytics that supports sub-hit analysis.
59+
60+
61+
>[!WARNING]
62+
>
63+
>The following sections are going to be moved to their relevant articles (on Segment builder, Quick segment, Histogram, and more) when this feature releases. And these articles will then refer to this article for reference on what sub-hit analysis is. This action is currently not done so as not to confuse customers while the feature is unavailable.
64+
65+
## Container auto-inference
66+
67+
When you drag a product dimension or metric into the Segment Builder or Quick segment panel, the system automatically selects the **[!UICONTROL Product]** container and does not use the default **[!UICONTROL Hit]** container. This behavior keeps the segment scoped to individual products rather than to the entire hit.
68+
69+
## Mixed container behavior
70+
71+
If you drag both product-level and hit-level components into a single segment rule, the system uses the **[!UICONTROL Hit]** container, which is the highest (least granular) shared container. If all components that are part of a segment rule are product-level, the **[!UICONTROL Product]** container is used.
72+
73+
## Product filters in the left rail
74+
75+
The Segment Builder includes a new filter option in the left rail to display only product dimensions and metrics. This makes it easier to find product-level components when building sub-hit segments.
76+
77+
>[!NOTE]
78+
>
79+
>This filter option is available in the Segment Builder only. It is not available in other left rails such as Analysis Workspace panels or visualizations.
80+
81+
## Histogram visualization
82+
83+
The Histogram visualization includes a new sub-hit container drop-down menu. This lets you bucket metric values at the product level. For example, counting product occurrences per order rather than per hit.
84+
85+
The Histogram is the only visualization that requires a sub-hit container selection. All other panels and visualizations work with sub-hit analysis data without additional configuration.

0 commit comments

Comments
 (0)