AI-generated Key Takeaways
- 
          
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.
 
- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Retrieves the list of conversion sources the caller has access to.
HTTP request
GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionsources
Path parameters
| Parameters | |
|---|---|
merchantId | 
                
                   
 Required. The ID of the account that owns the new conversion source.  | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 The maximum number of conversion sources to return in a page. If no   | 
              
pageToken | 
                
                   
 Page token.  | 
              
showDeleted | 
                
                   
 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:
| JSON representation | 
|---|
{
  "conversionSources": [
    {
      object ( | 
                  
| Fields | |
|---|---|
conversionSources[] | 
                    
                       
 List of conversion sources.  | 
                  
nextPageToken | 
                    
                       
 Token to be used to fetch the next results page.  | 
                  
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.