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 the data out of the stream : $Stream = $Connection->searchStream($CustomerID, $Query); But i have to give things like : $ad_group = $Stream ->GetAdGroup(); $ad_group_ad = $Stream ->GetAdGroupAd(); $ad_group_ad_asset_view = $Stream ->GetAdGroupAdAssetView(); i have seen the forum, and reffrences of what you can call. but some things arent working and isnt there a faster way of calling the data? and a smaller way? with kind regards - Floyd -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/a0f95c9a-998b-4dee-8c4d-df136a6f19efn%40googlegroups.com.
