Many thanks for the prompt response!
I have already tried to solve this issue on my own:
$adWordsServices = new AdWordsServices();
$userListService = $adWordsServices->get(self::$session, AdwordsUserListService::class);
$mutateMembersOperations = [];
$mutateMembersOperation = new MutateMembersOperation();
$operand = new MutateMembersOperand($UserListId, true);
$mutateMembersOperation->setOperand($operand);
$mutateMembersOperations[] = $mutateMembersOperation;
$result = $userListService->mutateMembers($mutateMembersOperations);
var_dump($result);
errors like no, but I'm not sure that the list is cleared, because detailed information can not be obtained.
Help please with the code.
пятница, 31 августа 2018 г., 11:20:48 UTC+3 пользователь Dannison Yao (AdWords API Team) написал: