|
1 | 1 | {
|
2 |
| - "documentationUrl": "https://docs.airbyte.io/integrations/sources/google-ads", |
| 2 | + "documentationUrl": "https://docs.airbyte.com/integrations/sources/google-ads", |
3 | 3 | "connectionSpecification": {
|
4 | 4 | "$schema": "http://json-schema.org/draft-07/schema#",
|
5 | 5 | "title": "Google Ads Spec",
|
|
21 | 21 | "developer_token": {
|
22 | 22 | "type": "string",
|
23 | 23 | "title": "Developer Token",
|
24 |
| - "description": "Developer token granted by Google to use their APIs. More instruction on how to find this value in our <a href=\"https://docs.airbyte.io/integrations/sources/google-adwords#setup-guide\">docs</a>", |
| 24 | + "description": "Developer token granted by Google to use their APIs. More instruction on how to find this value in our <a href=\"https://docs.airbyte.com/integrations/sources/google-ads#setup-guide\">docs</a>", |
25 | 25 | "airbyte_secret": true
|
26 | 26 | },
|
27 | 27 | "client_id": {
|
28 | 28 | "type": "string",
|
29 |
| - "title": "Client Id", |
30 |
| - "description": "Google client id. More instruction on how to find this value in our <a href=\"https://docs.airbyte.io/integrations/sources/google-adwords#setup-guide\">docs</a>" |
| 29 | + "title": "Client ID", |
| 30 | + "description": "The Client ID of your Google Ads developer application. More instruction on how to find this value in our <a href=\"https://docs.airbyte.com/integrations/sources/google-ads#setup-guide\">docs</a>" |
31 | 31 | },
|
32 | 32 | "client_secret": {
|
33 | 33 | "type": "string",
|
34 | 34 | "title": "Client Secret",
|
35 |
| - "description": "Google client secret. More instruction on how to find this value in our <a href=\"https://docs.airbyte.io/integrations/sources/google-adwords#setup-guide\">docs</a>", |
| 35 | + "description": "The Client Secret of your Google Ads developer application. More instruction on how to find this value in our <a href=\"https://docs.airbyte.com/integrations/sources/google-ads#setup-guide\">docs</a>", |
36 | 36 | "airbyte_secret": true
|
37 | 37 | },
|
38 | 38 | "access_token": {
|
39 | 39 | "type": "string",
|
40 | 40 | "title": "Access Token",
|
41 |
| - "description": "Access token generated using developer_token, oauth_client_id, and oauth_client_secret. More instruction on how to find this value in our <a href=\"https://docs.airbyte.io/integrations/sources/google-adwords#setup-guide\">docs</a>", |
| 41 | + "description": "Access Token for making authenticated requests. More instruction on how to find this value in our <a href=\"https://docs.airbyte.com/integrations/sources/google-ads#setup-guide\">docs</a>", |
42 | 42 | "airbyte_secret": true
|
43 | 43 | },
|
44 | 44 | "refresh_token": {
|
45 | 45 | "type": "string",
|
46 | 46 | "title": "Refresh Token",
|
47 |
| - "description": "Refresh token generated using developer_token, oauth_client_id, and oauth_client_secret. More instruction on how to find this value in our <a href=\"https://docs.airbyte.io/integrations/sources/google-adwords#setup-guide\">docs</a>", |
| 47 | + "description": "The token for obtaining a new access token. More instruction on how to find this value in our <a href=\"https://docs.airbyte.com/integrations/sources/google-ads#setup-guide\">docs</a>", |
48 | 48 | "airbyte_secret": true
|
49 | 49 | }
|
50 | 50 | }
|
51 | 51 | },
|
52 | 52 | "customer_id": {
|
53 | 53 | "title": "Customer ID",
|
54 | 54 | "type": "string",
|
55 |
| - "description": "Customer id must be specified as a 10-digit number without dashes. More instruction on how to find this value in our <a href=\"https://docs.airbyte.io/integrations/sources/google-adwords#setup-guide\">docs</a>. Metrics streams like AdGroupAdReport cannot be requested for a manager account.", |
| 55 | + "description": "Customer ID must be specified as a 10-digit number without dashes. More instruction on how to find this value in our <a href=\"https://docs.airbyte.com/integrations/sources/google-ads#setup-guide\">docs</a>. Metrics streams like AdGroupAdReport cannot be requested for a manager account.", |
56 | 56 | "order": 1
|
57 | 57 | },
|
58 | 58 | "start_date": {
|
|
72 | 72 | "properties": {
|
73 | 73 | "query": {
|
74 | 74 | "type": "string",
|
75 |
| - "title": "Custom query", |
| 75 | + "title": "Custom Query", |
76 | 76 | "description": "A custom defined GAQL query for building the report. Should not contain segments.date expression as it used by incremental streams",
|
77 | 77 | "examples": [
|
78 | 78 | "SELECT segments.ad_destination_type, campaign.advertising_channel_sub_type FROM campaign WHERE campaign.status = 'PAUSED'"
|
79 | 79 | ]
|
80 | 80 | },
|
81 | 81 | "table_name": {
|
82 | 82 | "type": "string",
|
83 |
| - "title": "Destination table name", |
| 83 | + "title": "Destination Table Name", |
84 | 84 | "description": "The table name in your destination database for choosen query."
|
85 | 85 | }
|
86 | 86 | }
|
|
95 | 95 | "conversion_window_days": {
|
96 | 96 | "title": "Conversion Window (Optional)",
|
97 | 97 | "type": "integer",
|
98 |
| - "description": "Define the historical replication lookback window in days", |
| 98 | + "description": "A conversion window is the period of time after an ad interaction (such as an ad click or video view) during which a conversion, such as a purchase, is recorded in Google Ads.", |
99 | 99 | "minimum": 0,
|
100 | 100 | "maximum": 1095,
|
101 | 101 | "default": 14,
|
|
0 commit comments