Hi, i am not able to access all the required columns when using *json_format.MessageToJson*
*stream = ga_service.search_stream(customer_id=customer_id, query=query)* *for row in stream: json_str = json_format.MessageToJson(row._pb, preserving_proto_field_name=True, including_default_value_fields=True) d = json.loads(json_str)* Some of the required columns are being sent as filed_mask .Could you please suggest how i can access these ? 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 [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/21084779-ed51-4286-94da-17270e6f74ebn%40googlegroups.com.
