Hi,

I'm creating a report w/ the following selector

    operation = {
        :operator => 'ADD',
        :operand => {
            :report_type => 'AD_PERFORMANCE_REPORT',
            :report_name => 'Daily G5 Adwords performance report #%d'
% (Time.new.to_f * 1000).to_i,
            :selector => {
                :fields => ['Impressions', 'Clicks', 'Cost'],
                :date_range => { :min => @start_date.strftime("%Y%m
%d"), :max => @end_date.strftime("%Y%m%d")}
            },
            :date_range_type => 'CUSTOM_DATE',
            :download_format => 'XML',
            :cross_client => true
        }

For each day in the date_range, i want a separate row for the fields,
and i want that date in the fields.  I did this in the adwords UI by
adding a "Segments" = "Day" in the Download and Schedule Report.  How
do i set this via the API?

Thanks!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to