Chirag,

I'm sorry I don't have a resolution for this yet.

My apologies.

Ray

On Thursday, March 20, 2014 6:51:52 AM UTC-4, Chirag wrote:
>
> Hello Ray,
>
> Any success?
>
>
>
> On Saturday, March 8, 2014 12:10:43 AM UTC+5:30, Ray Tsang (AdWords API 
> Team) wrote:
>>
>> Chirag,
>>
>> Thanks for the request and response.  I'll be investigating this more.
>>
>> Cheers,
>>
>> Ray
>>
>> On Thursday, March 6, 2014 5:58:45 PM UTC-5, Ray Tsang (AdWords API Team) 
>> wrote:
>>>
>>> Chirag,
>>>
>>> Since you are using php, could I trouble you to try this 
>>> example<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201309/AccountManagement/GetAccountAlerts.php>
>>> ?
>>>
>>> Thanks,
>>>
>>> Ray
>>>
>>> On Thursday, March 6, 2014 4:24:10 AM UTC-5, Chirag wrote:
>>>>
>>>> Hello Ray,
>>>>
>>>> Sent you the new request header. I have permission for the user and not 
>>>> the MCC account.
>>>> Please note that i have same customerid set for request.
>>>>
>>>>
>>>> On Thursday, March 6, 2014 12:23:25 AM UTC+5:30, Ray Tsang (AdWords API 
>>>> Team) wrote:
>>>>>
>>>>> Chirag,
>>>>>
>>>>> I don't think you attached the latest request in the private message. 
>>>>>  Please note that you can only get alerts with the ID that you have 
>>>>> access 
>>>>> to (based on the clientCustomerId header).
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Ray
>>>>>
>>>>> On Tuesday, March 4, 2014 2:26:07 PM UTC-5, Ray Tsang (AdWords API 
>>>>> Team) wrote:
>>>>>>
>>>>>> Chirag,
>>>>>>
>>>>>> I noticed that the RequestHeader.clientCustomerId is not the same as 
>>>>>> the selector.query.clientCustomerIds.  Is the latter managed by the 
>>>>>> former?
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> Ray
>>>>>>
>>>>>> On Tuesday, February 25, 2014 12:22:05 AM UTC-5, Chirag wrote:
>>>>>>>
>>>>>>> Hello Ray,
>>>>>>>
>>>>>>> request xml also sent.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Tuesday, February 25, 2014 1:41:10 AM UTC+5:30, Ray Tsang 
>>>>>>> (AdWords API Team) wrote:
>>>>>>>>
>>>>>>>> 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/d/optout.

Reply via email to