简体   繁体   English

是否可以通过 Google Ads API、脚本或 BigQuery 数据传输服务获取 Google Ads 中的着陆页报告?

[英]Is there a way to get a report of Landing Pages in Google Ads via the Google Ads API, Scripts or BigQuery Data Transfer Service?

I am currently in the process of creating an overview of ad spent per landing page/destination url.我目前正在创建每个着陆页/目标网址的广告花费概览。
We are using several campaign types:我们正在使用多种广告系列类型:

  • Shopping购物
  • (Responsive) Search Ads (响应式)搜索广告
  • Dynamic Search Ads动态搜索广告

I am struggling to get a report per landingpage for each campaign type.我正在努力为每种广告系列类型获取每个着陆页的报告。 We have multiple Customer Ids and I would need data for all Customer Ids.我们有多个客户 ID,我需要所有客户 ID 的数据。 When looking at the Google Ads API documentation I think I would need these two reports to get all I need在查看 Google Ads API 文档时,我认为我需要这两个报告才能获得所需的一切

Ideally, the data would be uploaded to a BigQuery dataset.理想情况下,数据将上传到 BigQuery 数据集。

What I have tried:我尝试过的:
I have set up a BigQuery Data Transfer ( https://cloud.google.com/bigquery-transfer/docs/adwords-transfer ).我已经设置了 BigQuery 数据传输 ( https://cloud.google.com/bigquery-transfer/docs/adwords-transfer )。 This contains a lot of reports but not the two reports listed above.这包含很多报告,但不包含上面列出的两个报告。

I have tried a Google Ads script, but my knowledge of that is too little to write a script that woudl give the same/similar results as the two reports listed above.我尝试过 Google Ads 脚本,但我对此的了解太少,无法编写出与上面列出的两个报告相同/相似结果的脚本。 Next to that I would need help getting this data in my BigQuery project.接下来,我需要帮助在我的 BigQuery 项目中获取这些数据。

Solved it.解决了。

There is a Google Ads Script which requires minimum adjustments to fulfill my needs: Single Account: https://developers.google.com/google-ads/scripts/docs/solutions/bigquery-exporter有一个 Google Ads 脚本需要最少的调整才能满足我的需求:单一帐户: https : //developers.google.com/google-ads/scripts/docs/solutions/bigquery-exporter

Manager Account: https://developers.google.com/google-ads/scripts/docs/solutions/adsmanagerapp-bigquery-exporter经理帐户: https : //developers.google.com/google-ads/scripts/docs/solutions/adsmanagerapp-bigquery-exporter

I simply had to change the:我只需要改变:

  • BIGQUERY_PROJECT_ID BIGQUERY_PROJECT_ID
  • BIGQUERY_DATASET_ID BIGQUERY_DATASET_ID
  • list of reports (I only needed "LANDING_PAGE_REPORT")报告列表(我只需要“LANDING_PAGE_REPORT”)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何通过适用于Google Ads的BigQuery数据传输服务解决从Google Ads到Google Bigquery的转换中的数据差异 - How to fix data discrepancy in conversions from Google Ads into Google Bigquery via BigQuery Data Transfer Service for Google Ads 将服务从 Google Ads 转移到 BigQuery 的问题 - Problems with Transfer Service from Google Ads to BigQuery Google Ads的BigQuery数据传输服务-缺少某些列 - BigQuery data transfer service from Google Ads - missing some columns 传输服务数据差异:Google Ads (AdWords) <> BigQuery - Transfer Service Data Discrepancy: Google Ads (AdWords) <> BigQuery Google BigQuery Google Ads 数据传输表中的重复数据 - Duplicated data in Google BigQuery Google Ads Data Transfer Tables BigQuery转移:Google Ads(以前称为AdWords):转移作业成功但没有数据 - BigQuery Transfer: Google Ads (formerly AdWords): Transfer job is successful but no data 为什么我使用 Google Ads Transfer(BigQuery 数据传输服务)时 Geostats 表为空? - Why is the Geostats Table empty when I use Google Ads Transfer (BigQuery Data Transfer Service)? Google Ads 转移到 BigQuery 丢失了来自智能广告系列的数据 - Google Ads transfer to BigQuery misses the data from Smart Campaigns 未知的 BigQuery Google Ads 数据传输服务错误:非经理帐户不存在(或帐户未激活),因此不会导入数据 - Unknown BigQuery Google Ads Data Transfer Service error: Non-manager account doesn't exist (or account is not active), so data will not be imported 无法将 Google Ads 连接到 BigQuery - Cannot connect Google Ads to BigQuery
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM