Type Alias TheoAdsLayoutOverride

TheoAdsLayoutOverride:
    | "single"
    | "l-shape"
    | "double"
    | "single-if-mobile"

Describes how and when the layout of a THEOads ad break should be overridden:

  • 'single': Override to play all ad breaks using the "single" layout mode.
  • 'l-shape': Override to play all ad breaks using the "l-shape" layout mode.
  • 'double': Override to play all ad breaks using the "double" layout mode.
  • 'single-if-mobile': When on a mobile device, override to play all ad breaks using the "single" layout mode.