- JSON representation
- ValueRuleAction
- ValueRuleOperation
- ValueRuleGeoLocationCondition
- ValueRuleGeoLocationMatchType
- ValueRuleDeviceCondition
- ValueRuleDeviceType
- ValueRuleAudienceCondition
- ConversionValueRuleStatus
A conversion value rule
JSON representation |
---|
{ "resourceName": string, "id": string, "action": { object ( |
Fields | |
---|---|
resource |
Immutable. The resource name of the conversion value rule. Conversion value rule resource names have the form:
|
id |
Output only. The ID of the conversion value rule. |
action |
Action applied when the rule is triggered. |
geo |
Condition for Geo location that must be satisfied for the value rule to apply. |
device |
Condition for device type that must be satisfied for the value rule to apply. |
audience |
Condition for audience that must be satisfied for the value rule to apply. |
owner |
Output only. The resource name of the conversion value rule's owner customer. When the value rule is inherited from a manager customer, ownerCustomer will be the resource name of the manager whereas the customer in the resourceName will be of the requesting serving customer. ** Read-only ** |
status |
The status of the conversion value rule. |
ValueRuleAction
Action applied when rule is applied.
JSON representation |
---|
{
"operation": enum ( |
Fields | |
---|---|
operation |
Specifies applied operation. |
value |
Specifies applied value. |
ValueRuleOperation
Possible operations of the action of a conversion value rule.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ADD |
Add provided value to conversion value. |
MULTIPLY |
Multiply conversion value by provided value. |
SET |
Set conversion value to provided value. |
ValueRuleGeoLocationCondition
Condition on Geo dimension.
JSON representation |
---|
{ "excludedGeoTargetConstants": [ string ], "excludedGeoMatchType": enum ( |
Fields | |
---|---|
excluded |
Geo locations that advertisers want to exclude. |
excluded |
Excluded Geo location match type. |
geo |
Geo locations that advertisers want to include. |
geo |
Included Geo location match type. |
ValueRuleGeoLocationMatchType
Possible geographic location matching types.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ANY |
Either Area of Interest or Location of Presence can be used to match. |
LOCATION_OF_PRESENCE |
Only Location of Presence can be used to match. |
ValueRuleDeviceCondition
Condition on Device dimension.
JSON representation |
---|
{
"deviceTypes": [
enum ( |
Fields | |
---|---|
device |
Value for device type condition. |
ValueRuleDeviceType
Possible device types used in conversion value rule.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
MOBILE |
Mobile device. |
DESKTOP |
Desktop device. |
TABLET |
Tablet device. |
ValueRuleAudienceCondition
Condition on Audience dimension.
JSON representation |
---|
{ "userLists": [ string ], "userInterests": [ string ] } |
Fields | |
---|---|
user |
User Lists. |
user |
User Interests. |
ConversionValueRuleStatus
Possible statuses of a conversion value rule.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ENABLED |
Conversion Value Rule is enabled and can be applied. |
REMOVED |
Conversion Value Rule is permanently deleted and can't be applied. |
PAUSED |
Conversion Value Rule is paused, but can be re-enabled. |