Skip to main content

Attribution Report

Holistic Attribution Capturing All Touchpoints

Kevel Audience uses all of the customer journey data captured in your CDP to generate cross-channel, cross-device attribution reports.

The omnichannel customer journey data and first-party identity resolution in your CDP are an excellent foundation for more accurate attribution. It means we can link customer activity between devices and channels to a single attributable event, even if there are multiple sessions.

For example, if an email delivery, a Google search on mobile, and a direct session on desktop, all take place in within thirty minutes and all events are linked to the same customer ID, Kevel Audience can confidently identify all three events as one ‘session' with the attributable event being the email delivery.

The purpose of the Kevel Audience attribution reporting tool is to show how much revenue is generated by each source, medium, and campaign. Use these reports to decide how to allocate budgets most effectively.

Conversion Events

Kevel Audience will analyze the generated traffic in order to find conversion events and their respective attributable events:

  • Conversion event: an event that generated revenue, for example, an order placed.

  • Attributable event: a previous event from the user that lead to the conversion event.

Kevel Audience will relate conversion events with the attributable events that lead to the conversion and build these reports. You can see more details on how the conversion value is distributed across the attributable events here.

How to Generate an Attribution Report

Navigate to the attribution reports via the "Report" section of your left navigation. (1)

In this page, you can see an overview of the generated attribution reports, containing the time interval, creation date, and current status of each report (2).

generate-attribution-report

You will also see the "New Report" button above the list (3). Click it to navigate to the generation page.

Report Generation Page

In the report generation page, you can configure three aspects of the report. First, you should select a start and end date (1) for the report. Then, you can filter the conversion events you want to consider (2) on that timeframe and how we should extract the value from each event (3). With this you can create reports for a subset of conversion events which are more specific and help you understand what is driving conversions for example for a specific business unit, product category, or product. If you do not wish to filter the conversion events nor configure the value extraction, you can leave these settings with the default value.

note

By default, we consider all the conversion events found in the specified timeframe and the order total as the value of the conversion.

generate-attribution-report-create-page-default

Generating Reports from Filtered Conversions

The event filter is based on a match rule, similar to the segment rules, where you can select which events to consider based on the value of one or multiple fields from the event (1). Since we are filtering conversion events, these rules must be valid against our orderPlace event schema, which you can see here.

The value extractor is built via a JsonPath expression, where you can specify the events fields from which to extract the value and perform arithmetic operations on those values (2) (once again, you should target fields present on the orderPlace event schema). For now, the UI for building these expressions requires technical knowledge and it will be simplified soon.

For example, considering you wanted to generate an attribution report with only conversion events from Portugal and consider only the value of order items from the category Man, you would require:

  1. a matchRule to filter the conversion events with the country field set to Portugal;
  2. a JsonPath expression that sums all the order lineItems total value from the order event that have the category field set to Man, which can be expressed by the expression $.sum($.meta.data.lineItems[?(@.category == 'Man')].total).

generate-attribution-report-create-page-configured

For more details on JsonPath expressions see our section about Building JsonPath Expressions.

How to Read Your Attribution Report

  1. Open a report to see an attribution overview

    When you open a report, you'll see that each report has two tabs. The first is an Overview tab, which shows the total number of conversions that took place in the given time period, the total value from those conversions, and the total number of attributable events considered relevant to the conversions. (1) You'll also see the totals broken out by source in bar chart form as well as list below. (2)

    In the page footer, you can see the conversion event filter and value extractor that were used in the generation of the report. (3)

    note

    Order updates are considered when generating attribution reports, taking into consideration the latest order total values which accounts with order details such as cancelation and refunds.

    read-attribution-report

  2. Filter the overview report

    The Overview can be filtered by source, medium, and campaign, (1) so you can see the total values attributed at each level. You can also filter the report by country. And you'll see drop-down options to change the attribution model being used. (2)

    Changing the model will change the values attributed to each source, medium, and campaign. We will go further into the different models below.

    filter-overview-report

    note

    As of September 2019, the attribution reports support linear attribution in the client-facing UI. Additional models are forthcoming, with priority given to client requests.

  3. Explore the Conversions tab to see attribution for individual transactions

    The second tab is a log of conversions that took place in the time frame captured by the report. Click on a conversion to expand and see the full transaction details. (1)

    The transaction details include the value, payment details, which promotions were applied if any, and a list of products purchased. (2)

    explore-transaction-details

    Each conversion also has a list of attributable events that led up to the conversion. (1) An attributable event is usually a marketing touchpoint that initiates a new session on your website.

    explore-attributable-events

    For example, when a customer arrives at your website by clicking on a Facebook ad, it's logged as an attributable event. You'll also be able to switch between the attribution models as you are looking at each conversion, so you can compare the different results.

