Skip to content

Commit c0dd164

Browse files
committed
[netlify-build]
1 parent aea25f5 commit c0dd164

File tree

416 files changed

+442
-348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

416 files changed

+442
-348
lines changed

scripts/update.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const PAPI_URL = "https://api.segmentapis.com"
1616
const slugOverrides = yaml.load(fs.readFileSync(path.resolve(__dirname, `../src/_data/catalog/slugs.yml`)))
1717

1818
// This function connects with the Public API. It looks for the endpoint URL and a page token value.
19-
// The function is called in the updateSources and update Destination functions.
19+
// The function is called in the updateSources and update Destination functions.
2020
// Functions let us reuse code easily. Instead of needing to write this out multiple times, I can define it once
2121
// and pass in the necessary details when I call it.
2222
const getCatalog = async (url, page_token = "MA==") => {
@@ -68,7 +68,7 @@ const slugify = (displayName) => {
6868

6969
// This function does the actual work of adding the id value to the source and destination
7070
// Notice that the write to file step is commented out. This is to verify that the updated frontmatter
71-
// is correct before we write a whole bunch of files.
71+
// is correct before we write a whole bunch of files.
7272
// Uncomment that line and remove the line above it to run it for real.
7373
const addIdToExisting = (integration) => {
7474
let itemURL = integration.url
@@ -80,7 +80,7 @@ const addIdToExisting = (integration) => {
8080
const body = f.body
8181
const content = attr + body
8282
console.log(attr)
83-
//fs.writeFileSync(catalogPath, content)
83+
fs.writeFileSync(catalogPath, content)
8484
}
8585
} catch (e) {
8686
console.log(error)
@@ -144,7 +144,7 @@ const updateDestinations = async () => {
144144
let slug = slugify(destination.name)
145145

146146
let url = `connections/destinations/catalog/${slug}`
147-
147+
148148
let updatedDestination = {
149149
id: destination.id,
150150
url

src/_includes/content/destination-dossier.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!-- in the file we're pulling from the API, "name" corresponds with the path to the yml blob for a specific destination.-->
2-
{% assign thisDestination = page.url | split: "/" | last %}
2+
{% assign thisDestination = page.id %}
33

44
{% assign overrideInfo = site.data.catalog.overrides.items % | where: "slug", thisDestination | first %}
55

66

77

8-
{% assign destinationInfo = site.data.catalog.destinations.items | where: "slug", thisDestination | first %}
8+
{% assign destinationInfo = site.data.catalog.destinations.items | where: "destination_id", thisDestination | first %}
99
{% comment %}There are probably prettier ways to generate a list of links to these methods, but this was good enough for me.{% endcomment %}
1010
{% assign destMethods = "" | split: ", " %}
1111
{% assign methodName = "" | split: " " %}
@@ -78,4 +78,4 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
7878
</table>
7979
</div>
8080
{% endif %}
81-
</div>
81+
</div>

src/connections/destinations/catalog/2mee/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 2mee Destination
33
rewrite: true
4+
id: 60b5d0a01f3726b85dc05aab
45
---
56
[2mee](https://2mee.com ) is a Human Hologram platform that automatically cuts the person out from the background, removing the visual clutter, and places them in the familiar context of your phone or website so that they dominate the screen.
67

src/connections/destinations/catalog/ab-smartly/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: AB Smartly Destination
3+
id: 605dd9d7e5ff0b3873e250a4
34
---
4-
5-
65
[A/B Smartly](https://absmartly.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} provides an on-premise, full-stack experimentation platform for engineering and product teams that do continuous experimentation embedded into their development process. A/B Smartly's real-time analytics helps engineering and product teams ensure that new features will improve the customer experience without breaking or degrading performance and/or business metrics.
76

87
This destination is maintained by A/B Smartly. For any issues with the destination, [contact A/B Smartly's Support](mailto:[email protected]).

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Amplitude (Actions) Destination
33
hide-boilerplate: true
44
hide-dossier: false
5+
id: 5f7dd6d21ad74f3842b1fc47
56
---
67
{% include content/plan-grid.md name="actions" %}
78

src/connections/destinations/catalog/actions-facebook-conversions-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Facebook Conversions API (Actions)
33
strat: facebook
44
hide-boilerplate: true
55
hide-dossier: false
6+
id: 61806e472cd47ea1104885fc
67
---
7-
88
Facebook Conversions API (Actions) enables advertisers to send events from their servers directly to Facebook. Server-side events link to Facebook Pixel events, and process like browser pixel events. This means that server-side events are used in measurement, reporting, and optimization, just like browser pixel events.
99

1010
> info ""

src/connections/destinations/catalog/actions-friendbuy-cloud/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Friendbuy Cloud Mode (Actions) Destination
33
hide-boilerplate: true
44
hide-dossier: false
55
hidden: false
6+
id: 61dde0dc77eb0db0392649d3
67
---
7-
88
{% include content/plan-grid.md name="actions" %}
99

1010
[Friendbuy](https://www.friendbuy.com/){:target='_blank'} powers referral programs for e-commerce merchants of all sizes, providing an easy solution to launch Refer-a-Friend programs and accelerate growth through word of mouth.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Friendbuy Web Mode (Actions) Destination
33
hide-boilerplate: true
44
hide-dossier: false
55
hidden: false
6+
id: 6170a348128093cd0245e0ea
67
---
7-
88
<!-- The published version of this document is available at https://segment.com/docs/connections/destinations/catalog/actions-friendbuy/ -->
99

1010
{% include content/plan-grid.md name="actions" %}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: FullStory (Actions)
33
hide-boilerplate: true
44
hide-dossier: false
5+
id: 6141153ee7500f15d3838703
56
---
67
{% include content/plan-grid.md name="actions" %}
78

src/connections/destinations/catalog/actions-google-analytics-4/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Google Analytics 4 Destination
33
strat: google
44
hide-boilerplate: true
55
hide-dossier: false
6+
id: 60ad61f9ff47a16b8fb7b5d9
67
---
7-
88
[Google Analytics 4](https://support.google.com/analytics/answer/10089681){:target="_blank"} is Google's new Analytics property, which you can use for both websites and applications. Google Analytics 4 has machine learning at its core to help surface insights and give you a more complete understanding of your customers across devices and platforms.
99

1010
When you have Segment installed, you can use your existing tracking implementation to fulfill your data collection needs with Google Analytics 4. Segment will send your data server-side to [Google's Measurement Protocol API](https://developers.google.com/analytics/devguides/collection/protocol/ga4).

0 commit comments

Comments
 (0)