I used to get 
a "keyword_theme_constant":"keywordThemeConstants/41173~20943" which 
displayName is “ *Domain Names*  ”,but shows “ *Web hosting company*  ” in 
UI.Then I 2 ways to verify.
[image: gg.png]
First:
 {"query":"SELECT keyword_theme_constant.resource_name, 
keyword_theme_constant.country_code, keyword_theme_constant.language_code, 
keyword_theme_constant.display_name FROM keyword_theme_constant 
"}  
and it returns  
 [{
  "results": [
    {
      "keywordThemeConstant": {
        "resourceName": "keywordThemeConstants/41173~20943",
        "countryCode": "US",
        "languageCode": "en",
        "displayName": "*Domain Names*"
      }
  ]
Second:
Post  https://googleads.googleapis.com/v9/keywordThemeConstants:suggest 
with body 
{
  "queryText": "*Domain Names*,
  "countryCode": "US",
  "languageCode": "en"
} 
and it returns 
{
    "keywordThemeConstants": [
        {
            "resourceName": "*keywordThemeConstants/8577039~0*",
            "displayName": "*domain names*"
        },
        {
            "resourceName": "*keywordThemeConstants/41173~0*",
            "displayName": "*web hosting company*"
        },
……
}
Third,
Post  https://googleads.googleapis.com/v9/keywordThemeConstants:suggest 
with body 
{
  "queryText": "*web hosting company*",
  "countryCode": "US",
  "languageCode": "en"
} 
and it returns 
{
    "keywordThemeConstants": [
{
            "resourceName": "*keywordThemeConstants/41173~0*",
            "displayName": "*web hosting company*"
        },
        {
            "resourceName": "*keywordThemeConstants/41173~20943*",
            "displayName": "*domain names*"
        },
……
}
The displayName have kept changing,how can I solve the issues. 
Thank you and please not close this thread because my another case is 
similar but different from this one.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/55055aad-757b-490c-b628-827f25f219cen%40googlegroups.com.
  • Th... Chen Xiaowei
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
      • ... Chen Xiaowei
      • ... Chen Xiaowei
        • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
          • ... Chen Xiaowei
            • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
              • ... Chen Xiaowei
                • ... Kevin
                • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to