Search Discovery Adobe Solutions
Search…
Adobe Solution Docs Home
Adobe Launch
Launch Extensions
DTM to Launch Migration
Common DTM to Launch Migration Issues
_satellite.buildDate
_satellite.data
_satellite.cleanText
_satellite.getDataElement
_satellite.getQueryParam
_satellite.getQueryParamCaseInsensitive
_satellite.getToolsByType
_satellite.getVar("event.*")
_satellite.getVar("param.*")
_satellite.getVar("window.*")
_satellite.isLinked
_satellite.isOutboundLink
_satellite.loadScript
_satellite.notify
_satellite.publishDate
_satellite.readCookie
_satellite.removeCookie
_satellite.replace
_satellite.setCookie
_satellite.settings.isStaging
_satellite.tools
_satellite.QueryParams
_satellite.URI
_satellite.URL
Chrome Browser Extensions
Launch & DTM Switch
SDI Auth Bridge for Adobe Launch
Powered By
GitBook
_satellite.getVar("param.*")
In DTM, when
_satellite.getVar
was called with a string starting with "param.", the value after the dot was interpreted as a query string argument.
For example on
https://www.example.com?foo=cat&bar=dog
, calling _satellite.getVar("param.foo") would return "cat". Who knew?
This undocumented feature was not used too often, but we found it here and there then the migration assessement results.
Remedy:
See
_satellite.getQueryParam
​
​
Previous
_satellite.getVar("event.*")
Next
_satellite.getVar("window.*")
Last modified
2yr ago
Copy link