Creates a product link.
List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError MutateError QuotaError RequestError
HTTP request
POST https://googleads.googleapis.com/v19/customers/{customerId}/productLinks:create
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customerId |
Required. The ID of the customer for which the product link is created. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"productLink": {
object ( |
Fields | |
---|---|
productLink |
Required. The product link to be created. |
Response body
Response message for ProductLinkService.CreateProductLink
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "resourceName": string } |
Fields | |
---|---|
resourceName |
Returned for successful operations. Resource name of the product link. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adwords
For more information, see the OAuth 2.0 Overview.