Hi,
I am also wondering if I can use the LIKE operator to filter by
campaign.name to include the terms 'Brand' or 'Core' or 'Exact'. Not
necessarily all three terms at once in the name. Is there such a thing as
WHERE campaign.name LIKE '%Brand% or '%Core%' or '%Exact%'? This is why I
was lookin
Hi I am using Python 3.7 and Google Ads API Beta v2.
In building a query, I attempted to use the operator CONTAINS ALL with the
WHERE clause for campaign.name. I received this error: "CONTAINS ALL is not
a valid operator to use with 'campaign.name' in WHERE clause. Valid
operators: =, !=, LIKE
Hi,
This is a question about Google Ads API and for Python.
I am trying to mutate a campaign bid modifier using
'CampaignBidModifierOperation'.and 'CampaignBidModifierService'. Upon
providing a resource name, in the format
'customers/{customer_id}/campaignBidModifiers/{campaign_id}~{criterion_i