Thanks Shwetha! So my goal is to have the same User List Names which are shown on Adwords site.
Please confirm if I understand the rule correct: If I see Criteria (Audience) like uservertical::80131 in Adwords Report, I can assume that User List Name is "Real Estate" which is correspondent value from here <https://developers.google.com/adwords/api/docs/appendix/codes-formats#in-market-categories>. Is there one to one relation between Criteria (Audience) and User List Name? Thanks so much! Oksana On Thursday, November 17, 2016 at 5:55:20 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Oksana, > > The rows where the UserListName is " --" in the API report correspond to > In-market > categories > <https://developers.google.com/adwords/api/docs/appendix/codes-formats#in-market-categories>, > > not UserLists > <https://developers.google.com/adwords/api/docs/reference/v201609/AdwordsUserListService.UserList>. > > You need to use ConstantDataService.getUserInterestCriterion > <https://developers.google.com/adwords/api/docs/reference/v201609/ConstantDataService#getuserinterestcriterion> > method > to retrieve the userInterestName > <https://developers.google.com/adwords/api/docs/reference/v201609/ConstantDataService.CriterionUserInterest#userinterestname> > for > the In-market categories. For example, uservertical::80131 corresponds to > "Real Estate" and uservertical::80166 corresponds to "New Houses (For > Sale)". You can also use the CSV file provided here > <https://developers.google.com/adwords/api/docs/appendix/codes-formats#in-market-categories> > to > get this data. We highly recommended that you cache the results of this > call as the data set is large and changes infrequently. > > Regards, > Shwetha, 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/1b125082-5860-40c3-ad9f-458af4d213a4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
