Hi all,
I have a lot of wholesale traffic now that is really skewing my stats when I look at it all combined.
I was hoping to break it out into two chunks, basically, those who are logged into the Wholesale Price group, and those who are not. I thought I could do it like this:
<mvt:if expr="g.WHOLESALEPRICINGgroup EQ 'WHOLESALEPRICING'">
google analytics B
<mvt:else>
google analytics A
</mvt:if>
but I'm getting no data at all for analytics B with this in the global footer and all the checkout pages.
Does anyone have any experience with this? Any suggestions of how I might accomplish it?
Thanks in advance-
Chad
I have a lot of wholesale traffic now that is really skewing my stats when I look at it all combined.
I was hoping to break it out into two chunks, basically, those who are logged into the Wholesale Price group, and those who are not. I thought I could do it like this:
<mvt:if expr="g.WHOLESALEPRICINGgroup EQ 'WHOLESALEPRICING'">
google analytics B
<mvt:else>
google analytics A
</mvt:if>
but I'm getting no data at all for analytics B with this in the global footer and all the checkout pages.
Does anyone have any experience with this? Any suggestions of how I might accomplish it?
Thanks in advance-
Chad
Comment