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
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
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