Chirag,

I only saw the response xml.  Could I trouble you to send the request XML 
as well?

Thanks,

Ray

On Monday, February 24, 2014 7:51:58 AM UTC+1, Chirag wrote:
>
> Hello Ray,
>
> Replied to author.
>
>
>
> On Wednesday, February 12, 2014 9:17:42 PM UTC+5:30, Ray Tsang (AdWords 
> API Team) wrote:
>>
>> Chirag,
>>
>> Just to confirm, you will need to set the clientCustomerIds to a real CID 
>> rather than the sample 0000000000.  If you have changed it to the real CID, 
>> please use the "Reply to Author" feature to send me your request/response 
>> log/payload.
>>
>> Thanks!
>>
>> --
>> Ray Tsang (AdWords API Advisor)
>>
>>
>> On Wednesday, January 8, 2014 4:30:17 AM UTC-5, Chirag wrote:
>>>
>>> Hello,
>>> Any update?
>>> I am waiting for this.
>>> As on thread you said this was possible but using API it is not possible.
>>>
>>>
>>>
>>> On Tuesday, December 3, 2013 10:52:24 PM UTC+5:30, Chirag wrote:
>>>>
>>>> Hello Paul,
>>>>
>>>> Yes, As you can see in my earlier post, i am using the same code as 
>>>> your one.
>>>> But as you are not getting any error, i have tryed once again with no 
>>>> success.
>>>> Please see my request id here, getting same error - "An error has 
>>>> occurred: [AlertError.INVALID_CLIENT_ID_SELECTED @ 
>>>> selector.query.clientExternalCustomerIds[0]] "
>>>>
>>>> My request Id : 
>>>> requestId=0004eca46e3a88200aa4e6030000090b
>>>>
>>>> My Code : 
>>>>
>>>> // Create alert query.
>>>>     $query = new AlertQuery();
>>>>     $query->clientSpec = "ID_LIST";
>>>>     $query->clientCustomerIds = array(0000000000);
>>>>     $query->filterSpec = "ALL";
>>>>     $query->triggerTimeSpec = "ALL_TIME";
>>>>
>>>>     // Create selector.
>>>>     $selector = new AlertSelector();
>>>>     $selector->query = $query;
>>>>
>>>>     // Create paging controls.
>>>>     $selector->paging = new Paging(0, 
>>>> AdWordsConstants::RECOMMENDED_PAGE_SIZE);
>>>>
>>>> On Tuesday, December 3, 2013 7:48:09 PM UTC+5:30, Paul Matthews 
>>>> (AdWords API Team) wrote:
>>>>>
>>>>> Hi Chirag,
>>>>>
>>>>> Here's the code that I've got:
>>>>>
>>>>>         $query = new AlertQuery();
>>>>>         $query->clientSpec = "ID_LIST";
>>>>>         $query->clientCustomerIds = array(0000000000);
>>>>>         $query->filterSpec = "ALL";
>>>>>         $query->triggerTimeSpec = "ALL_TIME";
>>>>>                 $selector = new AlertSelector();
>>>>>         $selector->query = $query;
>>>>>          // Create paging controls.
>>>>>         $selector->paging = new Paging(0, 
>>>>> AdWordsConstants::RECOMMENDED_PAGE_SIZE);
>>>>>
>>>>>
>>>>> Where the value of 0000000000 is my (integer) client ID, with no 
>>>>> hyphens.
>>>>>
>>>>> Regards,
>>>>>
>>>>> - Paul, AdWords API Team.
>>>>>
>>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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