Hi Dhanya thanks for replying, I tried to run this program, https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201802/Reporting/DownloadCriteriaReportWithAwql.php#L52 but got this error PHP Fatal error: Class 'Google\AdsApi\AdWords\Query\v201802\ReportQueryBuilder' not found in /var/www/html/test.php on line 42. What can I be missing on this?
On Saturday, April 21, 2018 at 12:26:09 AM UTC+5:30, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi, > > You will be able to get stats like Clicks, Impressions etc. via AdWords > API by using reports > <https://developers.google.com/adwords/api/docs/appendix/reports/all-reports>. > > Please refer this sample code > <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201802/Reporting/DownloadCriteriaReportWithSelector.php#L75> > or another sample code using AWQL > <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201802/Reporting/DownloadCriteriaReportWithAwql.php#L52> > both > in PHP for running a Criteria Performance Report > <https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report>. > > You can replace it with Placeholder report > <https://developers.google.com/adwords/api/docs/appendix/reports#placeholder> > or Placeholder Feed Item report > <https://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item> > and > the required fields to get stats of ad extensions. Please refer this > section of the guide > <https://developers.google.com/adwords/api/docs/guides/extension-settings#track_ad_extension_performance> > for > better clarity and let me know if you have any further questions. > > Regards, > Dhanya, AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/75d4c160-c7c6-4e3e-a01b-28a2bb4cf0d0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
