AI-generated Key Takeaways
- 
          Retrieves a list of conversions from a specified DoubleClick Search engine account within a given date range. 
- 
          Requires authorization with the https://www.googleapis.com/auth/doubleclicksearchscope.
- 
          Request parameters include specifying the agency, advertiser, engine account, date range, and result pagination. 
- 
          Optionally filter conversions by ad group, ad, campaign, or criterion IDs. 
- 
          Response provides a Conversion resource containing details about the retrieved conversions. 
Retrieves a list of conversions from a DoubleClick Search engine account. Try it now.
Request
HTTP request
GET https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/engine/engineAccountId/conversion
Parameters
| Parameter name | Value | Description | 
|---|---|---|
| Path parameters | ||
| advertiserId | long | Numeric ID of the advertiser. | 
| agencyId | long | Numeric ID of the agency. | 
| engineAccountId | long | Numeric ID of the engine account. | 
| Required query parameters | ||
| endDate | integer | Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
          Acceptable values are 20091101to99991231, inclusive. | 
| rowCount | integer | The number of conversions to return per call.
          Acceptable values are 1to1000, inclusive. | 
| startDate | integer | First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
          Acceptable values are 20091101to99991231, inclusive. | 
| startRow | unsigned integer | The 0-based starting index for retrieving conversions results. | 
| Optional query parameters | ||
| adGroupId | long | Numeric ID of the ad group. | 
| adId | long | Numeric ID of the ad. | 
| campaignId | long | Numeric ID of the campaign. | 
| criterionId | long | Numeric ID of the criterion. | 
Authorization
This request requires authorization with the following scope:
| Scope | 
|---|
| https://www.googleapis.com/auth/doubleclicksearch | 
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a Conversion resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response. Alternatively, try the standalone Explorer.
