Skip to content

Commit 1fa73d5

Browse files
authored
minor tweaks
1 parent 15fde63 commit 1fa73d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/connections/destinations/catalog/actions-webhook-extensible/google-search-ads-integration-recipe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To integrate Search Ads 360 with Twilio Segment, ensure you have the following:
1818
### 1. Configure Extensible Webhook as a destination
1919

2020
1. In your Segment workspace, navigate to **Connections** > **Catalog** > **Destinations**.
21-
2. Use the search bar to search for **Extensible Webhook** and select **Add destination**.
21+
2. Use the search bar to search for "Extensible Webhook" and select **Add destination**.
2222

2323
### 2. Select the data source
2424

@@ -77,13 +77,13 @@ You will need to write an insert function that appends a property, for example o
7777
```
7878

7979
The Google Search Ads 360 Conversion API's required fields are:
80-
- `kind` which is `doubleclicksearch#conversionList`. Conversion is an array. For the beta, Segment doesn’t support batching to iterate over this.
80+
- `kind` which is `doubleclicksearch#conversionList`. Conversion is an array. While in beta, Segment doesn’t support batching to iterate over this.
8181
- `clickId` which is the ID of a specific click on an ad that the customer clicked on.
8282
- `conversionId` is a unique ID that tracks the particular conversion.
8383
- `conversionTimestamp` is date and time in epoch milliseconds on when the conversion took place.
8484
- `segmentationType` should be `FLOODLIGHT`.
8585
- `segmentationName` is the floodlight activity to report this conversion to.
86-
- `type` which can be `Action` or `Transaction` to indicate whether the conversion had a monetary value or not.
86+
- `type` which can be `action` or `transaction` to indicate whether the conversion had a monetary value or not.
8787

8888
#### Data mapping
8989

0 commit comments

Comments
 (0)