Enum WarningReason
Reasons for non-blocking warnings returned during ingestion.
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public enum WarningReason
Fields
| Name |
Description |
| CartDataItemMerchantProductIdMissing |
The
[merchant_product_id][google.ads.datamanager.v1.Item.merchant_product_id]
is missing in the cart item.
|
| CartDataItemUnitPriceMissing |
The [unit_price][google.ads.datamanager.v1.Item.unit_price] is missing in
the cart item.
|
| CartDataNotSupportedWithGbraidOrWbraid |
The [cart_data][google.ads.datamanager.v1.Event.cart_data] is not
supported with [gbraid][google.ads.datamanager.v1.AdIdentifiers.gbraid]
or [wbraid][google.ads.datamanager.v1.AdIdentifiers.wbraid].
|
| CustomVariableNotEnabled |
A custom variable in
[custom_variables][google.ads.datamanager.v1.Event.custom_variables] is
not enabled in the account.
|
| CustomVariableNotPredefined |
A custom variable value in
[custom_variables][google.ads.datamanager.v1.Event.custom_variables] is
not among the predefined allowed values configured for the custom variable
on the destination account.
|
| Generic |
Generic warning reason for issues that do not fit into other specific
categories.
|
| InvalidClientId |
The [client_id][google.ads.datamanager.v1.Event.client_id] is invalid.
|
| InvalidContinentCode |
The
[continent_code][google.ads.datamanager.v1.EventLocation.continent_code]
is invalid.
|
| InvalidDeviceCategory |
The device [category][google.ads.datamanager.v1.DeviceInfo.category]
is invalid.
|
| InvalidDeviceScreenResolution |
The device
[screen_height][google.ads.datamanager.v1.DeviceInfo.screen_height] or
[screen_width][google.ads.datamanager.v1.DeviceInfo.screen_width] is
invalid.
|
| InvalidMerchantId |
The [merchant_id][google.ads.datamanager.v1.CartData.merchant_id] is
invalid.
|
| InvalidRegionCode |
The [region_code][google.ads.datamanager.v1.EventLocation.region_code]
is invalid.
|
| InvalidSubcontinentCode |
The
[subcontinent_code][google.ads.datamanager.v1.EventLocation.subcontinent_code]
is invalid.
|
| InvalidSubdivisionCode |
The
[subdivision_code][google.ads.datamanager.v1.EventLocation.subdivision_code]
is invalid.
|
| Unspecified |
Unspecified warning reason.
|