Hello,

I want to get the data from report request as one row for one group, and i 
will explain by example:
I send to request that i want to get: Clicks and Impressions, split by Date 
(from 14-05-2019 - 15-05-2019)
the expected result is 2 rows, one row for one date:
'2019-05-14', 200, 500
'2019-05-15', 300, 550

but, the result contain many rows, like:
'2019-05-14', 70, 120
'2019-05-14', 100, 300
'2019-05-14', 30, 80
'2019-05-15', 200, 350
'2019-05-15', 100, 200

If i set the property: skipReportSummary = false, the total row contain 
total data for all dates.

Why the result comes as multiple rows,
and how can i get the result by rows for each dimension?

I hope I was clear,
Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/14cb6d32-cc38-46a4-9dcf-750f2da5d432%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to