Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 438 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 438 Bytes

Storyteller GAM Module

This module is a helper module to facilitate integrating Google Mobile Ads reporting into the Storyteller SDK's Stories and Clips players.

To make use of it, you need to set it up as a module for the Storyteller class, like so:

let config = StorytellerGAMModuleConfiguration(adUnitId: "<your-ad-unit>")
let adModule = StorytellerGAMModule(configuration: config)
Storyteller.modules = [adModule]