How to identify which tag implementation (DTM or Launch) configured for a site.
I just want to know which adobe tag implementation (DTM or Launch) is used for a website using JS script.
I just want to know which adobe tag implementation (DTM or Launch) is used for a website using JS script.
There's a few different things you could use. Personally I love ' _satellite.property.name ' because it returns the name of the Launch Property directly.
However, just according to the official launch documentation, you could use _satellite.buildInfo .
_satellite.buildInfo has various pieces of information within, and contains items specific to turbine.
from: https://docs.adobelaunch.com/client-side-information/launch-object-reference
Example Values
{
turbineVersion: "14.0.0",
turbineBuildDate: "2016-07-01T18:10:34Z",
buildDate: "2016-03-30T16:27:10Z",
environment: "development"
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.