Re: Getting Data Hourly

2010-10-26 Thread Thiago Medeiros
Hello Navneet!


I did the same! And about the average position, i make some math to
calculate the average position.


Another way to get this data is through report (we can get hourly
through
report) but this way is expensive because we will use a lot of unit's
api.


regards,
Thiago.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Getting Data Hourly

2010-10-25 Thread Navneet
I had the similar requirement for one of my tasks. I built this report
by downloading whole account performance data every hour (for
dateRange today) and then subtract the prvious hour data from current
hour data which gave me the data for current hour. This way I am
getting the hourly perfromace data for whole day.

I hope this make sense.

--Navneet

On Oct 20, 12:45 pm, Thiago Medeiros  wrote:
> Hello!
>
> Is it possible to get information (Stats "such as imp, clicks, conv")
> on
> AdGroupCriterionService or AdGroupService at a specific hour with
> DateRange or the most detailed is a day?
>
> for example:
>
> selector.statsSelector.dateRange.min = "mmdd 10"
> selector.statsSelector.dateRange.max = "mmdd 12"
>
> i would like to return data between 10h00 and 12h00.
>
> regards,
> Thiago.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Getting Data Hourly

2010-10-25 Thread AdWords API Advisor
Hi Thiago,

Unfortunately the date range filter in these services only supports
day granularity.

Best,
- Eric Koleda, AdWords API Team

On Oct 20, 3:45 pm, Thiago Medeiros  wrote:
> Hello!
>
> Is it possible to get information (Stats "such as imp, clicks, conv")
> on
> AdGroupCriterionService or AdGroupService at a specific hour with
> DateRange or the most detailed is a day?
>
> for example:
>
> selector.statsSelector.dateRange.min = "mmdd 10"
> selector.statsSelector.dateRange.max = "mmdd 12"
>
> i would like to return data between 10h00 and 12h00.
>
> regards,
> Thiago.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en