Skip to content

Commit 31e5c3a

Browse files
committed
Fix
1 parent cabe13f commit 31e5c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@ The table below shows the feature differences between Google Ads using the recom
326326
| Google Ads using the recommended driver version | Google Ads using the legacy driver version |
327327
|:---|:---|
328328
|Specifying Google Ads API version is supported.|Specifying Google Ads API version is not supported.|
329-
|ServiceAuthentication supports two properties: <br>• email<br>• privateKey |ServiceAuthentication supports four properties:<br>• email<br>• keyFilePath<br>• trustedCertPath<br>• useSystemTrustStore |
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 |
330330
|Selecting a table in a dataset is not supported.|Support selecting a table in a dataset and querying the table in copy activities.|
331331
|Support GAQL syntax as the query language.|Support SQL syntax as the query language.|
332-
|The output column names are the same as Google Ads.|The output column names don't match Google Ads.|
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.|
333333
|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 |
334334

335335
## Related content

0 commit comments

Comments
 (0)