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
|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
+
211
224
### Update the linked service configuration
212
225
213
226
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
319
332
1. Not all report types from AWQL are supported in GAQL.
320
333
1. Not all AWQL queries are cleanly translated to GAQL queries.
321
334
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.|
|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
-
335
335
## Related content
336
336
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