AI-generated Key Takeaways
- 
          LabelType represents the types of labels supported. 
- 
          The COMPETITIVE_EXCLUSIONtype allows excluding competing ads on the same page.
- 
          The AD_UNIT_FREQUENCY_CAPtype enables limiting ad frequency for users.
- 
          The AD_EXCLUSIONtype allows excluding ads based on a specified label.
- 
          The CREATIVE_WRAPPERtype enables forcing creative wrapping with header/footer creatives.
Represents the types of labels supported.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202411
| Enumeration | Description | 
|---|---|
| COMPETITIVE_EXCLUSION | Allows for the creation of labels to exclude competing ads from showing on the same page. | 
| AD_UNIT_FREQUENCY_CAP | Allows for the creation of limits on the frequency that a user sees a particular type of creative over a portion of the inventory. | 
| AD_EXCLUSION | Allows for the creation of labels to exclude ads from showing against a tag that specifies the label as an exclusion. | 
| CREATIVE_WRAPPER | Allows for the creation of labels that can be used to force the wrapping of a delivering creative with header/footer creatives. These labels are paired with a CreativeWrapper. | 
| CANONICAL_CATEGORY | Allows for the creation of labels mapped to a Google canonical ad category, which can be used for competitive exclusions and blocking across Google systems. | 
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. |