AI-generated Key Takeaways
-
Retrieves a list of conversion sources for a specified Merchant Center account.
-
Allows filtering by page size, page token, and whether to include deleted sources.
-
Responses include a list of conversion sources and a token for pagination.
-
Requires authorization with the
https://www.googleapis.com/auth/content
scope. -
Provides details on the HTTP request, path/query parameters, and response structure.
- 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://merchantapi.googleapis.com/conversions/v1beta/{parent=accounts/*}/conversionSources
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The merchant account who owns the collection of conversion sources. Format: |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of conversion sources to return in a page. If no |
pageToken |
Optional. Page token. |
showDeleted |
Optional. Show deleted (archived) conversion sources. By default, deleted conversion sources are not returned. |
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 the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.