_satellite.URL

This function in DTM returned the URL of the current page.

Launch does not provide the same function.

Remedy:

Create a data element (call it URL if you like) using the Core > Page Info data element type. Select "URL" in the Attribute drop down.

You may now replace _satellite.URL() with _satellite.getVar("URL")in your code.

Last updated