Class GoogleAdsSearchads360V23ResourcesCampaignCategoryBid
Category bids in LocalServicesReportingCampaignSettings.
Implements
Inherited Members
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? |