GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeAdsConfigType - Android

Enums that select which app-wide ad configuration applies to Stories, Moments, or Videos. Each case looks for a matching configuration in the app-wide settings. If none matches, the SDK falls back to NONE (no ads).

BlazeStoriesAdsConfigType

Ad configuration for Stories.

ValueDescription
FIRST_AVAILABLE_ADS_CONFIGUse the primary ad configuration from the app-wide settings. If that configuration is missing, fall back to NONE.
EVERY_X_STORIESShow ads after a set number of Stories, from the app-wide ad configuration. If that configuration is missing, fall back to NONE.
FIXED_PAGES_INDEXShow ads on specific page indices from the app-wide ad configuration. If that configuration is missing, fall back to NONE.
NONEDo not show ads in Stories.

BlazeMomentsAdsConfigType

Ad configuration for Moments.

ValueDescription
FIRST_AVAILABLE_ADS_CONFIGUse the primary ad configuration from the app-wide settings. If that configuration is missing, fall back to NONE.
EVERY_X_MOMENTSShow ads after a set number of Moments, from the app-wide ad configuration. If that configuration is missing, fall back to NONE.
NONEDo not show ads in Moments.

BlazeVideosAdsConfigType

Ad configuration for Videos.

ValueDescription
FIRST_AVAILABLE_ADS_CONFIGUse the primary ad configuration from the app-wide settings. If that configuration is missing, fall back to NONE.
FIXED_PERCENTAGESShow ads at the video percentages set in the app-wide ad configuration. If that configuration is missing, fall back to NONE.
NONEDo not show ads in Videos.

On Android, ads play only in the standalone fullscreen player. Inline and minimized players show no ads. See Ad configuration for the placement concept and the full list of limits.


Did this page help you?