I'm trying to programatically set the targeting setting for audience lists via the API.
I create a CriterionUserList, which I point at the ID of my RLSA UserList.
I then wrap that in a BiddableAdGroupCriterion, which enables me to set the bid modifier.
I then put that in an AdGroupCriterionOperation, which I use in a mutate call to the AdGroupCriterionService.
Nowhere along the line can I find a way to, like in the AdWords UI, set this targeting to be bid only vs. target & bid.
Any ideas where I should be looking?