Overview
This article will specifically demonstrate how to track the initial order from Bold Subscriptions to Everflow. This will not demonstrate how to track the recurring orders to Everflow.
*Please note that you will need to place the EF.click script on your store using the Shopify integration.
**Update: April 9, 2021 - For V2 of Bold Subscriptions to track the initial order back to Everflow, please use the regular Shopify integration.
Step #1
Login to Shopify and navigate to the Bold Subscriptions app. In the menu on the left, click Integrations and then View All Integrations.
Step #2
Click Advanced Tracking Scripts.
Step #3
Place the following code, making sure to replace INSERT_LINK_TO_JS and INSERT_ADVERTISER_ID. See below for detailed instructions.
<script type="text/javascript">
var url = "INSERT_LINK_TO_JS";
var script = document.createElement("script");
script.type = "text/javascript";
script.src = url;
script.async = false;
script.onload = function () {
EF.conversion({
aid: INSERT_ADVERTISER_ID,
amount: [total] - [tax] - [shipping],
order_id: '[order_name]'.replace('#',''),
coupon_code: '[coupon_code]',
parameters: {"email": '[customer_email]'}
});
}
document.getElementsByTagName("head")[0].appendChild(script); </script>
How to find the link to replace INSERT_LINK_TO_JS
The link to our JavaScript found in your account on any offer. You can find it in Offers - Manage > click on any Offer > scroll down to the Tracking card. Click the Click tab, and copy this part of the code:
How to find the value to replace INSERT_ADVERTISER_ID
You can find the Advertiser ID on the General card of the Offer page (Offers - Manage > click on the Offer > General). In this case, the Advertiser ID is 80.