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