Expand my Community achievements bar.

SOLVED

Tracking Multiple Pages with the Same URL in DTM

Avatar

Level 1

We have a number of funnels that use .aspx and so have the same URL for a bunch of pages.  How do I go about setting up a different page name to fire for each of them as it loads? 

Here's a publicly accessible URL for one: https://www.sharebuilder.com/sharebuilder/retirementcenter/InvestmentSelector.aspx

1 Accepted Solution

Avatar

Correct answer by
Employee

Is there something in the DOM or some meta information that is in a consistent place that we can detect?  If so I would recommend pulling that information into a Data Element.  Then you can use that Data Element to build out your page names dynamically.

-Rudi 

More info on Data Elements:  https://marketing.adobe.com/resources/help/en_US/dtm/data_elements.html

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Is there something in the DOM or some meta information that is in a consistent place that we can detect?  If so I would recommend pulling that information into a Data Element.  Then you can use that Data Element to build out your page names dynamically.

-Rudi 

More info on Data Elements:  https://marketing.adobe.com/resources/help/en_US/dtm/data_elements.html

Avatar

Level 1

Okay, so the <h2> varies from page to page (though the final page is missing one).  Would these be the correct steps?

  1. Create a data element around <h2>
  2. Create a page load rule using the URL (what part do I put in parameter?) and the data element