An Explanation of Linear Attribution

The linear attribution model gives equal weight to each event along the customer journey that led up to the purchase. That means if there are 5 different attributable events recorded, and the value of the end purchase was $50, each event is worth $10.

For example, let's say three of those events are from Facebook, one is from Google, and one is direct. In this case, the report will tell you Facebook generated $30, Google generated $10, and Direct generated $10 worth of revenue for this specific conversion.

This model is helpful to marketers who are trying to get a full picture of all the touchpoints in a customer's journey. In the aggregate view, the linear model will give you a proportionate distribution of how much your customers interact with you on each of your marketing channels.

Additional Attribution Models

Currently, in the pipeline we have plans to incorporate Last Interaction Attribution, Time Decaying Attribution, and Data-driven (custom) Attribution. When they are implemented, you'll be able to switch between models in each report using a drop-down menu, and compare results on both the Overview and the Conversions tabs.

Kevel Audience allows programmatic API access to attributable events for attribution modeling outside the CDP. This means you can share the data necessary to run attribution with a third party platform, (while still keeping it to only the minimum information) in order to run models that are not available within your CDP.

The platform also supports custom attribution modeling, for advanced data scientists who want to use their own models.

Events Origin (On the Attribution Report)

Attribution reports are built using the events' origin which is identified as described in Augmenting Collected Events. The CDP supports a list of domains to ignored for attribution purposes, which are to be considered as direct traffic. These can be multiple domains being used by the client, or a list of providers which should not be attributed value to, for example, payment providers.

By default, the CDP will ignore the domain under which it is deployed and the following payment providers:

  • paypal.com
  • stripe.com
  • square.com
  • paylinedata.com
  • adyen.com

Additional domains can be added by request to this list.

Building JsonPath Expressions

JsonPath expressions are built with paths to target and extract values from the fields of the raw JSON event on which we can then perform operations. In the meantime we update our UI for creating JsonPath expressions to something more user-friendly, you can find below some expression examples that we found relevant and that you can copy and adapt to your needs.

  • $.sum($.meta.data.lineItems[?(@.<FIELD> == '<VALUE>')].total)

    With this rule, by replacing the <FIELD> placeholder with one of the fields present within our lineItem schema and the <VALUE> with the value you are targetting, you can consider for the conversion value the sum of a subset of the product order instead of the order total.

  • $.sum($.meta.data.lineItems[?(@.<FIELD_1> == '<VALUE_1>' && @.<FIELD_2> == '<VALUE_1>')].total)

    Adding to the above, you can also specify multiple conditions to filter the lineItems you want to consider. For example, with this rule, you could select only the lineItems belonging to the category jeans and size 40.

  • $.meta.data.customFields.<FIELD>

    Consider a custom field sent in the order event for the conversion value. This also highlights the fact that you can directly use the value of a single field as the conversion value, without requiring any arithmetic operation.

Note that you can replace the expression first operator (the $.sum at the beginning) with any of the following: $.sum, $.min, $.max, and $.avg to obtain other results than the sum of the values filtered by the inner rule. Additionally, you can also use other equality operators than ==, such as: !=, <, >, <=, and >=. An example of a rule using different operators is $.avg($.meta.data.lineItems[?(@.size != 'XL')].total), which obtains obtains the average value of all the lineItems that are not size XL.

Let's break down the $.sum($.meta.data.lineItems[?(@.category == 'Man')].total) rule for more clarity on what the rule is extracting:

  • $sum(...) indicates that we want to sum all the values found by the inner expression;
  • $.meta.data.lineItems targets the lineItems array field that is present on the orderPlace events;
  • [?(@.category == 'Man')] is a filter applied to the previous array field that indicates that we only are interessed on elements that have the category field equal to Man;
  • .total indicates that for all the filtered fields we are only interessed in the total field, whose value will be return to the previous $.sum operator to return the final value.

For more technical details and information on JsonPath expression visit the JsonPath Reference.