Class GoogleAdsSearchads360V23ResourcesAdGroupBidModifier
Represents an ad group bid modifier.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAdGroupBidModifier : IDirectResponseSchema
Properties
AdGroup
Immutable. The ad group to which this criterion belongs.
Declaration
[JsonProperty("adGroup")]
public virtual string AdGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BaseAdGroup
Output only. The base ad group from which this draft/trial adgroup bid modifier was created. If ad_group is a base ad group then this field will be equal to ad_group. If the ad group was created in the draft or trial and has no corresponding base ad group, then this field will be null. This field is readonly.
Declaration
[JsonProperty("baseAdGroup")]
public virtual string BaseAdGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BidModifier
The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0. Use 0 to opt out of a Device type.
Declaration
[JsonProperty("bidModifier")]
public virtual double? BidModifier { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
BidModifierSource
Output only. Bid modifier source.
Declaration
[JsonProperty("bidModifierSource")]
public virtual string BidModifierSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CriterionId
Output only. The ID of the criterion to bid modify. This field is ignored for mutates.
Declaration
[JsonProperty("criterionId")]
public virtual long? CriterionId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Device
Immutable. A device criterion.
Declaration
[JsonProperty("device")]
public virtual GoogleAdsSearchads360V23CommonDeviceInfo Device { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonDeviceInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HotelAdvanceBookingWindow
Immutable. Criterion for number of days prior to the stay the booking is being made.
Declaration
[JsonProperty("hotelAdvanceBookingWindow")]
public virtual GoogleAdsSearchads360V23CommonHotelAdvanceBookingWindowInfo HotelAdvanceBookingWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonHotelAdvanceBookingWindowInfo |
HotelCheckInDateRange
Immutable. Criterion for a hotel check-in date range.
Declaration
[JsonProperty("hotelCheckInDateRange")]
public virtual GoogleAdsSearchads360V23CommonHotelCheckInDateRangeInfo HotelCheckInDateRange { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonHotelCheckInDateRangeInfo |
HotelCheckInDay
Immutable. Criterion for day of the week the booking is for.
Declaration
[JsonProperty("hotelCheckInDay")]
public virtual GoogleAdsSearchads360V23CommonHotelCheckInDayInfo HotelCheckInDay { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonHotelCheckInDayInfo |
HotelDateSelectionType
Immutable. Criterion for hotel date selection (default dates versus user selected).
Declaration
[JsonProperty("hotelDateSelectionType")]
public virtual GoogleAdsSearchads360V23CommonHotelDateSelectionTypeInfo HotelDateSelectionType { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonHotelDateSelectionTypeInfo |
HotelLengthOfStay
Immutable. Criterion for length of hotel stay in nights.
Declaration
[JsonProperty("hotelLengthOfStay")]
public virtual GoogleAdsSearchads360V23CommonHotelLengthOfStayInfo HotelLengthOfStay { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonHotelLengthOfStayInfo |
ResourceName
Immutable. The resource name of the ad group bid modifier. Ad group bid modifier resource names have the
form: customers/{customer_id}/adGroupBidModifiers/{ad_group_id}~{criterion_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |