I saw this post : https://www.paypal-community.com/t5/Tips-from-Members/Tracking-PayPal-Conversions-100-SOLUTION/m-p/637383 But unfortunately this looks more geared towards Adwords. Much more for some weird reason the reply button is dulled out so there is no way to ask questions on that thread. Basically I have a Shopify website and I am trying to use tracking code (javascript) . The problem is the code is supposed to go on the actual 'Thank You' page afte the sale. The thread above describes achieving this by utilizing "Child Accounts". I am using javascript code like this from 'AddShoppers' <script type="text/javascript"> AddShoppersConversion = { order_id: <order id>, value: <order value> }; var js = document.createElement('script'); js.type = 'text/javascript'; js.async = true; js.id = 'AddShoppers'; js.src=('https:' == document.location.protocol ? 'https://shop.pe/widget/' : 'http://cdn.shop.pe/widget/') + 'widget_async.js#52ef8938764533883'; document.getElementsByTagName("head")[0].appendChild(js); </script> Does anyone know how to achive tracking ROI/Conversions with my business account? Appreciate it.
... View more