AI-generated Key Takeaways
-
This page documents the interfaces and classes that comprise the Google Tag Manager Android SDK.
-
The interfaces provided enable applications to define custom macros, tags, and variables for enhanced tracking and data collection.
-
The core classes, such as
Container
,DataLayer
, andTagManager
, manage container access, data storage, and the overall functionality of Google Tag Manager within an Android application. -
Specialized classes like
InstallReferrerReceiver
andPreviewActivity
address specific functionalities like install referrer tracking and container previewing. -
Developers can leverage these interfaces and classes to integrate Google Tag Manager seamlessly into their Android apps and gain valuable insights into user behavior and application performance.
Interfaces
CustomTagProvider | Callback that is provided by the application to execute a custom tag. |
CustomVariableProvider | Callback that is provided by the application to provide a custom variable. |
Classes
TagManagerPreviewActivity | An Activity to
preview or stop previewing a Google Tag Manager container. |
TagManagerService | A Service used by
TagManager to process and send tags. |