Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCampaignCategoryBid

Category bids in LocalServicesReportingCampaignSettings.

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

Properties

CategoryId

Category for which the bid will be associated with. For example, xcat:service_area_business_plumber.

Declaration
[JsonProperty("categoryId")]
public virtual string CategoryId { 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

ManualCpaBidMicros

Manual CPA bid for the category. Bid must be greater than the reserve price associated for that category. Value is in micros and in the advertiser's currency.

Declaration
[JsonProperty("manualCpaBidMicros")]
public virtual long? ManualCpaBidMicros { get; set; }
Property Value
Type Description
long?

TargetCpaBidMicros

Target CPA bid for the category. Value is in micros and in the advertiser's currency.

Declaration
[JsonProperty("targetCpaBidMicros")]
public virtual long? TargetCpaBidMicros { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX