A flag for a report. Flags are used show if certain thresholds are met.
Result rows that match the filter will have the corresponding
MetricValueGroup.flagValues index set to true.
For more information about flags see:
https://support.google.com/admanager/answer/15079975
Optional. Name of the flag.
The flag names RED, YELLOW, GREEN, BLUE, PURPLE, and GREY correspond to
the colored flags that appear in the UI. The UI will not display flags
with other names, but they are available for use by API clients.
string name = 2 [(.google.api.field_behavior) = OPTIONAL];
Optional. Name of the flag.
The flag names RED, YELLOW, GREEN, BLUE, PURPLE, and GREY correspond to
the colored flags that appear in the UI. The UI will not display flags
with other names, but they are available for use by API clients.
string name = 2 [(.google.api.field_behavior) = OPTIONAL];
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The document describes the `Report.Flag` class, which is used to indicate if certain thresholds are met in a report, with matching rows having their `MetricValueGroup.flagValues` index set to true."],["`Report.Flag` is a part of the Google Ad Manager API and is derived from `GeneratedMessageV3`, implementing the `Report.FlagOrBuilder` interface, with its main purpose being to signal the status of thresholds being met or not in reports."],["The class contains methods for parsing, building, and managing report flags, including static methods for creating instances and getting descriptors, as well as instance methods for accessing filter information and the name of the flag."],["There are various versions of the ad manager API available, ranging from 0.1.0 to 0.19.0, with 0.19.0 being the latest version, and this specific documentation being for version 0.17.0."],["The `Report.Flag` class can use user-defined name for the flags, but only six preset names, RED, YELLOW, GREEN, BLUE, PURPLE, and GREY, will appear in the UI, with others being usable by the API."]]],[]]