Manual Script Tag for faster loading speed
If you want to improve the loading speed of the offers you can install the script tag manually in your theme.
In the app, navigate to the Settings tab.
Toggle "Manually add script tag".
Copy the Script HTML content.
next you have to edit your theme code to paste the copied script tag.
This can be done in the Shopify Admin theme editor, navigate to Online Store > Themes, [More actions] > Edit Code.
Open the file "layout/theme.liquid" and paste the script tag before the closing of the </head>:
.... <script src="https://assets.cloudlift.app/api/assets/offer.js?shop={{ shop.permanent_domain }}"></script> </head>
IMPORTANT: Checkout Additional Script
For the app to be able to show post purchase offers AND to track your Offer conversions the script also needs to be added on the Checkout page.
Add the script code in the Settings > Checkout > "Additional script" input box.
If you need further assistance, please send us a request and we will be happy to help you out.