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.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6bb623a7-0d80-4307-9c57-949e4ef3498c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to