- JSON representation
- BidModifierSource
- HotelDateSelectionTypeInfo
- HotelAdvanceBookingWindowInfo
- HotelLengthOfStayInfo
- HotelCheckInDayInfo
- HotelCheckInDateRangeInfo
Represents an ad group bid modifier.
JSON representation |
---|
{ "resourceName": string, "bidModifierSource": enum ( |
Fields | |
---|---|
resource |
Immutable. The resource name of the ad group bid modifier. Ad group bid modifier resource names have the form:
|
bid |
Output only. Bid modifier source. |
ad |
Immutable. The ad group to which this criterion belongs. |
criterion |
Output only. The ID of the criterion to bid modify. This field is ignored for mutates. |
bid |
The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0. The range is 1.0 - 6.0 for PreferredContent. Use 0 to opt out of a Device type. |
base |
Output only. The base ad group from which this draft/trial adgroup bid modifier was created. If adGroup is a base ad group then this field will be equal to adGroup. 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. |
Union field Required in create operations starting in V5. |
|
hotel |
Immutable. Criterion for hotel date selection (default dates versus user selected). |
hotel |
Immutable. Criterion for number of days prior to the stay the booking is being made. |
hotel |
Immutable. Criterion for length of hotel stay in nights. |
hotel |
Immutable. Criterion for day of the week the booking is for. |
device |
Immutable. A device criterion. |
hotel |
Immutable. Criterion for a hotel check-in date range. |
BidModifierSource
Enum describing possible bid modifier sources.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
CAMPAIGN |
The bid modifier is specified at the campaign level, on the campaign level criterion. |
AD_GROUP |
The bid modifier is specified (overridden) at the ad group level. |
HotelDateSelectionTypeInfo
Criterion for hotel date selection (default dates versus user selected).
JSON representation |
---|
{
"type": enum ( |
Fields | |
---|---|
type |
Type of the hotel date selection |
HotelAdvanceBookingWindowInfo
Criterion for number of days prior to the stay the booking is being made.
JSON representation |
---|
{ "minDays": string, "maxDays": string } |
Fields | |
---|---|
min |
Low end of the number of days prior to the stay. |
max |
High end of the number of days prior to the stay. |
HotelLengthOfStayInfo
Criterion for length of hotel stay in nights.
JSON representation |
---|
{ "minNights": string, "maxNights": string } |
Fields | |
---|---|
min |
Low end of the number of nights in the stay. |
max |
High end of the number of nights in the stay. |
HotelCheckInDayInfo
Criterion for day of the week the booking is for.
JSON representation |
---|
{
"dayOfWeek": enum ( |
Fields | |
---|---|
day |
The day of the week. |
HotelCheckInDateRangeInfo
Criterion for a check-in date range.
JSON representation |
---|
{ "startDate": string, "endDate": string } |
Fields | |
---|---|
start |
Start date in the YYYY-MM-DD format. |
end |
End date in the YYYY-MM-DD format. |