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
-
224
211
### Update the linked service configuration
225
212
226
213
In **Edit linked service** page, select **Recommended** under **Driver version** and configure the linked service by referring to [Linked service properties](#linked-service-properties).
@@ -277,6 +264,18 @@ Here are the concrete examples of the field name conversion:
277
264
| Segments |`DayOfWeek`|`segments.day_of_week`|
278
265
| Metrics |`VideoViews`|`metrics.video_views`|
279
266
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.|
|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 |
280
279
281
280
## Upgrade Google AdWords connector to Google Ads connector
0 commit comments