Package DE_EPAGES::GoogleAnalytics::API::TLE::UniversalAnalyticsHandler
Handle tracking with GoogleAnalytics.
Functions
IsUAEcommerceApplicable
Determines if the combination of the current Object and ViewAction should be used with the UniversalAnalytics' e-commerce functionality, namely track a completed order.
Syntax |
#IsUAEcommerceApplicable(#Object, #ViewActionAlias) |
Example |
#IF(#IsUAEcommerceApplicable(#Object, #INPUT.ViewAction)) ... #ENDIF |
Input |
|
Return |
|
UAAutoLinkerDomain
If the shop's using two domains (shop domain and, for SSL, provider domain), returns the domain which isn't used in the current request. Google Analytic's auto linker will take care for the correct function.
Syntax |
#UAAutoLinkerDomain(#ShopObject, #Host) |
Example |
#UAAutoLinkerDomain(#Shop.Object, #INPUT.HTTP_HOST) |
Input |
|
Return |
|
UAPageView
Provides page-view-specific info for the current object, with special treatment for basket and checkout pages.
Syntax |
#UAPageView(#Object, #ViewActionAlias) |
Example |
#LOCAL("PageView", #UAPageView(#Object, #INPUT.ViewAction) #PageView.Path #PageView.Title #ENDLOCAL |
Input |
|
Return |
|