---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://appmetrica.yandex.com/docs/en/sdk/ios/analytics/objectivec/AMAAdType.md
  - https://appmetrica.yandex.com/docs/ru/sdk/ios/analytics/objectivec/AMAAdType.md
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.com/docs/en/llms.txt

# AMAAdType

Contains values of advertising types (AdType).

## Enumerations {#enum_summary}

#|
|| [AMAAdType](#enum_AMAAdType) | Ad types. ||
|#

## Enumeration descriptions {#enum_detail}

### AMAAdType {#enum_AMAAdType}

```objectivec translate=no
typedef NS_ENUM(NSUInteger, AMAAdType) {
    AMAAdTypeUnknown = 0,
    AMAAdTypeNative = 1,
    AMAAdTypeBanner = 2,
    AMAAdTypeRewarded = 3,
    AMAAdTypeInterstitial = 4,
    AMAAdTypeMrec = 5,
    AMAAdTypeOther = 6,
};
```
