Hello Karol,
Please take a look on this page that describes how to set up a sandbox account: https://developers.google.com/adwords/api/docs/sandbox Note, you don't need to create any account with CreateAccount example, you need to run getCampaigns example and then getAccountHierarchy to determine what accounts have been created for you. -Danial, AdWords API Team. On Monday, October 8, 2012 5:11:26 PM UTC+4, Karol Słuszniak wrote: > > Hi, > I’m new in AdWords API so I decided to download run some example to see > how it works. I download file: awapi_dotnet_lib_v15.0.0.zip from > code.google.com. > I fill App.config file and setup command line arguments to : > v201209.CreateAccount > > When I run this example I got exception: > System.Web.Services.Protocols.SoapException > (InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ > com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro) > > This is few line form my App.config file: > <add key="ClientCustomerId" value=""/> > <add key="AuthorizationMethod" value="ClientLogin" /> > <add key="Email" value="[email protected] <javascript:>"/> > <add key="Password" value="myPassword"/> > <add key="AdWordsApi.Server" value="https://adwords-sandbox.google.com"/> > > Please tell me what I’m doing wrong. > > PS: Sorry for my poor English > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
