Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I have been looking at my Google analytics and have noticed that some pages are displaying as /2193.aspx
I have never seen this before and just wondering if this is because I have been using preview while writing the content.
Thanks
George
Hi George
I think you have to use this code for fixing this issue:
if (!UmbracoContext.InPreviewMode) { <analyticsCode></analyticsCode> }
Wrap your analytics code with UmbracoContext.InPreviewMode checking, you shouldn't run analytics code in preview mode.
Thanks,
Alex
Thanks Alex
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Doc type ID showing up in analytics.google.com
Hi
I have been looking at my Google analytics and have noticed that some pages are displaying as /2193.aspx
I have never seen this before and just wondering if this is because I have been using preview while writing the content.
Thanks
George
Hi George
I think you have to use this code for fixing this issue:
Wrap your analytics code with UmbracoContext.InPreviewMode checking, you shouldn't run analytics code in preview mode.
Thanks,
Alex
Thanks Alex
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.