AI-generated Key Takeaways
-
NativeStyleError.Reason
is an enumeration describing the reasons for target errors related toNativeStyleService
. -
The enumeration lists various reasons for errors such as invalid targeting types, missing required elements, and unrecognized macros or placeholders within native styles.
-
Specific constraints for creating native styles include requiring active or native creative templates and limiting custom targeting to exact matches and inventory targeting to inclusion of units.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
ACTIVE_CREATIVE_TEMPLATE_REQUIRED
|
Native styles can only be created under active creative templates. |
INVALID_CUSTOM_TARGETING_MATCH_TYPE
|
Targeting expressions on the NativeStyle can only have custom criteria targeting with CustomTargetingValue.MatchType.EXACT. |
INVALID_INVENTORY_TARTGETING_TYPE
|
Native styles only allows inclusion of inventory units. |
INVALID_STATUS
|
The status of a native style cannot be null. |
INVALID_TARGETING_TYPE
|
Targeting expressions on the native style can only have inventory targeting and/or custom targeting. |
INVALID_FLUID_SIZE_FOR_NEWSLETTER_FORMAT
|
The fluid size is not allowed for native styles associated with newsletter eligible native formats. |
NATIVE_CREATIVE_TEMPLATE_REQUIRED
|
Native styles can only be created under native creative templates. |
TOO_MANY_CUSTOM_TARGETING_KEY_VALUES
|
Targeting expressions on native styles can have a maximum of 20 key-value pairs. |
UNIQUE_SNIPPET_REQUIRED
|
Native styles must have an HTML snippet. |
UNRECOGNIZED_MACRO
|
The macro referenced in the snippet is not valid. |
UNRECOGNIZED_PLACEHOLDER
|
The snippet of the native style contains a placeholder which is not defined as a variable on the creative template of this native style. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |