Additional Tracking Code ( Is It Possible And Where )

Hi All,

This 3d to ask If it is Advisable to have ( further G Analytics )

another tracking code snippet ( has anyone experienced this ?)

and Where it's the best place to add it ( Footer tpl... Html block.. etc )


Thanks for the reply and help.

Regards

Hi All,

This 3d to ask If it is Advisable to have ( further G Analytics )

another tracking code snippet ( has anyone experienced this ?)

and Where it's the best place to add it ( Footer tpl... Html block.. etc )


Thanks for the reply and help.

Regards

You are referring to Google Advanced Analytics?

Hi @poppeweb

Nope, I' d like to use again ( we migrated from different plattform) Woopra.

less messy and less time consuming than analytics. But keeping Analytics at same time

(actually its on its own mod)

Woopra does use .JS, to say

Hi @poppeweb

Nope, I' d like to use again ( we migrated from different plattform) Woopra.

less messy and less time consuming than analytics. But keeping Analytics at same time

(actually its on its own mod)

Woopra does use .JS, to say

In the layout editor go to the default layout, click the configuration icon in the tab and add the tracking code to the head field.

In the layout editor go to the default layout, click the configuration icon in the tab and add the tracking code to the head field.

That's sweet...

having seen html ( only ) instead of code.. I didn't dare...

many thanks

No thumb Up for you... -lol- they say my allocated quota it's over for today... :mrgreen:

I have the google anaylitics code to add to the checkout succesful page

Where would I add this

Thanks

I have the google anaylitics code to add to the checkout succesful page

Where would I add this

Thanks

Go to the layout editor, select 'checkout', click the configuration icon in the tab and add the respective code in the head section.

1 Like

I would add it in

design/themes/[YOURS]/templates/addons/my_changes/hooks/checkout/summary.post.tpl
1 Like

Thanks for reply, I dont see "head" section

https://prnt.sc/irpvok

https://prnt.sc/irpwdh

Sorry my mistake, I meant custom HTML code.

Alternative way, which allows you to use order data

- Go to Design -> Layouts -> Order landing page

- Add HTML block with SMARTY support

- Put your code to the block content

- Enjoy

PS If you see any errors, please make sure that { and } symbols are not located on one string or wrap content with

{literal}
    .....
{/literal}