How can I track my ROI/ Conversions ?

mrmo
New Community Member

I saw this post : https://www.paypal-community.com/t5/Tips-from-Members/Tracking-PayPal-Conversions-100-SOLUTION/m-p/6...

 

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.

Login to Me Too
1 REPLY 1

snowshoe
Frequent Advisor
Frequent Advisor

Another option would be to check thru the Developer's Forum (as this on is bit less technical).

http://stackoverflow.com/questions/tagged/paypal

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.