Re: How to create sandbox account using Java Client

2011-12-13 Thread Kevin Winter
Hi Vijayraj, Unfortunately, I could not reproduce the date range issue. Here's the steps I took to see if you notice something I did differently: Opening the unmodified GetClientCustomerId.java file, changed the INSERT_EMAIL_ADDRESS_HERE to use my client_1+email sandbox account address, made

Re: How to create sandbox account using Java Client

2011-12-12 Thread Kevin Winter
Hi, There's a known issue in that the Sandbox returns 0 as the ManagerId for all links obtained via the ServicedAccountService. This causes issues when writing out code examples to interpret the response (although they work as expected against production). I just tested the java library in

Re: How to create sandbox account using Java Client

2011-12-12 Thread Vijayraj Chauhan
Hi Kevin, Using GetAccountHierarchy example still gives the clientCustomerId as 0 for all the five sandbox accounts. While trying with the GetClientCustomerId example, I get an error as * ApiUsageError.INVALID_DATE_RANGE* * * Here is the code from that example which I am using... *

Re: How to create sandbox account using Java Client

2011-12-09 Thread Danial Klimkin
Hello Vijayraj, You need to use the ServicedAccountService. Please see this example for java:

Re: How to create sandbox account using Java Client

2011-12-09 Thread Vijayraj Chauhan
Hi Danial, I tried this exampleI got the five sandbox login account client_1+emailId, client_2+emailId. but their clientId were 0...dont know why? TIA, Vijayraj On Fri, Dec 9, 2011 at 3:16 PM, Danial Klimkin danial.klimkin+fo...@google.com wrote: Hello Vijayraj, You need to use

Re: How to create sandbox account using Java Client

2011-12-06 Thread Vijayraj Chauhan
Hi Danial, I have created a sandbox account using the v201101 and have five clientEmail associated with it. I was able to use the adwords api by passing clientEmail to the AdWordsUser. But now i have migrated to v201109 and since it does not take clientEmail as the arguement, i have to pass

Re: How to create sandbox account using Java Client

2011-09-26 Thread Danial Klimkin
Hello Vijayraj, This example should be a good start: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201101/GetAllCampaigns.java Running it should create a new sandbox account. Make sure to set up your details in adwords.properties as described in the README

How to create sandbox account using Java Client

2011-09-21 Thread Vijayraj Chauhan
Hi, I am completely new to the Adwords API and I really need help. I have gone through all the forums but i am not able to find the solution. I want to create sandbox account for my MCC account(no billing information provided yet). As said in this link