Search Ads 360 API (doubleclicksearch:v2)

2022-10-26

1 new method

Additions

    Methods
  • doubleclicksearch.conversion.get

      Parameter Order:

    • agencyId
    • advertiserId
    • engineAccountId
    • endDate
    • rowCount
    • startDate
    • startRow
    • Scopes: https://www.googleapis.com/auth/doubleclicksearch

      HTTP Method: GET

      Parameters:

        engineAccountId

          Description: Numeric ID of the engine account.

          Type: string

          Required: Yes

          Location: path

          Format: int64

        adId

          Type: string

          Description: Numeric ID of the ad.

          Format: int64

          Location: query

        startDate

          Format: int32

          Maximum: 99991231

          Required: Yes

          Location: query

          Type: integer

          Minimum: 20091101

          Description: First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.

        rowCount

          Location: query

          Required: Yes

          Format: int32

          Maximum: 1000

          Description: The number of conversions to return per call.

          Type: integer

          Minimum: 1

        campaignId

          Description: Numeric ID of the campaign.

          Location: query

          Type: string

          Format: int64

        adGroupId

          Type: string

          Format: int64

          Location: query

          Description: Numeric ID of the ad group.

        advertiserId

          Description: Numeric ID of the advertiser.

          Required: Yes

          Format: int64

          Type: string

          Location: path

        agencyId

          Description: Numeric ID of the agency.

          Location: path

          Format: int64

          Type: string

          Required: Yes

        endDate

          Format: int32

          Minimum: 20091101

          Type: integer

          Required: Yes

          Description: Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.

          Location: query

          Maximum: 99991231

        startRow

          Required: Yes

          Description: The 0-based starting index for retrieving conversions results.

          Location: query

          Type: integer

          Format: uint32

        criterionId

          Type: string

          Format: int64

          Description: Numeric ID of the criterion.

          Location: query

      Path: doubleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountId}/conversion

      Flat Path: doubleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountId}/conversion

      Description: Retrieves a list of conversions from a DoubleClick Search engine account.