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?
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.