Prerequisites
This tutorial is a continuation of the Track clicked component with Adobe Analytics and assumes that you have:
- A Tag Property with the Adobe Analytics extension enabled
- Adobe Analytics test/dev report suite ID and tracking server. See the following documentation for creating a report suite.
- Experience Platform Debugger browser extension configured with a tag property loaded on the WKND Site or an AEM site with the Adobe Data Layer enabled.
Conversion Variables (eVars) and Success Events (Event)
The Custom Insight Conversion Variable (or eVar) is placed in the Adobe code on your site’s selected web pages. Its primary purpose is to segment conversion success metrics in custom marketing reports. An eVar can be a visit-based and it functions similarly to cookies. The values passed into eVar variables follow the user for a predetermined period.
When an eVar is set to a visitor’s value, Adobe automatically remembers that value until it expires. Any success events that a visitor encounters while the eVar value is active are counted toward the eVar value.
eVars are best used to measure cause and effect, such as:
- Which internal campaigns influenced revenue
- Which banner ads ultimately resulted in a registration
- The number of times an internal search was used before making an order
Success events are actions that can be tracked. You determine what a success event is. For example, if a visitor clicks a CTA button, the click event could be considered a success event.
Configure eVars
-
From the Adobe Experience Cloud home page, select your organization, and launch Adobe Analytics.
-
From the Analytics toolbar, click Admin > Report Suites and find your Report Suite.
-
Select the Report Suite > Edit Settings > Conversion > Conversion Variables
-
Using the Add new option, let’s create Conversion Variables to map the schema as below:
eVar5
-Page Template
eVar6
-Page ID
eVar7
-Last Modified Date
eVar8
-Button Id
eVar9
-Page Name
-
Provide an appropriate name and description for each eVars and Save your changes. In the Analysis Workspace project the eVars with appropriate name is used, thus, a user-friendly name makes the variables easily discoverable.
Configure Success Events
Next, let’s create an event to track the CTA Button click.
-
From the Report Suite Manager window, select the Report Suite Id and click Edit Settings.
-
Click Conversion > Success Events
-
Using the Add New option, create a custom success event to track the CTA Button click and then Save your changes.
Event
:event8
Name
:CTA Click
Type
:Counter
Create a project in Analysis Workspace
Analysis Workspace is a flexible browser tool that allows you to build analyses and share insights quickly. Using the drag-and-drop interface, you can craft your analysis, add visualizations to bring data to life, curate a dataset, share, and schedule projects with anyone in your organization.
Next, create a project to build a dashboard to analyze the performance of the CTA buttons throughout the site.
-
From the Analytics toolbar, select Workspace and click to Create a New Project.
-
Choose to start from a blank project or select one of the pre-built templates, either provided by Adobe or custom templates created by your organization. Several templates are available, depending on the analysis or use case you have in mind. Learn more about the different template options available.
In your Workspace project, panels, tables, visualizations, and components are accessed from the left rail. They makeup building blocks for your project.
- Components - Components are dimensions, metrics, segments, or date ranges, all of which can be combined in a Freeform table to start answering your business question. Be sure to familiarize yourself with each component type before diving into your analysis. Once you’ve mastered component terminology, you can begin dragging and dropping to build your analysis in a Freeform table.
- Visualizations - Visualizations, such as a bar or line chart, are then added on top of the data to bring it to life visually. On the far left rail, select the middle Visualizations icon to see the full list of visualizations available.
- Panels - A panel is a collection of tables and visualizations. You can access panels from the top-left icon in the Workspace. Panels are helpful when you want to organize your projects according to time periods, report suites, or analysis use cases. The following panel types are available in Analysis Workspace:
Add data visualization with Analysis Workspace
Next, build a table to create a visual representation of how users interact with Call to Action (CTA)
buttons on the WKND Site home page. To build such a representation, let’s use the data collected in the Track clicked component with Adobe Analytics. Below is a quick summary of data tracked for user interactions with the Call to Action buttons for the WKND Site.
eVar5
-Page template
eVar6
-Page Id
eVar7
-Page last modified date
eVar8
-CTA Button Id
eVar9
-Page Name
event8
-CTA Button Click event
prop8
-CTA Button Id
-
Drag-drop the Page dimension component onto the Freeform Table. You should now be able to view a visualization that displays the Page Name (eVar9) and corresponding Page Views (Occurrences) displayed within the table.
-
Drag-drop the CTA Click (event8) metric onto the occurrences metric and replace it. You could now view a visualization that displays the Page Name (eVar9) and a corresponding count of CTA Click events on a page.
-
Let’s break down the page by its template type. Select the page template metric from components, and drag-drop the Page Template metric onto the Page Name dimension. You could now view the page name broken down by its template type.
-
Before
-
After
-
-
To understand how users interact with CTA Buttons when they are on the WKND Site pages, further breakdown by adding the Button ID (eVar8) metric is needed.
-
Below you can see a visual representation of the WKND Site broken down by its page template and further broken down by user interaction with the WKND Site Click to Action (CTA) Buttons.
-
You could replace the Button ID value with a more user-friendly name using the Adobe Analytics Classifications. You could read more about how to create a classification for a specific metric here. In this case, we have a classification metric
Button Section (Button ID)
setup foreVar8
that maps button id to a user-friendly name.
Add Classification to an Analytic Variable
Conversion Classifications
Analytics Classification is a way of categorizing Analytics variable data, then displaying the data in different ways when you generate reports. To improve how Button ID gets displayed in the Analytics Workspace report, let’s create a classification variable for Button Id (eVar8). When classifying, you are establishing a relationship between the variable and the metadata related to that variable.
Next, let’s create a Classification for Analytics variable.
-
From the Admin toolbar menu, select Report Suites
-
Select the Report Suite Id from the Report Suite Manager window and click Edit Settings > Conversion > Conversion Classifications
-
From the Select Classification Type drop-down list, select the variable (eVar8-Button ID) to add a classification.
-
Click the arrow right next to the Classification variable listed under the Classifications section to add a new Classification.
-
In the Edit a Classification dialog box, provide a suitable name for the Text Classification. A dimension component with the Text Classification name gets created.
-
Save your changes.