Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Get Previous Page Name (getPreviousValue) returning 'no previous value' in Launch

Avatar

Level 1

Hello, I'm trying to implement the getPreviousValue plugin in Adobe Launch to get previous page name, but it's not working. First, I installed the Common Analytics Plugins extension. Then, I created a Data Element with the following code:

 

return s.getPreviousValue(s.pageName,'gpv_Page');

 

 Then, created a global Page Load Rule and assigned the Data Element to prop51. The cookie and prop51 always returns 'no previous value'. I'll add that the Page Load Rule is the same rule that I'm setting s.pageName.

 

I have successfully implement this in a Single Page Application with hash change, but on a static website, It just won't work. 

 

Any help is appreciated.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 2

I am also facing the same issue.

 

Is there anything we need to update in the report suite configuration?