Class GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue
An issue affecting whether a product can show in ads.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue : IDirectResponseSchema
Properties
AdsSeverity
Output only. The severity of the issue in Google Ads.
Declaration
[JsonProperty("adsSeverity")]
public virtual string AdsSeverity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AffectedRegions
Output only. List of upper-case two-letter ISO 3166-1 codes of the regions affected by the issue. If empty, all regions are affected.
Declaration
[JsonProperty("affectedRegions")]
public virtual IList<string> AffectedRegions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
AttributeName
Output only. The name of the product's attribute, if any, that triggered the issue.
Declaration
[JsonProperty("attributeName")]
public virtual string AttributeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Output only. The short description of the issue in English.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Detail
Output only. The detailed description of the issue in English.
Declaration
[JsonProperty("detail")]
public virtual string Detail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Documentation
Output only. The URL of the Help Center article for the issue.
Declaration
[JsonProperty("documentation")]
public virtual string Documentation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorCode
Output only. The error code that identifies the issue.
Declaration
[JsonProperty("errorCode")]
public virtual string ErrorCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |