Hello Paul,
No it is not giving me individual customer Ids alert.
This is giving me error An error has occurred: [AlertError.INVALID_CLIENT_ID_SELECTED @ selector.query.clientExternalCustomerIds[0]]
My request id is : requestId=0004e965712bc4280aa4bc4200004f14
Please see my code :
$alertQuery = new AlertQuery();
$alertQuery->clientSpec = 'ID_LIST';
$alertQuery->clientCustomerIds = array("Cust_id");
$alertQuery->filterSpec = 'ALL';
$alertQuery->types = array('ACCOUNT_BUDGET_BURN_RATE', 'ACCOUNT_BUDGET_ENDING',
'ACCOUNT_ON_TARGET', 'CAMPAIGN_ENDED', 'CAMPAIGN_ENDING',
'CREDIT_CARD_EXPIRING', 'DECLINED_PAYMENT',
'MANAGER_LINK_PENDING', 'MISSING_BANK_REFERENCE_NUMBER',
'PAYMENT_NOT_ENTERED', 'TV_ACCOUNT_BUDGET_ENDING', 'TV_ACCOUNT_ON_TARGET',
'TV_ZERO_DAILY_SPENDING_LIMIT', 'USER_INVITE_ACCEPTED',
'USER_INVITE_PENDING', 'ZERO_DAILY_SPENDING_LIMIT');
$alertQuery->severities = array('GREEN', 'YELLOW', 'RED');
$alertQuery->triggerTimeSpec = 'ALL_TIME';
// Create selector.
$selector = new AlertSelector();
$selector->query = $alertQuery;
Thanks,
Chirag