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 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