Re: GA-4 Analytics [Support Thread]
Quote:
Originally Posted by
carlwhat
i love your response... although...
TIS.
nick,
my 1st guess would be that potentially you have the same notifier in 2 places. why you would have that, i do not know.
i can only assume that @lat9 has tested this module, and that in a normal install, the behavior you are witnessing does not happen.
given that assumption, i would search your code base for:
NOTIFY_HTML_HEAD_TAG_START
that is the notifier that places your tag in the header. if that notifier occurs in 2 places that would explain the behavior.
your test (hardly pointless) suggests that the code where the tag gets inserted is getting hit twice.
but you definitely have some sort of issue, that i'm guessing is with your template.
in any event, that is where i would start.
best.
I could totally give you a hug right now.
I did a search as suggested and turns out the code got somehow duplicated:
Quote:
/includes/templates/royal_fleur/common/html_header.php
Line # 68 : $zco_notifier->notify('NOTIFY_HTML_HEAD_TAG_START', $current_page_base);
Line # 75 : $zco_notifier->notify('NOTIFY_HTML_HEAD_TAG_START', $current_page_base);
Thank you for the help as always.
Re: GA-4 Analytics [Support Thread]