OAuth2 vs ClientLogin

2013-10-21 Thread Sajan Maharjan
HI, Since ClientLogin is depreciating, there is an issue I will face. Before I set up an application where any user can login in to it and download as many reports as possible and all they required was their adwords email and password. The developer token was hard coded into the application.

Re: Use of new Impression Share Columns

2013-01-19 Thread Sajan Maharjan
Upgrading to API v201209 worked for me. You should do that too. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

Use of new Impression Share Columns

2012-12-28 Thread Sajan Maharjan
HI, We can see in this post that Adwords has added new columns http://googleadsdeveloper.blogspot.com/2012/12/impression-share-reporting-changes.html - ContentImpressionShare - ContentBudgetLostImpressionShare - ContentRankLostImpressionShare - SearchBudgetLostImpressionShare - S

Re: Predicate Adding and removing Programtically

2011-08-16 Thread Sajan Maharjan
HI, Oh yes i see it.. Thanks a lot Sajan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

Predicate Adding and removing Programtically

2011-08-12 Thread Sajan Maharjan
HI, I have been using Google API for .NET client for quite a time. Now, i am facing a problem with predicates. After we define all the predicates, we actually need to assign them to the selector. like selector.predicates = new Predicate[] {adGroupPredicate, campaignPredicate}; But lets say we

Re: Reports Not Working in Sandbox

2011-07-19 Thread Sajan Maharjan
Kevin. I just tried getting the reports and it worked as a charm. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Reports Not Working in Sandbox

2011-07-19 Thread Sajan Maharjan
Kevin, I have tried with different types of reports but the API Exception still occurs, no matter what i modify. It worked fine before exactly a week, say Wednesday. I havent had luck even once since then. I even tried downloading the new API Release for .NET but still without even 1 bit of co

Re: Sandbox Report Problems (UNEXPECTED_INTERNAL_API_ERROR)

2011-07-14 Thread Sajan Maharjan
Thanks, Have been struggling to get Report Definitions I got the same error.. So any developments on how to remove the error Google.Api.Ads.AdWords.Lib.AdWordsApiException: An API exception has occurred. See ApiException and InnerException fields for more details. ---> System.Web.Services.

Reports Not Working in Sandbox

2011-07-14 Thread Sajan Maharjan
Hi, I am using .Net Client Library v201101 Everything used to work fine, but its been about 2 days that I cannot download reports at all. It give me an API Error. First I thought the google server for reports was down but the error still persists. I haven't made any changes to the code from th