• Kudos to your team! Great plugin!

    I followed your step-by-step tutorial for cross-domain tracking but could not make it work.
    I later realized there’s a typo(?) in the custom code that was given.

    __gaTracker(‘require’, ‘linkid’);
    __gaTracker(‘linker:autoLink’, [‘example-2.com’] );

    ^
    It should be linker instead of linkid

    __gaTracker(‘require’, ‘linker’);
    __gaTracker(‘linker:autoLink’, [‘example-2.com’] );

    After making the change, the cross-domain tracker worked flawlessly.

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

  • The topic ‘Typo in Cross-Domain Tracking Documentation’ is closed to new replies.