Skip to content

Commit 3cc09e6

Browse files
Merge pull request #273668 from v-luckywang/0429-Difference_Google_Ads
[ADF][Doc update] Difference between the Google Ads recommended and legacy driver version
2 parents f83d0c7 + 26d3ca5 commit 3cc09e6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/data-factory/connector-google-adwords.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 01/18/2024
11+
ms.date: 05/06/2024
1212
---
1313

1414
# Copy data from Google Ads using Azure Data Factory or Synapse Analytics
@@ -264,6 +264,18 @@ Here are the concrete examples of the field name conversion:
264264
| Segments | `DayOfWeek` | `segments.day_of_week` |
265265
| Metrics | `VideoViews` | `metrics.video_views` |
266266

267+
## Differences between Google Ads using the recommended and the legacy driver version
268+
269+
The table below shows the feature differences between Google Ads using the recommended and the legacy driver version.
270+
271+
| Recommended driver version | Legacy driver version |
272+
|:---|:---|
273+
|Specifying Google Ads API version is supported.|Specifying Google Ads API version is not supported.|
274+
|ServiceAuthentication supports two properties: <br>&nbsp; • email<br>&nbsp; • privateKey |ServiceAuthentication supports four properties:<br>&nbsp; • email<br>&nbsp; • keyFilePath<br>&nbsp; • trustedCertPath<br>&nbsp; • useSystemTrustStore |
275+
|Selecting a table in a dataset is not supported.|Support selecting a table in a dataset and querying the table in copy activities.|
276+
|Support GAQL syntax as the query language.|Support SQL syntax as the query language.|
277+
|The output column names are the same as the field names defined in Google Ads.|The output column names don't match the field names defined in Google Ads.|
278+
|The following mappings are used from Google Ads data types to interim data types used by the service internally.<br><br>float -> float <br>int32 -> int <br>int64 -> long |The following mappings are used from Google Ads data types to interim data types used by the service internally. <br><br>float -> string <br>int32 -> string <br>int64 -> string |
267279

268280
## Upgrade Google AdWords connector to Google Ads connector
269281

0 commit comments

Comments
 (0)