reason property

String? reason
getter/setter pair

The reason why no products are attached to the campaign.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "MERCHANT_CENTER_ACCOUNT_HAS_NO_SUBMITTED_PRODUCTS" : The Merchant Center account does not have any submitted products.
  • "MERCHANT_CENTER_ACCOUNT_HAS_NO_SUBMITTED_PRODUCTS_IN_FEED" : The Merchant Center account does not have any submitted products in the feed.
  • "ADS_ACCOUNT_EXCLUDES_OFFERS_FROM_CAMPAIGN" : The Google Ads account has active campaign filters that prevents inclusion of offers in the campaign.
  • "ALL_PRODUCTS_ARE_EXCLUDED_FROM_CAMPAIGN" : All products available have been explicitly excluded from being targeted by the campaign.

Implementation

core.String? reason;