Hi
We are trying to use googleadwords api to populate audience customer match list
we do have multiple client account under a parent customerid
we are able to populate it under patent id , we want to upload under specific client account id of our choice using the api
for example I can show show the heirarchy of our test account ( please note that we are trying on live accounts not test , test snapshot is just an example )
like the example below we can populate under parent 2324510543 but not under any of the account listed ( 4971569756 etc)
when we use our parent id for the following call it works where service is configured for
DeveloperToken, OAuth2ClientId,OAuth2ClientSecret,OAuth2RefreshToken
MutateUserListsResponse response = service.MutateUserLists(
customerId.ToString(), new[] { operation });
it doesnt work for any of the child account customerid
we tried to use LoginCustomerId and LinkedCustomerId , still it didnt work
what we should use to populate audience customer list under child acount ?
Thanks
Ramakumar