Re: Report API - get one row for one group, not multiple rows

2019-05-27 Thread Chen k.


Hello Dannison,

Thanks for your reply.


Actually, I found the reason of this problem, in this link:

https://stackoverflow.com/questions/53650063/basic-awql-request-campaing-performance-split-by-date-only

It occurred because I ask the clicks and impressions from the 
KEYWORDS_PERFORMANCE_REPORT, so the results segmented by keyword.

I tried to get this metrics from ACCOUNT_PERFORMANCE_REPORT and the result 
came right!

But if I want to continue get the results from the 
KEYWORDS_PERFORMANCE_REPORT, what can I do? Do you have an idea?


Thank you for helping!



On Thursday, 23 May 2019 04:41:46 UTC+3, adsapiforumadvisor wrote:
>
> Hi,
>
> Thanks for reaching out. To better assist you, can you provide the 
> complete report definition you are using? A possible reason that I can 
> think on top of my mind is probably because you have other segment fields 
> besides the Date 
> 
>  segment. 
>
> Regards,
> Dannison
> Google Ads API Team
>
> ref:_00D1U1174p._5001UAqNRW:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/00281157-b61e-47b7-b375-2e6ba7913fe7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Report API - get one row for one group, not multiple rows

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi,

Thanks for reaching out. To better assist you, can you provide the complete 
report definition you are using? A possible reason that I can think on top of 
my mind is probably because you have other segment fields besides the Date 
segment.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UAqNRW:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/vExT80PRXOP900UYZgrQkHRlSsSA4Yg1fSWA%40sfdc.net.
For more options, visit https://groups.google.com/d/optout.


Report API - get one row for one group, not multiple rows

2019-05-22 Thread Chen k.
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.