Hi Paul,

Thanks for reply,
But How i can do this? Still seeing same error.
Also wants to mention, using MCC account this is giving proper response.


On Tuesday, December 3, 2013 5:02:29 PM UTC+5:30, Paul Matthews (AdWords 
API Team) wrote:
>
> Hi Chirag,
>
> So I've been looking into this further and I too have been 
> receiving AlertError.INVALID_CLIENT_ID_SELECTED. However, the problem I was 
> hitting was:
> I'd been sending the client customer in the string form: 000-000-0000, 
> but the 
> documentation<https://developers.google.com/adwords/api/docs/reference/v201306/AlertService.AlertQuery#clientCustomerIds>requests
>  xsd:long[]. 
> On changing the type of data sent to long, the error was resolved. I also 
> added paging for good measure.
>
> Cheers,
>
> Paul.
>
> On Tuesday, 3 December 2013 08:50:54 UTC, Chirag wrote:
>>
>> Hello paul,
>>
>> Any update on this?
>>
>>
>> On Wednesday, October 23, 2013 5:27:13 PM UTC+5:30, Chirag wrote:
>>>
>>> Hi,
>>>
>>> Alert Service says that :
>>> Use this service to retrieve alerts relating to managed accounts (such 
>>> as a credit card expiring soon or a campaign ending). Each returned 
>>> alert<https://developers.google.com/adwords/api/docs/reference/v201309/AlertService.Alert.html>encapsulates
>>>  a client ID with the alert severity, type, and any additional 
>>> details.
>>>
>>>
>>> On Wednesday, October 23, 2013 3:50:56 PM UTC+5:30, Chirag wrote:
>>>>
>>>> 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://googleadsdeveloper.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