Skip to content

Commit 1c018d1

Browse files
committed
fix numbering
1 parent cd4a497 commit 1c018d1

File tree

2 files changed

+11
-12
lines changed
  • src/connections/destinations/catalog

2 files changed

+11
-12
lines changed

src/connections/destinations/catalog/actions-facebook-custom-audiences/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,14 @@ This destination sends audiences, or lists of users, to Facebook Custom Audience
4343

4444
After you've connected your Facebook Custom Audiences destination to Segment, set up a mapping that adds users to a new or existing Custom Audience.
4545

46+
> warning "Added or updated records is the only supported additive sync mode"
47+
> Selecting any other sync mode might lead to sync failures with the Facebook Custom Audiences (Actions) destination.
48+
4649
1. Navigate to **Connections > Sources** and select your Reverse ETL source.
4750
2. On the Models page, select the model you'd like to use and click **Add Mapping**.
4851
3. Select the Facebook Custom Audience (Actions) destination and the Sync Audience action, then click **Create Mapping**.
4952
4. Enter a descriptive name for your mapping. Segment recommends a name that includes both the audience name and sync mode, for example, `Loyalty Users (Add)`.
5053
5. Under **Select record to map and send**, select **Added or updated records**. The Added or updated records sync mode both adds new records and attempts to re-add any updated records to the custom audience. Adding updated records to your destination enables better match rates as more user identifiers are added to the source model over time.
51-
52-
> warning "Added or updated records is the only supported additive sync mode"
53-
> Selecting any other sync mode might lead to sync failures with the Facebook Custom Audiences (Actions) destination.
54-
5554
6. Set how often your model syncs by setting the [Sync schedule](/docs/connections/reverse-etl/#step-4-create-mappings).
5655
7. Select or create an audience in Facebook to sync your data with. Click the **Select or create audience in Facebook** button to save the audience ID to your mapping.
5756
8. Map your model columns to the appropriate Facebook Custom Audience parameters. For more context about data formatting, see the [Sync Audience](#sync-audience) and [Data processing](#data-processing) documentation.

src/connections/destinations/catalog/actions-kafka/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ id: 65dde5755698cb0dab09b489
2020

2121
The way you've configured your Kafka Cluster informs the authentication and encryption settings you'll need to apply to the Segment Kafka Destination. You may need the assistance of someone technical to provide values for the following Settings:
2222

23-
5. On the Settings tab, enter values into the **Client ID**, **Brokers** and **Authentication Mechanism** setting fields.
24-
6. Populate fields based on the value you selected from the **Authentication Mechanism** field:
23+
1. On the Settings tab, enter values into the **Client ID**, **Brokers** and **Authentication Mechanism** setting fields.
24+
2. Populate fields based on the value you selected from the **Authentication Mechanism** field:
2525
- **Plain** or **SCRAM-SHA-256 / 512** authentication: provide values for **Username** and **Password** fields.
2626
- **Client Certificate** authentication: provide values for the **SSL Client Key** and **SSL Client Certificate** fields.
27-
7. Populate the **SSL Certificate Authority** field, if necessary.
28-
8. Save your changes and proceed to [Configure the Send Action](#configure-the-send-action).
27+
3. Populate the **SSL Certificate Authority** field, if necessary.
28+
4. Save your changes and proceed to [Configure the Send Action](#configure-the-send-action).
2929

3030
### Configure the "Send" Action
3131

32-
9. Select the Mappings tab and add a new **Send** mapping.
33-
10. Select a Topic to send data to. This field should auto-populate based on the credentials you provided in the Settings tab.
34-
11. Map your payload using the **Payload** field.
32+
1. Select the Mappings tab and add a new **Send** mapping.
33+
2. Select a Topic to send data to. This field should auto-populate based on the credentials you provided in the Settings tab.
34+
3. Map your payload using the **Payload** field.
3535
_(Optional)_: Specify partitioning preferences, Headers and Message Key values.
36-
12. Save and enable the Action, then navigate back to the Kafka destination's Settings tab to enable and save the Destination.
36+
4. Save and enable the Action, then navigate back to the Kafka destination's Settings tab to enable and save the Destination.
3737

3838
{% include components/actions-fields.html %}
3939

0 commit comments

Comments
 (0)