From 345ec3cebac85be335dd1161753ab4f8620ff8e6 Mon Sep 17 00:00:00 2001 From: pwseg Date: Thu, 15 Feb 2024 12:55:45 -0600 Subject: [PATCH 1/5] Catalog update [netlify-build] --- src/_data/catalog/destination_categories.yml | 2 +- src/_data/catalog/destinations.yml | 266 ++++++++++++++---- src/_data/catalog/destinations_private.yml | 2 +- src/_data/catalog/regional-supported.yml | 27 ++ src/_data/catalog/source_categories.yml | 2 +- src/_data/catalog/sources.yml | 56 +++- .../destinations/catalog/appfit/index.md | 7 + 7 files changed, 303 insertions(+), 59 deletions(-) create mode 100644 src/connections/destinations/catalog/appfit/index.md diff --git a/src/_data/catalog/destination_categories.yml b/src/_data/catalog/destination_categories.yml index 2ee0442e13..3a30c14795 100644 --- a/src/_data/catalog/destination_categories.yml +++ b/src/_data/catalog/destination_categories.yml @@ -1,5 +1,5 @@ # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT -# destination categories last updated 2024-02-13 +# destination categories last updated 2024-02-15 items: - display_name: A/B Testing slug: a-b-testing diff --git a/src/_data/catalog/destinations.yml b/src/_data/catalog/destinations.yml index 1663922136..8b7412265c 100644 --- a/src/_data/catalog/destinations.yml +++ b/src/_data/catalog/destinations.yml @@ -1,5 +1,5 @@ # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT -# destination data last updated 2024-02-13 +# destination data last updated 2024-02-15 items: - id: 637e8d185e2dec264895ea89 display_name: 1Flow @@ -10287,7 +10287,7 @@ items: display_name: AppFit name: AppFit slug: appfit - hidden: true + hidden: false endpoints: - US regions: @@ -11672,6 +11672,212 @@ items: label: API Key actions: [] presets: [] +- id: 65c2465d0d7d550aa8e7e5c6 + display_name: Avo + name: Avo + slug: avo + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/avo + previous_names: + - Avo + website: https://avo.app + status: PUBLIC_BETA + categories: + - Analytics + logo: + url: https://cdn-devcenter.segment.com/7c289f9e-7d4d-4533-a601-71fea229721d.svg + mark: + url: https://cdn-devcenter.segment.com/69b83189-4afd-4ef0-ba8c-a777bb5af7a9.svg + methods: + track: true + identify: true + group: true + alias: true + screen: false + page: true + platforms: + browser: true + mobile: false + server: true + warehouse: false + cloudAppObject: false + components: [] + browserUnbundlingSupported: false + browserUnbundlingPublic: false + replay: false + connection_modes: + device: + web: false + mobile: false + server: false + cloud: + web: true + mobile: false + server: true + settings: + - name: apiKey + type: string + defaultValue: '' + description: Avo Inspector API Key + required: true + label: API Key + - name: appVersionPropertyName + type: string + defaultValue: '' + description: >- + Optionally set which property represents the app version in your events. + If not set, the app version will be taken from the $.context.app.version + required: true + label: App Version property + - name: env + type: select + defaultValue: prod + description: Avo Inspector Environment + required: true + label: Environment + actions: + - id: 7n22BoWfoHtpYHm2zKS7cq + name: Track Schema From Event + slug: sendSchemaToInspector + description: Sends event schema to the Avo Inspector API + platform: CLOUD + hidden: false + defaultTrigger: type = "track" + fields: + - id: g4deuN5DQ9KABRHH5op4gN + sortOrder: 0 + fieldKey: event + label: Event Name + type: STRING + description: Name of the event being sent + placeholder: '' + defaultValue: + '@path': $.event + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 5pBnFXzLxcAzFhX2iYntDm + sortOrder: 1 + fieldKey: properties + label: Properties + type: OBJECT + description: Properties of the event being sent + placeholder: '' + defaultValue: + '@path': $.properties + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: bJi5KZnfzYoFrquvCajEF + sortOrder: 2 + fieldKey: messageId + label: Message ID + type: STRING + description: Message ID of the event being sent + placeholder: '' + defaultValue: + '@path': $.messageId + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: oYjuQVddW8AS9fMrAkwNeq + sortOrder: 3 + fieldKey: createdAt + label: Created At + type: STRING + description: Timestamp of when the event was sent + placeholder: '' + defaultValue: + '@path': $.timestamp + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: a7CTanNP64UNHB82osVwF3 + sortOrder: 4 + fieldKey: appVersion + label: App Version + type: STRING + description: Version of the app that sent the event + placeholder: '' + defaultValue: + '@path': $.context.app.version + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: mPoHb8QfGatuSkQHsPvGAj + sortOrder: 5 + fieldKey: appName + label: App Name + type: STRING + description: Name of the app that sent the event + placeholder: '' + defaultValue: + '@path': $.context.app.name + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: krreEG3cbQKVXJ8qK5jNo9 + sortOrder: 6 + fieldKey: pageUrl + label: Page URL + type: STRING + description: URL of the page that sent the event + placeholder: '' + defaultValue: + '@path': $.context.page.url + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 3FMnWVSxETAzjcXzir2US1 + sortOrder: 7 + fieldKey: enable_batching + label: Enable Batching? + type: BOOLEAN + description: When enabled, Segment will send events in batches. + defaultValue: false + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + presets: + - actionId: 7n22BoWfoHtpYHm2zKS7cq + name: Track Schema From Event + fields: + event: + '@path': $.event + properties: + '@path': $.properties + messageId: + '@path': $.messageId + createdAt: + '@path': $.timestamp + appVersion: + '@path': $.context.app.version + appName: + '@path': $.context.app.name + pageUrl: + '@path': $.context.page.url + trigger: type = "track" - id: 60be92c8dabdd561bf6c9130 display_name: AWS S3 name: AWS S3 @@ -25848,7 +26054,7 @@ items: display_name: Equals name: Equals slug: equals - hidden: false + hidden: true endpoints: - US regions: @@ -35229,14 +35435,14 @@ items: - id: 60ad61f9ff47a16b8fb7b5d9 display_name: Google Analytics 4 Cloud name: Google Analytics 4 Cloud - slug: google-analytics-4-cloud + slug: actions-google-analytics-4 hidden: false endpoints: - US regions: - us-west-2 - eu-west-1 - url: connections/destinations/catalog/google-analytics-4-cloud + url: connections/destinations/catalog/actions-google-analytics-4 previous_names: - Actions Google Analytic 4 - Actions Google Analytics 4 @@ -91905,53 +92111,3 @@ items: label: Zopim ID actions: [] presets: [] -- id: 5d4dd5b989eda01a09b5cdb1 - display_name: Personas Display & Video 360 - name: Personas Display & Video 360 - slug: personas-display-video-360 - hidden: false - endpoints: - - US - regions: - - us-west-2 - - eu-west-1 - url: connections/destinations/catalog/personas-display-video-360 - previous_names: - - Personas Display & Video 360 - website: https://marketingplatform.google.com/about/display-video-360/ - status: PUBLIC - categories: - - Advertising - logo: - url: https://cdn.filepicker.io/api/file/a58jMNgR3qpJKhYQAntc - mark: - url: https://cdn.filepicker.io/api/file/HfloKy76TXaz749XE4IG - methods: - track: false - identify: false - group: false - alias: false - screen: false - page: false - platforms: - browser: true - mobile: true - server: false - warehouse: false - cloudAppObject: false - components: [] - browserUnbundlingSupported: false - browserUnbundlingPublic: true - replay: false - connection_modes: - device: - web: false - mobile: false - server: false - cloud: - web: true - mobile: true - server: false - settings: [] - actions: [] - presets: [] diff --git a/src/_data/catalog/destinations_private.yml b/src/_data/catalog/destinations_private.yml index df208be1d9..0a3ba2a6b2 100644 --- a/src/_data/catalog/destinations_private.yml +++ b/src/_data/catalog/destinations_private.yml @@ -1,5 +1,5 @@ # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT -# destination data last updated 2024-02-13 +# destination data last updated 2024-02-15 items: - id: 54521fd725e721e32a72eec6 display_name: Intercom diff --git a/src/_data/catalog/regional-supported.yml b/src/_data/catalog/regional-supported.yml index 77c6947081..40fd80eb54 100644 --- a/src/_data/catalog/regional-supported.yml +++ b/src/_data/catalog/regional-supported.yml @@ -276,6 +276,15 @@ sources: endpoints: - us - eu + - id: CvYws1p1ZA + display_name: Flutter + hidden: true + slug: flutter + url: connections/sources/catalog/libraries/mobile/flutter + regions: + - us + endpoints: + - us - id: Eek5OnuA7e display_name: Foursquare Movement hidden: false @@ -884,6 +893,15 @@ sources: endpoints: - us - eu + - id: pL0LSh5JRA + display_name: Shopify + hidden: true + slug: shopify + url: connections/sources/catalog/libraries/website/shopify + regions: + - us + endpoints: + - us - id: V8ji9rWzoS display_name: Shopify (by Littledata) hidden: false @@ -978,6 +996,15 @@ sources: - us endpoints: - us + - id: VShGHAfvlr + display_name: UserGuiding + hidden: false + slug: userguiding + url: connections/sources/catalog/cloud-apps/userguiding + regions: + - us + endpoints: + - us - id: FOkpxVzfJJ display_name: Vero hidden: false diff --git a/src/_data/catalog/source_categories.yml b/src/_data/catalog/source_categories.yml index 59149a8126..afd94f6994 100644 --- a/src/_data/catalog/source_categories.yml +++ b/src/_data/catalog/source_categories.yml @@ -1,5 +1,5 @@ # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT -# source categories last updated 2024-02-13 +# source categories last updated 2024-02-15 items: - display_name: A/B Testing slug: a-b-testing diff --git a/src/_data/catalog/sources.yml b/src/_data/catalog/sources.yml index 5c11b3cad3..8fb47e0839 100644 --- a/src/_data/catalog/sources.yml +++ b/src/_data/catalog/sources.yml @@ -1,5 +1,5 @@ # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT -# sources last updated 2024-02-13 +# sources last updated 2024-02-15 items: - id: 8HWbgPTt3k display_name: .NET @@ -571,6 +571,22 @@ items: categories: - Enrichment - Mobile + - id: CvYws1p1ZA + display_name: Flutter + isCloudEventSource: false + slug: flutter + url: connections/sources/catalog/libraries/mobile/flutter + hidden: true + regions: + - us + endpoints: + - us + source_type: mobile + description: The hassle-free way to add analytics to your Flutter app + logo: + url: https://cdn.filepicker.io/api/file/YlbJLjB7SyqOLYHEkoGC + categories: + - Mobile - id: Eek5OnuA7e display_name: Foursquare Movement isCloudEventSource: true @@ -1822,6 +1838,26 @@ items: url: https://d3hotuclm6if1r.cloudfront.net/logos/sendgrid-default.svg categories: - Email Marketing + - id: pL0LSh5JRA + display_name: Shopify + isCloudEventSource: true + slug: shopify + url: connections/sources/catalog/libraries/website/shopify + hidden: true + regions: + - us + endpoints: + - us + source_type: website + description: >- + Collect and analyze data on customers and actions, including viewing + product categories, adding, removing, and updating products to the cart, + completing orders, and every page viewed. + logo: + url: https://cdn.filepicker.io/api/file/QNIIRapqTuSa4jLIstsK + categories: + - Website + - Analytics - id: V8ji9rWzoS display_name: Shopify (by Littledata) isCloudEventSource: true @@ -2010,6 +2046,24 @@ items: categories: - Personalization - Analytics + - id: VShGHAfvlr + display_name: UserGuiding + isCloudEventSource: true + slug: userguiding + url: connections/sources/catalog/cloud-apps/userguiding + hidden: false + regions: + - us + endpoints: + - us + source_type: cloud-app + description: No-Code Digital Adoption + logo: + url: >- + https://cdn-devcenter.segment.com/e58988b6-093c-43c6-a0fb-7a8b8af84af1.svg + categories: + - Personalization + - Surveys - id: FOkpxVzfJJ display_name: Vero isCloudEventSource: true diff --git a/src/connections/destinations/catalog/appfit/index.md b/src/connections/destinations/catalog/appfit/index.md new file mode 100644 index 0000000000..f6410ada85 --- /dev/null +++ b/src/connections/destinations/catalog/appfit/index.md @@ -0,0 +1,7 @@ +--- +title: 'AppFit Destination' +hidden: true +id: 64b67be0d0dd66094c162ca7 +published: false +beta: true +--- From b5927f8e9649792eba2b07ffaa0b1dac4d9391cd Mon Sep 17 00:00:00 2001 From: pwseg Date: Thu, 15 Feb 2024 12:59:09 -0600 Subject: [PATCH 2/5] Add Personas Display and Video Destination back --- src/_data/catalog/destinations.yml | 50 ++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/src/_data/catalog/destinations.yml b/src/_data/catalog/destinations.yml index 8b7412265c..914c64e343 100644 --- a/src/_data/catalog/destinations.yml +++ b/src/_data/catalog/destinations.yml @@ -92111,3 +92111,53 @@ items: label: Zopim ID actions: [] presets: [] +- id: 5d4dd5b989eda01a09b5cdb1 + display_name: Personas Display & Video 360 + name: Personas Display & Video 360 + slug: personas-display-video-360 + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/personas-display-video-360 + previous_names: + - Personas Display & Video 360 + website: https://marketingplatform.google.com/about/display-video-360/ + status: PUBLIC + categories: + - Advertising + logo: + url: https://cdn.filepicker.io/api/file/a58jMNgR3qpJKhYQAntc + mark: + url: https://cdn.filepicker.io/api/file/HfloKy76TXaz749XE4IG + methods: + track: false + identify: false + group: false + alias: false + screen: false + page: false + platforms: + browser: true + mobile: true + server: false + warehouse: false + cloudAppObject: false + components: [] + browserUnbundlingSupported: false + browserUnbundlingPublic: true + replay: false + connection_modes: + device: + web: false + mobile: false + server: false + cloud: + web: true + mobile: true + server: false + settings: [] + actions: [] + presets: [] \ No newline at end of file From a0b00a5d281c558a2397bb6ed7ea0e35ef6a53ea Mon Sep 17 00:00:00 2001 From: pwseg Date: Thu, 15 Feb 2024 13:10:56 -0600 Subject: [PATCH 3/5] Ditch Personas bye bye [netlify-build] --- src/_data/catalog/destinations.yml | 52 +----------------------------- 1 file changed, 1 insertion(+), 51 deletions(-) diff --git a/src/_data/catalog/destinations.yml b/src/_data/catalog/destinations.yml index ad1868c59d..e849bfe4ad 100644 --- a/src/_data/catalog/destinations.yml +++ b/src/_data/catalog/destinations.yml @@ -10287,7 +10287,7 @@ items: display_name: AppFit name: AppFit slug: appfit - hidden: false + hidden: true endpoints: - US regions: @@ -92111,53 +92111,3 @@ items: label: Zopim ID actions: [] presets: [] - - id: 5d4dd5b989eda01a09b5cdb1 - display_name: Personas Display & Video 360 - name: Personas Display & Video 360 - slug: personas-display-video-360 - hidden: false - endpoints: - - US - regions: - - us-west-2 - - eu-west-1 - url: connections/destinations/catalog/personas-display-video-360 - previous_names: - - Personas Display & Video 360 - website: https://marketingplatform.google.com/about/display-video-360/ - status: PUBLIC - categories: - - Advertising - logo: - url: https://cdn.filepicker.io/api/file/a58jMNgR3qpJKhYQAntc - mark: - url: https://cdn.filepicker.io/api/file/HfloKy76TXaz749XE4IG - methods: - track: false - identify: false - group: false - alias: false - screen: false - page: false - platforms: - browser: true - mobile: true - server: false - warehouse: false - cloudAppObject: false - components: [] - browserUnbundlingSupported: false - browserUnbundlingPublic: true - replay: false - connection_modes: - device: - web: false - mobile: false - server: false - cloud: - web: true - mobile: true - server: false - settings: [] - actions: [] - presets: [] \ No newline at end of file From 512bf73be4865503c3c7dafb402b531669c88d43 Mon Sep 17 00:00:00 2001 From: pwseg Date: Thu, 15 Feb 2024 13:13:04 -0600 Subject: [PATCH 4/5] Okay also see ya Zopim [netlify-build] --- src/_data/catalog/destinations.yml | 69 +----------------------------- 1 file changed, 1 insertion(+), 68 deletions(-) diff --git a/src/_data/catalog/destinations.yml b/src/_data/catalog/destinations.yml index e849bfe4ad..14ee10738a 100644 --- a/src/_data/catalog/destinations.yml +++ b/src/_data/catalog/destinations.yml @@ -92043,71 +92043,4 @@ items: required: false label: Create Users as Verified actions: [] - presets: [] -- id: 54ec1baddb31d978f14aa7f9 - display_name: Zopim - name: Zopim - slug: zopim - hidden: false - endpoints: - - US - regions: - - us-west-2 - - eu-west-1 - url: connections/destinations/catalog/zopim - previous_names: - - Zopim - website: https://www.zopim.com/ - status: PUBLIC - categories: - - Customer Success - - Livechat - logo: - url: https://d3hotuclm6if1r.cloudfront.net/logos/Zopim-default.svg - mark: - url: https://cdn.filepicker.io/api/file/9X6LYO4LT6mKClJdGL3w - methods: - track: true - identify: true - group: false - alias: false - screen: false - page: false - platforms: - browser: true - mobile: false - server: false - warehouse: false - cloudAppObject: false - components: - - code: https://github.com/segment-integrations/analytics.js-integration-zopim - type: BROWSER - browserUnbundlingSupported: false - browserUnbundlingPublic: true - replay: false - connection_modes: - device: - web: true - mobile: false - server: false - cloud: - web: false - mobile: false - server: false - settings: - - name: listen - type: boolean - defaultValue: false - description: Record Live Chat Conversation events from Zopim. - required: false - label: Record live chat events. - - name: zopimId - type: string - defaultValue: '' - description: >- - To get your Zopim ID, please contact Zopim support: - https://www.zopim.com/contact - required: true - label: Zopim ID - actions: [] - presets: [] + presets: [] \ No newline at end of file From 6c965c59ea237f73e30374e4be3225bf97864bbb Mon Sep 17 00:00:00 2001 From: pwseg Date: Thu, 15 Feb 2024 13:28:51 -0600 Subject: [PATCH 5/5] Add Personas and Zopim destinations back [netlify-build] --- src/_data/catalog/destinations.yml | 118 ++++++++++++++++++++++++++++- 1 file changed, 117 insertions(+), 1 deletion(-) diff --git a/src/_data/catalog/destinations.yml b/src/_data/catalog/destinations.yml index 14ee10738a..c2c6d238f6 100644 --- a/src/_data/catalog/destinations.yml +++ b/src/_data/catalog/destinations.yml @@ -92043,4 +92043,120 @@ items: required: false label: Create Users as Verified actions: [] - presets: [] \ No newline at end of file + presets: [] +- id: 54ec1baddb31d978f14aa7f9 + display_name: Zopim + name: Zopim + slug: zopim + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/zopim + previous_names: + - Zopim + website: https://www.zopim.com/ + status: PUBLIC + categories: + - Customer Success + - Livechat + logo: + url: https://d3hotuclm6if1r.cloudfront.net/logos/Zopim-default.svg + mark: + url: https://cdn.filepicker.io/api/file/9X6LYO4LT6mKClJdGL3w + methods: + track: true + identify: true + group: false + alias: false + screen: false + page: false + platforms: + browser: true + mobile: false + server: false + warehouse: false + cloudAppObject: false + components: + - code: https://github.com/segment-integrations/analytics.js-integration-zopim + type: BROWSER + browserUnbundlingSupported: false + browserUnbundlingPublic: true + replay: false + connection_modes: + device: + web: true + mobile: false + server: false + cloud: + web: false + mobile: false + server: false + settings: + - name: listen + type: boolean + defaultValue: false + description: Record Live Chat Conversation events from Zopim. + required: false + label: Record live chat events. + - name: zopimId + type: string + defaultValue: '' + description: >- + To get your Zopim ID, please contact Zopim support: + https://www.zopim.com/contact + required: true + label: Zopim ID + actions: [] + presets: [] +- id: 5d4dd5b989eda01a09b5cdb1 + display_name: Personas Display & Video 360 + name: Personas Display & Video 360 + slug: personas-display-video-360 + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/personas-display-video-360 + previous_names: + - Personas Display & Video 360 + website: https://marketingplatform.google.com/about/display-video-360/ + status: PUBLIC + categories: + - Advertising + logo: + url: https://cdn.filepicker.io/api/file/a58jMNgR3qpJKhYQAntc + mark: + url: https://cdn.filepicker.io/api/file/HfloKy76TXaz749XE4IG + methods: + track: false + identify: false + group: false + alias: false + screen: false + page: false + platforms: + browser: true + mobile: true + server: false + warehouse: false + cloudAppObject: false + components: [] + browserUnbundlingSupported: false + browserUnbundlingPublic: true + replay: false + connection_modes: + device: + web: false + mobile: false + server: false + cloud: + web: true + mobile: true + server: false + settings: [] + actions: [] \ No newline at end of file