General Instructions:
You will need to implement a tag for conversions (sales numbers).
Steps:
Create a Trigger in Google Tag Manager for the page on which the Conversion should be fired. Navigate to Triggers, then click "New".
Example:Trigger Type: Page View
Page URL (contains): Some specific value from URL of Conversion / Thank you page.
Create User-Defined Variables.
Create your Data Layer Variable (in this case "amount") to pass through Sale Amount, which will be implemented on the Conversion page to pass different values in Conversion Pixels.
Create a Tag by copying your Aspire sales pixel.
Example:Tag Type : Custom HTML
HTML :
<!-- Offer Conversion: Blade+ -->
<img src="<https://aspireiq.go2cloud.org/aff_l?offer_id=4178&amount={{amount}>}" width="1" height="1" />
<!-- // End Offer Conversion -->Implement on the Conversion page.
Since the above example is based on a dataLayer variable, please add the following before the Google Tag on the Conversion Page.
dataLayer = [{amount: '1.1'}];