Re: OAuth - didn't see it mentioned so I thought I'd ask

2013-01-14 Thread David Torres (AdWords API Team)
Hi VijayRaj,

1) You can use the CustomerSyncService to find out changes that occurred 
within a DateRange. 

2) The currency is configured at the account level, you can use the 
CustomerService to find out what the currency code is for the account.

Best,

- David Torres - AdWords API Team


On Wednesday, January 9, 2013 2:16:35 AM UTC-5, VijayRaj Chauhan wrote:

 Hi,

 I have been using Google Adwords API for sometime now but couldn't find 
 any solution for the couple of questions ...

 1) Is it possible to get the list of modified campaigns after a given date 
 (without using download API) ?  I searched in forums but was not able   
   
 to find any solution and also tried setting DateRange selector but 
 that didn't help either

 2) How to get the currency of the Cost and Average CPC. Right now I am 
 using 
   *campaign.getCampaignStats().getAverageCpc().getMicroAmount()*
 Dividing this value to 100 gives the actual value, but the 
 currency is still unknown ...

 Any help or pointers will be grateful:)

 TIA,
 VijayRaj

 On Monday, 13 August 2012 21:17:24 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I'm glad its working for you.  If you are using reports, you'll want to 
 make sure you're using 1.7.1 - 1.7.0 had a bug with report downloads that 
 1.7.1 fixes.

 Regarding account info, you can use the CustomerService to obtain the 
 information for the targeted account - in your scenario, it should return a 
 single record for MCC.

 - Kevin Winter
 AdWords API Team

 On Monday, August 13, 2012 7:44:52 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 OAuth2 authentication is now working fine for javaWIth that token 
 how do I get the current users account information ??. I referred to the 
 GetAccountHierarchy.java example but it returns all the client emails as 
 well as mcc account emails. For e.g, if MCC_1 account is linked to MCC 
 account, running GetAccountHierarchy.java on MCC account will give the 
 result for MCC as well as MCC_1 account...How do I know which is the 
 current account details  (in this case MCC) ??

 TIA,
 VijayRaj

 On Monday, 30 July 2012 21:40:53 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think that at this point this is a client-library-specific issue - 
 could you please file an issue on the project issue tracker with your 
 stacktrace and a quick description of your environemnt?  We're still 
 looking into this, but having it on the issue tracker will keep the 
 library-specific information where it belongs.

 - Kevin Winter
 AdWords API Team

 On Thursday, July 26, 2012 1:53:07 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 Kindly update this thread once you get any clue about this issue.

 TIA,
 VijayRaj

 On Wednesday, 25 July 2012 20:31:48 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   We suspect that the reflections library we're using may have issues 
 with certain classpath setups 
 (JBosshttp://code.google.com/p/reflections/wiki/JBossIntegrationin 
 particular).  We're looking into this.

 - Kevin Winter
 AdWords API Team

 On Wednesday, July 25, 2012 3:59:49 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 It works fine when I used in IDE...I get this error when I bundled 
 these jars in our web application inside the lib folder...Other than 
 these 
 jars we have only tomcat jars...

 TIA,
 VijayRaj

 On Friday, 20 July 2012 19:40:23 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I just set up a new eclipse project that only had the jars from 
 adwords-axis-examples-1.5.0-dependencies and added the source of the 
 examples.  I then ran GetCampaigns (which used my homedir 
 ads.properties 
 file) successfully.  What's different about your environment?  Are you 
 using an IDE?  What else is on the classpath besides these jars?

 - Kevin Winter
 AdWords API Team

 On Tuesday, July 17, 2012 3:43:20 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have included all the dependency jars from 
 *adwords-axis-examples-1.5.0-dependencies.tar 
 *in my projectWhile trying to get Campaigns I get the 
 following error

 java.net.URISyntaxException: Illegal character in opaque part at 
 index 7
 at java.net.URI$Parser.fail(URI.java:2809)
 at java.net.URI$Parser.checkChars(URI.java:2982)
 at java.net.URI$Parser.parse(URI.java:3019)
 at java.net.URI.init(URI.java:578)
 at java.net.URL.toURI(URL.java:918)
 at org.reflections.vfs.Vfs.normalizePath(Vfs.java:175)
 at org.reflections.vfs.Vfs$DefaultUrlTypes$3.matches(Vfs.java:160)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:94)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:88)
 at org.reflections.Reflections.scan(Reflections.java:199)
 at org.reflections.Reflections.init(Reflections.java:91)
 at 
 com.google.api.ads.common.lib.AdsModule.init(AdsModule.java:60)
 at 
 com.google.api.ads.adwords.lib.AdWordsModule.init(AdWordsModule.java:43)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory.init(AdWordsServiceClientFactory.java:41)
 at 
 

Re: OAuth - didn't see it mentioned so I thought I'd ask

2013-01-08 Thread VijayRaj Chauhan
Hi,

I have been using Google Adwords API for sometime now but couldn't find any 
solution for the couple of questions ...

1) Is it possible to get the list of modified campaigns after a given date 
(without using download API) ?  I searched in forums but was not able   
  
to find any solution and also tried setting DateRange selector but that 
didn't help either

2) How to get the currency of the Cost and Average CPC. Right now I am 
using 
  *campaign.getCampaignStats().getAverageCpc().getMicroAmount()*
Dividing this value to 100 gives the actual value, but the currency 
is still unknown ...

Any help or pointers will be grateful:)

TIA,
VijayRaj

On Monday, 13 August 2012 21:17:24 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I'm glad its working for you.  If you are using reports, you'll want to 
 make sure you're using 1.7.1 - 1.7.0 had a bug with report downloads that 
 1.7.1 fixes.

 Regarding account info, you can use the CustomerService to obtain the 
 information for the targeted account - in your scenario, it should return a 
 single record for MCC.

 - Kevin Winter
 AdWords API Team

 On Monday, August 13, 2012 7:44:52 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 OAuth2 authentication is now working fine for javaWIth that token how 
 do I get the current users account information ??. I referred to the 
 GetAccountHierarchy.java example but it returns all the client emails as 
 well as mcc account emails. For e.g, if MCC_1 account is linked to MCC 
 account, running GetAccountHierarchy.java on MCC account will give the 
 result for MCC as well as MCC_1 account...How do I know which is the 
 current account details  (in this case MCC) ??

 TIA,
 VijayRaj

 On Monday, 30 July 2012 21:40:53 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think that at this point this is a client-library-specific issue - 
 could you please file an issue on the project issue tracker with your 
 stacktrace and a quick description of your environemnt?  We're still 
 looking into this, but having it on the issue tracker will keep the 
 library-specific information where it belongs.

 - Kevin Winter
 AdWords API Team

 On Thursday, July 26, 2012 1:53:07 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 Kindly update this thread once you get any clue about this issue.

 TIA,
 VijayRaj

 On Wednesday, 25 July 2012 20:31:48 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   We suspect that the reflections library we're using may have issues 
 with certain classpath setups 
 (JBosshttp://code.google.com/p/reflections/wiki/JBossIntegrationin 
 particular).  We're looking into this.

 - Kevin Winter
 AdWords API Team

 On Wednesday, July 25, 2012 3:59:49 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 It works fine when I used in IDE...I get this error when I bundled 
 these jars in our web application inside the lib folder...Other than 
 these 
 jars we have only tomcat jars...

 TIA,
 VijayRaj

 On Friday, 20 July 2012 19:40:23 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I just set up a new eclipse project that only had the jars from 
 adwords-axis-examples-1.5.0-dependencies and added the source of the 
 examples.  I then ran GetCampaigns (which used my homedir 
 ads.properties 
 file) successfully.  What's different about your environment?  Are you 
 using an IDE?  What else is on the classpath besides these jars?

 - Kevin Winter
 AdWords API Team

 On Tuesday, July 17, 2012 3:43:20 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have included all the dependency jars from 
 *adwords-axis-examples-1.5.0-dependencies.tar 
 *in my projectWhile trying to get Campaigns I get the 
 following error

 java.net.URISyntaxException: Illegal character in opaque part at 
 index 7
 at java.net.URI$Parser.fail(URI.java:2809)
 at java.net.URI$Parser.checkChars(URI.java:2982)
 at java.net.URI$Parser.parse(URI.java:3019)
 at java.net.URI.init(URI.java:578)
 at java.net.URL.toURI(URL.java:918)
 at org.reflections.vfs.Vfs.normalizePath(Vfs.java:175)
 at org.reflections.vfs.Vfs$DefaultUrlTypes$3.matches(Vfs.java:160)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:94)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:88)
 at org.reflections.Reflections.scan(Reflections.java:199)
 at org.reflections.Reflections.init(Reflections.java:91)
 at 
 com.google.api.ads.common.lib.AdsModule.init(AdsModule.java:60)
 at 
 com.google.api.ads.adwords.lib.AdWordsModule.init(AdWordsModule.java:43)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory.init(AdWordsServiceClientFactory.java:41)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:68)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:50)


 Do you have any idea about this error. Any help will be grateful.

 TIA,
 VijayRaj

 On Thursday, 31 May 2012 19:45:11 UTC+5:30, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have filed an issue in the issue trackerKindly have a look 

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-08-13 Thread VijayRaj Chauhan
Hi Kevin,

