Re: How can I find the exact keyword that user must have searched?

2012-12-14 Thread Oliver
You can download that report and iterate through its rows within your code. The report can be downloaded in a number of formats (xml, csv, etc.) so it's easy to handle it programmatically. Oliver On Friday, December 14, 2012 7:08:45 AM UTC, Kapil wrote: > > Hey Oliver, thanks a lot! > > I need

Re: How can I find the exact keyword that user must have searched?

2012-12-14 Thread Kapil
Hey Oliver, I haven't tried it. But I guess it should work. Thanks a lot ! Kapil On Friday, December 14, 2012 1:53:21 PM UTC+5:30, Oliver wrote: > > You can download that report and iterate through its rows within your > code. The report can be downloaded in a number of formats (xml, csv, etc.

java.lang.ClassNotFoundException: org.codehaus.jackson.JsonFactory during authentication using OAuth2

2012-12-14 Thread Kapil
I'm trying to run the program for AOuth2 given at this link:- https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201209/misc/OAuth2Example.java But I'm getting this error:- java.lang.ClassNotFoundException: org.codehaus.jackson.JsonFact

OAuth2 issue

2012-12-14 Thread Kabir
I am new to adwords api and I want to run this program- https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201209/misc/OAuth2Example.java I generated some parameters from this link- https://code.google.com/apis/console#access But I don't

Keywords really used

2012-12-14 Thread Xavier Bour
Hello, When I'm in the Keywords tab in Adwords, I can do Keywords Details > All (in SEARCH TERMS). Then, I have all keywords actually used by users. How do I get this list using the API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:

Re: Keywords really used

2012-12-14 Thread Oliver
here is a similar discussion: https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/nDogFOz-AEk Oliver On Friday, December 14, 2012 10:47:58 AM UTC, Xavier Bour wrote: > > Hello, > > When I'm in the Keywords tab in Adwords, I can do Keywords Details > All (in > SEARCH TERMS). Then, I

Re: Class not found exception using 1.12.0

2012-12-14 Thread Takeshi Hagikura (AdWords API Team)
Hello Thanks. Confirmed the situation. I'll ask it to the library maintainer. Let you know the update. Best, - Takeshi, AdWords API Team On Thursday, December 13, 2012 7:31:39 AM UTC+9, John Lister wrote: > > Hi, I've just tried to use the latest adwords version and get the > following error

Re: How do I manage ad schedules using the campaign criterion service?

2012-12-14 Thread Takeshi Hagikura (AdWords API Team)
Hello Robert, Yes, you should ask the CriterionID first. One AdSchedule contains time of the day, day of the week, bidmodifier etc... You can see the code examples how does it look like to add or modify AdSchedule. https://developers.google.com/adwords/api/docs/guides/ad_scheduling Best, - Take

Re: How to Get Stats Hourly - Ruby on Rails

2012-12-14 Thread Takeshi Hagikura (AdWords API Team)
Hello In AdHoc report, you can include HourOfDay in your request. Then you can segment your stats by hour. https://developers.google.com/adwords/api/docs/appendix/reports#ad-group To download a report, you can refer these code examples. https://code.google.com/p/google-api-ads-ruby/source/browse

Re: zip code targeting

2012-12-14 Thread Takeshi Hagikura (AdWords API Team)
Hello Richard, zip code targeting is a beta program only for now. https://developers.google.com/adwords/api/docs/appendix/targetingtypes?hl=en Currently that is a invited only feature for API. Best, - Takeshi, AdWords API Team On Tuesday, December 11, 2012 3:28:59 PM UTC+9, Richard wrote: > >

Re: Campaign Recommended Budget

2012-12-14 Thread Takeshi Hagikura (AdWords API Team)
Hello, Currently, no progress on it. Best, - Takeshi On Wednesday, December 12, 2012 10:56:38 PM UTC+9, David wrote: > > Hi, > > Is there any progress regarding this need ? > > Thanks. > > On Thursday, August 26, 2010 8:36:28 PM UTC+2, AdWords API Advisor wrote: >> >> Hi Pete, >> >> That inform

Re: Should I use adwords or MCC credentials to retrieve auth token?

2012-12-14 Thread Takeshi Hagikura (AdWords API Team)
Hello 1) You should use the MCC's one. 2) It depends on what clientCustomerId, you want to make a change or retrieve the data. e.g. You authenticate using your MCC account, and includes your client account Id in the "clientCustomerId" header. You are gonna make a request toward the clie

Re: Using OAuth2 for server application

2012-12-14 Thread Takeshi Hagikura (AdWords API Team)
Hi, Are you using one of our client libraries? If so, it depends on the client library how to auto refresh the authToken. For example, Java's case, enabling "api.adwords.refreshOAuth2Token" true allows you refresh the token. http://code.google.com/p/google-api-ads-java/source/browse/examples/adw

How can I confirm my Test Account can be used

2012-12-14 Thread hueidou162
https://developers.google.com/adwords/api/docs/test-accounts This page says the Google will send me results by mail, but except the mail, how can i confirm my Test Account can be used? Because I see Ewan Heming's response: The account should still be in the AdWords interface, and you can just ma

Re: How can I confirm my Test Account can be used

2012-12-14 Thread Takeshi Hagikura (AdWords API Team)
Hi You can confirm if you are using the test accounts if you see the operations cots zero units and returns at least one entity. Also described here https://developers.google.com/adwords/api/docs/test-accounts As for the developer token, Yes you can use the test accounts before the token is a

Re: ClassNotFound exception using latest api version with maven

2012-12-14 Thread Takeshi Hagikura (AdWords API Team)
Hello, Thanks. The same issue of this. https://groups.google.com/d/topic/adwords-api/7ONBd0Ou7qw/discussion Now we're investigating it. Will let you know the update. Best, - Takeshi, AdWords API Team On Thursday, December 13, 2012 8:37:19 PM UTC+9, John Lister wrote: > > Hi, I've just started u

Re: API not pulling in sub-MCC

2012-12-14 Thread Andrew Tchabovsky
I apologize for my ignorance here, I have limited knowledge of the API workings. I have pasted below the API command I got from our database vendor. Where in the command do you add the clientCustomerId header? AdWordsUser user = new AdWordsUser(); ReportDefinition definition = new ReportDefini

Re: How can I confirm my Test Account can be used

2012-12-14 Thread hueidou162
Many Thanks, I received the mail from The Adwords API Team this morning, and now my application works. 在 2012年12月14日星期五UTC+8下午9时20分12秒,Takeshi Hagikura (AdWords API Team)写道: > > Hi > > You can confirm if you are using the test accounts if you see the > operations cots zero units and returns at

Re: java.lang.ClassNotFoundException: adwords.axis.v201109.GetAllCampaigns

2012-12-14 Thread Madhav Kakani
Hi Kevin, Thanks for your response and sorry for the delay with my reply. I tried as mentioned by you and it works great. Thank you very much for your detailed answer!! Madhav On Friday, October 19, 2012 4:13:09 PM UTC+2, Kevin Winter wrote: > > Addendum to my response: you'll need to execute