TMS FNC Cloud Google Analytics guides
TTMSFNCCloudGoogleAnalytics retrieves reporting data from a Google Analytics
account. You authenticate once with OAuth 2.0, describe the metrics and
dimensions you want through RequestData, call RetrieveData, and read the
returned rows from Data. These task-oriented chapters take you through the full
workflow, from first connection to a live realtime dashboard.
New to the component? Start with Get started for the shortest working path, then return here for depth.
Chapters
| Chapter | Covers |
|---|---|
| Authentication and connecting | OAuth credentials, token persistence, Connect, and OnConnected. |
| Building report requests | The metrics/dimensions model, categories, and core vs realtime reports. |
| Reading results and handling errors | The Data structure, retrieval events, limits, and an end-to-end dashboard. |