Functions and methods
Last update: January 25, 2024
- Topics:
- Variables
CREATED FOR:
- Admin
- Developer
Adobe offers several functions and methods that you can use in your implementation. When you reference these functions or methods, they perform common tasks with a single line of code.
Some of these single lines of code belong to the following categories:
- Tracking calls: The most common methods, and vital in many implementations. They include the
t()
andtl()
methods. - AppMeasurement utilities: In previous versions of AppMeasurement, implementations had to write their own code to perform these tasks. Adobe provides these utility methods to streamline these common tasks. AppMeasurement utilities include
Util.cookieRead()
,Util.cookieWrite()
, andUtil.getQueryParam()
. - Register functions: You can write your own functions and have AppMeasurement automatically execute them before or after sending a tracking call to Adobe. Variables that fall under this category are
doPlugins()
,registerPreTrackCallback()
, andregisterPostTrackCallback()
.
Analytics
- Implement Adobe Analytics
- Analytics Release Notes
- AppMeasurement release notes
- Analytics variables, functions, and methods
- Overview
- Configuration variables
- Configuration variables overview
- abort
- account
- ActivityMap.linkExclusions
- ActivityMap.regionExclusions
- ActivityMap.regionIDAttribute
- charSet
- collectHighEntropyUserAgentHints
- cookieDomain
- cookieDomainPeriods
- cookieLifetime
- currencyCode
- decodeLinkParameters
- dynamicVariablePrefix
- fpCookieDomainPeriods
- linkDownloadFileTypes
- linkExternalFilters
- linkInternalFilters
- linkLeaveQueryString
- linkTrackEvents
- linkTrackVars
- linkURL
- offlineHitLimit
- offlineThrottleDelay
- trackDownloadLinks
- trackExternalLinks
- trackingServer
- trackingServerSecure
- trackInlineStats
- trackOffline
- useBeacon
- useLinkTrackSessionStorage
- usePlugins
- visitorID
- visitorNamespace
- writeSecureCookies
- Page variables
- Functions and methods
- Plug-ins
- Plug-ins overview
- addProductEvar
- addProductEvent
- apl
- cleanStr
- formatTime
- getAndPersistValue
- getGeoCoordinates
- getNewRepeat
- getPageLoadTime
- getPageName
- getPercentPageViewed
- getPreviousValue
- getQueryParam
- getResponsiveLayout
- getTimeBetweenEvents
- getTimeParting
- getTimeSinceLastVisit
- getTimeToComplete
- getValOnce
- getVisitDuration
- getVisitNum
- inList
- manageVars
- Numbers suite
- p_fo
- pt
- removeFromList
- websiteBot
- Integrate module
- Prepare to implement Adobe Analytics
- Implement Analytics using Experience Platform Edge
- Implement Analytics using the Adobe Analytics extension
- Implement Analytics using JavaScript
- Implement Analytics on other platforms
- Implement Analytics on mobile devices
- Implementation use cases
- Validate your implementation
- Frequently asked questions
- Review your implementation