ENUM

AdRequestContentType

The type of content playing when the ad was requested.

link GraphQL Schema definition

1enum AdRequestContentType {
2
3# Live streams.
4LIVE
5
6# VOD playback.
7VOD
8}