Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCustomerConversionGoal

Biddability control for conversion actions with a matching category and origin.

Inheritance
object
GoogleAdsSearchads360V23ResourcesCustomerConversionGoal
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX