DoubleClick Bid Manager API (doubleclickbidmanager:v2)

2022-06-03

7 new methods | New API

Additions

    Methods
  • doubleclickbidmanager.queries.reports.get

      Path: queries/{queryId}/reports/{reportId}

      Parameters:

        reportId

          Format: int64

          Description: Required. ID of the report to retrieve.

          Type: string

          Required: Yes

          Location: path

        queryId

          Description: Required. ID of the query the report is associated with.

          Format: int64

          Location: path

          Required: Yes

          Type: string

      Flat Path: queries/{queryId}/reports/{reportId}

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

      Description: Retrieves a stored report.

      HTTP Method: GET

      Parameter Order:

    • queryId
    • reportId
  • doubleclickbidmanager.queries.reports.list

      Parameter Order: queryId

      Parameters:

        pageSize

          Type: integer

          Location: query

          Description: Maximum number of results per page. Must be between `1` and `100`. Defaults to `100` if unspecified.

          Format: int32

        orderBy

          Description: Name of a field used to order results. The default sorting order is ascending. To specify descending order for a field, append a " desc" suffix. For example "key.reportId desc". Sorting is only supported for the following fields: * key.reportId

          Location: query

          Type: string

        pageToken

          Type: string

          Description: A page token, received from a previous list call. Provide this to retrieve the subsequent page of reports.

          Location: query

        queryId

          Type: string

          Description: Required. Query ID with which the reports are associated.

          Required: Yes

          Format: int64

          Location: path

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

      HTTP Method: GET

      Flat Path: queries/{queryId}/reports

      Path: queries/{queryId}/reports

      Description: Lists reports.

  • doubleclickbidmanager.queries.get

      Flat Path: queries/{queryId}

      Path: queries/{queryId}

      Description: Retrieves a stored query.

      Parameters:

        queryId

          Type: string

          Description: Required. Query ID to retrieve.

          Required: Yes

          Location: path

          Format: int64

      HTTP Method: GET

      Parameter Order: queryId

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

  • doubleclickbidmanager.queries.create

  • doubleclickbidmanager.queries.delete

      Path: queries/{queryId}

      Description: Deletes a stored query as well as the associated stored reports.

      Parameters:

        queryId

          Description: Required. Query ID to delete.

          Format: int64

          Type: string

          Required: Yes

          Location: path

      Parameter Order: queryId

      HTTP Method: DELETE

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

      Flat Path: queries/{queryId}

  • doubleclickbidmanager.queries.run

      HTTP Method: POST

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

      Parameter Order: queryId

      Path: queries/{queryId}:run

      Description: Runs a stored query to generate a report.

      Flat Path: queries/{queryId}:run

      Parameters:

        synchronous

          Location: query

          Type: boolean

          Description: Whether the query should be run synchronously. When true, this method will not return until the query has finished running. When false or not specified, this method will return immediately.

        queryId

          Location: path

          Required: Yes

          Format: int64

          Type: string

          Description: Required. Query ID to run.

  • doubleclickbidmanager.queries.list

      Parameters:

        pageSize

          Location: query

          Description: Maximum number of results per page. Must be between `1` and `100`. Defaults to `100` if unspecified.

          Format: int32

          Type: integer

        orderBy

          Location: query

          Description: Name of a field used to order results. The default sorting order is ascending. To specify descending order for a field, append a " desc" suffix. For example "metadata.title desc". Sorting is only supported for the following fields: * queryId * metadata.title

          Type: string

        pageToken

          Description: A page token, received from a previous list call. Provide this to retrieve the subsequent page of queries.

          Type: string

          Location: query

      Scopes: https://www.googleapis.com/auth/doubleclickbidmanager

      Path: queries

      Flat Path: queries

      HTTP Method: GET

      Description: Retrieves stored queries.