Kursliste
Die Klassen und Protokolle im Google Tag Manager for Mobile Apps SDK for iOS:
TAGContainer | Eine Klasse, die Zugriff auf Containerwerte bietet |
<TAGContainerCallback> | Ein Protokoll, das ein Client implementieren kann, um Informationen zu empfangen, wenn der Inhalt des Containers erfolgreich geladen wurde oder nicht geladen wurde |
<TAGContainerFuture> | Eine Klasse, die dieses Protokoll implementiert, wartet, bis der Container verfügbar ist, und bietet Zugriff auf den Container |
TAGContainerOpener | Eine Hilfsklasse zum Öffnen von Containern |
<TAGContainerOpenerNotifier> | Eine Klasse, die dieses Protokoll implementiert, erhält eine Benachrichtigung, wenn ein Container verfügbar ist |
TAGDatenschicht | Die Datenschicht ist ein Wörterbuch mit allgemeinen Informationen zur Anwendung. |
<TAGFunctionCallMacroHandler> | Ein von der Anwendung implementiertes Protokoll zur Berechnung des Werts eines Funktionsaufruf-Makros |
<TAGFunctionCallTagHandler>
| Ein von der Anwendung implementiertes Protokoll zum Ausführen eines benutzerdefinierten Tags |
<TAGLogger>
| Ein Protokoll für Fehler/Warnung/Info/Debug/ausführliches Logging |
TAGAdministrator | Eine Klasse, die die mobile Implementierung von Google Tag Manager (GTM) darstellt |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-12-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2022-12-06 (UTC)."],[[["This documentation outlines the classes and protocols within the Google Tag Manager for Mobile Apps SDK for iOS."],["Developers can use these classes to access and manage container values, receive container load status updates, and open containers."],["The provided protocols enable custom tag execution, function call macro handling, application logging, and receiving notifications about container availability."],["`TAGDataLayer` is a dictionary holding application-specific information for use within Google Tag Manager."],["`TAGManager` serves as the core class, representing the mobile implementation of Google Tag Manager on iOS."]]],["The provided content lists classes and protocols within the Google Tag Manager (GTM) SDK for iOS. Key components include: `TAGContainer` for container access, `TAGContainerCallback` for load status updates, and `TAGContainerFuture` for waiting on container availability. `TAGContainerOpener` opens containers, while `TAGContainerOpenerNotifier` signals when containers are ready. `TAGDataLayer` holds app information. Custom functions are handled via `TAGFunctionCallMacroHandler` and `TAGFunctionCallTagHandler`, logging is done with `TAGLogger`, and `TAGManager` is GTM's core class.\n"]]