AdwordsUserListService (v201702)

29 views
Skip to first unread message

Spain Api

unread,
May 29, 2017, 11:06:01 AM5/29/17
to AdWords API Forum
Hi all,

I'm using AdWordsService.v201702.AdwordsUserListService to get the name of my criterias into AUDIENCE_PERFORMANCE_REPORT and I call at the service for each account id, but there is one what is returning a null. The rest of my accounts id is working fine.

This is my code:

var adwordUserListService = (AdwordsUserListService)user.GetService(AdWordsService.v201702.AdwordsUserListService);
                    var selector = new Selector()
                    {
                        fields = new string[]
                        {
                        UserList.Fields.Id,
                        UserList.Fields.Name,
                        UserList.Fields.Description,
                        UserList.Fields.ListType
                        }
                    };

                    var userListPage = adwordUserListService.get(selector).entries;

Can someone help me? Please.

Thanks.

Peter Oliquino

unread,
May 30, 2017, 12:13:26 AM5/30/17
to AdWords API Forum
Hi,

To help us investigate further, could you reply to us privately (using reply privately to author option) with the account ID in question as well as the SOAP request and response logs captured for the AdwordsUserListService of that account ID?

Best regards,
Peter
AdWords API Team

Peter Oliquino

unread,
Jun 8, 2017, 1:15:42 AM6/8/17
to AdWords API Forum
Hi,

Could you confirm if you still require any assistance regarding this issue?
Reply all
Reply to author
Forward
0 new messages