Hi, I'm trying to get the googleadsrow into a json or a csv file. The below code doesn't seem to be working.
stream = ga_service.search_stream(customer_id=customer_id, query=query) serializable_assets = [proto.Message.to_dict(asset) for asset in stream] df = json_normalize(serializable_assets) df.to_csv(file_path, sep=',', encoding='utf-8') On Tuesday, March 3, 2020 at 10:56:05 AM UTC-5 Google Ads API Forum Advisor Prod wrote: > Hello, > > I checked internally with our team for the feature request to retrieve the > data in .csv format via API and found that this feature is not intended to > be provided in future releases. You could use language-level utilities to > create a CSV file, if necessary. Please let us know if you have any > additional concerns. > > > > Regards, > Nikisha Patel, Google Ads API Team > > > > ref:_00D1U1174p._5001USwkbX: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 [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/46a72dd5-62f7-4f1a-8f90-7e38dbbf4685n%40googlegroups.com.
