Class GoogleAdsSearchads360V23ResourcesCustomerConversionGoal
Biddability control for conversion actions with a matching category and origin.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCustomerConversionGoal : IDirectResponseSchema
Properties
Biddable
The biddability of the customer conversion goal.
Declaration
[JsonProperty("biddable")]
public virtual bool? Biddable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Category
The conversion category of this customer conversion goal. Only conversion actions that have this category will be included in this goal.
Declaration
[JsonProperty("category")]
public virtual string Category { 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 |
Origin
The conversion origin of this customer conversion goal. Only conversion actions that have this conversion origin will be included in this goal.
Declaration
[JsonProperty("origin")]
public virtual string Origin { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. The resource name of the customer conversion goal. Customer conversion goal resource names have
the form: customers/{customer_id}/customerConversionGoals/{category}~{origin}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |