ConversionValueRule
A conversion value rule
Columns
| Name | Type | Behavior | Description |
| ConversionValueRuleActionOperation | String | ATTRIBUTE | Specifies applied operation.
The allowed values are ADD, MULTIPLY, SET, UNKNOWN. |
| ConversionValueRuleActionValue | Double | ATTRIBUTE | Specifies applied value. |
| ConversionValueRuleAudienceConditionUserInterests | String | ATTRIBUTE | User Interests. |
| ConversionValueRuleAudienceConditionUserLists | String | ATTRIBUTE | User Lists. |
| ConversionValueRuleDeviceConditionDeviceTypes | String | ATTRIBUTE | Value for device type condition.
The allowed values are DESKTOP, MOBILE, TABLET, UNKNOWN. |
| ConversionValueRuleGeoLocationConditionExcludedGeoMatchType | String | ATTRIBUTE | Excluded Geo location match type.
The allowed values are ANY, LOCATION_OF_PRESENCE, UNKNOWN. |
| ConversionValueRuleGeoLocationConditionExcludedGeoTargetConstants | String | ATTRIBUTE | Geo locations that advertisers want to exclude. |
| ConversionValueRuleGeoLocationConditionGeoMatchType | String | ATTRIBUTE | Included Geo location match type.
The allowed values are ANY, LOCATION_OF_PRESENCE, UNKNOWN. |
| ConversionValueRuleGeoLocationConditionGeoTargetConstants | String | ATTRIBUTE | Geo locations that advertisers want to include. |
| ConversionValueRuleId | Long | ATTRIBUTE | Output only. The ID of the conversion value rule. |
| ConversionValueRuleItineraryConditionAdvanceBookingWindowMaxDays | Int | ATTRIBUTE | Maximum number of days between the date of the booking the start date. |
| ConversionValueRuleItineraryConditionAdvanceBookingWindowMinDays | Int | ATTRIBUTE | Minimum number of days between the date of the booking the start date. |
| ConversionValueRuleItineraryConditionTravelLengthMaxNights | Int | ATTRIBUTE | Maximum number of days between the start date and the end date. |
| ConversionValueRuleItineraryConditionTravelLengthMinNights | Int | ATTRIBUTE | Minimum number of nights between the start date and the end date. |
| ConversionValueRuleItineraryConditionTravelStartDayFriday | Bool | ATTRIBUTE | The travel can start on Friday. |
| ConversionValueRuleItineraryConditionTravelStartDayMonday | Bool | ATTRIBUTE | The travel can start on Monday. |
| ConversionValueRuleItineraryConditionTravelStartDaySaturday | Bool | ATTRIBUTE | The travel can start on Saturday. |
| ConversionValueRuleItineraryConditionTravelStartDaySunday | Bool | ATTRIBUTE | The travel can start on Sunday. |
| ConversionValueRuleItineraryConditionTravelStartDayThursday | Bool | ATTRIBUTE | The travel can start on Thursday. |
| ConversionValueRuleItineraryConditionTravelStartDayTuesday | Bool | ATTRIBUTE | The travel can start on Tuesday. |
| ConversionValueRuleItineraryConditionTravelStartDayWednesday | Bool | ATTRIBUTE | The travel can start on Wednesday. |
| ConversionValueRuleOwnerCustomer | String | ATTRIBUTE | Output only. The resource name of the conversion value rule's owner customer. When the value rule is inherited from a manager customer, owner_customer will be the resource name of the manager whereas the customer in the resource_name will be of the requesting serving customer. ** Read-only ** |
| ConversionValueRuleResourceName | String | ATTRIBUTE | Immutable. The resource name of the conversion value rule. Conversion value rule resource names have the form: customers/{customer_id}/conversionValueRules/{conversion_value_rule_id} |
| ConversionValueRuleStatus | String | ATTRIBUTE | The status of the conversion value rule.
The allowed values are ENABLED, PAUSED, REMOVED, UNKNOWN. |
| CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |