Hi, Thank you for reaching out to the Google Ads API support team.
Yes, the upgraded URL is deprecated. To set the campaign URL, you need to use the customers.campaigns.mutate rest interface method. In the campaign operation, you can specify the trackingUrlTemplate, finalUrlSuffix and urlCustomParameters[]. You may try the below sample request body: { "operations": [ { "create": { "name": "testing_search_campaign", "advertisingChannelType": "SEARCH", "campaignBudget": "customers/{customer_id}/campaignBudgets/{campaign_budget_id}", "maximizeConversions": { "targetCpaMicros": 17249760000 }, "status": "ENABLED", "startDate": "2024-10-26", "endDate": "2024-12-28", "targetingSetting": { "targetRestrictions": [ { "bidOnly": true, "targetingDimension": "AUDIENCE" } ] }, "finalUrlSuffix": "", "trackingUrlTemplate": "", "urlCustomParameters": [ { "key": "", "value": "" } ] } } ], "partialFailure": true, "responseContentType": "MUTABLE_RESOURCE" } I hope this helps! Let us know if you have any further questions. This message is in relation to case "ref:!00D1U01174p.!5004Q02vGexF:ref" (ADR-00272044) Thanks, Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/DEsQL000000000000000000000000000000000000000000000SLIN4E00QkeUuG0iQ6ueMnNnzQpvHg%40sfdc.net.