Jump to content
  • 0

Implementacja kodów trackingowych


bettso

Question

Witam,

Czy jest ktoś w stanie pomóc, jak poprawnie zaimplementować ten kod w Preście 1.7

ORDER_ID    - ORDER_ID należy zastąpić wartością alfanumeryczną która odpowiada jednostce przechowywanej w wewnętrznym systemie reklamodawcy (np. identyfikator zamówienia).

ORDER_AMOUNT - ORDER_AMOUNT powinno być zastąpione kwotą zamówienia brutto (bez kosztów dostawy).

 

<script>

(function (c,o,n,v,e,r,t){c['TouchPointObject']=e;c[e]=c[e] || function (){
(c[e].q=c[e].q || []).push(arguments)},r=o.createElement(n),t=o.getElementsByTagName(n)[0];
r.async=1;r.src=v;t.parentNode.insertBefore(r,t)
})(window,document,'script','https://tp.convertiser.com/touchpoint.js','touchpoint');


touchpoint('trackPurchase', {
order_id: 'ORDER_ID',
order_amount: ORDER_AMOUNT,
offer_id: '7xeDwKjDzQ' });

touchpoint('conversion', {
order_id: 'ORDER_ID',
order_amount: ORDER_AMOUNT,
goal_id: 'f734a217-ab21f0ce-c5c25b94935e' });

</script>

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...