OAuth2 authentication is now working fine for javaWIth that token how 
do I get the current users account information ??. I referred to the 
GetAccountHierarchy.java example but it returns all the client emails as 
well as mcc account emails. For e.g, if MCC_1 account is linked to MCC 
account, running GetAccountHierarchy.java on MCC account will give the 
result for MCC as well as MCC_1 account...How do I know which is the 
current account details  (in this case MCC) ??

TIA,
VijayRaj

On Monday, 30 July 2012 21:40:53 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think that at this point this is a client-library-specific issue - 
 could you please file an issue on the project issue tracker with your 
 stacktrace and a quick description of your environemnt?  We're still 
 looking into this, but having it on the issue tracker will keep the 
 library-specific information where it belongs.

 - Kevin Winter
 AdWords API Team

 On Thursday, July 26, 2012 1:53:07 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 Kindly update this thread once you get any clue about this issue.

 TIA,
 VijayRaj

 On Wednesday, 25 July 2012 20:31:48 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   We suspect that the reflections library we're using may have issues 
 with certain classpath setups 
 (JBosshttp://code.google.com/p/reflections/wiki/JBossIntegrationin 
 particular).  We're looking into this.

 - Kevin Winter
 AdWords API Team

 On Wednesday, July 25, 2012 3:59:49 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 It works fine when I used in IDE...I get this error when I bundled 
 these jars in our web application inside the lib folder...Other than these 
 jars we have only tomcat jars...

 TIA,
 VijayRaj

 On Friday, 20 July 2012 19:40:23 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I just set up a new eclipse project that only had the jars from 
 adwords-axis-examples-1.5.0-dependencies and added the source of the 
 examples.  I then ran GetCampaigns (which used my homedir ads.properties 
 file) successfully.  What's different about your environment?  Are you 
 using an IDE?  What else is on the classpath besides these jars?

 - Kevin Winter
 AdWords API Team

 On Tuesday, July 17, 2012 3:43:20 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have included all the dependency jars from 
 *adwords-axis-examples-1.5.0-dependencies.tar 
 *in my projectWhile trying to get Campaigns I get the following 
 error

 java.net.URISyntaxException: Illegal character in opaque part at 
 index 7
 at java.net.URI$Parser.fail(URI.java:2809)
 at java.net.URI$Parser.checkChars(URI.java:2982)
 at java.net.URI$Parser.parse(URI.java:3019)
 at java.net.URI.init(URI.java:578)
 at java.net.URL.toURI(URL.java:918)
 at org.reflections.vfs.Vfs.normalizePath(Vfs.java:175)
 at org.reflections.vfs.Vfs$DefaultUrlTypes$3.matches(Vfs.java:160)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:94)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:88)
 at org.reflections.Reflections.scan(Reflections.java:199)
 at org.reflections.Reflections.init(Reflections.java:91)
 at com.google.api.ads.common.lib.AdsModule.init(AdsModule.java:60)
 at 
 com.google.api.ads.adwords.lib.AdWordsModule.init(AdWordsModule.java:43)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory.init(AdWordsServiceClientFactory.java:41)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:68)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:50)


 Do you have any idea about this error. Any help will be grateful.

 TIA,
 VijayRaj

 On Thursday, 31 May 2012 19:45:11 UTC+5:30, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have filed an issue in the issue trackerKindly have a look at 
 it and let us know about the status..

 TIA,
 VijayRaj

 On Wednesday, 30 May 2012 00:24:34 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think this is a bug in our maven pom.xml - it's pulling in an 
 old version of the google oauth libs that doesn't have this field and 
 it 
 goes first on the classpath overriding the more recent entry.  Could 
 you 
 please file an issue on our issue tracker while we figure out how best 
 to 
 fix this? http://code.google.com/p/google-api-ads-java/issues/list

 - Kevin Winter
 AdWords API Team

 On Monday, May 28, 2012 10:50:39 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have been trying Oauth1.0a authentication from the link which 
 you have mentioned earlier  
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java
  I 
 also extracted all the dependencies from the file 
 *adwords-axis-examples-1.3.0-dependencies.tar.gz, 
 b*ut I still get an error mentioning that *
 GoogleOAuthGetTemporaryToken* and *GoogleOAuthGetAccessToken*does not 
 have 
 *transport* variable i.e., the error comes from line no. 67 and 
 102 in that above example...Am I missing something?? Could you pls 

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-08-13 Thread Kevin Winter
Hi VijayRaj,
  I'm glad its working for you.  If you are using reports, you'll want to 
make sure you're using 1.7.1 - 1.7.0 had a bug with report downloads that 
1.7.1 fixes.

Regarding account info, you can use the CustomerService to obtain the 
information for the targeted account - in your scenario, it should return a 
single record for MCC.

- Kevin Winter
AdWords API Team

On Monday, August 13, 2012 7:44:52 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 OAuth2 authentication is now working fine for javaWIth that token how 
 do I get the current users account information ??. I referred to the 
 GetAccountHierarchy.java example but it returns all the client emails as 
 well as mcc account emails. For e.g, if MCC_1 account is linked to MCC 
 account, running GetAccountHierarchy.java on MCC account will give the 
 result for MCC as well as MCC_1 account...How do I know which is the 
 current account details  (in this case MCC) ??

 TIA,
 VijayRaj

 On Monday, 30 July 2012 21:40:53 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think that at this point this is a client-library-specific issue - 
 could you please file an issue on the project issue tracker with your 
 stacktrace and a quick description of your environemnt?  We're still 
 looking into this, but having it on the issue tracker will keep the 
 library-specific information where it belongs.

 - Kevin Winter
 AdWords API Team

 On Thursday, July 26, 2012 1:53:07 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 Kindly update this thread once you get any clue about this issue.

 TIA,
 VijayRaj

 On Wednesday, 25 July 2012 20:31:48 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   We suspect that the reflections library we're using may have issues 
 with certain classpath setups 
 (JBosshttp://code.google.com/p/reflections/wiki/JBossIntegrationin 
 particular).  We're looking into this.

 - Kevin Winter
 AdWords API Team

 On Wednesday, July 25, 2012 3:59:49 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 It works fine when I used in IDE...I get this error when I bundled 
 these jars in our web application inside the lib folder...Other than 
 these 
 jars we have only tomcat jars...

 TIA,
 VijayRaj

 On Friday, 20 July 2012 19:40:23 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I just set up a new eclipse project that only had the jars from 
 adwords-axis-examples-1.5.0-dependencies and added the source of the 
 examples.  I then ran GetCampaigns (which used my homedir ads.properties 
 file) successfully.  What's different about your environment?  Are you 
 using an IDE?  What else is on the classpath besides these jars?

 - Kevin Winter
 AdWords API Team

 On Tuesday, July 17, 2012 3:43:20 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have included all the dependency jars from 
 *adwords-axis-examples-1.5.0-dependencies.tar 
 *in my projectWhile trying to get Campaigns I get the following 
 error

 java.net.URISyntaxException: Illegal character in opaque part at 
 index 7
 at java.net.URI$Parser.fail(URI.java:2809)
 at java.net.URI$Parser.checkChars(URI.java:2982)
 at java.net.URI$Parser.parse(URI.java:3019)
 at java.net.URI.init(URI.java:578)
 at java.net.URL.toURI(URL.java:918)
 at org.reflections.vfs.Vfs.normalizePath(Vfs.java:175)
 at org.reflections.vfs.Vfs$DefaultUrlTypes$3.matches(Vfs.java:160)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:94)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:88)
 at org.reflections.Reflections.scan(Reflections.java:199)
 at org.reflections.Reflections.init(Reflections.java:91)
 at com.google.api.ads.common.lib.AdsModule.init(AdsModule.java:60)
 at 
 com.google.api.ads.adwords.lib.AdWordsModule.init(AdWordsModule.java:43)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory.init(AdWordsServiceClientFactory.java:41)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:68)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:50)


 Do you have any idea about this error. Any help will be grateful.

 TIA,
 VijayRaj

 On Thursday, 31 May 2012 19:45:11 UTC+5:30, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have filed an issue in the issue trackerKindly have a look at 
 it and let us know about the status..

 TIA,
 VijayRaj

 On Wednesday, 30 May 2012 00:24:34 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think this is a bug in our maven pom.xml - it's pulling in an 
 old version of the google oauth libs that doesn't have this field and 
 it 
 goes first on the classpath overriding the more recent entry.  Could 
 you 
 please file an issue on our issue tracker while we figure out how 
 best to 
 fix this? http://code.google.com/p/google-api-ads-java/issues/list

 - Kevin Winter
 AdWords API Team

 On Monday, May 28, 2012 10:50:39 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have been trying Oauth1.0a authentication from the link which 
 you have mentioned earlier  
 

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-07-30 Thread Kevin Winter
Hi VijayRaj,
  I think that at this point this is a client-library-specific issue - 
