Adding basket and conversion value tracking to your tags
Reporting on the actual Conversion value or the Missed conversion opportunity are good indicators of good and bad performing forms or funnels.
Any of the following parameters can be added to the Exatom tag to accurately track basket or conversion values.
Parameter | Required | Value type | Description |
&revenue=
| Yes | Numeric | The total basket value or the total conversion value |
&transaction=
| No | Alphanumeric | The transaction ID Only applicable if the revenue is passed on conversion
|
Example of tracking basket value
Execute your event tracking tag, with the added parameter every time the visitors shopping basket is changed (additions, quantity changes, removals). If multiple times during a session a revenue value is sent we'll use the last value.
The revenue tracked over here is used to calculate the Missed conversion opportunity.
<script src="https://assets.exatom.io/event.js?clientCode=TEST&revenue=12.34" async></script>
Example of tracking conversion value
Execute your conversion tag, with the added parameters once a visitor completes the order or payment.
The revenue tracked over here is used to calculate the Conversion value.
<script src="https://assets.exatom.io/conversion.js?clientCode=TEST&tagCode=TESTN&revenue=12.34&transaction=ORD-123456789" async></script>
FAQ
It's allowed to set an arbitrary Conversion value during the setup of your form, but that is just an indication and not an accurate representation of your (missed) conversion values. Tracking the actual conversion value with passing parameters to your tags makes the value representation in your dashboard reflect the true Missed conversion opportunity or Conversion value.
Data passed through the tags have priority over the actual configured conversion value on the form level.
Related Articles
Conversion value
On the Conversion Path report in the Form Engagement section, Exatom reports the total conversion value as well as the missed conversion opportunity. This value is based on the average conversion value that you can set up on the form setup page. Go ...
How to setup a form
To setup a form in the Exatom platform, go to the Setup section in the menu, select Form and click on the 'Add form' button. The form finder field will show up, where you can fill in the page URL where the form is located. You can simply start with ...
Set-up wizard
When adding a new website to the Exatom platform, a very easy wizard will guide you through the setup steps. These are the steps that you will see. Step 1: Welcome message Step 2: add your website Step 3: install the tags Step 4: verify if the tags ...
Seeing unexpected conversions when the using conversion path filter
When using the Conversion path filter on a report it's possible to see conversions when selecting the filter options submit failed or initial submit but failed. In two cases you might see also conversions. When a visitor initially did not fill all ...
Install with Google Tag Manager
1. In order to add the Exatom tags to Google Tag Manager, log in to your account and select New Tag and click Add a new tag. 2. In the upper-left corner, rename the tag and change 'Untitled Tag' into 'Exatom Event Tag', click on Tag Configuration and ...