**Sample App:** Experience the ITG Library with Datazoom in Action.
1. Purpose & Scope
What this module does
The ITG Datazoom MediaTailor Glue module connects:
- your existing Datazoom tracking (including MediaTailor ad sessions),
- with your existing ITG overlay integration,
so that:
- ITG overlays are aware of the same MediaTailor session Datazoom is tracking,
- overlay behavior (timing, ad triggers) stays in sync with SSAI ad breaks.
What this guide assumes
You already:
- Integrated ITG SDK into your player according to the standard ITG Integration Guide.
- Integrated Datazoom SDK and are able to:
- create a Datazoom context for your ExoPlayer instance,
- set up a MediaTailor Session and ad tracking.
- Have a working MediaTailor session flow that calls
MediaTailor.createSession(...).
This guide only describes the glue layer.
2. Add the Datazoom–ITG Glue Module
2.1. Add ITG repository (if not already present)
In your settings.gradle / settings.gradle.kts (or equivalent top-level Gradle config), ensure the ITG Android repository is configured: