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 source plugin would allow users to retrieve all of their Google Ads reports in batch mode.
User Expectations
- User would like to get all Google Ads reports that are available for her Customer Id associated with the client account
- User do not need to specify reports or fields while setting up the configuration
- User should be able to use advanced options available in Google Ads API such as skip report header
...
Option Level | User Configuration Label | Label Description | Variable | User Widget | Notes |
---|---|---|---|---|---|
Basic | Authorization token | Authorization to down download the report | oauth2_access_token | Text Box | https://developers.google.com/adwords/api/docs/guides/reporting#prepare_the_request |
Developer token | Developer toke token consisting of unique string | developer_token | Text Box | ||
Customer ID | Customer ID of the client account | client_customer_id | |||
Start Date | Start date for the report data | start_date | Text Box | Should allow to choose "today" as an option | |
End Date | End date for the report data | end_date | Text Box | Should allow few standard options such as last 30, 60 and 90 days | |
Advanced | Skip Report Header | If true, report output will not include a header row containing the report name and date range. | skipReportHeader | Check Box | |
Skip Column Header | If true, report output will not include a header row containing field names | skipColumnHeader | Check Box | ||
Skip Report Summary | If true, report output will not include a summary row containing the report totals | skipReportSummary | Check Box | ||
Use Raw Enum Values | Set to true if you want the returned format to be the actual enum value | useRawEnumValues | Check Box | ||
include Zero Impressions | If true, report output will include rows where all specified metric fields are zero, | includeZeroImpressions | Check Box |
...