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 java....WIth 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 
>>>> (JBoss<http://code.google.com/p/reflections/wiki/JBossIntegration>in 
>>>> 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 project....While 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 tracker....Kindly 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

Reply via email to