Link to home
Start Free TrialLog in
Avatar of Richard Korts
Richard KortsFlag for United States of America

asked on

Pixel Retargeting

I've been asked to do this for a customer. I was provided a code snippet that looks like this (I edited out the actual Id for privacy):

<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=xyz-abc"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayerZypmedia'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayerZypmedia','xyzabc');</script>
<!-- End Google Tag Manager -->

According to this link http://www.vicimediainc.com/install-retargetingremarketing-pixel-wordpress/, I just edit the theme footer & insert this code.

Does this sound correct?

I never heard of "Pixel Retargeting" before; hope one of you have.

Thanks
Avatar of Richard Korts
Richard Korts
Flag of United States of America image

ASKER

I am using the Bee Theme.

The file footer.php is attached.

It is not clear to me where the code goes.

A pointer would be useful.

Thanks
footer.php
Avatar of Lucas Bishop
First, what the customer has provided is their Google Tag Manager snippet. This code acts as a container that allows someone to insert any variety of scripts into a page. With this installed, your client can for example, insert Google Analytics, Crazyegg, Adwords Conversion Code, etc, all into the page, from a central dashboard in GTM, without asking you to put any additional code on the page.

Google recommends installing this code immediately after the opening body tag.

In regards to pixel retargeting. Your customer is probably setting up Remarketing in Google Analytics, or Adwords.

I'd recommend that you gain access to the GTM account and also install Tag Assistant so that you can make sure the installation is done correctly.
To Lucas Bishop,

How can I install "immediately after the opening body tag" in WordPress?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Lucas Bishop
Lucas Bishop
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Lucas Bishop,

Thanks.

I kind of guessed at that & I did just what you said; exactly.

I saved it & brought up the site. It looked the same, but based on the code, that's what I would have thought.

Richard
Good deal.

Yeah, you shouldn't see any changes on the site.

if you have Tag Assistant you'll see what is rendering in the code.