Re: Regular Expression with square bracket "["

2022-04-21 Thread stefano...@webrepublic.ch
Hi Francis, Try WHERE campaign.name REGEXP_MATCH \" (?i).Google [[]Ads[]]. \" "To match a literal [, ], %, or _ using the LIKE operator, surround the character in square brackets." source https://developers.google.com/google-ads/api/docs/query/grammar Hope this helps On Thursday, April 21,

Re: Keyword PolicyViolationDetails in BatchJobService

2022-03-11 Thread stefano...@webrepublic.ch
Hi Aryeh, Is there an update about this? Unfortunately, as of v10 PolicyViolationKeys are still not returned by the batch job. Cheers On Wednesday, December 1, 2021 at 11:07:05 PM UTC+1 adsapi wrote: > Hi Ichiba, > > Thank you for privately sending us the log. I raised your request for > addi

Re: How do I replicate AdWords' CONTAINS operator in Google Ads?

2022-01-25 Thread stefano...@webrepublic.ch
Hello, Just wanted to check if there's any news about this issue. Currently, I'm still unable to reproduce the old "CONTAINS" behaviour. I also tried omitting the `.*` at the beginning but it didn't work. It would be great to find a solution because at the moment I need to escape the characters

Re: How do I replicate AdWords' CONTAINS operator in Google Ads?

2022-01-11 Thread stefano...@webrepublic.ch
Thank you Aryeh! Looking forward to knowing the answer. I found this on https://perldoc.perl.org/perlretut: > \Q, \L, \l, \U, \u and \E are actually part of double-quotish syntax, and not part of regexp syntax proper. They will work if they appear in a regular expression embedded directly in a

Re: How do I replicate AdWords' CONTAINS operator in Google Ads?

2022-01-11 Thread stefano...@webrepublic.ch
Hi Aryeh, Thanks for the answer. Unfortunately that doesn't work because the "=" looks for an exact match and "[campaign][product2]" is just a substring of the name "[test][campaign][product2][search]". What I would like to have is an easy way to filter campaign names by a substring without h

How do I replicate AdWords' CONTAINS operator in Google Ads?

2022-01-10 Thread stefano...@webrepublic.ch
Hi, I've read the documentation about the GAQL grammar , however I cannot find an easy way to replicate AdWords' CONTAINS behavior in some cases. I'm mostly interested in returning a list of campaigns that contain a specific sub

Re: Getting report totals in new Google Ads API

2021-04-22 Thread stefano...@webrepublic.ch
Hi Luis, You can find an example here https://github.com/googleads/google-ads-python/issues/374#issuecomment-822559088 Cheers, Stefano On Friday, April 23, 2021 at 4:50:55 AM UTC+2 adsapiforumadvisor wrote: > Hi Luis, > > Thank you for coming back to us. > > Getting the summary of the report