Skip to content

Commit ccedea4

Browse files
markzegarelliforstisabellapwsegbot-docsteamkdaswani
authored
Friendbuy Actions destinations (#2445)
* Adding admonition infrastructure * DOC-393 Taking it out of an admonition format and adding it to the paragraph above it * [DOC-393] Simplifying the information, adding it to the sentence before it * Fixes to Contributing page * small update to ga4 * Update CONTRIBUTING.md Frontmatter -> Front matter * Add note about Criteo connection modes with Analytics.js (#2437) * Add clarity to HubSpot API limit (#2436) * Update CONTRIBUTING.md * catalog update * Add Troubleshooting section to GEC docs (#2434) * add Troubleshooting section to GEC docs * style edits Co-authored-by: markzegarelli <[email protected]> * redirect sprig actions (#2423) * remove connection table * Linking to FQL from Destination Filters doc (#2421) * Linking to FQL from Destination Filters doc * Update src/connections/destinations/destination-filters.md Co-authored-by: stayseesong <[email protected]> Co-authored-by: stayseesong <[email protected]> * [byteplus] adding new destination folder in order to show new name in… (#2414) * [byteplus] adding new destination folder in order to show new name in docs URL * local links should be relative Co-authored-by: markzegarelli <[email protected]> * Add region unsupported message for all cloud sources (#2422) * Add region unsupported message for all cloud sources * Remove spaces * prettify markdown * copy edits Co-authored-by: markzegarelli <[email protected]> * Friendbuy cloud destination (#2416) * Apply Friendbuy web destination documentation rename from master branch. * Copy Friendbuy web destination documentation as basis for cloud destination. * Update to Friendbuy web destination documentation. * Documentation for new Friendbuy cloud destination. * Apply suggestions from code review Co-authored-by: rchinn-segment <[email protected]> * Minor language tweaks. * Changed "might" to "probably" because it's unlikely that someone using both Friendbuy and Segment wouldn't use the Friendbuy web destination. * Changed "won't load" to "won't be loaded" because whether our JavaScript is loaded or not is outside of its control. Segment does not call the web destination's initialization function unless at least one mapping is enabled. * Move the Friendbuy web destination documentation back to actions-friendbuy. Co-authored-by: rchinn-segment <[email protected]> * update catalog Co-authored-by: forstisabella <[email protected]> Co-authored-by: pwseg <[email protected]> Co-authored-by: Segment Docs Robot <[email protected]> Co-authored-by: kdaswani <[email protected]> Co-authored-by: rchinn-segment <[email protected]> Co-authored-by: pwseg <[email protected]> Co-authored-by: Niall Brennan <[email protected]> Co-authored-by: stayseesong <[email protected]> Co-authored-by: Thomas Gilbert <[email protected]> Co-authored-by: jinapark202 <[email protected]> Co-authored-by: David Hull <[email protected]>
1 parent 275b09f commit ccedea4

File tree

7 files changed

+2428
-11
lines changed

7 files changed

+2428
-11
lines changed

scripts/catalog_papi.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ const updateDestinations = async () => {
330330
let regional = ['us-west']
331331

332332
// We need to be able to keep the system slug in some cases.
333-
const slugOverrides = ['actions-google-enhanced-conversions', 'actions-google-analytics-4', 'actions-facebook-conversions-api']
333+
const slugOverrides = ['actions-google-enhanced-conversions', 'actions-google-analytics-4', 'actions-facebook-conversions-api', 'actions-friendbuy-cloud']
334334
let slug = slugify(destination.name)
335335
if (slugOverrides.includes(destination.slug)) {
336336
slug = destination.slug
@@ -341,7 +341,8 @@ const updateDestinations = async () => {
341341
const actionsDests = [
342342
'amplitude-actions',
343343
'slack-actions',
344-
'fullstory-actions'
344+
'fullstory-actions',
345+
'friendbuy-actions'
345346
]
346347

347348
if (actionsDests.includes(slug)) {

0 commit comments

Comments
 (0)