Hi Nira,
  Did you initialize your sandbox account by calling CampaignService.get 
with no clientCustomerId specified? 
http://code.google.com/apis/adwords/docs/sandbox.html#getting-started

The original issue reported was for CreateAccountService, whereas your 
issue is with the ServicedAccountService.

- Kevin Winter
AdWords API Team

On Tuesday, April 10, 2012 9:44:50 AM UTC-4, Nira Amit wrote:
>
> Hi guys,
> Has this issue been resolved yet? I'm trying to use the sandbox and i'm 
> getting the same exception on:
>
> ServicedAccountGraph graph = servicedAccountService.get(selector);
>
> But i may be doing something wrong (new to AdWords).
> My company has an account we use in Production, but i want to test stuff 
> on the sandbox. My adwords.properties file looks like this:
> email=A_VALID_EMAIL_FOR_THE_EXISTING_ACCOUNT
> password=A_VALID_PASSWORD
> useragent=THE_ONE_WE_USE_FOR_THE_ACCOUNT
> developerToken=THE_EMAIL++USD
> useSandbox=true
>
> These lines seem to have worked just fine:
>
> AdWordsUser user = new AdWordsUser().generateClientAdWordsUser(null);
> ServicedAccountServiceInterface servicedAccountService 
> = user.getService(AdWordsService.V201109.SERVICED_ACCOUNT_SERVICE);
> ServicedAccountSelector selector = new ServicedAccountSelector();
> selector.setEnablePaging(false);
>
> But than i get an exception when trying to get the graph. Will appreciate 
> any help you can provide,
> Nira.
>
> On Tuesday, March 6, 2012 12:00:58 PM UTC-3, Kevin Winter wrote:
>>
>> Hi Bruce,
>>   I apologize - there's a known issue that is currently preventing the 
>> creation of accounts in the sandbox environment.  We've successfully tested 
>> creating accounts in the production environment.
>>
>> - Kevin Winter
>> AdWords API team
>>
>> On Sunday, March 4, 2012 5:41:53 AM UTC-5, Bruce Wu wrote:
>>>
>>> Hi,
>>>
>>> I'm facing the same problem (using PHP with and without client library). 
>>>
>>> To replicate, try the CreateAccount.php example with PHP 5.3.2
>>>
>>> For me, it ended up with: "An error has occurred: 
>>> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
>>> com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro".
>>>
>>> Best regards,
>>> Bruce Wu
>>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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

Reply via email to