Re: Easier way to Query All Data / iterate all date out of the stream [PHP]

2021-01-18 Thread Google Ads API Forum Advisor Prod
Hi Floyd, Thank you for reaching out. If you would like to get all the fields of an entity in the response, you could consider using the get method such as CampaignService.GetCampaign(), this would return all the fields of a campaign. The difference between the get and the search or searchStrea

Re: Easier way to Query All Data / iterate all date out of the stream [PHP]

2021-01-17 Thread Floyd van der weij
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.

RE: Easier way to Query All Data / iterate all date out of the stream [PHP]

2021-01-15 Thread Google Ads API Forum Advisor Prod
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 t

Easier way to Query All Data / iterate all date out of the stream [PHP]

2021-01-15 Thread Floyd van der weij
I have been looking into getting the data from google ads to a csv. I had a few issues while doing this. 1. After Searching alot, i found the SQL builder. but i need EVERY single thing. but currently i have the hugest string in the world. *not that it matters* but still. 2. I tried to get all