Package com.adobe.cq.experiencelog
Interface ExperienceLogConfig
-
@ProviderType public interface ExperienceLogConfig
Provides information about the experience log configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTrackingScript()
Returns the URL of the tracking script used to log the experience.boolean
isEnabled(SlingHttpServletRequest request)
Returnstrue
if experience log functionality is enabled orfalse
otherwise.
-
-
-
Method Detail
-
isEnabled
boolean isEnabled(SlingHttpServletRequest request)
Returnstrue
if experience log functionality is enabled orfalse
otherwise.- Parameters:
request
-SlingHttpServletRequest
- Returns:
true
if the tracking is enabled for the given request,false
otherwise
-
getTrackingScript
java.lang.String getTrackingScript()
Returns the URL of the tracking script used to log the experience.- Returns:
- the URL of the tracking script.
-
-