Chirag,

Please send me either the developer token and/or MCC account login email in 
private.
At this point, I can only deduce that the client customer ID you are trying 
to access is not linked to any MCCs.  It also appears that you are using 
OAuth 2.0.

Are you using a MCC's refresh token?  Or the refresh token belonging to the 
AW account in question?

Thanks,

--
Ray Tsang (AdWords API Advisor)

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/groups/opt_out.

Reply via email to