Hi Tiana, Thanks for pointing this out. The Placeholder Feed Item report seems to be returning currency code as ASCII equivalent of the actual currency code listed here <https://developers.google.com/adwords/api/docs/appendix/codes-formats#currency-codes>. E.g., "USA" would be "[85,83,68]" in the report. You could either have a logic in your application to convert the ASCII equivalent to the currency codes or use the FeedItemService.get() <https://developers.google.com/adwords/api/docs/reference/v201710/FeedItemService#get> to get the attribute values corresponding to the FeedItem. In the meantime, I will check with the team to see if the reports can be updated to return the currency codes.
Thanks, Sreelakshmi, 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/772b03b0-8930-46ba-8901-003794f680d0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
