Updating final urls for all keywords

51 views
Skip to first unread message

박휘건

unread,
Nov 16, 2022, 11:51:09 PM11/16/22
to Google Ads API and AdWords API Forum

스크린샷 2022-11-17 오후 1.47.06.png

I want to change all final URL's
(dynamically for example https://a.com/utm_term=a, https://a.com/utm_term=b, https://a.com/utm_term=c,)
is it possible to do this job (by REST API) in one call via googleads:mutate?

OR 
is there any recommended way to do this? 


Google Ads API Forum Advisor

unread,
Nov 17, 2022, 8:27:40 AM11/17/22
to parkh...@gmail.com, adwor...@googlegroups.com

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:

  • Grouped actions across different resource services. Normal calls can only execute operations against a single resource service.
  • Temporary resource names. Combine operations to create an entity and its child entities in a single request.

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.


You may refer to below REST endpoint:
 

mutate

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,

Google Logo
Yasar
Google Ads API Team
 


ref:_00D1U1174p._5004Q2gPlbG:ref
Reply all
Reply to author
Forward
0 new messages