GamStreamConfig

data class GamStreamConfig(val networkCode: String, val customAssetKey: String, val adTagParameters: Map<String, String> = emptyMap(), val streamActivityMonitorId: String? = null, val apiKey: String? = null)

Configuration for a GAM/IMA DAI pod-serving session (mirrors GamStreamConfig).

Constructors

Link copied to clipboard
constructor(networkCode: String, customAssetKey: String, adTagParameters: Map<String, String> = emptyMap(), streamActivityMonitorId: String? = null, apiKey: String? = null)

Properties

Link copied to clipboard

Ad tag parameters sent with the stream request (targeting, custom parameters).

Link copied to clipboard

The IMA API key, when the network requires one.

Link copied to clipboard

The custom asset key of the pod-serving stream.

Link copied to clipboard

The Google Ad Manager network code.

Link copied to clipboard

The IMA stream activity monitor id, for debugging sessions with Google.