You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/ambassador/index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ rewrite: true
3
3
title: Ambassador Destination
4
4
id: 573a3dfb80412f644ff13679
5
5
---
6
-
[Ambassador](https://www.getambassador.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) empowers companies to easily create, track & manage custom incentives that drive referrals and evangelize their users. The Ambassador Destination is open-source. You can browse the code [on GitHub](https://github.com/segment-integrations/analytics.js-integration-ambassador).
6
+
[Ambassador](https://www.getambassador.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) empowers companies to easily create, track & manage custom incentives that drive referrals and evangelize their users.
7
7
8
8
## Getting Started
9
9
10
10
{% include content/connection-modes.md %}
11
11
12
-
1. From the Segment web app, click **Catalog**.
13
-
2. Search for "Ambassador" in the Catalog, select it, and choose which of your sources to connect the destination to.
14
-
3. In the destination settings, enter your "Client ID" from your Ambassador dashboard, and populate any "Campaigns" to be mapped as per the below [Mapping campaigns to URLs](#mapping-campaigns-to-urls) section.
12
+
1. From the Segment web app, click **Catalog**.
13
+
2. Search for "Ambassador" in the Catalog, select it, and choose which of your sources to connect the destination to.
14
+
3. In the destination settings, enter your "Client ID" from your Ambassador dashboard, and populate any "Campaigns" to be mapped as per the below [Mapping campaigns to URLs](#mapping-campaigns-to-urls) section.
15
15
16
16
17
17
Your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading the Ambassador snippet on your page and sending data.
| ad_accounts | object | An [ad account](https://developers.facebook.com/docs/marketing-api/reference/ad-account) is an account used to manage ads on Facebook |
52
+
| ad_accounts | object | An ad account is an account used to manage ads on Facebook |
53
53
| ad_sets | object | An [ad set](https://developers.facebook.com/docs/marketing-api/reference/ad-campaign) is a group of ads that share the same daily or lifetime budget, schedule, bid type, bid info, and targeting data |
54
54
| ads | object | An [ad](https://developers.facebook.com/docs/marketing-api/reference/adgroup) object contains the data necessary to visually display an ad and associate it with a corresponding ad set. |
55
55
| campaigns | object | A [campaign](https://developers.facebook.com/docs/marketing-api/reference/v13.0) is a grouping of ad sets which are organized by the same business objective. |
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/nudgespot/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ id: 5GkpcyvNey
4
4
---
5
5
{% include content/source-region-unsupported.md %}
6
6
7
-
Nudgespot is the easiest way to trigger emails, SMS, push notifications or in-app messages to your customers, at the right time. [Visit Website](http://www.nudgespot.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners)
7
+
Nudgespot is the easiest way to trigger emails, SMS, push notifications or in-app messages to your customers, at the right time. [Visit Website](https://zetaglobal.com/){:target="_blank"}.
8
8
9
9
Take your company's email analysis to the next level by **adding Nudgespot as a Source to Segment.** Segment automatically collects email events like `Email Delivered` and `Email Opened`, forward them to your destinations, and load them into your data warehouse.
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/javascript/index.md
+15-4
Original file line number
Diff line number
Diff line change
@@ -483,19 +483,19 @@ Destination flags are **case sensitive** and match [the destination's name in th
483
483
484
484
### Load Options
485
485
486
+
> info ""
487
+
> **Note:** To use this feature, you must be on snippet version 4.1.0 or later. You can get the latest version of the snippet [here](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2-copy-the-segment-snippet).
488
+
486
489
You can modify the `.load` method in Analytics.js (the second line of the snippet) to take a second argument. If you pass an object with an `integrations` dictionary (matching the format [above](#selecting-destinations-with-the-integrations-object)), then Segment only loads the integrations in that dictionary that are marked as enabled with the boolean value `true`.
487
490
488
491
You can only call `.load` on page load, or reload (refresh). If you modify the `.load` method between page loads, it does not have any effect until the page is reloaded.
> **Note:** To use this feature, you must be on snippet version 4.1.0 or later. You can get the latest version of the snippet [here](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2-copy-the-segment-snippet).
498
-
499
499
This way, you can conditionally load integrations based on what customers opt into on your site. The example below shows how you might load only the tools that the user agreed to use.
You can also add an `obfuscate` property to the object in the second parameter, which obscures the URL from which your integrations and destination actions are loaded. This helps prevent words that are flagged by ad blockers to not be detected in your URL, enabling the integration to properly load.
0 commit comments