type property

String? type
getter/setter pair

The type of the report.

The type of the report will dictate what dimesions, filters, and metrics can be used. Possible string values are:

  • "REPORT_TYPE_UNSPECIFIED" : Default value when report type is not specified or is unknown in this version.
  • "STANDARD" : Standard report.
  • "INVENTORY_AVAILABILITY" : Inventory Availability report.
  • "AUDIENCE_COMPOSITION" : Audience Composition report.
  • "FLOODLIGHT" : Floodlight report.
  • "YOUTUBE" : YouTube report.
  • "GRP" : GRP report.
  • "YOUTUBE_PROGRAMMATIC_GUARANTEED" : YouTube Programmatic Guaranteed report.
  • "REACH" : Reach report.
  • "UNIQUE_REACH_AUDIENCE" : Unique Reach Audience report.
  • "FULL_PATH" : Full Path report.
  • "PATH_ATTRIBUTION" : Path Attribution report.

Implementation

core.String? type;