You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-google-adwords.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,10 +326,10 @@ The table below shows the feature differences between Google Ads using the recom
326
326
| Google Ads using the recommended driver version | Google Ads using the legacy driver version |
327
327
|:---|:---|
328
328
|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> • email<br> • privateKey |ServiceAuthentication supports four properties:<br> • email<br> • keyFilePath<br> • trustedCertPath<br> • useSystemTrustStore |
330
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
331
|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.|
333
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 |
0 commit comments