How to Get Stats Hourly - Ruby on Rails

2012-12-11 Thread Eduardo Hiroshi Campos Tamaki
Hi, It could be a dumb question but here it's the best way to ask, I want to know if I can request the Stats of an Ad or Adgroup by Hour, on Ruby client and if yes how this data is accurate. Ex.: at 12:00 to 13:00 I had 290 Impressions, 340 Clicks in "adgroup x". Thanks! -- -- =~=~=~=~=~=~=

Token : Adwords API : ruby client

2013-04-19 Thread Eduardo Hiroshi Campos Tamaki
Hi, I'm having some trouble with the ruby api and oauth2, on my local computer, I can make requests with the token every time, but when I test on my server the token lasts just one hour. I have checked the Timestamps and it's the same. Someone knows what's going on? Thanks! -- -- =~=~=~=~=

Re: Token : Adwords API : ruby client

2013-04-23 Thread Eduardo Hiroshi Campos Tamaki
ccess_type set to 'offline'? > > On Friday, April 19, 2013 9:25:25 AM UTC-4, Eduardo Hiroshi Campos Tamaki > wrote: >> >> Hi, >> >> I'm having some trouble with the ruby api and oauth2, on my local >> computer, I can make requests with the tok

About params on Adwords API

2012-03-28 Thread Eduardo Hiroshi Campos Tamaki
Hi, I'm new on Adwords API, I'm developing a tool to help an e-commerce to refresh the ads when the products change prices and other values. So here are my questions: - There is a way to change the default param on the Ad, without losing the history? - If, not I have to change the params on al

Re: AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED

2012-03-29 Thread Eduardo Hiroshi Campos Tamaki
There's a way to know which params I have in the keywords? Em quinta-feira, 29 de março de 2012 10h47min23s UTC-3, nickbr escreveu: > > Hi > > I had a similiar problem and eventually discovered, I was trying to set > parameters on deleted keywords. > > Hope this helps > Nick > > > On Tuesday, 21

Re: About params on Adwords API

2012-04-03 Thread Eduardo Hiroshi Campos Tamaki
n07s UTC-3, Eduardo Hiroshi Campos Tamaki escreveu: > > Hi, > > I'm new on Adwords API, I'm developing a tool to help an e-commerce to > refresh the ads when the products change prices and other values. > > So here are my questions: > > - There is a way to change

Re: Why when I try to Get the Ad Groups It returns me the AdGroups with any data?

2012-05-10 Thread Eduardo Hiroshi Campos Tamaki
t an > object through the api. > > On Thursday, 10 May 2012 15:10:53 UTC+1, Eduardo Hiroshi Campos Tamaki > wrote: >> >> Hi I new on developing with the Adwords API, >> >> I have a question... >> >> Why when I try to Get the Ad Groups It re

Re: AWQL SOAP

2012-07-06 Thread Eduardo Hiroshi Campos Tamaki
If you just copy this code and replace the login information you could reproduce the errors... Em sexta-feira, 6 de julho de 2012 11h33min02s UTC-3, Eduardo Hiroshi Campos Tamaki escreveu: > > Hi guys,I'm a little new using the SOAP API, and for it's not working to &

Re: AWQL SOAP

2012-07-06 Thread Eduardo Hiroshi Campos Tamaki
Nevermind guys, i found the solution i have to pass a array instead a string $campaignService->query(array("query" =>"SELECT CampaignName WHERE Impressions > 10 ")); Em sexta-feira, 6 de julho de 2012 11h33min02s UTC-3, Eduardo Hiroshi Campos Tamaki escreveu: >