
Hi there,
Thanks for reaching out to the Google Ads API Forum.
You may use the AdGroupCriterion to update the keyword and final URL's. That said, you may use GoogleAdsService.Mutate endpoint, which essentially wraps a series of individual mutate calls on the resource services and provides the following benefits:
Using MutateOperation, you may be able to use AdGroupCriterionOperation for creating, removing, and updating on an ad group criterion for keywords such as finalURL's.
|
POST /v12/customers/{customerId}/googleAds:mutate Creates, updates, or removes resources. |
For client libraries, you may refer to this code examples: https://developers.google.com/google-ads/api/docs/samples/update-keyword
Regards,
|
||||||