Re: Finding Cost Per Click with API Reporting

2018-06-19 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Szusi, You may still use the selector method if this is what you wish to use, but the syntax would be a bit different. You could use the sample code you have provided. However, you have to associate this predicate to your selector. Could you confirm if you are encountering an error with the

Re: Finding Cost Per Click with API Reporting

2018-06-18 Thread szusi
To be more specific, I am trying to use a predicate, using the following code: new Predicate('AverageCpc', PredicateOperator::GREATER_THAN_EQUALS, ['x']). On Monday, June 18, 2018 at 10:39:51 AM UTC-6, sz...@mymail.mines.edu wrote: > > I am currently using the example DownloadCriteriaReport

Re: Finding Cost Per Click with API Reporting

2018-06-18 Thread szusi
I am currently using the example DownloadCriteriaReportWithSelector as a base, can I use AWQL in this example or would I have to use the DownloadReportWithAWQL version? On Sunday, June 17, 2018 at 9:01:34 PM UTC-6, Dannison Yao (AdWords API Team) wrote: > > Hi Szusi, > > In order to achieve thi

Re: Finding Cost Per Click with API Reporting

2018-06-17 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Szusi, In order to achieve this, you have to put a '*WHERE*' condition in your AWQL statement to specify the filter for the value of AverageCpc. You may check this guide for an example of AWQL stat

Re: Finding Cost Per Click with API Reporting

2018-06-15 Thread szusi
Thanks for the reply! If I wanted to filter my report to only show ads that were above a certain AverageCPC, how would I go about doing that? On Thursday, June 14, 2018 at 1:38:39 PM UTC-6, sz...@mymail.mines.edu wrote: > > Hello, > > While looking through the reports at > https://developers.g

Re: Finding Cost Per Click with API Reporting

2018-06-14 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Szusi, Could you confirm if you are pertaining to Cost Per Click Bid? If yes, the field CpcBid should be the metric used. However, this is not available in the AD_PERFORMANCE_REPORT

Finding Cost Per Click with API Reporting

2018-06-14 Thread szusi
Hello, While looking through the reports at https://developers.google.com/adwords/api/docs/appendix/reports/all-reports, I noticed that there was no usable metric for Cost Per Click. I am setting up an Ad Performance Report and what wondering is there is any way to get this statistic. Thank