Skip to content

Commit 65180ba

Browse files
Correct to bullets for nonsequential steps
1 parent 1761000 commit 65180ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,16 +235,16 @@ You can follow the guidance below to convert the SQL statement to the correspond
235235

236236
Here are two very useful tools offered by Google and they are highly recommended when building the corresponding GAQL query statements:
237237

238-
1. [Interactive GAQL query builder](https://developers.google.com/google-ads/api/fields/v14/overview_query_builder)
239-
2. [GAQL query validator](https://developers.google.com/google-ads/api/fields/v14/query_validator)
238+
- [Interactive GAQL query builder](https://developers.google.com/google-ads/api/fields/v14/overview_query_builder)
239+
- [GAQL query validator](https://developers.google.com/google-ads/api/fields/v14/query_validator)
240240

241241
### Field name
242242

243243
The field name used in SQL is not aligned with GAQL. You also need to learn the conversion rules from field names in SQL to field names in GAQL. The conversion rule can be summarized as follows:
244244

245-
1. If the field name belongs to a resource, the underscore (`_`) in SQL will be changed to dot (`.`) in GAQL. And for the words between the dot, the camelCase type statement used in SQL will be changed to standalone words with added underscores in between. The first string of type PascalCase in SQL will be changed to the corresponding resource name in GAQL.
245+
- If the field name belongs to a resource, the underscore (`_`) in SQL will be changed to dot (`.`) in GAQL. And for the words between the dot, the camelCase type statement used in SQL will be changed to standalone words with added underscores in between. The first string of type PascalCase in SQL will be changed to the corresponding resource name in GAQL.
246246

247-
2. If the field name belongs to segments or metrics, the prefix `segments.` or `metrics.` should be added in GAQL, then follow the same rule as described in the first point to convert the name.
247+
- If the field name belongs to segments or metrics, the prefix `segments.` or `metrics.` should be added in GAQL, then follow the same rule as described in the first point to convert the name.
248248

249249
Here are the concrete examples of the field name conversion:
250250

0 commit comments

Comments
 (0)