Jump to content

Archived

This topic is now archived and is closed to further replies.

dreamsight

Google Tag Manager

Recommended Posts

dreamsight

I need to add Google's code after the body tag...

"Copy the code below and paste it onto every page of your website. Place it immediately after the opening <body> tag. For more information about installing the Google Tag Manager snippet, visit our developer documents."

 

I was hoping to use a hook, but there's no an option for it. Where do I add this?

Thanks in advance

Share this post


Link to post
Share on other sites
dreamsight

Thanks Simon, I did search for 'tag manager' before posting.

 

What if we aren't using a child theme?

Share this post


Link to post
Share on other sites
Simon

You can add that code to a simple plugin.

Share this post


Link to post
Share on other sites
dreamsight

I tried the plugins, they either put them in a div or in the site footer and then it doesn't fire

Share this post


Link to post
Share on other sites
Simon

No i meant you can create a simple plugin with the code i used in the other post, and the google tag manager plugin, thats how we roll.

Share this post


Link to post
Share on other sites
dreamsight

Can we have it for dummies please Simon...

 

We've installed DuracellTomi's Google Tag Manager plugin. In Settings>General>Container code placement I've selected Custom (needs tweak in your template)

created tagmanager.php...

<?php
/**
 * Plugin Name: Google Tag Manager
 * Plugin URI: http://dreamsight.ws
 * Description: This plugin adds some stuff.
 * Version: 1.0.0
 * Author: Dreamsight
 * Author URI: http://dreamsight.ws
 * License: GPL2
 */
add_action('pagelines_before_site', 'pagelines_tag_manager');
function pagelines_tag_manager(){
    if ( function_exists( 'MY-TAG_CODE' ) ) {
        MY-TAG-CODE();
    }
}
?>

...and installed/activated it.

 

But nothing shows on the page. What are we doing wrong?

Share this post


Link to post
Share on other sites
dreamsight

"nothing shows on the page!" I mean the tag doesn't show in the page source

Share this post


Link to post
Share on other sites
Simon

do you have the tag manager plugin installed too? and configured correctly?

Share this post


Link to post
Share on other sites
dreamsight

I thinks so....

We've installed DuracellTomi's Google Tag Manager plugin. In Settings>General>Container code placement I've selected Custom (needs tweak in your template)

Is that right?

Share this post


Link to post
Share on other sites
Danny

Thanks for informing us the issue has been resolved.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
dreamsight

No probs Danny

Share this post


Link to post
Share on other sites

  • Similar Content

    • Lisa Haran
      By Lisa Haran
      Hi 
      I have a map here http://www.iloveoffset.com/maps/
      I want to add several pointer locations to the map, but when I do they do not appear.
      On this map there are 2 pointer locations and as you can there is only one visible.
      Earlier today I added 7 and could only see 4 so there is something odd going on.
      My theme is up to date
    • clj182
      By clj182+
      Hello,
      I've been having trouble unlocking the template section for past couple of weeks. When I try clicking nothing happens. 
      I've deleted my custom css and removed plugins. Im down to having only the following plugins:
      Akismet
      Contact Form 7
      DMS Professional Tools
      Pagelines Updater
      WooCommerce
      It was working fine before i have no idea what's going on with it.
    • flourishdesignstudio
      By flourishdesignstudio+
      My DMS 2 site http://www.heart-stone.com/ will not save any new custom css... I can still edit templates and publish those but any custom css that I enter never saves.
      All WP files, themes, and plugins are up to date. 
      Any thought about what might be causing this?
    • flourishdesignstudio
      By flourishdesignstudio+
      Is there a way to edit the custom CSS via FTP? I know I can edit the custom code in the Chrome editor but is there a file path I can use to find and edit the CSS directly from our FTP?
      Thanks in advance for the help!
    • nizami
      By nizami+
      Using navbar section with correctly configured WP menu to display main navigation at https://elenaangel.com. 
      All fine in desktop viewport. Menu displays twice in hamburger mode. How to fix this please? 

×