Troubleshoot, Magento 2: Tracking script still missing task after installing our Plugin

Created by Mikkel Rosener, Modified on Tue, 9 Jul, 2024 at 11:23 AM by Mikkel Rosener

If you already installed and activate, and still see "Tracking Script missing" task then it could be because of a custom checkout page. Follow these steps to insert our tracking script on your "Order confirmation page:



This script should be added to the order confirmation page of your Magento 2 store 
(display after Magento2 order is created):
<script type="application/javascript"> window.reaktionStoreOrderId = 'entity_id_goes_here'; </script>
where entity_id_goes_here string should be replaced with an entity_id field exposed in Magento2 orders API. 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article