GamSessionIdentity

data class GamSessionIdentity(val networkCode: String, val customAssetKey: String)

The GAM stream identity, as used to create the IMA/DAI session.

Both fields are required: a session created with a blank network code or custom asset key produces a pod URL like .../network//custom_asset/..., and the 404 that comes back reads as a GAM outage rather than as the configuration error it is.

Constructors

Link copied to clipboard
constructor(networkCode: String, customAssetKey: String)

Properties

Link copied to clipboard

The custom asset key of the pod-serving stream.

Link copied to clipboard

The Google Ad Manager network code.