google_api_double_click_bid_manager v0.0.1 GoogleApi.DoubleClickBidManager.V1.Model.RunQueryRequest View Source

Request to run a stored query to generate a report.

Attributes

  • dataRange (String): Report data range used to generate the report. Defaults to: null.

    • Enum - one of [ALL_TIME, CURRENT_DAY, CUSTOM_DATES, LAST_14_DAYS, LAST_30_DAYS, LAST_365_DAYS, LAST_7_DAYS, LAST_90_DAYS, MONTH_TO_DATE, PREVIOUS_DAY, PREVIOUS_HALF_MONTH, PREVIOUS_MONTH, PREVIOUS_QUARTER, PREVIOUS_WEEK, PREVIOUS_YEAR, QUARTER_TO_DATE, TYPE_NOT_SUPPORTED, WEEK_TO_DATE, YEAR_TO_DATE]
  • reportDataEndTimeMs (String): The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise. Defaults to: null.
  • reportDataStartTimeMs (String): The starting time for the data that is shown in the report. Note, reportDataStartTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise. Defaults to: null.
  • timezoneCode (String): Canonical timezone code for report data time. Defaults to America/New_York. Defaults to: null.