Skip to content

Commit cdf71a6

Browse files
committed
changed my mind
1 parent 7c3cf54 commit cdf71a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/_includes/content/functions/settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Settings allow you to pass configurable variables to your function, which is the
44

55
First, add a setting in **Settings** tab in the code editor:
66

7-
![The functions settings tab](/docs/connections/functions/images/settings-tab-empty.png){:width="500"}
7+
![A screenshot of the functions settings tab](/docs/connections/functions/images/settings-tab-empty.png){:width="500"}
88

99
Click **Add Setting** to add your new setting.
1010

11-
![The "Add Setting" section of the functions settings tab, with apiKey settings included](/docs/connections/functions/images/add-setting-dialog.png)
11+
![A screenshot of the "Add Setting" section of the functions settings tab, with apiKey settings included](/docs/connections/functions/images/add-setting-dialog.png)
1212

1313
You can configure the details about this setting, which change how it's displayed to anyone using your function:
1414

@@ -25,4 +25,4 @@ Click **Add Setting** to save the new setting.
2525

2626
Once you save a setting, it appears in the **Settings** tab for the function. You can edit or delete settings from this tab.
2727

28-
![The functions settings tab, showing the apiKey setting](/docs/connections/functions/images/settings-tab-non-empty.png){:width="500"}
28+
![A screenshot of the functions settings tab, showing the apiKey setting](/docs/connections/functions/images/settings-tab-non-empty.png){:width="500"}

src/connections/destinations/catalog/activecampaign/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ActiveCampaign also supports updating a contact's custom fields with this integr
7878

7979
For example, if you have a contact in ActiveCampaign with these custom fields:
8080

81-
![The fields page in ActiveCampaign, featuring two custom fields: Shirt Size and State.](images/jda1490xo_screenshot2015-12-07at3.58.27pm.png)
81+
![A screenshot of the fields page in ActiveCampaign, featuring two custom fields: Shirt Size and State.](images/jda1490xo_screenshot2015-12-07at3.58.27pm.png)
8282

8383
You can update those fields using this identify call:
8484

src/connections/destinations/catalog/adobe-analytics/identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ The Identity Resolution destination settings are:
99
- **Marketing Cloud ID**
1010
- **Drop VisitorID**, and **No Fallbacks for VisitorID:Server-Side Only** destination settings.
1111

12-
![The Adobe Analytics settings page in Segment, with the Identity Resolution section selected.](images/identity-resolution.png)
12+
![A screenshot of the Adobe Analytics settings page in Segment, with the Identity Resolution section selected.](images/identity-resolution.png)
1313

1414
The Timestamp destination settings are:
1515
- **Timestamp Option**
1616
- **Send Both Timestamp and VisitorID for Timestamp Optional Reporting Suites**
1717
- **Prefer VisitorID for Hybrid Timestamp Reporting**
1818

19-
![The Adobe Analytics settings page in Segment, with the Timestamps section selected.](images/timestamps.png)
19+
![A screenshot of the Adobe Analytics settings page in Segment, with the Timestamps section selected.](images/timestamps.png)
2020

2121
## Analytics.js - Device Mode
2222

0 commit comments

Comments
 (0)