Skip to main content

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

AttributeTypeRequiredDescription
enabledbooleanNoEnable the plugin (Defaults to false if no value is given.)
ppidstringNoThe publisher provided identifier. (Defaults to empty string)
descriptionUrlstringNoThe 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")