Skip to main content

How to Integrate edrone with Convertr

Step-by-step guide to connect edrone with the Convertr platform using Google Tag Manager.

Written by Erico Azevedo

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)

  1. Create a new tag
    In Google Tag Manager, go to Tags > New, then click Tag Configuration.

  2. Choose the tag type
    Select Custom HTML.

  3. 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>
  4. Replace the App ID
    Replace APP_AI_EDRONE with 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.

  5. Set the trigger
    Under Triggering, select All Pages. This makes sure the script loads on every page of your site.

  6. 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

Did this answer your question?