could you please file an issue on the project issue tracker with your 
stacktrace and a quick description of your environemnt?  We're still 
looking into this, but having it on the issue tracker will keep the 
library-specific information where it belongs.

- Kevin Winter
AdWords API Team

On Thursday, July 26, 2012 1:53:07 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 Kindly update this thread once you get any clue about this issue.

 TIA,
 VijayRaj

 On Wednesday, 25 July 2012 20:31:48 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   We suspect that the reflections library we're using may have issues 
 with certain classpath setups 
 (JBosshttp://code.google.com/p/reflections/wiki/JBossIntegrationin 
 particular).  We're looking into this.

 - Kevin Winter
 AdWords API Team

 On Wednesday, July 25, 2012 3:59:49 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 It works fine when I used in IDE...I get this error when I bundled these 
 jars in our web application inside the lib folder...Other than these jars 
 we have only tomcat jars...

 TIA,
 VijayRaj

 On Friday, 20 July 2012 19:40:23 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I just set up a new eclipse project that only had the jars from 
 adwords-axis-examples-1.5.0-dependencies and added the source of the 
 examples.  I then ran GetCampaigns (which used my homedir ads.properties 
 file) successfully.  What's different about your environment?  Are you 
 using an IDE?  What else is on the classpath besides these jars?

 - Kevin Winter
 AdWords API Team

 On Tuesday, July 17, 2012 3:43:20 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have included all the dependency jars from 
 *adwords-axis-examples-1.5.0-dependencies.tar 
 *in my projectWhile trying to get Campaigns I get the following 
 error

 java.net.URISyntaxException: Illegal character in opaque part at index 
 7
 at java.net.URI$Parser.fail(URI.java:2809)
 at java.net.URI$Parser.checkChars(URI.java:2982)
 at java.net.URI$Parser.parse(URI.java:3019)
 at java.net.URI.init(URI.java:578)
 at java.net.URL.toURI(URL.java:918)
 at org.reflections.vfs.Vfs.normalizePath(Vfs.java:175)
 at org.reflections.vfs.Vfs$DefaultUrlTypes$3.matches(Vfs.java:160)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:94)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:88)
 at org.reflections.Reflections.scan(Reflections.java:199)
 at org.reflections.Reflections.init(Reflections.java:91)
 at com.google.api.ads.common.lib.AdsModule.init(AdsModule.java:60)
 at 
 com.google.api.ads.adwords.lib.AdWordsModule.init(AdWordsModule.java:43)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory.init(AdWordsServiceClientFactory.java:41)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:68)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:50)


 Do you have any idea about this error. Any help will be grateful.

 TIA,
 VijayRaj

 On Thursday, 31 May 2012 19:45:11 UTC+5:30, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have filed an issue in the issue trackerKindly have a look at 
 it and let us know about the status..

 TIA,
 VijayRaj

 On Wednesday, 30 May 2012 00:24:34 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think this is a bug in our maven pom.xml - it's pulling in an 
 old version of the google oauth libs that doesn't have this field and 
 it 
 goes first on the classpath overriding the more recent entry.  Could 
 you 
 please file an issue on our issue tracker while we figure out how best 
 to 
 fix this? http://code.google.com/p/google-api-ads-java/issues/list

 - Kevin Winter
 AdWords API Team

 On Monday, May 28, 2012 10:50:39 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have been trying Oauth1.0a authentication from the link which you 
 have mentioned earlier  
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java
  I 
 also extracted all the dependencies from the file 
 *adwords-axis-examples-1.3.0-dependencies.tar.gz, 
 b*ut I still get an error mentioning that *
 GoogleOAuthGetTemporaryToken* and *GoogleOAuthGetAccessToken* does 
 not have *transport* variable i.e., the error comes from line no. 
 67 and 102 in that above example...Am I missing something?? Could you 
 pls 
 help me in getting this work??

 TIA,
 VijayRaj

 On Friday, 27 April 2012 11:51:02 UTC+5:30, Anash P. Oommen wrote:

 Hi Ewan,

 Also look at 
 https://developers.google.com/appengine/docs/python/urlfetch/overview#Quotas_and_Limits.
  
 This could limit how big a report you can download and process on 
 AppEngine.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, 6 April 2012 18:55:53 UTC+5:30, Kevin Winter wrote:

 Hi Ewan,
   In theory (and for very simple usage), yes.  However, we're 
 still troubleshooting this issue: 
 

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-07-25 Thread VijayRaj Chauhan
Hi Kevin,

It works fine when I used in IDE...I get this error when I bundled these 
jars in our web application inside the lib folder...Other than these jars 
we have only tomcat jars...

TIA,
VijayRaj

On Friday, 20 July 2012 19:40:23 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I just set up a new eclipse project that only had the jars from 
 adwords-axis-examples-1.5.0-dependencies and added the source of the 
 examples.  I then ran GetCampaigns (which used my homedir ads.properties 
 file) successfully.  What's different about your environment?  Are you 
 using an IDE?  What else is on the classpath besides these jars?

 - Kevin Winter
 AdWords API Team

 On Tuesday, July 17, 2012 3:43:20 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have included all the dependency jars from 
 *adwords-axis-examples-1.5.0-dependencies.tar 
 *in my projectWhile trying to get Campaigns I get the following error

 java.net.URISyntaxException: Illegal character in opaque part at index 7
 at java.net.URI$Parser.fail(URI.java:2809)
 at java.net.URI$Parser.checkChars(URI.java:2982)
 at java.net.URI$Parser.parse(URI.java:3019)
 at java.net.URI.init(URI.java:578)
 at java.net.URL.toURI(URL.java:918)
 at org.reflections.vfs.Vfs.normalizePath(Vfs.java:175)
 at org.reflections.vfs.Vfs$DefaultUrlTypes$3.matches(Vfs.java:160)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:94)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:88)
 at org.reflections.Reflections.scan(Reflections.java:199)
 at org.reflections.Reflections.init(Reflections.java:91)
 at com.google.api.ads.common.lib.AdsModule.init(AdsModule.java:60)
 at 
 com.google.api.ads.adwords.lib.AdWordsModule.init(AdWordsModule.java:43)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory.init(AdWordsServiceClientFactory.java:41)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:68)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:50)


 Do you have any idea about this error. Any help will be grateful.

 TIA,
 VijayRaj

 On Thursday, 31 May 2012 19:45:11 UTC+5:30, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have filed an issue in the issue trackerKindly have a look at it 
 and let us know about the status..

 TIA,
 VijayRaj

 On Wednesday, 30 May 2012 00:24:34 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think this is a bug in our maven pom.xml - it's pulling in an old 
 version of the google oauth libs that doesn't have this field and it goes 
 first on the classpath overriding the more recent entry.  Could you please 
 file an issue on our issue tracker while we figure out how best to fix 
 this? http://code.google.com/p/google-api-ads-java/issues/list

 - Kevin Winter
 AdWords API Team

 On Monday, May 28, 2012 10:50:39 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have been trying Oauth1.0a authentication from the link which you 
 have mentioned earlier  
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java
  I 
 also extracted all the dependencies from the file 
 *adwords-axis-examples-1.3.0-dependencies.tar.gz, 
 b*ut I still get an error mentioning that *
 GoogleOAuthGetTemporaryToken* and *GoogleOAuthGetAccessToken* does 
 not have *transport* variable i.e., the error comes from line no. 67 
 and 102 in that above example...Am I missing something?? Could you pls 
 help 
 me in getting this work??

 TIA,
 VijayRaj

 On Friday, 27 April 2012 11:51:02 UTC+5:30, Anash P. Oommen wrote:

 Hi Ewan,

 Also look at 
 https://developers.google.com/appengine/docs/python/urlfetch/overview#Quotas_and_Limits.
  
 This could limit how big a report you can download and process on 
 AppEngine.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, 6 April 2012 18:55:53 UTC+5:30, Kevin Winter wrote:

 Hi Ewan,
   In theory (and for very simple usage), yes.  However, we're still 
 troubleshooting this issue: 
 http://code.google.com/p/google-api-ads-java/issues/detail?id=3

 We've narrowed it down to some interaction with the Jax-ws generated 
 classes and production appengine - we've been able to reproduce with 
 both 
 AdWords and DFP and are currently following up with google internal 
 resources.

 If your use case only needs to instantiate 2 or so services in a 
 task, you should be fine.  Performing complex multi-service tasks will 
 cause App Engine to crash for now.  Report downloads are unaffected, as 
 they don't need to instantiate a service.

 - Kevin Winter
 AdWords API Team

 On Friday, April 6, 2012 8:49:01 AM UTC-4, Ewan Heming wrote:

 Hi Kevin,

 Does this version of the Java Client Library work with App Engine 
 now?

 Thanks,

 Ewan



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You 

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-07-25 Thread Kevin Winter
Hi VijayRaj,
  We suspect that the reflections library we're using may have issues with 
certain classpath setups 
(JBosshttp://code.google.com/p/reflections/wiki/JBossIntegrationin 
particular).  We're looking into this.

- Kevin Winter
AdWords API Team

