Convertr is a partner e-commerce platform. To connect edrone with a store built on Convertr, you install a small script on the site — usually through Google Tag Manager (GTM).
📌 Tip: Before you start, get your App ID from your edrone dashboard. Go to Account Settings > Integration and copy the App ID value.
Step by step (via Google Tag Manager)
Create a new tag
In Google Tag Manager, go to Tags > New, then click Tag Configuration.Choose the tag type
Select Custom HTML.Paste the script
Copy and paste this code into the HTML field:<script> window.edrone_app_id = 'APP_AI_EDRONE'; </script> <script src="https://cvtr-scripts.s3.sa-east-1.amazonaws.com/edrone-loader.min.js"></script>
Replace the App ID
ReplaceAPP_AI_EDRONEwith your edrone account's App ID. Keep the single quotes.
Example:<script> window.edrone_app_id = '1a2b3c4d5e6f7g8h9i0j'; </script>
⚠️ Important: If you skip this step, the integration won't work — your data won't be linked to your edrone account.
Set the trigger
Under Triggering, select All Pages. This makes sure the script loads on every page of your site.Save and publish
Name the tag (for example, edrone – Convertr), click Save, then click Submit/Publish in GTM.
FAQ
Can I install this without Google Tag Manager?
Yes. Add the same script directly to your site's code, just before the closing </head> tag, on every page.
Do I need to install any other edrone code?
No. Convertr's edrone-loader.min.js already loads everything you need.
I'm not receiving data. What should I check?
Check that: (1) you replaced the App ID correctly, (2) the trigger is set to All Pages, and (3) you published the GTM container.
Need more help?
If you have any further questions about integrating edrone with Convertr, please do not hesitate to contact us at hello@edrone.me
