Hi,

I was able to reproduce the issue you described and I've reported it to the
user list team. I'll reply back here as I receive updates from them.

As a workaround, you could either select lists by *Id* instead, or add
additional filters to exclude the unwanted records. For example, if
SimilarUserLists
<https://developers.google.com/adwords/api/docs/reference/v201809/AdwordsUserListService.SimilarUserList>
are a common source of those records, you can exclude them by adding the
following predicate to your requests.

        <ns99:predicates
xmlns:ns99="https://adwords.google.com/api/adwords/cm/v201809";>
          <ns99:field>ListType</ns99:field>
          <ns99:operator>NOT_EQUALS</ns99:operator>
          <ns99:values>SIMILAR</ns99:values>
        </ns99:predicates>

Thanks,
Josh, AdWords API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    http://googleadsdeveloper.blogspot.com/search/label/adwords_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 02/14/19 22:10:28 h...@netsertive.com wrote:

Hi Peter,
Thanks for response. If you take a look at my SOAP request, i was asking
the API for the UserList with the exact name. The API was returning the
additional object with a similiar name which is unexpected from the API
consumer perspective. So you confirm this is an expected behavior?
Thanks

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to adwords-api+unsubscr...@googlegroups.com.
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/2f1a0167-7b88-4b5b-8f08-ae5b69bb2ab0%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/00d12jhi98000000oifmkm000rbgckw68mj6dhg6go30c1g68qj8d1p%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • UserLis... Han Vo
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
      • ... Han Vo
        • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
          • ... Han Vo
            • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to