Re: Problem with Adwords Api

2013-01-28 Thread Paul Matthews (AdWords API Team)
Hi Alan,

Yes, the Sandbox environment has been turned off since 15th December 2012. 
In it's place there are the test 
accountshttps://developers.google.com/adwords/api/docs/test-accounts
.

Please see this blog 
posthttp://googleadsdeveloper.blogspot.co.uk/2012/11/introducing-test-accounts.htmlfor
 further details.

Regards,

- Paul, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Ad disapproval reasons are null in v200909

2013-01-28 Thread John Lister
I know this is an old post, but the issue still exists - The disapproval 
reason is always null. Any advice?

Thanks

John

On Friday, 22 October 2010 09:31:23 UTC+1, AdWords API Advisor wrote:

 Hi Valentin, 

 Will it be possible to post a requestid for a request you are making? 
 I could use it to troubleshoot your issues. 

 Cheers, 
 Anash P. Oommen, 
 AdWords API Advisor. 

 On Oct 19, 5:52 pm, Valentin Kulichenko 
 valentin.kuliche...@gmail.com wrote: 
  Hi, 
  
  I'm trying to get disapproval reasons for a text ad using Java API 
  v200909. I use the following code: 
  
  if (ad.getApprovalStatus() == AdApprovalStatus.DISAPPROVED) { 
  System.out.println(Ad  + ad.getId() +  disapproved:); 
  
  for (String reason : ad.getDisapprovalReasons()) { 
  System.out.println(reason); 
  
  } 
  } 
  
  And get NullPointerException because ad.getDisapprovalReasons() is 
  always null, even for disapproved ads. 
  
  How can I get disapproval reason? Where is my mistake?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Empty adType attribute for html5 ad

2013-01-28 Thread j.e.frank
Hi Paul, I did try that to get the logging.  What I end up with is three 
empty files in a log directory: aw_api_lib.log, request_info.log, and 
soap_xml.log.  I tried doing AdWordsServiceLogger.log(), and also using the 
log4j.properties file found with the distribution.  Any other suggestions?  
I'm running my code as a JUnit test through Eclipse, so there may be some 
weird setup problem, but I am able to see log statements in general.

Is there a way to proceed without the XML?

On an unrelated note, the community forum 
(https://developers.google.com/adwords/api/community) has been giving a 
Page Not Found error since Friday sometime.  I got to this post by clicking 
a link in the digest email.

On Friday, January 25, 2013 11:40:00 AM UTC-5, Paul Matthews (AdWords API 
Team) wrote:

 Hi j.e.frank,

 To enable logging, please see this section of the 
 READMEhttps://code.google.com/p/google-api-adwords-java/source/browse/trunk/README#186
  and 
 then check the logs directory for the output.

 Though please bear in mind this is a public forum, so don't paste any 
 personally identifiable information, such as developer tokens, usernames or 
 passwords.

 If you would prefer, please send an email to 
 adwordsap...@google.comjavascript:with the request / response for a more 
 private conversation.

 Cheers,

 - Paul, AdWords API Team.


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





New simplified Adwords API pricing

2013-01-28 Thread David Torres (AdWords API Team)
Based on feedback we've heard, and to encourage continued innovation, we 
are making AdWords API usage free for developers, starting March 1, 2013. 
Adwords API preferred pricing will be retired.

Going forward, there will be two levels of API access: Basic and standard. 
Basic access is provided by default and allows up to 10,000 operations per 
day. Standard access is available to qualified developers and has no daily 
limit on operations. With either basic or standard access, there will be no 
charges for AdWords API usage.

For more information check our 
announcementhttp://googleadsdeveloper.blogspot.com/2013/01/new-simplified-adwords-api-pricing.htmlin
 the blog.

- David Torres, on behalf of the AdWords API Team

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

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.