Show / Hide Table of Contents

Enum MatchRateRange

The match rate range of the upload or userlist.

Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public enum MatchRateRange

Fields

Name Description
LessThan20

The match rate range is less than 20% (in the interval [0, 20)).

NotEligible

The match rate range is not eligible.

Unknown

The match rate range is unknown.

_20To30

The match rate range is between 20% and 30% (in the interval [20, 31)).

_31To40

The match rate range is between 31% and 40% (in the interval [31, 41)).

_41To50

The match rate range is between 41% and 50% (in the interval [41, 51)).

_51To60

The match rate range is between 51% and 60% (in the interval [51, 61).

_61To70

The match rate range is between 61% and 70% (in the interval [61, 71)).

_71To80

The match rate range is between 71% and 80% (in the interval [71, 81)).

_81To90

The match rate range is between 81% and 90% (in the interval [81, 91)).

_91To100

The match rate range is between 91% and 100% (in the interval [91, 100]).

In this article
Back to top Generated by DocFX