Google Ads Data Manager V1 Client - Class MatchRateRange (0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Ads Data Manager V1 Client class MatchRateRange.
The match rate range of the upload or userlist.
Protobuf type google.ads.datamanager.v1.MatchRateRange
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MATCH_RATE_RANGE_UNKNOWN
Value: 0The match rate range is unknown.
Generated from protobuf enum MATCH_RATE_RANGE_UNKNOWN = 0;
MATCH_RATE_RANGE_NOT_ELIGIBLE
Value: 1The match rate range is not eligible.
Generated from protobuf enum MATCH_RATE_RANGE_NOT_ELIGIBLE = 1;
MATCH_RATE_RANGE_LESS_THAN_20
Value: 2The match rate range is less than 20% (in the interval [0, 20)).
Generated from protobuf enum MATCH_RATE_RANGE_LESS_THAN_20 = 2;
MATCH_RATE_RANGE_20_TO_30
Value: 3The match rate range is between 20% and 30% (in the interval [20, 31)).
Generated from protobuf enum MATCH_RATE_RANGE_20_TO_30 = 3;
MATCH_RATE_RANGE_31_TO_40
Value: 4The match rate range is between 31% and 40% (in the interval [31, 41)).
Generated from protobuf enum MATCH_RATE_RANGE_31_TO_40 = 4;
MATCH_RATE_RANGE_41_TO_50
Value: 5The match rate range is between 41% and 50% (in the interval [41, 51)).
Generated from protobuf enum MATCH_RATE_RANGE_41_TO_50 = 5;
MATCH_RATE_RANGE_51_TO_60
Value: 6The match rate range is between 51% and 60% (in the interval [51, 61).
Generated from protobuf enum MATCH_RATE_RANGE_51_TO_60 = 6;
MATCH_RATE_RANGE_61_TO_70
Value: 7The match rate range is between 61% and 70% (in the interval [61, 71)).
Generated from protobuf enum MATCH_RATE_RANGE_61_TO_70 = 7;
MATCH_RATE_RANGE_71_TO_80
Value: 8The match rate range is between 71% and 80% (in the interval [71, 81)).
Generated from protobuf enum MATCH_RATE_RANGE_71_TO_80 = 8;
MATCH_RATE_RANGE_81_TO_90
Value: 9The match rate range is between 81% and 90% (in the interval [81, 91)).
Generated from protobuf enum MATCH_RATE_RANGE_81_TO_90 = 9;
MATCH_RATE_RANGE_91_TO_100
Value: 10The match rate range is between 91% and 100% (in the interval [91,
100]).
Generated from protobuf enum MATCH_RATE_RANGE_91_TO_100 = 10;