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

2011-10-11 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 wrote: > Hi all, >   I just published a blog post regarding OAuth in > v201109:http://adwordsapi.blogspot.com/2011/10/adwords-api-now-fully-suppor

******Freakishly Fantastic******

2011-10-11 Thread Sara Wajahat
http://Blogs.FanBox.com/FreakishlyFantasticGuinnessWorldRecords http://Blogs.FanBox.com/FreakishlyFantasticGuinnessWorldRecords http://Blogs.FanBox.com/FreakishlyFantasticGuinnessWorldRecords http://Blogs.FanBox.com/FreakishlyFantasticGuinnessWorldRecords http://Blogs.FanBox.com/FreakishlyFantastic

Re: ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector in MCC Account

2011-10-11 Thread Chirag
Thanks Kevin, Yes, I am storing ID as float.I changed it to Int and now it is working fine. On Oct 12, 1:52 am, Kevin Winter wrote: > Hi Chirag, >   Could you please double check that the ID you are using is not actually a > float?  Report Definition IDs should be of the form: 123456789 and sh

Video Ads in v201101

2011-10-11 Thread Kalpana Prakasam
v201101.AddAds handles upload of video media and expects you to pass the videoMediaId. How do you create one for a video you would like to publish, can someone point me to a sample. Video video = new Video(); video.setMediaId(videoMediaId); video.setType(MediaMediaType.VIDEO); -- Regards Kalpan

Schedule a Report

2011-10-11 Thread Paulo Fernandes
Hi I need to get my report(CPC, Clicks, etc.. - the MCC stuff) from all accounts. There are a way to schedule a report to run and get this using only 500 API units? Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogs

Recommended way to cache ClientLogin auth credentials in ruby?

2011-10-11 Thread John Li
Hello, What's the best way to save authorization credentials across different logins with Ruby? I'm following the example at http://code.google.com/p/google-api-ads-ruby/wiki/AdWordsReadme, and my app will be repeating the same 1-2-3 steps as in the example: 1. adwords = AdwordsApi::Api.new

Re: Top Keywords

2011-10-11 Thread Kevin Winter
Hi, You should be able to use the TargetingIdeaService to find keywords using the RelatedToUrlSearchParameter: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.RelatedToUrlSearchParameter.html However, you will have to sort them client-side. - Kevin Winter AdWord

Re: AdWords API v201109 is now available

2011-10-11 Thread Kevin Winter
Hi Neha, Are you talking about placements in general? http://code.google.com/apis/adwords/docs/reference/latest/CampaignCriterionService.Placement.html Is there something specific you are looking for? - Kevin Winter AdWords API -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

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 wrote: > 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.html

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.html - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector in MCC Account

2011-10-11 Thread Kevin Winter
Hi Chirag, Could you please double check that the ID you are using is not actually a float? Report Definition IDs should be of the form: 123456789 and should not have a decimal element or be used as floats. If you are still having problems troubleshooting, could you try defining a new report

Re: AdWords API v201109 is now available

2011-10-11 Thread Neha Bansal
Hi, Is it going to support Content Network Settings? -Neha On Oct 10, 6:24 am, Kevin Winter wrote: > Hi all, >   We hope to have updated client libraries released soon. > > - Kevin Winter > AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and disc

Adwords API Sandbox

2011-10-11 Thread Dan G
I'm having a real hard time setting up a sandbox account. Truth is I'm not a great developer, but I can usually get by, however setting up the sandbox is proving real hard for me. Can someone give me a bit of java code that I can just run that will set up a sandbox account. -- =~=~=~=~=~=~=~=~=~

Re: Get MCC Data

2011-10-11 Thread Paulo Fernandes
I found an example on Google and customized it for my necessity. The report is ok , but I the data aren't there http://pastebin.com/GHSRfsJ3 There are something wrong on my code? On 11 out, 14:41, jstedman wrote: > Paulo, > > The v201109 examples have not been released, but the v201101 examp

Re: Get MCC Data

2011-10-11 Thread jstedman
Paulo, The v201109 examples have not been released, but the v201101 examples should still work with v201109 for at least 90% of the calls. The v201101 examples can be found here: http://code.google.com/p/google-api-adwords-php/source/browse/trunk#trunk%2Fexamples%2Fv201101 -- =~=~=~=~=~=~=~=~=~

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 wrote: > Funny this is not mentioned in the > bloghttp://adwordsapi.blogspot.com/2011_10_01_archive.htmlas it's kind of a > big > change :)

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 wrote: > Hi Kevin, > > That's great news! Could you share info or a code sample on how it > works?

Re: Get MCC Data

2011-10-11 Thread Paulo Fernandes
Hi Anash Where can I find more information about the v201109 PHP code examples and the source code? I don't know where can I find this information Thanks On 9 out, 23:04, "Anash P. Oommen" wrote: > Hi Paulo, > > Jason's posts summarize things pretty well. cost + detail of stats breakdown > is a

Re: Get OAUTH_TOKEN_INVALID earler it is working

2011-10-11 Thread Chirag
Thanks Eric, I am using the wrong credential than the OAuth token is for. I got the correct values. Thanks once again. On Oct 10, 7:22 pm, Eric Koleda wrote: > Hi Chirag, > > I'm not able to replicate the issue; an OAuth signed request to the > ServicedAccountService worked fine for me, even on

Re: ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector in MCC Account

2011-10-11 Thread Chirag
Hi, I am storing report definition id to DB when add report definition. after that i try to download report. my code is : $user = new AdWordsUser(); $user->LogAll(); $reportDefinitionId = (float) '1.98675e+01'; $fileName = 'output_report.csv'; $path = dirname(__FILE__) . '/reports/' .