From bc5e569c878a5cacdba2332f871bfd24e4617f3e Mon Sep 17 00:00:00 2001 From: pwseg Date: Thu, 15 Feb 2024 12:21:41 -0600 Subject: [PATCH] Catalog update --- src/_data/catalog/destination_categories.yml | 2 +- src/_data/catalog/destinations.yml | 218 +++++++++++++++++- 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, 304 insertions(+), 10 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..2709a641a3 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,7 +92111,7 @@ items: label: Zopim ID actions: [] presets: [] -- id: 5d4dd5b989eda01a09b5cdb1 + - id: 5d4dd5b989eda01a09b5cdb1 display_name: Personas Display & Video 360 name: Personas Display & Video 360 slug: personas-display-video-360 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 +---