Skip to content

Commit 7dbe6ce

Browse files
committed
Fix comments
1 parent 31e5c3a commit 7dbe6ce

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,19 @@ To learn details about the properties, check [Lookup activity](control-flow-look
208208

209209
To upgrade your Google Ads driver version, you need update your linked service and learn how to migrate from SQL to Google Ads Query Language (GAQL).
210210

211+
## Differences between Google Ads using the recommended and the legacy driver version
212+
213+
The table below shows the feature differences between Google Ads using the recommended and the legacy driver version.
214+
215+
| Recommended driver version | Legacy driver version |
216+
|:---|:---|
217+
|Specifying Google Ads API version is supported.|Specifying Google Ads API version is not supported.|
218+
|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 |
219+
|Selecting a table in a dataset is not supported.|Support selecting a table in a dataset and querying the table in copy activities.|
220+
|Support GAQL syntax as the query language.|Support SQL syntax as the query language.|
221+
|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.|
222+
|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 |
223+
211224
### Update the linked service configuration
212225

213226
In **Edit linked service** page, select **Recommended** under **Driver version** and configure the linked service by referring to [Linked service properties](#linked-service-properties).
@@ -319,18 +332,5 @@ Upgrade your Google AdWords linked service to the latest Google Ads linked servi
319332
1. Not all report types from AWQL are supported in GAQL.
320333
1. Not all AWQL queries are cleanly translated to GAQL queries.
321334

322-
## Differences between Google Ads using the recommended driver version and using the legacy driver version
323-
324-
The table below shows the feature differences between Google Ads using the recommended driver version and using the legacy driver version.
325-
326-
| Google Ads using the recommended driver version | Google Ads using the legacy driver version |
327-
|:---|:---|
328-
|Specifying Google Ads API version is supported.|Specifying Google Ads API version is not supported.|
329-
|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 |
330-
|Selecting a table in a dataset is not supported.|Support selecting a table in a dataset and querying the table in copy activities.|
331-
|Support GAQL syntax as the query language.|Support SQL syntax as the query language.|
332-
|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.|
333-
|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 |
334-
335335
## Related content
336336
For a list of data stores supported as sources and sinks by the copy activity, see [supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

0 commit comments

Comments
 (0)