Type Alias AdIntegrationKind

AdIntegrationKind:
    | ""
    | "csai"
    | "theo"
    | "google-ima"
    | "spotx"
    | "freewheel"
    | "theoads"

The integration of an ad or ad break, represented by a value from the following list:
- 'csai': Default CSAI ad playback.
- 'theo': Old naming for 'csai' - Default ad playback. (Deprecated)
- 'google-ima': Google IMA pre-integrated ad playback.
- 'google-dai': Google DAI pre-integrated ad playback.
- 'spotx': SpotX pre-integrated ad playback.
- 'freewheel': FreeWheel pre-integrated ad playback.
- 'mediatailor': MediaTailor pre-integrated ad playback.
- 'chromecast': Chromecast ads playing on a remote receiver.
- 'theoads': [Experimental] - API under development, do not use without consulting THEO Technologies.


- An empty string will default to 'csai'.