• Resolved warmtape

    (@warmtape)


    I’m getting a strange “Non-standard implementation” error on my GA tag. I’ve got the plugin set up with the custom option, and am using the following function to insert the tag as suggested by the plugin:

    function led_gtm4wp_insert () {
    	if ( function_exists( 'gtm4wp_the_gtm_tag' ) ) {
    		gtm4wp_the_gtm_tag();
    	}
    }
    add_action('x_before_site_begin', 'led_gtm4wp_insert');

    If you check out the site, you’ll see that the code gets inserted correctly, right after the first body tag- so I can’t work out why I’m getting the non-standard implementation error?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Thomas Geiger

    (@duracelltomi)

    Hi,

    You may see this message because the container code snippet includes an addition to make the life easier for Cloudflare users. As long as you see the container loading in preview mode and events firing correctly, you should be safe.

    Thread Starter warmtape

    (@warmtape)

    Perfect, thanks for checking for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Non-standard implementation error with custom configuration’ is closed to new replies.