On Wednesday, July 25, 2012 3:59:49 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 It works fine when I used in IDE...I get this error when I bundled these 
 jars in our web application inside the lib folder...Other than these jars 
 we have only tomcat jars...

 TIA,
 VijayRaj

 On Friday, 20 July 2012 19:40:23 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I just set up a new eclipse project that only had the jars from 
 adwords-axis-examples-1.5.0-dependencies and added the source of the 
 examples.  I then ran GetCampaigns (which used my homedir ads.properties 
 file) successfully.  What's different about your environment?  Are you 
 using an IDE?  What else is on the classpath besides these jars?

 - Kevin Winter
 AdWords API Team

 On Tuesday, July 17, 2012 3:43:20 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have included all the dependency jars from 
 *adwords-axis-examples-1.5.0-dependencies.tar 
 *in my projectWhile trying to get Campaigns I get the following 
 error

 java.net.URISyntaxException: Illegal character in opaque part at index 7
 at java.net.URI$Parser.fail(URI.java:2809)
 at java.net.URI$Parser.checkChars(URI.java:2982)
 at java.net.URI$Parser.parse(URI.java:3019)
 at java.net.URI.init(URI.java:578)
 at java.net.URL.toURI(URL.java:918)
 at org.reflections.vfs.Vfs.normalizePath(Vfs.java:175)
 at org.reflections.vfs.Vfs$DefaultUrlTypes$3.matches(Vfs.java:160)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:94)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:88)
 at org.reflections.Reflections.scan(Reflections.java:199)
 at org.reflections.Reflections.init(Reflections.java:91)
 at com.google.api.ads.common.lib.AdsModule.init(AdsModule.java:60)
 at 
 com.google.api.ads.adwords.lib.AdWordsModule.init(AdWordsModule.java:43)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory.init(AdWordsServiceClientFactory.java:41)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:68)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:50)


 Do you have any idea about this error. Any help will be grateful.

 TIA,
 VijayRaj

 On Thursday, 31 May 2012 19:45:11 UTC+5:30, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have filed an issue in the issue trackerKindly have a look at it 
 and let us know about the status..

 TIA,
 VijayRaj

 On Wednesday, 30 May 2012 00:24:34 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think this is a bug in our maven pom.xml - it's pulling in an old 
 version of the google oauth libs that doesn't have this field and it goes 
 first on the classpath overriding the more recent entry.  Could you 
 please 
 file an issue on our issue tracker while we figure out how best to fix 
 this? http://code.google.com/p/google-api-ads-java/issues/list

 - Kevin Winter
 AdWords API Team

 On Monday, May 28, 2012 10:50:39 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have been trying Oauth1.0a authentication from the link which you 
 have mentioned earlier  
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java
  I 
 also extracted all the dependencies from the file 
 *adwords-axis-examples-1.3.0-dependencies.tar.gz, 
 b*ut I still get an error mentioning that *
 GoogleOAuthGetTemporaryToken* and *GoogleOAuthGetAccessToken* does 
 not have *transport* variable i.e., the error comes from line no. 67 
 and 102 in that above example...Am I missing something?? Could you pls 
 help 
 me in getting this work??

 TIA,
 VijayRaj

 On Friday, 27 April 2012 11:51:02 UTC+5:30, Anash P. Oommen wrote:

 Hi Ewan,

 Also look at 
 https://developers.google.com/appengine/docs/python/urlfetch/overview#Quotas_and_Limits.
  
 This could limit how big a report you can download and process on 
 AppEngine.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, 6 April 2012 18:55:53 UTC+5:30, Kevin Winter wrote:

 Hi Ewan,
   In theory (and for very simple usage), yes.  However, we're still 
 troubleshooting this issue: 
 http://code.google.com/p/google-api-ads-java/issues/detail?id=3

 We've narrowed it down to some interaction with the Jax-ws 
 generated classes and production appengine - we've been able to 
 reproduce 
 with both AdWords and DFP and are currently following up with google 
 internal resources.

 If your use case only needs to instantiate 2 or so services in a 
 task, you should be fine.  Performing complex multi-service tasks will 
 cause App Engine to crash for now.  Report downloads are unaffected, 
 as 
 they don't need to instantiate a service.

 - Kevin Winter
 AdWords API Team

 On Friday, April 6, 2012 8:49:01 AM UTC-4, Ewan Heming wrote:

 

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-07-25 Thread VijayRaj Chauhan
Hi Kevin,

Kindly update this thread once you get any clue about this issue.

TIA,
VijayRaj

On Wednesday, 25 July 2012 20:31:48 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   We suspect that the reflections library we're using may have issues with 
 certain classpath setups 
 (JBosshttp://code.google.com/p/reflections/wiki/JBossIntegrationin 
 particular).  We're looking into this.

 - Kevin Winter
 AdWords API Team

 On Wednesday, July 25, 2012 3:59:49 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 It works fine when I used in IDE...I get this error when I bundled these 
 jars in our web application inside the lib folder...Other than these jars 
 we have only tomcat jars...

 TIA,
 VijayRaj

 On Friday, 20 July 2012 19:40:23 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I just set up a new eclipse project that only had the jars from 
 adwords-axis-examples-1.5.0-dependencies and added the source of the 
 examples.  I then ran GetCampaigns (which used my homedir ads.properties 
 file) successfully.  What's different about your environment?  Are you 
 using an IDE?  What else is on the classpath besides these jars?

 - Kevin Winter
 AdWords API Team

 On Tuesday, July 17, 2012 3:43:20 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have included all the dependency jars from 
 *adwords-axis-examples-1.5.0-dependencies.tar 
 *in my projectWhile trying to get Campaigns I get the following 
 error

 java.net.URISyntaxException: Illegal character in opaque part at index 7
 at java.net.URI$Parser.fail(URI.java:2809)
 at java.net.URI$Parser.checkChars(URI.java:2982)
 at java.net.URI$Parser.parse(URI.java:3019)
 at java.net.URI.init(URI.java:578)
 at java.net.URL.toURI(URL.java:918)
 at org.reflections.vfs.Vfs.normalizePath(Vfs.java:175)
 at org.reflections.vfs.Vfs$DefaultUrlTypes$3.matches(Vfs.java:160)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:94)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:88)
 at org.reflections.Reflections.scan(Reflections.java:199)
 at org.reflections.Reflections.init(Reflections.java:91)
 at com.google.api.ads.common.lib.AdsModule.init(AdsModule.java:60)
 at 
 com.google.api.ads.adwords.lib.AdWordsModule.init(AdWordsModule.java:43)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory.init(AdWordsServiceClientFactory.java:41)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:68)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:50)


 Do you have any idea about this error. Any help will be grateful.

 TIA,
 VijayRaj

 On Thursday, 31 May 2012 19:45:11 UTC+5:30, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have filed an issue in the issue trackerKindly have a look at it 
 and let us know about the status..

 TIA,
 VijayRaj

 On Wednesday, 30 May 2012 00:24:34 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think this is a bug in our maven pom.xml - it's pulling in an old 
 version of the google oauth libs that doesn't have this field and it 
 goes 
 first on the classpath overriding the more recent entry.  Could you 
 please 
 file an issue on our issue tracker while we figure out how best to fix 
 this? http://code.google.com/p/google-api-ads-java/issues/list

 - Kevin Winter
 AdWords API Team

 On Monday, May 28, 2012 10:50:39 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have been trying Oauth1.0a authentication from the link which you 
 have mentioned earlier  
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java
  I 
 also extracted all the dependencies from the file 
 *adwords-axis-examples-1.3.0-dependencies.tar.gz, 
 b*ut I still get an error mentioning that *
 GoogleOAuthGetTemporaryToken* and *GoogleOAuthGetAccessToken* does 
 not have *transport* variable i.e., the error comes from line no. 
 67 and 102 in that above example...Am I missing something?? Could you 
 pls 
 help me in getting this work??

 TIA,
 VijayRaj

 On Friday, 27 April 2012 11:51:02 UTC+5:30, Anash P. Oommen wrote:

 Hi Ewan,

 Also look at 
 https://developers.google.com/appengine/docs/python/urlfetch/overview#Quotas_and_Limits.
  
 This could limit how big a report you can download and process on 
 AppEngine.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, 6 April 2012 18:55:53 UTC+5:30, Kevin Winter wrote:

 Hi Ewan,
   In theory (and for very simple usage), yes.  However, we're 
 still troubleshooting this issue: 
 http://code.google.com/p/google-api-ads-java/issues/detail?id=3

 We've narrowed it down to some interaction with the Jax-ws 
 generated classes and production appengine - we've been able to 
 reproduce 
 with both AdWords and DFP and are currently following up with google 
 internal resources.

 If your use case only needs to instantiate 2 or so services in a 
 task, you should be fine.  Performing complex multi-service tasks 
 will 
 cause App Engine to crash for now.  Report 

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-07-20 Thread Kevin Winter
Hi VijayRaj,
  I just set up a new eclipse project that only had the jars from 
