Page Summary
-
Re-enables a previously archived conversion source using a POST request.
-
Requires specifying the merchant ID and conversion source ID as path parameters in the request URL.
-
Uses an empty request body and returns an empty response body upon successful completion.
-
Needs authorization with the
https://www.googleapis.com/auth/contentscope.
Re-enables an archived conversion source.
HTTP request
POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionsources/{conversionSourceId}:undelete
Path parameters
| Parameters | |
|---|---|
merchantId |
Required. The ID of the account that owns the new conversion source. |
conversionSourceId |
Required. The ID of the conversion source to be undeleted. |
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.