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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...