I diddnt mean to let the google api handle the csv. But i meant that in PHP, is there a efficiƫnt way of Getting ALL the data from campaign's, Ads, Ad Campaigns Etc. Without trying to write a list of 100 Query's?
On the 2nd thing, The Smart IDE idea is great and it saved me alot of time already. Thank you. Op vrijdag 15 januari 2021 om 21:59:52 UTC+1 schreef adsapiforumadvisor: > Hi Floyd, > > Thank you for reaching out. Unfortunately, the Google Ads API could not > provide reports with CSV format. To check what you can fetch from the > returned response you could look into the response object to see what > entities are available. You could also use the intellisense of your IDE to > check the available options. One other trick is to look into the > corresponding resource to discover what fields and metrics are exposed from > the API. The workaround to convert returned results to CSV files is to > convert the response object to CSV format using the Java libraries such as > FileUtils > <https://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/FileUtils.html> > . > > Thanks and regards, > Xiaoming, Google Ads API Team > > > [image: Google Logo] > Xiaoming > Google Ads API Team > > > ref:_00D1U1174p._5004Q2B0bRm: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 "AdWords API and Google Ads 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/d333e55d-4c63-4d87-b0cc-38134dce5f0cn%40googlegroups.com.
