Hi Team 

 When I am printing in the below manner - 

*"try:        for batch in stream:*

*             for row in batch.results:                      print(row)*
 I am missing some of the columns in my output for example like below even 
when I have selected them in the  main Query.
        metrics.video_quartile_p100_rate, 
        metrics.video_quartile_p25_rate, 
        metrics.video_quartile_p50_rate, 
        metrics.video_quartile_p75_rate, 

But when I print each column row.x, row.y then they are fetched in the 
result set.
*"*try:
        for batch in stream:
             for row in batch.results:
                      print(row.metrics.video_quartile_p100_rate)
   


Can you explain why there is a difference between these two methods, when 
row has all the columns from the query?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/86da6c1c-7a1f-4b93-96f7-f08c1075f896n%40googlegroups.com.

Reply via email to