Method: customers.productLinks.create

Creates a product link.

List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError MutateError QuotaError RequestError

HTTP request

POST https://googleads.googleapis.com/v14/customers/{customerId}/productLinks:create

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customerId

string

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 (ProductLink)
  }
}
Fields

Response body

Response message for ProductLinkService.CreateProductLink.

If successful, the response body contains data with the following structure:

JSON representation
{
  "resourceName": string
}
Fields
resourceName

string

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.