Package com.adobe.cq.experiencelog
Interface ExperienceLogConfig
-
@ProviderType public interface ExperienceLogConfigProvides information about the experience log configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTrackingScript()Returns the URL of the tracking script used to log the experience.booleanisEnabled(SlingHttpServletRequest request)Returnstrueif experience log functionality is enabled orfalseotherwise.
-
-
-
Method Detail
-
isEnabled
boolean isEnabled(SlingHttpServletRequest request)
Returnstrueif experience log functionality is enabled orfalseotherwise.- Parameters:
request-SlingHttpServletRequest- Returns:
trueif the tracking is enabled for the given request,falseotherwise
-
getTrackingScript
java.lang.String getTrackingScript()
Returns the URL of the tracking script used to log the experience.- Returns:
- the URL of the tracking script.
-
-