Package com.adobe.cq.experiencelog
Interface ExperienceLogConfig
Provides information about the experience log configuration.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the URL of the tracking script used to log the experience.booleanisEnabled(SlingHttpServletRequest request) Returnstrueif experience log functionality is enabled orfalseotherwise.
-
Method Details
-
isEnabled
Returnstrueif experience log functionality is enabled orfalseotherwise.- Parameters:
request-SlingHttpServletRequest- Returns:
trueif the tracking is enabled for the given request,falseotherwise
-
getTrackingScript
String getTrackingScript()Returns the URL of the tracking script used to log the experience.- Returns:
- the URL of the tracking script.
-