Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Set Previous Page Variable for 404 pages when source is external to owned site.

Avatar

Level 2

Hello.

     I am trying to find the best way to track the the previous page URL for 404 pages when the source is external to my owened site. To find the previous page URL , I set a variable using JavaScript via Dynamic Tag Manager:

var ex=document.referrer

which allows me to get the previous page URL, however this function does not always work as sometimes the link comes from external sources (email, banner, google search ...)

What is the best way to proceed. 

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hello,

If your metric its really working as well, you can create a segment that: your "eVar" does not contain "your domain" the operator: "Then After 1 Page view" Entry page=/404. Do not forget to choose the option: "Only before the sequence". There's an example:

1328493_pastedImage_3.png

So, after that you can go to workspace and use your segment, with your eVar, that you still need to filter the data, using "Does not contain: mycompany.com" (This is important). To have a better comparison, you can use the metric "Ocurrences" in the side:

1328500_pastedImage_6.png

As you can see there's no relevance in external links to 404 error in my company website.

Regards,

Mauricio Shoji

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

Hello,

If your metric its really working as well, you can create a segment that: your "eVar" does not contain "your domain" the operator: "Then After 1 Page view" Entry page=/404. Do not forget to choose the option: "Only before the sequence". There's an example:

1328493_pastedImage_3.png

So, after that you can go to workspace and use your segment, with your eVar, that you still need to filter the data, using "Does not contain: mycompany.com" (This is important). To have a better comparison, you can use the metric "Ocurrences" in the side:

1328500_pastedImage_6.png

As you can see there's no relevance in external links to 404 error in my company website.

Regards,

Mauricio Shoji

Avatar

Level 2

Sounds good Issao Shoji​ . I will be doing that and I used the following documentation in order to store the previous pagename value in a cookie.

Thanks for your help.