Expand my Community achievements bar.

SOLVED

DTM - s.getPreviousValue for s.pageName is returning empty/no value

Avatar

Level 1

Hello Everyone,

Having an issue with DTM analytics implementation. 

One of the props is used to capture the previous pagename and this is populated using the Data Element which in turn contains this piece of code "return s.getPreviousValue(s.pageName, 's_gpv_pn');". This always returns empty/no value, and this seems to be the issue, because you expect it return the previous page's pagename.

The rest of the eVars and Props are populated correctly.

The DTM Analytics setup looks like below,

Tool (Sitecatalyst):

- Load adobe analytics page code at "Page Bottom"

- The s-code is managed in the editor.

Rule (Global Page Load):

 - Trigger rule at "Bottom of Page"

All suggestions welcomed.

Regards,

Riyaz

1 Accepted Solution

Avatar

Correct answer by
Level 1

Hello Everyone,

I was able to find away to populate the previous pagename. Moved the existing logic into "Custom Page Code" editor of "Global Page Load" rule and it worked as expected.

Hope this answer helps someone in future too. Chao.

Best Regards,

Riyaz

View solution in original post

2 Replies

Avatar

Level 2

I also added the getpreviouspage function within my page load rule in the custom code section and prop is populated correctly.

Avatar

Correct answer by
Level 1

Hello Everyone,

I was able to find away to populate the previous pagename. Moved the existing logic into "Custom Page Code" editor of "Global Page Load" rule and it worked as expected.

Hope this answer helps someone in future too. Chao.

Best Regards,

Riyaz