BlazeAdsConfigType - iOS
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.
| Value | Description |
|---|---|
| FIRST_AVAILABLE_ADS_CONFIG | Use the primary ad configuration from the app-wide settings. If that configuration is missing, fall back to NONE. |
| EVERY_X_STORIES | Show ads after a set number of Stories, from the app-wide ad configuration. If that configuration is missing, fall back to NONE. |
| FIXED_PAGES_INDEX | Show ads on specific page indices from the app-wide ad configuration. If that configuration is missing, fall back to NONE. |
| NONE | Do not show ads in Stories. |
BlazeMomentsAdsConfigType
Ad configuration for Moments.
| Value | Description |
|---|---|
| FIRST_AVAILABLE_ADS_CONFIG | Use the primary ad configuration from the app-wide settings. If that configuration is missing, fall back to NONE. |
| EVERY_X_MOMENTS | Show ads after a set number of Moments, from the app-wide ad configuration. If that configuration is missing, fall back to NONE. |
| NONE | Do not show ads in Moments. |
BlazeVideosAdsConfigType
Ad configuration for Videos.
| Value | Description |
|---|---|
| FIRST_AVAILABLE_ADS_CONFIG | Use the primary ad configuration from the app-wide settings. If that configuration is missing, fall back to NONE. |
| FIXED_PERCENTAGES | Show ads at the video percentages set in the app-wide ad configuration. If that configuration is missing, fall back to NONE. |
| NONE | Do not show ads in Videos. |
On iOS, 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.
Updated 11 days ago
Did this page help you?
