Skip to content

Commit 26d3ca5

Browse files
committed
Update section location
1 parent 7dbe6ce commit 26d3ca5

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

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

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -208,19 +208,6 @@ 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-
224211
### Update the linked service configuration
225212

226213
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:
277264
| Segments | `DayOfWeek` | `segments.day_of_week` |
278265
| Metrics | `VideoViews` | `metrics.video_views` |
279266

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.|
274+
|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 |
275+
|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 |
280279

281280
## Upgrade Google AdWords connector to Google Ads connector
282281

0 commit comments

Comments
 (0)