adwords-axis-examples-1.5.0-dependencies and added the source of the 
examples.  I then ran GetCampaigns (which used my homedir ads.properties 
file) successfully.  What's different about your environment?  Are you 
using an IDE?  What else is on the classpath besides these jars?

- Kevin Winter
AdWords API Team

On Tuesday, July 17, 2012 3:43:20 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have included all the dependency jars from 
 *adwords-axis-examples-1.5.0-dependencies.tar 
 *in my projectWhile trying to get Campaigns I get the following error

 java.net.URISyntaxException: Illegal character in opaque part at index 7
 at java.net.URI$Parser.fail(URI.java:2809)
 at java.net.URI$Parser.checkChars(URI.java:2982)
 at java.net.URI$Parser.parse(URI.java:3019)
 at java.net.URI.init(URI.java:578)
 at java.net.URL.toURI(URL.java:918)
 at org.reflections.vfs.Vfs.normalizePath(Vfs.java:175)
 at org.reflections.vfs.Vfs$DefaultUrlTypes$3.matches(Vfs.java:160)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:94)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:88)
 at org.reflections.Reflections.scan(Reflections.java:199)
 at org.reflections.Reflections.init(Reflections.java:91)
 at com.google.api.ads.common.lib.AdsModule.init(AdsModule.java:60)
 at 
 com.google.api.ads.adwords.lib.AdWordsModule.init(AdWordsModule.java:43)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory.init(AdWordsServiceClientFactory.java:41)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:68)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:50)


 Do you have any idea about this error. Any help will be grateful.

 TIA,
 VijayRaj

 On Thursday, 31 May 2012 19:45:11 UTC+5:30, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have filed an issue in the issue trackerKindly have a look at it 
 and let us know about the status..

 TIA,
 VijayRaj

 On Wednesday, 30 May 2012 00:24:34 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think this is a bug in our maven pom.xml - it's pulling in an old 
 version of the google oauth libs that doesn't have this field and it goes 
 first on the classpath overriding the more recent entry.  Could you please 
 file an issue on our issue tracker while we figure out how best to fix 
 this? http://code.google.com/p/google-api-ads-java/issues/list

 - Kevin Winter
 AdWords API Team

 On Monday, May 28, 2012 10:50:39 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have been trying Oauth1.0a authentication from the link which you 
 have mentioned earlier  
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java
  I 
 also extracted all the dependencies from the file 
 *adwords-axis-examples-1.3.0-dependencies.tar.gz, 
 b*ut I still get an error mentioning that *GoogleOAuthGetTemporaryToken
 * and *GoogleOAuthGetAccessToken* does not have *transport* variable 
 i.e., the error comes from line no. 67 and 102 in that above example...Am 
 I 
 missing something?? Could you pls help me in getting this work??

 TIA,
 VijayRaj

 On Friday, 27 April 2012 11:51:02 UTC+5:30, Anash P. Oommen wrote:

 Hi Ewan,

 Also look at 
 https://developers.google.com/appengine/docs/python/urlfetch/overview#Quotas_and_Limits.
  
 This could limit how big a report you can download and process on 
 AppEngine.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, 6 April 2012 18:55:53 UTC+5:30, Kevin Winter wrote:

 Hi Ewan,
   In theory (and for very simple usage), yes.  However, we're still 
 troubleshooting this issue: 
 http://code.google.com/p/google-api-ads-java/issues/detail?id=3

 We've narrowed it down to some interaction with the Jax-ws generated 
 classes and production appengine - we've been able to reproduce with 
 both 
 AdWords and DFP and are currently following up with google internal 
 resources.

 If your use case only needs to instantiate 2 or so services in a 
 task, you should be fine.  Performing complex multi-service tasks will 
 cause App Engine to crash for now.  Report downloads are unaffected, as 
 they don't need to instantiate a service.

 - Kevin Winter
 AdWords API Team

 On Friday, April 6, 2012 8:49:01 AM UTC-4, Ewan Heming wrote:

 Hi Kevin,

 Does this version of the Java Client Library work with App Engine 
 now?

 Thanks,

 Ewan



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

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-07-17 Thread VijayRaj Chauhan
Hi Kevin,

I have included all the dependency jars from 
*adwords-axis-examples-1.5.0-dependencies.tar 
*in my projectWhile trying to get Campaigns I get the following error

java.net.URISyntaxException: Illegal character in opaque part at index 7
 at java.net.URI$Parser.fail(URI.java:2809)
 at java.net.URI$Parser.checkChars(URI.java:2982)
 at java.net.URI$Parser.parse(URI.java:3019)
 at java.net.URI.init(URI.java:578)
 at java.net.URL.toURI(URL.java:918)
 at org.reflections.vfs.Vfs.normalizePath(Vfs.java:175)
 at org.reflections.vfs.Vfs$DefaultUrlTypes$3.matches(Vfs.java:160)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:94)
 at org.reflections.vfs.Vfs.fromURL(Vfs.java:88)
 at org.reflections.Reflections.scan(Reflections.java:199)
 at org.reflections.Reflections.init(Reflections.java:91)
 at com.google.api.ads.common.lib.AdsModule.init(AdsModule.java:60)
 at 
 com.google.api.ads.adwords.lib.AdWordsModule.init(AdWordsModule.java:43)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory.init(AdWordsServiceClientFactory.java:41)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:68)
 at 
 com.google.api.ads.adwords.lib.factory.AdWordsServices.init(AdWordsServices.java:50)


Do you have any idea about this error. Any help will be grateful.

TIA,
VijayRaj

On Thursday, 31 May 2012 19:45:11 UTC+5:30, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have filed an issue in the issue trackerKindly have a look at it and 
 let us know about the status..

 TIA,
 VijayRaj

 On Wednesday, 30 May 2012 00:24:34 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think this is a bug in our maven pom.xml - it's pulling in an old 
 version of the google oauth libs that doesn't have this field and it goes 
 first on the classpath overriding the more recent entry.  Could you please 
 file an issue on our issue tracker while we figure out how best to fix 
 this? http://code.google.com/p/google-api-ads-java/issues/list

 - Kevin Winter
 AdWords API Team

 On Monday, May 28, 2012 10:50:39 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have been trying Oauth1.0a authentication from the link which you have 
 mentioned earlier  
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java
  I 
 also extracted all the dependencies from the file 
 *adwords-axis-examples-1.3.0-dependencies.tar.gz, 
 b*ut I still get an error mentioning that *GoogleOAuthGetTemporaryToken*and 
 *GoogleOAuthGetAccessToken* does not have *transport* variable i.e., 
 the error comes from line no. 67 and 102 in that above example...Am I 
 missing something?? Could you pls help me in getting this work??

 TIA,
 VijayRaj

 On Friday, 27 April 2012 11:51:02 UTC+5:30, Anash P. Oommen wrote:

 Hi Ewan,

 Also look at 
 https://developers.google.com/appengine/docs/python/urlfetch/overview#Quotas_and_Limits.
  
 This could limit how big a report you can download and process on 
 AppEngine.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, 6 April 2012 18:55:53 UTC+5:30, Kevin Winter wrote:

 Hi Ewan,
   In theory (and for very simple usage), yes.  However, we're still 
 troubleshooting this issue: 
 http://code.google.com/p/google-api-ads-java/issues/detail?id=3

 We've narrowed it down to some interaction with the Jax-ws generated 
 classes and production appengine - we've been able to reproduce with both 
 AdWords and DFP and are currently following up with google internal 
 resources.

 If your use case only needs to instantiate 2 or so services in a task, 
 you should be fine.  Performing complex multi-service tasks will cause 
 App 
 Engine to crash for now.  Report downloads are unaffected, as they don't 
 need to instantiate a service.

 - Kevin Winter
 AdWords API Team

 On Friday, April 6, 2012 8:49:01 AM UTC-4, Ewan Heming wrote:

 Hi Kevin,

 Does this version of the Java Client Library work with App Engine now?

 Thanks,

 Ewan



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2012-05-31 Thread VijayRaj Chauhan
Hi Kevin,

I have filed an issue in the issue trackerKindly have a look at it and 
let us know about the status..

TIA,
VijayRaj

