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 preserve these special characters so that the input 
and output keywords are consistent?

https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics?hl=en

val operations = keywords.map(w => {
val keyword1 = KeywordPlanAdGroupKeyword.newBuilder
.setKeywordPlanAdGroup(planAdGroupResource)
.setCpcBidMicros(2000000L)
.setMatchType(KeywordMatchType.BROAD)
.setText(w)
.build
KeywordPlanAdGroupKeywordOperation.newBuilder.setCreate(keyword1).build
}).toList

Br,
Rock

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c15595ac-9e47-4f35-b621-8b8264c4204cn%40googlegroups.com.

Reply via email to