How To Write Google Remarketing Code In Addon With <Noscript> Tag

Hi all,

I want to add google re-marketing code on all pages,

I have added this code in

Path : \design\themes\my_theme\templates\addons\my_changes\hooks\index\scripts.post.tpl

but it is giving error :

1 Missing tag.

2 No HTTP response detected

3 Tag Paramater object could not be parsed.


Here is my code:


<!--------------------------------------------------
Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
--------------------------------------------------->







Please help.

Thanks in advance.

Hi all,

I want to add google re-marketing code on all pages,

I have added this code in

Path : \design\themes\my_theme\templates\addons\my_changes\hooks\index\scripts.post.tpl

but it is giving error :

1 Missing tag.

2 No HTTP response detected

3 Tag Paramater object could not be parsed.


Here is my code:


<!--------------------------------------------------
Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
--------------------------------------------------->







Please help.

Thanks in advance.

Hello!

Could you please share the link to the storefront (may be in PM)?

Also you can try to use another hook, for example, body.

Hello!

Could you please share the link to the storefront (may be in PM)?

Also you can try to use another hook, for example, body.

http://www.bigbuys.in/

Did you try to use another hook or place it in index.tpl directly?

Did you try to use another hook or place it in index.tpl directly?

No. I want this in addon not it core file.

Did you try to use another hook or place it in index.tpl directly?

Thank you it's working..

I have Changed the hook.

Hi Oleg;

How can we use this for ultimate? Thanks for all.

Hi Oleg;

How can we use this for ultimate? Thanks for all.

You can check store-front with the following code

{if $runtime.company_id == 1}
   ... code for store-front with ID 1...
{elseif $runtime.company_id == 2}
   ... code for store-front with ID 2...
{/if}