Hi, When you say that your ads has digits in the title, are you referring to the headlinePart1 <https://developers.google.com/adwords/api/docs/reference/v201710/AdGroupAdService.ExpandedTextAd#headlinepart1> or headlinePart2 <https://developers.google.com/adwords/api/docs/reference/v201710/AdGroupAdService.ExpandedTextAd#headlinepart2> of an ExpandedTextAd <https://developers.google.com/adwords/api/docs/reference/v201710/AdGroupAdService.ExpandedTextAd>? As for this ad type, your headline with digits will be retrieved in the API as the same value with the UI. If, for example, your ad's headline in the UI looks like "Headline 123-456-000", then it will be retrieved in the API as that value via AdGroupAdService.get() <https://developers.google.com/adwords/api/docs/reference/v201710/AdGroupAdService#get>. You can check this Java example <https://developers.google.com/adwords/api/docs/samples/java/basic-operations#get-expanded-text-ads> (available to other languages that we support) on how to get an expanded text ad.
For the other fields with digits in your value in other ad types, I believe they will be returned as the same value that you can see in the AdWords UI as well. Let me know if you have further clarifications. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/3b19e8cd-64c5-4e2b-b8be-d9d38bde600a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
