GoogleDAILiveConfiguration
@objc(THEOplayerGoogleDAILiveConfiguration)
public class GoogleDAILiveConfiguration : GoogleDAIConfiguration
Represents a configuration for server-side ad insertion with the Google DAI pre-integration for live streams.
-
The identifier for the video content source for live streams.
Remark
- This property is required for live streams.
- The asset key can be found in the Google Ad Manager UI.
Declaration
Swift
@objc public var assetKey: String -
The builder for the Google DAI live configuration.
Declaration
Swift
@objc public init(assetKey: String, apiKey: String, authToken: String?, streamActivityMonitorID: String?, adTagParameters: [String: String]?)Parameters
assetKeyThe identifier for the video content source for live streams.
apiKeyThe API key for the stream request.
authTokenThe authorization token for the stream request.
streamActivityMonitorIDThe identifier for a stream activity monitor session.
adTagParametersThe ad tag parameter added to stream request.
GoogleDAILiveConfiguration Class Reference