Click Connect
Download the plugin and follow the video guide on how to install it and create the Store key
Insert your Store URL and Store key and click Connect
Your Magento 1 store should start syncing. Please allow up to 24 hours for full synchronisation.
Now it's time to insert our tracking scripts.
See this full guide on adding our tracking script via Google Tag Manager on all pages.
The second part is inserting a different script on the order confirmation page.
Adjust the script below to replace MAGENTO1_ORDER_ID placeholder with Magento1 orderentity_id value; and then place the script on order confirmation page also using Google Tag Manager:
<script type="application/javascript"> window.reaktionStoreOrderId = 'MAGENTO1_ORDER_ID'; </script>
It's possible that you already have Magento1 order entity_id value exposed in GTM. Its also possible that you have other Magento2 order identifiers there - it's important to use entity_id and not increment_id or other identifiers.
The script implementation can be tested by placing a test order and checking the value of
window.reaktionStoreOrderId in the browser's console. If it's filled with Magento order entity ID, then it means that implementation is correct.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article