Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »


Introduction

Google Ads is an online advertising platform developed by Google, where advertisers pay to display brief advertisements, service offerings, product listings, video content, and generate mobile application installs within the Google ad network to web users. Google Ads single report source plugin would allow users to retrieve the specified report type from their Google Ads account in batch mode.

  • User would like to get the specified Google Ads report type that can be transformed (if needed) with CDAP
  • User do need to specify report format and type while setting up the configuration
  • User should be able to use advanced options available in Google Ads API such as skip report header

Plugin Type

  • Batch Source
  • Batch Sink 
  • Real-time Source
  • Real-time Sink
  • Action
  • Post-Run Action
  • Aggregate
  • Join
  • Spark Model
  • Spark Compute
Option LevelUser Configuration LabelLabel DescriptionVariableUser WidgetDefault Value Notes
BasicReport typeGoogle Ads report type to retrievereport_typeDrop Down
https://developers.google.com/adwords/api/docs/appendix/reports
Authorization tokenAuthorization to download the reportoauth2_access_tokenText Box
https://developers.google.com/adwords/api/docs/guides/reporting#prepare_the_request
Developer tokenDeveloper token consisting of unique stringdeveloper_tokenText Box

Customer IDCustomer ID of the client accountclient_customer_id


Start DateStart date for the report datastart_dateText Box
Should allow to choose "today" as an option
End DateEnd date for the report dataend_dateText Box
Should allow few standard options such as last 30, 60 and 90 days
AdvancedFormatReport formatreport_formatDrop Down
CSVhttps://developers.google.com/adwords/api/docs/guides/reporting#supported_download_formats
Include Report HeaderIf false, report output will not include a header row containing the report name and date range.includeReportHeaderToggleTrue
Include Column HeaderIf false, report output will not include a header row containing field namesincludeColumnHeaderToggle
True
Include Report SummaryIf false, report output will not include a summary row containing the report totalsincludeReportSummaryToggle
True
Use Raw Enum ValuesSet to true if you want the returned format to be the actual enum valueuseRawEnumValuesToggle
False
Include Zero ImpressionsIf true, report output will include rows where all specified metric fields are zero,includeZeroImpressionsToggle
False
FieldsComa separated list of fields to pullreport_fieldsText Box
https://developers.google.com/adwords/api/docs/appendix/reports/all-reports

Design / Implementation Tips

Plugin will be implemented using official googleads-java-lib, Output schema must be automatically generated from selected fields and report type.

  • No labels