On Wednesday, 30 May 2012 00:24:34 UTC+5:30, Kevin Winter wrote:

 Hi VijayRaj,
   I think this is a bug in our maven pom.xml - it's pulling in an old 
 version of the google oauth libs that doesn't have this field and it goes 
 first on the classpath overriding the more recent entry.  Could you please 
 file an issue on our issue tracker while we figure out how best to fix 
 this? http://code.google.com/p/google-api-ads-java/issues/list

 - Kevin Winter
 AdWords API Team

 On Monday, May 28, 2012 10:50:39 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have been trying Oauth1.0a authentication from the link which you have 
 mentioned earlier  
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java
  I 
 also extracted all the dependencies from the file 
 *adwords-axis-examples-1.3.0-dependencies.tar.gz, 
 b*ut I still get an error mentioning that *GoogleOAuthGetTemporaryToken*and 
 *GoogleOAuthGetAccessToken* does not have *transport* variable i.e., the 
 error comes from line no. 67 and 102 in that above example...Am I missing 
 something?? Could you pls help me in getting this work??

 TIA,
 VijayRaj

 On Friday, 27 April 2012 11:51:02 UTC+5:30, Anash P. Oommen wrote:

 Hi Ewan,

 Also look at 
 https://developers.google.com/appengine/docs/python/urlfetch/overview#Quotas_and_Limits.
  
 This could limit how big a report you can download and process on AppEngine.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, 6 April 2012 18:55:53 UTC+5:30, Kevin Winter wrote:

 Hi Ewan,
   In theory (and for very simple usage), yes.  However, we're still 
 troubleshooting this issue: 
 http://code.google.com/p/google-api-ads-java/issues/detail?id=3

 We've narrowed it down to some interaction with the Jax-ws generated 
 classes and production appengine - we've been able to reproduce with both 
 AdWords and DFP and are currently following up with google internal 
 resources.

 If your use case only needs to instantiate 2 or so services in a task, 
 you should be fine.  Performing complex multi-service tasks will cause App 
 Engine to crash for now.  Report downloads are unaffected, as they don't 
 need to instantiate a service.

 - Kevin Winter
 AdWords API Team

 On Friday, April 6, 2012 8:49:01 AM UTC-4, Ewan Heming wrote:

 Hi Kevin,

 Does this version of the Java Client Library work with App Engine now?

 Thanks,

 Ewan



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2012-05-29 Thread Kevin Winter
Hi VijayRaj,
  I think this is a bug in our maven pom.xml - it's pulling in an old 
version of the google oauth libs that doesn't have this field and it goes 
first on the classpath overriding the more recent entry.  Could you please 
file an issue on our issue tracker while we figure out how best to fix 
this? http://code.google.com/p/google-api-ads-java/issues/list

- Kevin Winter
AdWords API Team

On Monday, May 28, 2012 10:50:39 AM UTC-4, VijayRaj Chauhan wrote:

 Hi Kevin,

 I have been trying Oauth1.0a authentication from the link which you have 
 mentioned earlier  
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java
  I 
 also extracted all the dependencies from the file 
 *adwords-axis-examples-1.3.0-dependencies.tar.gz, 
 b*ut I still get an error mentioning that *GoogleOAuthGetTemporaryToken*and 
 *GoogleOAuthGetAccessToken* does not have *transport* variable i.e., the 
 error comes from line no. 67 and 102 in that above example...Am I missing 
 something?? Could you pls help me in getting this work??

 TIA,
 VijayRaj

 On Friday, 27 April 2012 11:51:02 UTC+5:30, Anash P. Oommen wrote:

 Hi Ewan,

 Also look at 
 https://developers.google.com/appengine/docs/python/urlfetch/overview#Quotas_and_Limits.
  
 This could limit how big a report you can download and process on AppEngine.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, 6 April 2012 18:55:53 UTC+5:30, Kevin Winter wrote:

 Hi Ewan,
   In theory (and for very simple usage), yes.  However, we're still 
 troubleshooting this issue: 
 http://code.google.com/p/google-api-ads-java/issues/detail?id=3

 We've narrowed it down to some interaction with the Jax-ws generated 
 classes and production appengine - we've been able to reproduce with both 
 AdWords and DFP and are currently following up with google internal 
 resources.

 If your use case only needs to instantiate 2 or so services in a task, 
 you should be fine.  Performing complex multi-service tasks will cause App 
 Engine to crash for now.  Report downloads are unaffected, as they don't 
 need to instantiate a service.

 - Kevin Winter
 AdWords API Team

 On Friday, April 6, 2012 8:49:01 AM UTC-4, Ewan Heming wrote:

 Hi Kevin,

 Does this version of the Java Client Library work with App Engine now?

 Thanks,

 Ewan



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2012-05-28 Thread VijayRaj Chauhan
Hi Kevin,

I have been trying Oauth1.0a authentication from the link which you have 
mentioned earlier  
http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java
 I 
also extracted all the dependencies from the file 
*adwords-axis-examples-1.3.0-dependencies.tar.gz, 
b*ut I still get an error mentioning that *GoogleOAuthGetTemporaryToken*and 
*GoogleOAuthGetAccessToken* does not have *transport* variable i.e., the 
error comes from line no. 67 and 102 in that above example...Am I missing 
something?? Could you pls help me in getting this work??

TIA,
VijayRaj

On Friday, 27 April 2012 11:51:02 UTC+5:30, Anash P. Oommen wrote:

 Hi Ewan,

 Also look at 
 https://developers.google.com/appengine/docs/python/urlfetch/overview#Quotas_and_Limits.
  
 This could limit how big a report you can download and process on AppEngine.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, 6 April 2012 18:55:53 UTC+5:30, Kevin Winter wrote:

 Hi Ewan,
   In theory (and for very simple usage), yes.  However, we're still 
 troubleshooting this issue: 
 http://code.google.com/p/google-api-ads-java/issues/detail?id=3

 We've narrowed it down to some interaction with the Jax-ws generated 
 classes and production appengine - we've been able to reproduce with both 
 AdWords and DFP and are currently following up with google internal 
 resources.

 If your use case only needs to instantiate 2 or so services in a task, 
 you should be fine.  Performing complex multi-service tasks will cause App 
 Engine to crash for now.  Report downloads are unaffected, as they don't 
 need to instantiate a service.

 - Kevin Winter
 AdWords API Team

 On Friday, April 6, 2012 8:49:01 AM UTC-4, Ewan Heming wrote:

 Hi Kevin,

 Does this version of the Java Client Library work with App Engine now?

 Thanks,

 Ewan



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-27 Thread Anash P. Oommen
Hi Ewan,

Also look 
at 
https://developers.google.com/appengine/docs/python/urlfetch/overview#Quotas_and_Limits.
 
This could limit how big a report you can download and process on AppEngine.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Friday, 6 April 2012 18:55:53 UTC+5:30, Kevin Winter wrote:

 Hi Ewan,
   In theory (and for very simple usage), yes.  However, we're still 
 troubleshooting this issue: 
 http://code.google.com/p/google-api-ads-java/issues/detail?id=3

 We've narrowed it down to some interaction with the Jax-ws generated 
 classes and production appengine - we've been able to reproduce with both 
 AdWords and DFP and are currently following up with google internal 
 resources.

 If your use case only needs to instantiate 2 or so services in a task, you 
 should be fine.  Performing complex multi-service tasks will cause App 
 Engine to crash for now.  Report downloads are unaffected, as they don't 
 need to instantiate a service.

 - Kevin Winter
 AdWords API Team

 On Friday, April 6, 2012 8:49:01 AM UTC-4, Ewan Heming wrote:

 Hi Kevin,

 Does this version of the Java Client Library work with App Engine now?

 Thanks,

 Ewan



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-12 Thread Vijayraj Chauhan
Hi Kevin,

I have downloaded the following jar files from maven 

*ads-lib-1.0.0.jar*
*adwords-axis-1.0.0.jar*
*guice-3.0.jar*
*commons-configuration-1.8.jar*
*reflections-0.9.6.jar*
*
*
I am not able to find this class in maven *
com.google.common.cache.CacheLoader...*can you let me know which jar should 
be downloaded for this class?? and also is any other jar files needed to be 
downloaded??

TIA,
Vijayraj
*
*
On Monday, 9 April 2012 20:41:15 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   Currently, the recommend solution is to use Maven and add the correct 
 artifactId and let Maven pull in the AdWords Library as a dependency.  The 
 examples pom.xml can be used for this: 
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/pom.xml

 Alternatively, you can browse the maven repository to pull down the 
 individual jars you need: http://search.maven.org/#browse%7C-1058958374

 We plan to publish the jars as a download on code.google.com, but we 
 don't yet have that process in place.

 - Kevin Winter
 AdWords API Team

 On Monday, April 9, 2012 6:03:06 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 The example link which you provided for OAuth 1.0a works fine. However 
 looking at the example it seems we still have to pass the clientId even 
 after authenticating..Just the authtoken is not enough to get the campaign 
 info ??

 From where can I download the jar files for the latest java client 
 library..This link http://code.google.com/p/google-api-ads-java/ just 
 contains the example programs??

 TIA,
 Vijayraj

 On Friday, 6 April 2012 18:15:17 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   We've published an example showing how to do OAuth 1.0a with the new 
 java library here: 
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java

 It depends on how you set it up.  You can either authenticate as a user 
 on the MCC, which gives you access to all accounts managed by that MCC, or 
 you could authenticate to the individual client account (which naturally 
 just gives you access to this account) and then you wouldn't need to link 
 the account to an MCC.

 - Kevin Winter
 AdWords API Team

 On Friday, April 6, 2012 7:27:28 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 Thanks for the update.It will be great if you can help me with code 
 example for using OAuth 1.0a with Adwords
 I also wanted to know will it still require to link the customer 
 account to our MCC account after migrating to OAuth authentication??

 TIA,
 Vijayraj

 On Thursday, 5 April 2012 19:02:44 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   We just released the stable version of the new java library: 
 http://code.google.com/p/google-api-ads-java/

 This rewritten library works with maven and supports OAuth 1.0a as an 
 authentication mechanism.  We're committing to full support of the new 
 library at this time - it is no longer considered experimental and can be 
 used in production code.

 - Kevin Winter
 AdWords API Team

 On Thursday, April 5, 2012 3:38:50 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 Any update on this??? Does the Java client library support any other 
 authentication other than ClientLogin?

 TIA,
 Vijayraj


 On Monday, 7 November 2011 21:04:06 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   No, the Java client library does not support AuthSub (it's an 
 older protocol like ClientLogin).  Unfortunately, ClientLogin will be 
 the 
 only supported authentication until the rewritten java client library 
 is 
 ready.

 - Kevin Winter
 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: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-12 Thread Kevin Winter
Hi Vijayraj,
I think this dependency is transitive - i.e. the library itself doesn't 
directly depend on it, but one of the libraries the client library depends 
on DOES need it. I'm not sure which library pulls it in or where it may be 
located on maven (jarfinder doesn't help either). We're working on making 
this process easier and I hope to have some news in the next few days. If 
you are unable to set up maven and use that to pull in all the 
dependencies, I'm going to have to ask you to bear with us until we have a 
proper solution in place. I'll post here when we have news. I apologize for 
the inconvenience.

- Kevin Winter
AdWords API Team

On Thursday, April 12, 2012 4:53:00 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 I have downloaded the following jar files from maven 

 *ads-lib-1.0.0.jar*
 *adwords-axis-1.0.0.jar*
 *guice-3.0.jar*
 *commons-configuration-1.8.jar*
 *reflections-0.9.6.jar*
 *
 *
 I am not able to find this class in maven *
 com.google.common.cache.CacheLoader...*can you let me know which jar 
 should be downloaded for this class?? and also is any other jar files 
 needed to be downloaded??

 TIA,
 Vijayraj
 *
 *
 On Monday, 9 April 2012 20:41:15 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   Currently, the recommend solution is to use Maven and add the correct 
 artifactId and let Maven pull in the AdWords Library as a dependency.  The 
 examples pom.xml can be used for this: 
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/pom.xml

 Alternatively, you can browse the maven repository to pull down the 
 individual jars you need: http://search.maven.org/#browse%7C-1058958374

 We plan to publish the jars as a download on code.google.com, but we 
 don't yet have that process in place.

 - Kevin Winter
 AdWords API Team

 On Monday, April 9, 2012 6:03:06 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 The example link which you provided for OAuth 1.0a works fine. However 
 looking at the example it seems we still have to pass the clientId even 
 after authenticating..Just the authtoken is not enough to get the campaign 
 info ??

 From where can I download the jar files for the latest java client 
 library..This link http://code.google.com/p/google-api-ads-java/ just 
 contains the example programs??

 TIA,
 Vijayraj

 On Friday, 6 April 2012 18:15:17 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   We've published an example showing how to do OAuth 1.0a with the new 
 java library here: 
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java

 It depends on how you set it up.  You can either authenticate as a user 
 on the MCC, which gives you access to all accounts managed by that MCC, or 
 you could authenticate to the individual client account (which naturally 
 just gives you access to this account) and then you wouldn't need to link 
 the account to an MCC.

 - Kevin Winter
 AdWords API Team

 On Friday, April 6, 2012 7:27:28 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 Thanks for the update.It will be great if you can help me with 
 code example for using OAuth 1.0a with Adwords
 I also wanted to know will it still require to link the customer 
 account to our MCC account after migrating to OAuth authentication??

 TIA,
 Vijayraj

 On Thursday, 5 April 2012 19:02:44 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   We just released the stable version of the new java library: 
 http://code.google.com/p/google-api-ads-java/

 This rewritten library works with maven and supports OAuth 1.0a as an 
 authentication mechanism.  We're committing to full support of the new 
 library at this time - it is no longer considered experimental and can 
 be 
 used in production code.

 - Kevin Winter
 AdWords API Team

 On Thursday, April 5, 2012 3:38:50 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 Any update on this??? Does the Java client library support any other 
 authentication other than ClientLogin?

 TIA,
 Vijayraj


 On Monday, 7 November 2011 21:04:06 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   No, the Java client library does not support AuthSub (it's an 
 older protocol like ClientLogin).  Unfortunately, ClientLogin will be 
 the 
 only supported authentication until the rewritten java client library 
 is 
 ready.

 - Kevin Winter
 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: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-09 Thread Kevin Winter
Hi Vijayraj,
  Currently, the recommend solution is to use Maven and add the correct 
artifactId and let Maven pull in the AdWords Library as a dependency.  The 
examples pom.xml can be used for this: 
http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/pom.xml

Alternatively, you can browse the maven repository to pull down the 
individual jars you need: http://search.maven.org/#browse%7C-1058958374

We plan to publish the jars as a download on code.google.com, but we don't 
yet have that process in place.

- Kevin Winter
AdWords API Team

On Monday, April 9, 2012 6:03:06 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 The example link which you provided for OAuth 1.0a works fine. However 
 looking at the example it seems we still have to pass the clientId even 
 after authenticating..Just the authtoken is not enough to get the campaign 
 info ??

 From where can I download the jar files for the latest java client 
 library..This link http://code.google.com/p/google-api-ads-java/ just 
 contains the example programs??

 TIA,
 Vijayraj

 On Friday, 6 April 2012 18:15:17 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   We've published an example showing how to do OAuth 1.0a with the new 
 java library here: 
 http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java

 It depends on how you set it up.  You can either authenticate as a user 
 on the MCC, which gives you access to all accounts managed by that MCC, or 
 you could authenticate to the individual client account (which naturally 
 just gives you access to this account) and then you wouldn't need to link 
 the account to an MCC.

 - Kevin Winter
 AdWords API Team

 On Friday, April 6, 2012 7:27:28 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 Thanks for the update.It will be great if you can help me with code 
 example for using OAuth 1.0a with Adwords
 I also wanted to know will it still require to link the customer account 
 to our MCC account after migrating to OAuth authentication??

 TIA,
 Vijayraj

 On Thursday, 5 April 2012 19:02:44 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   We just released the stable version of the new java library: 
 http://code.google.com/p/google-api-ads-java/

 This rewritten library works with maven and supports OAuth 1.0a as an 
 authentication mechanism.  We're committing to full support of the new 
 library at this time - it is no longer considered experimental and can be 
 used in production code.

 - Kevin Winter
 AdWords API Team

 On Thursday, April 5, 2012 3:38:50 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 Any update on this??? Does the Java client library support any other 
 authentication other than ClientLogin?

 TIA,
 Vijayraj


 On Monday, 7 November 2011 21:04:06 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   No, the Java client library does not support AuthSub (it's an older 
 protocol like ClientLogin).  Unfortunately, ClientLogin will be the only 
 supported authentication until the rewritten java client library is 
 ready.

 - Kevin Winter
 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: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-06 Thread Vijayraj Chauhan
Hi Kevin,

Thanks for the update.It will be great if you can help me with code 
example for using OAuth 1.0a with Adwords
I also wanted to know will it still require to link the customer account to 
our MCC account after migrating to OAuth authentication??

TIA,
Vijayraj

On Thursday, 5 April 2012 19:02:44 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   We just released the stable version of the new java library: 
 http://code.google.com/p/google-api-ads-java/

 This rewritten library works with maven and supports OAuth 1.0a as an 
 authentication mechanism.  We're committing to full support of the new 
 library at this time - it is no longer considered experimental and can be 
 used in production code.

 - Kevin Winter
 AdWords API Team

 On Thursday, April 5, 2012 3:38:50 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 Any update on this??? Does the Java client library support any other 
 authentication other than ClientLogin?

 TIA,
 Vijayraj


 On Monday, 7 November 2011 21:04:06 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   No, the Java client library does not support AuthSub (it's an older 
 protocol like ClientLogin).  Unfortunately, ClientLogin will be the only 
 supported authentication until the rewritten java client library is ready.

 - Kevin Winter
 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: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-06 Thread Kevin Winter
Hi Vijayraj,
  We've published an example showing how to do OAuth 1.0a with the new java 
library 
here: 
http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java

It depends on how you set it up.  You can either authenticate as a user on 
the MCC, which gives you access to all accounts managed by that MCC, or you 
could authenticate to the individual client account (which naturally just 
gives you access to this account) and then you wouldn't need to link the 
account to an MCC.

- Kevin Winter
AdWords API Team

On Friday, April 6, 2012 7:27:28 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 Thanks for the update.It will be great if you can help me with code 
 example for using OAuth 1.0a with Adwords
 I also wanted to know will it still require to link the customer account 
 to our MCC account after migrating to OAuth authentication??

 TIA,
 Vijayraj

 On Thursday, 5 April 2012 19:02:44 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   We just released the stable version of the new java library: 
 http://code.google.com/p/google-api-ads-java/

 This rewritten library works with maven and supports OAuth 1.0a as an 
 authentication mechanism.  We're committing to full support of the new 
 library at this time - it is no longer considered experimental and can be 
 used in production code.

 - Kevin Winter
 AdWords API Team

 On Thursday, April 5, 2012 3:38:50 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 Any update on this??? Does the Java client library support any other 
 authentication other than ClientLogin?

 TIA,
 Vijayraj


 On Monday, 7 November 2011 21:04:06 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   No, the Java client library does not support AuthSub (it's an older 
 protocol like ClientLogin).  Unfortunately, ClientLogin will be the only 
 supported authentication until the rewritten java client library is ready.

 - Kevin Winter
 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: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-05 Thread Vijayraj Chauhan
Hi Kevin,

Any update on this??? Does the Java client library support any other 
authentication other than ClientLogin?

TIA,
Vijayraj


On Monday, 7 November 2011 21:04:06 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   No, the Java client library does not support AuthSub (it's an older 
 protocol like ClientLogin).  Unfortunately, ClientLogin will be the only 
 supported authentication until the rewritten java client library is ready.

 - Kevin Winter
 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: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-05 Thread Kevin Winter
Hi Vijayraj,
  We just released the stable version of the new java 
library: http://code.google.com/p/google-api-ads-java/

This rewritten library works with maven and supports OAuth 1.0a as an 
authentication mechanism.  We're committing to full support of the new 
library at this time - it is no longer considered experimental and can be 
used in production code.

- Kevin Winter
AdWords API Team

On Thursday, April 5, 2012 3:38:50 AM UTC-4, Vijayraj Chauhan wrote:

 Hi Kevin,

 Any update on this??? Does the Java client library support any other 
 authentication other than ClientLogin?

 TIA,
 Vijayraj


 On Monday, 7 November 2011 21:04:06 UTC+5:30, Kevin Winter wrote:

 Hi Vijayraj,
   No, the Java client library does not support AuthSub (it's an older 
 protocol like ClientLogin).  Unfortunately, ClientLogin will be the only 
 supported authentication until the rewritten java client library is ready.

 - Kevin Winter
 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: OAuth - didn't see it mentioned so I thought I'd ask

2011-11-07 Thread Kevin Winter
Hi Vijayraj,
  No, the Java client library does not support AuthSub (it's an older 
protocol like ClientLogin).  Unfortunately, ClientLogin will be the only 
supported authentication until the rewritten java client library is ready.

- Kevin Winter
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-11-06 Thread Vijayraj Chauhan
Does it supports AuthSub Authentication?  If not, is there any other way 
for authentication other than ClientLogin using Java?

Vijayraj   

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-11-04 Thread Vijayraj Chauhan
Hi Kevin,

I have been following adwords api blog for a while now and thus noticed 
that the updated versions of all the client libraries have been 
released...:) However i was unable to find any examples regarding the 
authentication using OAuth for the Java Client Library. 

