I'm not talking about zero impressions. *My ads (bumper ads) had a lot of impressions, but only a few clicks.* The problem is that Url Performance Report provides data only for those placements URLs that had interactions (clicks or views), so while my ads were shown on hundreds of different videos, in Url Performance Report I can see only a dozen of them. Is there a way to get report throught API on those *placements that had no interactions, but had more than zero impressions*? This is important, as with bumper ads I pay on CPM basis, so it doesn't matter if i receive interactions at all.On Friday, October 5, 2018 at 9:43:34 PM UTC+3, Luis Xander Talag (AdWords API Team) wrote: > > Hi, > > The Url Performance Report > <https://developers.google.com/adwords/api/docs/appendix/reports/url-performance-report> > does > not support zero impressions > <https://developers.google.com/adwords/api/docs/guides/zeroimpression-structure-reports>. > > I'm afraid there's no way to retrieved those data with zero impressions > using this report type. > > Thanks and regards, > Luis > AdWords API Team > > On Saturday, October 6, 2018 at 12:02:52 AM UTC+8, sergiy.zasukha wrote: >> >> Hello, Url Performance Report does not return placements URLs that had no >> clicks, only had impressions. Is there a way to get those? >> >> function main() { >> >> var spreadsheetUrl = 'https://docs.google.com/spreadsheets/d/...'; >> var spreadsheet = SpreadsheetApp.openByUrl(spreadsheetUrl); >> var tabName = 'Placements Report'; >> >> var QUERIES = [{'query' : 'SELECT Url, CampaignName, Impressions, Clicks >> ' + >> 'FROM URL_PERFORMANCE_REPORT ' + >> 'DURING ' + 'YESTERDAY', >> 'reportVersion' : 'v201806' >> }]; >> >> for(var i in QUERIES) { >> var queryObject = QUERIES[i]; >> var query = queryObject.query; >> var reportVersion = queryObject.reportVersion; >> var sheet = spreadsheet.getSheetByName(tabName); >> var report = AdWordsApp.report(query, {apiVersion: reportVersion}); >> report.exportToSheet(sheet); >> } >> } >> >> >>
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. 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/10e4ceba-c99b-4700-bd73-08ae98def9ea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.