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

On Wednesday, October 16, 2013 5:49:07 PM UTC+5:30, Paul Matthews (AdWords 
API Team) wrote:
>
> Hi Chirag,
>
> The AlertQuery used with the 
> AlertService<https://developers.google.com/adwords/api/docs/reference/latest/AlertService>allows
>  you to specify:
> AlertQuery.*clientSpec*<https://developers.google.com/adwords/api/docs/reference/v201309/AlertService.AlertQuery#clientSpec>=
>  
> *"ID_LIST"*
> AlertQuery.*clientCustomerIds*<https://developers.google.com/adwords/api/docs/reference/v201309/AlertService.AlertQuery#clientCustomerIds>=
>  [<clientCustomerId>, ...]
>
> Which will permit you to specify which client accounts to retrieve alerts 
> for.
>
> Regards,
>
> - Paul, AdWords API Team.
>
> On Monday, 2 September 2013 18:13:29 UTC+1, Chirag wrote:
>>
>> Hello Team,
>>
>> Is itpossible to get alerts related to budget on account leval?
>> currently it requires MCC account access.
>> It is unfair after API recommending us to use customer id instead MCC 
>> account.
>>
>> Thanks,
>> Chirag
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to