Programmatic Access Library (PAL)
The Programmatic Access Library (PAL) is a lightweight SDK that provide discrete access to targeting signals for Google Ad Manager programmatic ads.
Plugin Name: PALPlugin
Plugin Config Name: pal
Configuration
| Attribute | Type | Required | Description |
|---|---|---|---|
| enabled | boolean | No | Enable the plugin (Defaults to false if no value is given.) |
| ppid | string | No | The publisher provided identifier. (Defaults to empty string) |
| descriptionUrl | string | No | The description URL of the content during which the ad will be played. (Defaults to the url that the video is playing) |
Example
let imaConfig = IMAPluginConfiguration(ppid: "Your PPID",
descriptionUrl: "Your description URL")