I have the access token but i don't know how to use this token to call 
Adwords API so that I can get the information for that particular user. As 
in the case of Google Docs API we had something like...

DocsService client = new DocsService 
http://code.google.com/apis/gdata/javadoc/com/google/gdata/client/docs/DocsService.html(yourCompany-YourAppName-v1);
client.setOAuthCredentials 
http://code.google.com/apis/gdata/javadoc/com/google/gdata/client/GoogleService.html#setOAuthCredentials(com.google.gdata.client.authn.oauth.OAuthParameters,%20com.google.gdata.client.authn.oauth.OAuthSigner)(oauthParameters,
 new OAuthHmacSha1Signer 
http://code.google.com/apis/gdata/javadoc/com/google/gdata/client/authn/oauth/OAuthHmacSha1Signer.html());


It will really be helpful if you provide a sample code or any pointers for 
OAuth authentication using Java.

TIA,
Vijayraj


 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-11-04 Thread Kevin Winter
Hi Vijayraj,
  I apologize that the recent release of the Java client library does not 
have OAuth support.  We have an internal project that has rewritten the 
Java client library from the group up.  It includes support for OAuth, 
Maven2 and many other useful features.  However, at the time v201109 came 
out, we made the decision that the new library was not fully ready for 
release and so we chose to add support for v201109 to the existing Java 
library so that Java developers would at least be able to use the new 
version of the API.

We do not have a firm ETA on when the new Java client library will be 
published; however, we are committed to releasing it with support for 
v201109 in advance of the February 2012 sunset and hope to have it out as 
quickly as possible.

- Kevin Winter
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-14 Thread Vijayraj Chauhan
Hi Kevin,

Its great to hear that Google Adwords now support OAuth authentication.

However after going through the blog i found that there is no example given 
for authentication using Java Client Library.

It will be really helpful if you provide the code example using Java.

TIA,
Vijayraj

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-14 Thread Kevin Winter
Hi Vijayraj,
  The currently released version of the Java Client Library does not have 
support for OAuth, so there is no current example to link to.  Once the java 
client library has been released with support for v201109 it will also have 
OAuth support (and an OAuth example).

- Kevin Winter
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-14 Thread Vijayraj Chauhan
Its sad that we were waiting for the OAuth authentication for a long time 
and now when its released it does not support Java client library ...Can you 
please let us know approximately when will it be released for Java.

TIA,
Vijayraj


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-14 Thread Kevin Winter
Hi,
  We hope to release updated versions of all client libraries within a few 
weeks.

- Kevin Winter
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-12 Thread MT
How about Oauth 2.0? I use that for Google Analytics API, would be
convenient to use the same for AdWords.

-Mikael

On Oct 12, 12:06 am, Kevin Winter kevin.win...@google.com wrote:
 Hi all,
   I just published a blog post regarding OAuth in 
 v201109:http://adwordsapi.blogspot.com/2011/10/adwords-api-now-fully-supports-oauth.htmlhttp://adwordsapi.blogspot.com/2011/10/adwords-api-now-fully-supports...

 - Kevin Winter
 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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-12 Thread Rob Ryan
Are we able to get a code sample using OAuth? As I see from the Java code 
these reports are free of charge correct?
Only key thing I can think of not supported that would be great after this 
is being able to read the account currency and timezone in the 
ServicedAccountService.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-12 Thread Kevin Winter
Hi Rob,
  Yes, the new Ad Hoc reports will be free of charge.  The blog post I 
referenced above for OAuth support contains links to examples in the v201101 
versions of the client libraries.  The v201109 versions will also have 
support for OAuth with the new reports.

Thanks for the feedback regarding currency and timezone.  This is a popular 
request.

- Kevin Winter
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-11 Thread Yagmur Coker
Funny this is not mentioned in the blog
http://adwordsapi.blogspot.com/2011_10_01_archive.html as it's kind of a big
change :)

This is great news!

yagmur

On Mon, Oct 10, 2011 at 3:04 PM, chris h back5...@gmail.com wrote:

 Hi Kevin,

 That's great news! Could you share info or a code sample on how it
 works?

  - Chris

 On Oct 10, 10:23 am, Kevin Winter kevin.win...@google.com wrote:
  Hi,
Yes, OAuth is now supported.
 
  - Kevin Winter
  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


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-11 Thread chris h
I'll not get too excited before I see an example. If Google doesn't
give direction, I may try some experiments next week.

On Oct 11, 12:53 pm, Yagmur Coker yco...@gmail.com wrote:
 Funny this is not mentioned in the 
 bloghttp://adwordsapi.blogspot.com/2011_10_01_archive.htmlas it's kind of a 
 big
 change :)

 This is great news!

 yagmur







 On Mon, Oct 10, 2011 at 3:04 PM, chris h back5...@gmail.com wrote:
  Hi Kevin,

  That's great news! Could you share info or a code sample on how it
  works?

   - Chris

  On Oct 10, 10:23 am, Kevin Winter kevin.win...@google.com wrote:
   Hi,
     Yes, OAuth is now supported.

   - Kevin Winter
   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

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-11 Thread Kevin Winter
Hi all,
  I just published a blog post regarding OAuth in v201109: 
http://adwo 
rdsapi.blogspot.com/2011/10/adwords-api-now-fully-supports-oauth.htmlhttp://adwordsapi.blogspot.com/2011/10/adwords-api-now-fully-supports-oauth.html

- Kevin Winter
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-11 Thread Yagmur Coker
Thank you Kevin!

On Tue, Oct 11, 2011 at 5:06 PM, Kevin Winter kevin.win...@google.comwrote:

 Hi all,
   I just published a blog post regarding OAuth in v201109:
 http://adwo 
 rdsapi.blogspot.com/2011/10/adwords-api-now-fully-supports-oauth.htmlhttp://adwordsapi.blogspot.com/2011/10/adwords-api-now-fully-supports-oauth.html

 - Kevin Winter
 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


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-10 Thread Kevin Winter
Hi,
  Yes, OAuth is now supported.

- Kevin Winter
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: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-10 Thread chris h
Hi Kevin,

That's great news! Could you share info or a code sample on how it
works?

  - Chris

On Oct 10, 10:23 am, Kevin Winter kevin.win...@google.com wrote:
 Hi,
   Yes, OAuth is now supported.

 - Kevin Winter
 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


OAuth - didn't see it mentioned so I thought I'd ask

2011-10-07 Thread chris h
Does the new adhoc report download support OAuth?

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