Re: REGEXP_MATCH with space does not match

2022-04-26 Thread francis....@gmail.com
Hi Nirmita, thank you for pointing me out to the Grammar Guide, but I already red it thorougly and could not find a precise reference on how to escape caracters in regular expressions. It says the regular expression uses the re2 syntax , but I found ou

REGEXP_MATCH with space does not match

2022-04-25 Thread francis....@gmail.com
Hi there, I have a very simple query where I need to match a campaign name with a regular expression: SELECT ad_group_ad.ad.call_ad.description1, campaign.name, metrics.active_view_impressions, metrics.all_conversions FROM ad_group_ad WHERE metrics.impressions > 0 AND campaign.name REGEXP_MAT

Re: Regular Expression with square bracket "["

2022-04-21 Thread francis....@gmail.com
_ 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, 2022 at 5:15:13 PM UTC+2 francis@gmail.com > wrote: > >> >>

Re: Regular Expression with square bracket "["

2022-04-21 Thread francis....@gmail.com
Hi Jinky, the suggested regular expression executes without error, but it does not match the string "Google [Ads]". This is because "[" is a reserved caracter. See the screenshots below from a regex tester using the re2 syntax. I would expect the Google Ads API to match the escaped opening

Regular Expression with square bracket "["

2022-04-20 Thread francis....@gmail.com
Hi there, I'm trying to use the REGEX_MATCH operator with the Google Ads API to match a string with square brackets. I want to match any string that contains, literally: "Google [Ads]" My query where clause is *WHERE campaign.name REGEXP_MATCH ' (?i).*Google \[Ads].* '* Notice I did escape t

Re: PermissionDenied, even when setting LoginCustomerId

2022-04-13 Thread francis....@gmail.com
Hi Ernie, I was wondering if you got my private response with the logs you requested? Francis Le dimanche 3 avril 2022 à 23:11:24 UTC-4, adsapi a écrit : > Hi Francis, > > Thank you for the reply. I am also a member of the Google Ads API team and > let me provide support to your concern. > > T

Re: PermissionDenied, even when setting LoginCustomerId

2022-04-01 Thread francis....@gmail.com
Hi Heidi, yes, I'm setting the login-customer-id header with the manager account's id. I do it through the .Net SDK with the property LoginCustomerId of the GoogleAdsConfig class. As I said, it works for most accounts, but sometimes I get the error. What else should I be looking for? Do you ne

PermissionDenied, even when setting LoginCustomerId

2022-03-31 Thread francis....@gmail.com
Hi there, I'm getting this error when calling GoogleAdsService.SearchAsync with Net SDK v10: Status(StatusCode="PermissionDenied", Detail="The caller does not have permission", DebugException="Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1648740607.03700","description":"Error