Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCampaignConversionGoal

The biddability setting for the specified campaign only for all conversion actions with a matching category and origin.

Inheritance
object
GoogleAdsSearchads360V23ResourcesCampaignConversionGoal
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 GoogleAdsSearchads360V23ResourcesCampaignConversionGoal : IDirectResponseSchema

Properties

Biddable

The biddability of the campaign conversion goal.

Declaration
[JsonProperty("biddable")]
public virtual bool? Biddable { get; set; }
Property Value
Type Description
bool?

Campaign

Immutable. The campaign with which this campaign conversion goal is associated.

Declaration
[JsonProperty("campaign")]
public virtual string Campaign { get; set; }
Property Value
Type Description
string

Category

The conversion category of this campaign conversion 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 campaign conversion goal.

Declaration
[JsonProperty("origin")]
public virtual string Origin { get; set; }
Property Value
Type Description
string

ResourceName

Immutable. The resource name of the campaign conversion goal. Campaign conversion goal resource names have the form: customers/{customer_id}/campaignConversionGoals/{campaign_id}~{category}~{origin}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

SearchAds360Biddable

Search Ads 360 biddability of the campaign conversion goal.

Declaration
[JsonProperty("searchAds360Biddable")]
public virtual bool? SearchAds360Biddable { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX