Expand my Community achievements bar.

Attention: Experience League Community will undergo scheduled maintenance on Tuesday, August 20th between 10-11 PM PDT. During this time, the Community and its content will not be accessible. We apologize for any inconvenience this may cause.
SOLVED

Get page name from url path using launch

Avatar

Level 3

Hi there,

 

I have a very simple Adobe Analytics implementatio using Adobe Launch. All I want is measuring page views of a certain page and using the url path as page name.

 

If landing page URL equals myexampletestpage.com set variable and send beacon.

Page Name comes from a data element using location.pathname to retrieve page name from url path.

 

Unfortunately it does not work. Do you have any ideas what is wrong with my set up?

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 4

Screenshots would help enormously. 

 

There are some tips to debugging this:

  1. When you are on the landing page and in console log and you type the data layer :
    franzli_1-1578501690029.png

    Do you get a return with the page name?

 

_satellite.getVar("YOUR_DATA_ELEMENT_HERE");​

If yes, that's good. If not, then your data element is causing an issue.

 

View solution in original post

3 Replies

Avatar

Level 1

In the rule are you using the Condition Configuration with the "path without query string" option or are you using custom code?

Avatar

Level 3
Hi @catherinekim I am using "landing page equals myexampletestpage.com" - Thanks

Avatar

Correct answer by
Level 4

Screenshots would help enormously. 

 

There are some tips to debugging this:

  1. When you are on the landing page and in console log and you type the data layer :
    franzli_1-1578501690029.png

    Do you get a return with the page name?

 

_satellite.getVar("YOUR_DATA_ELEMENT_HERE");​

If yes, that's good. If not, then your data element is causing an issue.