Default Negative Keywords on Smart Campaign

2024-07-17 Thread 'Andrew Wirtz' via Google Ads API and AdWords API Forum
Hi, I am running into an issue where publishing a Smart Campaign creates a large list of negative keyword campaign criterion automatically. NOTE: I'm talking about keywords, NOT keyword themes. I am not setting any negative keywords, yet they still appear when querying the campaign_criterion e

Re: Empty ad headlines/descriptions on ad_info from SmartCampaignSuggestService

2024-06-10 Thread 'Andrew Wirtz' via Google Ads API and AdWords API Forum
Is there an explanation for this? How can we programmatically tell a reason for why some websites don't return ad text suggestions? On Wednesday, June 5, 2024 at 8:20:03 AM UTC-5 Andrew Wirtz wrote: > Hi, > > We've noticed some websites seem to respond with empty > headlines/descriptions when c

Re: Smart Campaign Update Mutation won't work even though its already been stated on the documentation that it is mutatble.

2024-06-05 Thread 'Andrew Wirtz' via Google Ads API and AdWords API Forum
Think I had this problem a while ago. I found that you cannot use the AdGroupAdService to modify/update an AdGroupAd, instead you must modify the Ad via the AdService. So I turned "customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id}" into "customers/{customer_id}/ads/{ad_id}" and used th