Re: Google ads will remove the special characters like - or " in keywords

2022-03-15 Thread Rock Qi
Hi, Client library is Java. Maven: com.google.api-ads:google-ads:17.0.1 -Rock 在2022年3月15日星期二 UTC+2 09:38:12 写道: > Hi Rock, > > Thank you for raising this concern to Google Ads API team. > > Can I ask what *client library* you are using? In order for us to route > you to the client library auth

Re: Google ads will remove the special characters like - or " in keywords

2022-03-14 Thread Rock Qi
Hi, Could you share me sample code for keywords containing - or "?(build-in, 2-in-1 etc.) For example, The keywords are built-in oven and 30"" cooktop, which will be set on KeywordPlanAdGroupKeyword.setText() But the ads API will return like "built in oven" and "30 cooktop". - and " are remo

Google ads will remove the special characters like - or " in keywords

2022-03-13 Thread Rock Qi
Hi, During the process of migrating adwords to ads, I found keywords with special characters, such as built-in, 30"" cooktop, the special characters in keywords will be removed when ads API return. (built-in -> built in, 30"" cooktop -> 30 cooktop) But adwords will not. My question is, how to p