Required. The ID of the account that owns the new conversion source.
Query parameters
Parameters
pageSize
integer
The maximum number of conversion sources to return in a page. If no pageSize is specified, 100 is used as the default value. The maximum value is 200. Values above 200 will be coerced to 200. Regardless of pagination, at most 200 conversion sources are returned in total.
pageToken
string
Page token.
showDeleted
boolean
If true, also returns archived conversion sources.
Request body
The request body must be empty.
Response body
Response message for the conversionsources.list method.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["Retrieves a list of conversion sources accessible to the caller, with pagination options and the ability to include archived sources."],["The request requires the merchant ID as a path parameter and accepts optional query parameters for page size, page token, and inclusion of deleted sources."],["The response provides a list of conversion sources and a token for retrieving the next page of results, if available."],["Authorization requires the 'https://www.googleapis.com/auth/content' OAuth scope."]]],["This document details how to retrieve a list of conversion sources via an HTTP GET request to `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionsources`. The `merchantId` path parameter is required. Optional query parameters include `pageSize` (default 100, max 200), `pageToken`, and `showDeleted`. The request body should be empty. The response body, in JSON, contains an array of conversion sources and a `nextPageToken` for pagination. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]