This article documents the Attribution panel in
See Attribution panel for the
The Attribution panel is an easy way to build an analysis comparing various attribution models. The panel provides you with a dedicated workspace to use and compare attribution models.
Customer Journey Analytics enhances attribution by letting you:
- Define attribution beyond paid media: Any dimension, metric, channel or event can be applied to models (for example, internal search), not just marketing campaigns.
- Use unlimited attribution model comparison: dynamically compare as many models as you want.
- Avoid implementation changes: With report-time processing and context-aware sessions, customer journey context can be built in and applied at run time.
- Construct the session that best matches your attribution scenario.
- Break down attribution by segmentts: Easily compare the performance of your marketing channels across any important segment (for example, New vs. Repeat customers, Product X vs. Product Y, Loyalty level or CLV).
- Inspect channel cross-over and multi-touch analysis: Use Venn Diagrams and Histograms, and trend attribution results.
- Analyze key marketing sequences visually: explore paths that led to conversion visually with multi-node flow and fallout visualizations.
- Build calculated metrics: use any number of attribution allocation methods.
Use
To use an Attribution panel:
-
Create an Attribution panel. For information about how to create a panel, see Create a panel.
-
Specify the input for the panel.
-
Observe the output for the panel.
Panel input
You can configure the Attribution panel using these input settings:
-
Add a Success metric and a dimension from the Channel that you want to attribute against. Examples include Marketing Channels or custom dimensions, such as internal promotions.
-
Select one or more attribution models from Included models and a lookback window from the Lookback window that you want to use for comparison.
-
Select Build to build the visualizations in the panel.
Panel output
The Attribution panel returns a rich set of data and visualizations that compare attribution for the selected dimension and metric.
Attribution visualizations
The following visualization are part of the panel ouput.
- Total metric: The total number of conversions that occurred over the reporting time window, and are attributed to the dimension you selected.
- Attribution Comparison Bar: Visually compares the attributed conversions across each of the dimension items from your selected dimension. Each bar color represents a distinct attribution model.
- Attribution Comparison Table: Shows the same data as the bar chart, represented as a table. Selecting different columns or rows in this table segments the bar chart as well as several of the other visualizations in the panel. This table acts similar to any other Freeform table in Workspace - allowing you to add components such as metrics, segments, or breakdowns.
- Overlap Diagram: A Venn visualization showing the top three dimension items and how often they participate jointly in a conversion. For example, the size of the bubble overlap indicates how often conversions occurred when a person was exposed to both dimension items. Selecting other rows in the adjacent Freeform table updates the visualization to reflect your selection.
- Performance Detail: A scatter visualization to compare up to three attribution models visually.
- Trended Performance: Shows the trend of attributed conversions for the top dimension item. Selecting other rows in the adjacent Freeform table updates the visualization to reflect your selection.
- Flow: Lets you see which channels are interacted with most commonly, and in what order across a person’s journey.
Attribution models
An attribution model determines which dimension items get credit for a metric when multiple values are seen within a metric’s lookback window. Attribution models only apply when there are multiple dimension items set within the lookback window. If only a single dimension item is set, that dimension item gets 100% credit regardless of attribution model used.
2^(-t/halflife)
, where t
is the amount of time between a touch point and a conversion. All touch points are then normalized to 100%. Ideal for scenarios where you want to measure attribution against a specific and significant event. The longer a conversion happens after this event, the less credit is given.At a high level, attribution is calculated as a coalition of players to which a surplus must be equitably distributed. Each coalition’s surplus distribution is determined according to the surplus that was previously created by each subcoalition (or previously participating dimension items) recursively. For more details, see John Harsanyi’s and Lloyd Shapley’s original papers:
Shapley, Lloyd S. (1953). A value for n-person games. Contributions to the Theory of Games, 2(28), 307-317.
Harsanyi, John C. (1963). A simplified bargaining model for the n-person cooperative game. International Economic Review 4(2), 194-220.
Container
An attribution container defines the desired scope for the attribution. Possible options are:
- Session: Looks back up to the beginning of the session where a conversion happened. Session lookback windows respect the modified Session timeout in a data view.
- Person: Looks at conversions from the scope of the person container.
- Global Account [B2B Edition]{class="badge informative"}: Looks at conversions from the scope of the global accounts container.
- Accounts [B2B Edition]{class="badge informative"}: Looks at conversions from the scope of the person container .
- Opportunity [B2B Edition]{class="badge informative"}: Looks at conversions from the scope of the opportunity container .
- Buying group [B2B Edition]{class="badge informative"}: Looks at conversions from the scope of the buying group container.
Lookback window
A attribution lookback window is the amount of time a conversion should look back to include touch points. If a dimension item is set outside of the lookback window, the value is not included in any attribution calculations.
- 14 Days: Looks back up to 14 days from when the conversion happened.
- 30 Days: Looks back up to 30 days from when the conversion happened.
- 60 Days: Looks back up to 60 days from when the conversion happened.
- 90 Days: Looks back up to 90 days from when the conversion happened.
- 13 Months [B2B Edition]{class="badge informative"}: Looks back up to 13 months from when the conversion happened.
- Custom Time: Allows you to set a custom lookback window from when a conversion happened. You can specify the number of minutes, hours, days, weeks, months, or quarters. For example, if a conversion happened on February 20, a lookback window of five days would evaluate all dimension touchpoints from February 15 to February 20 in the attribution model.
Example
Consider the following example:
- On September 15, a person arrives to your site through a paid search advertisement, then leaves.
- On September 18, the person arrives to your site again through a social media link they got from a friend. They add several items to their cart, but do not purchase anything.
- On September 24, your marketing team sends them an email with a coupon for some of the items in their cart. They apply the coupon, but visit several other sites to see if any other coupons are available. They find another through a display ad, then ultimately make a purchase for $50.
Depending on your attribution model, container and channels receive different credit. See table below for examples:
Credit is divided between paid search, social, email, and display.
- 60% credit is given to display, for $30.
- 20% credit is given to paid search, for $10.
- The remaining 20% is divided between social and email, giving $5 to each.
- Gap of zero days between display touch point and conversion.
2^(-0/7) = 1
- Gap of zero days between email touch point and conversion.
2^(-0/7) = 1
- Gap of six days between social touch point and conversion.
2^(-6/7) = 0.552
- Gap of nine days between paid search touch point and conversion.
2^(-9/7) = 0.41
Normalizing these values results in the following:- Display: 33.8%, getting $16.88
- Email: 33.8% getting $16.88
- Social: 18.6%, getting $9.32
- Paid Search: 13.8%, getting $6.92
Conversion events that typically have whole numbers are divided if credit belongs to more than one channel. For example, if two channels contribute to an order using a Linear attribution model, both channels get 0.5 of that order. These partial metrics are summed across all people then rounded to the nearest integer for reporting.
[B2B Edition]{class="badge informative" title="Customer Journey Analytics B2B Edition"} Use specific B2B containers, like Accounts, or Opportunities, and more appropriate lookback windows (up to 13 months) to apply above attribution models in typical B2B scenarios.