Re: Steps to start with Test Account

2012-12-05 Thread apier
Is it a huge research project to test google adword api for them??

On Tuesday, November 20, 2012 8:25:57 AM UTC-8, Nick Yurov wrote:
>
> Who can explain step by step how to start developing with Test Acounts 
> (how to get developer key, mcc)?
> I'm very confused with taking credentials to Api
> Thanks.
>

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





Re: Steps to start with Test Account

2012-12-04 Thread apier
I've problem too, I search the entire forum/google, no working example for 
test account, here is my code to try to get advertiser account, it throws  
java.net.MalformedURLException: no protocol: 
v201209/api/adwords/cm/v201209/CampaignService:

-
try {
// Log SOAP XML request and response.
AdWordsServiceLogger.log();

// Get AdWordsUser from "~/adwords.properties".
AdWordsUser user = new AdWordsUser(username, passcode, "", "",
username + "++" + currencyCode, true);

AdWordsService service = 
AdWordsService.V201209.CAMPAIGN_SERVICE;
CampaignServiceInterface campaignService = 
user.getService(service,
"v201209");

--

On Tuesday, November 20, 2012 8:25:57 AM UTC-8, Nick Yurov wrote:
>
> Who can explain step by step how to start developing with Test Acounts 
> (how to get developer key, mcc)?
> I'm very confused with taking credentials to Api
> Thanks.
>

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