diff --git a/src/_data/catalog/destination_categories.yml b/src/_data/catalog/destination_categories.yml index 9d1dc61343..321c5173bc 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 2025-07-10 +# destination categories last updated 2025-07-17 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 c8a1914d2f..af0364d1ba 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 2025-07-10 +# destination data last updated 2025-07-17 items: - id: 637e8d185e2dec264895ea89 display_name: 1Flow @@ -455,6 +455,340 @@ items: actions: [] presets: [] partnerOwned: true +- id: 6874c64e5eda096bf3850ee0 + display_name: Aampe (Actions) + name: Aampe (Actions) + slug: aampe-actions + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/aampe-actions + previous_names: + - Aampe (Actions) + website: https://aampe.com/ + status: PUBLIC_BETA + categories: + - Personalization + - CRM + logo: + url: https://cdn-devcenter.segment.com/d53e9443-0c77-445f-96f6-135a09a5801f.svg + mark: + url: https://cdn-devcenter.segment.com/3154991b-37a3-4c04-9e36-cc483caa0f49.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 + linkedAudiences: true + 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: Your Aampe API Key + required: true + label: API Key + - name: region + type: select + defaultValue: https://ingestion-service-asia-southeast1-toqowp62ka-as.a.run.app/v1/ + description: Your data region + required: true + label: Region + actions: + - id: 7HmfVLFrn8dQEsVtWciXas + name: Upsert User Profile + slug: upsertUserProfile + description: Send user profile updates to Aampe. + platform: CLOUD + hidden: false + defaultTrigger: type = "identify" or type = "track" or type = "page" or type = "screen" + fields: + - id: kLFKaj9fMaZ2UHRBYQrZY4 + sortOrder: 0 + fieldKey: contact_id + label: Contact ID + type: STRING + description: >- + Identifier for user. Use `userId` or `anonymousId` from the Segment + event. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 5Lvtq7JRRpSuBo1rQp4tG6 + sortOrder: 1 + fieldKey: event_name + label: Event Name + type: STRING + description: Name of the event. Use `event` from the Segment event. + placeholder: '' + defaultValue: User Profile Updated + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: qTrSVZCqJLb3Y7ZP72pr7C + sortOrder: 2 + fieldKey: timestamp + label: Timestamp + type: STRING + description: Timestamp for when the event happened. + placeholder: '' + defaultValue: + '@path': $.timestamp + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: iN5G5LRhLT6Lnanh5fTZ6p + sortOrder: 3 + fieldKey: metadata + label: Metadata + type: OBJECT + description: Event properties. + placeholder: '' + defaultValue: + '@path': $.properties + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 5qWS2HkZiR9Pg1uxXnGAWA + sortOrder: 4 + fieldKey: event_id + label: Event ID + type: STRING + description: Unique identifier for the event. + placeholder: '' + defaultValue: + '@path': $.messageId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: bB7jwk59B7jga1r7RFVmeA + sortOrder: 5 + fieldKey: user_properties + label: User Properties + type: OBJECT + description: >- + User properties. Make sure to update the default mapping if you are + sending user proferties via properties object in a track, page or screen + event. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.traits + then: + '@path': $.traits + else: + '@path': $.context.traits + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: osFKAiiV93y3P4BGgYnUWz + name: Send Event + slug: sendEvent + description: Send analytics, page and screen events to Aampe. + platform: CLOUD + hidden: false + defaultTrigger: type = "track" or type = "page" or type = "screen" + fields: + - id: e9uPJ1VsveraGHLf65APJ3 + sortOrder: 0 + fieldKey: contact_id + label: Contact ID + type: STRING + description: >- + Identifier for user. Use `userId` or `anonymousId` from the Segment + event. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 8jEBuoqVd4UeQYLgxWLsXi + sortOrder: 1 + fieldKey: event_name + label: Event Name + type: STRING + description: Name of the event. Use `event` from the Segment event. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.event + then: + '@path': $.event + else: + '@path': $.name + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: cDqF1DzTBso7rhg6MWt4UU + sortOrder: 2 + fieldKey: timestamp + label: Timestamp + type: STRING + description: Timestamp for when the event happened. + placeholder: '' + defaultValue: + '@path': $.timestamp + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: jQCkuvPwerx8poQxkV7sSn + sortOrder: 3 + fieldKey: timezone + label: Timezone + type: STRING + description: User’s local timezone. + placeholder: '' + defaultValue: + '@path': $.context.timezone + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: tCSfh2hMCt5tmCsGdKvqKF + sortOrder: 4 + fieldKey: metadata + label: Metadata + type: OBJECT + description: Event properties. + placeholder: '' + defaultValue: + '@path': $.properties + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: hw1KtFTubsLcPiPhZ64aQD + sortOrder: 5 + fieldKey: event_id + label: Event ID + type: STRING + description: Unique identifier for the event. + placeholder: '' + defaultValue: + '@path': $.messageId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + presets: + - actionId: osFKAiiV93y3P4BGgYnUWz + name: Send Event + fields: + contact_id: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + event_name: + '@if': + exists: + '@path': $.event + then: + '@path': $.event + else: + '@path': $.name + timestamp: + '@path': $.timestamp + timezone: + '@path': $.context.timezone + metadata: + '@path': $.properties + event_id: + '@path': $.messageId + trigger: type = "track" or type = "page" or type = "screen" + - actionId: 7HmfVLFrn8dQEsVtWciXas + name: Identify User + fields: + contact_id: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + event_name: User Profile Updated + timestamp: + '@path': $.timestamp + metadata: + '@path': $.properties + event_id: + '@path': $.messageId + user_properties: + '@if': + exists: + '@path': $.traits + then: + '@path': $.traits + else: + '@path': $.context.traits + trigger: type = "identify" + partnerOwned: true - id: 605dd9d7e5ff0b3873e250a4 display_name: AB Smartly name: AB Smartly @@ -6912,7 +7246,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" or event = "Audience Exited" fields: - - id: hXTR51dj3LafimrXih2Bp1 + - id: 4A1bPd98i588bYpa5eZr6w sortOrder: 1 fieldKey: externalUserId label: External User ID @@ -6926,7 +7260,7 @@ items: choices: null dynamic: false allowNull: false - - id: j9mjcuhWEpMifdZyWAbgy6 + - id: dX5JfWzdDmrzfQ2TiV3Hwe sortOrder: 2 fieldKey: email label: Email @@ -6946,7 +7280,7 @@ items: choices: null dynamic: false allowNull: false - - id: rDdffwomWyLMUicWqZ2jHs + - id: aeWdgP2rpDWC9rFN79BYhn sortOrder: 3 fieldKey: firstName label: First name @@ -6960,7 +7294,7 @@ items: choices: null dynamic: false allowNull: false - - id: 2sXvY1YMvis6Pd8E8j5wAD + - id: 5GrZQfGEA3CFrycdMfMxcA sortOrder: 4 fieldKey: lastName label: Last name @@ -6974,7 +7308,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7LzRDB5r7u7BFd4FwRanBu + - id: ik2u2EBYZP1aYAXWNj2RUF sortOrder: 5 fieldKey: phone label: Phone @@ -6988,7 +7322,7 @@ items: choices: null dynamic: false allowNull: false - - id: h5y455jgy8YUoZvtjwhJPs + - id: 7Z17GdEpdKZFr5Myki5SXC sortOrder: 6 fieldKey: postal label: Postal @@ -7002,7 +7336,7 @@ items: choices: null dynamic: false allowNull: false - - id: ojQuEjGKCbmPhauLWCn1in + - id: gxPc3gsoX7YSbTMnHnoWnC sortOrder: 7 fieldKey: state label: State @@ -7016,7 +7350,7 @@ items: choices: null dynamic: false allowNull: false - - id: 36RovDYmJGAH3hUrq3kgqx + - id: cTeVapo1GSqRhFR9V6V2jv sortOrder: 8 fieldKey: city label: City @@ -7030,7 +7364,7 @@ items: choices: null dynamic: false allowNull: false - - id: vnTc2oJq7AeJEd2Z3pHvMN + - id: qC6au8wr26pyg3g9tmHcbT sortOrder: 9 fieldKey: address label: Address @@ -7044,7 +7378,7 @@ items: choices: null dynamic: false allowNull: false - - id: 2taQFET6uLeZJLi9vQkRwt + - id: sUqPf2Xi1XJXb7v4PveqxS sortOrder: 11 fieldKey: enable_batching label: Enable Batching @@ -7057,6 +7391,21 @@ items: choices: null dynamic: false allowNull: false + - id: v4MyobKDELZqZzkUiLhH7f + sortOrder: 12 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. Minimum value is 1500 and maximum is 10000. + placeholder: '' + defaultValue: 10000 + required: false + multiple: false + choices: null + dynamic: false + allowNull: false presets: [] partnerOwned: false - id: 5d1994fb320116000112aa12 @@ -24943,7 +25292,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" or event = "Audience Exited" fields: - - id: mrKbuMgfWN8UEpJ2qcde2H + - id: sMWNJ9SV44EHdFWm1UrdNW sortOrder: 0 fieldKey: external_id label: External User ID @@ -24962,7 +25311,7 @@ items: dynamic: false allowNull: false hidden: false - - id: gfvJ2HNHnRiAJhXYp6Jzdi + - id: adW8A3ypaS3Gn61UTMQVDf sortOrder: 1 fieldKey: user_alias label: User Alias Object @@ -24979,7 +25328,7 @@ items: dynamic: false allowNull: false hidden: false - - id: m6feT5HWsrNtuELUTP3GRM + - id: fMBFeqVHqMphMfNMPUXjQr sortOrder: 2 fieldKey: device_id label: Device ID @@ -24995,7 +25344,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9kfD74Zpu2MdUBWmdp3K7q + - id: 6UaoCM3iYLE1EHXj5t36Wd sortOrder: 5 fieldKey: enable_batching label: Enable Batching @@ -25009,7 +25358,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tYsBaXcfg6WnEBmKpP2ksC + - id: rHgLoUUVzLf1N13HYk2vrU sortOrder: 6 fieldKey: personas_audience_key label: Segment Engage Audience Key @@ -25277,7 +25626,7 @@ items: label: Safari Website Push ID - name: sdkVersion type: select - defaultValue: '5.8' + defaultValue: '5.9' description: The version of the Braze SDK to use required: true label: SDK Version @@ -25327,7 +25676,7 @@ items: hidden: false defaultTrigger: type = "track" and event != "Order Completed" fields: - - id: stJYHuavLhjpZSbbtWnA9F + - id: f92vXJTVaJjwDn588aQyeR sortOrder: 0 fieldKey: eventName label: Event Name @@ -25341,7 +25690,7 @@ items: choices: null dynamic: false allowNull: false - - id: oqyLaWBRrKvgipb129suEp + - id: vA8tF8UQZcjyG7exFqJrrY sortOrder: 1 fieldKey: eventProperties label: Event Properties @@ -25363,7 +25712,7 @@ items: hidden: false defaultTrigger: type = "identify" or type = "group" fields: - - id: dxeRTvLWTwQDdN6fvK5VVo + - id: 2K44AKpPrHHghVemDKpUZ2 sortOrder: 0 fieldKey: external_id label: External User ID @@ -25377,7 +25726,7 @@ items: choices: null dynamic: false allowNull: false - - id: Vht76mw1WSQtpe4F2hq9y + - id: qm2M9pTGBJSxu4DTPN4un6 sortOrder: 1 fieldKey: country label: Country @@ -25391,7 +25740,7 @@ items: choices: null dynamic: false allowNull: true - - id: t2f6CUzpAgn5XxgJk1xNxu + - id: 978rhPL2GsARwfeJoogyM9 sortOrder: 2 fieldKey: current_location label: Current Location @@ -25403,7 +25752,7 @@ items: choices: null dynamic: false allowNull: true - - id: ggD55GKgXsecAwdSxmhdMi + - id: 3FZXECZLbDuhL9ZWeL57t9 sortOrder: 3 fieldKey: custom_attributes label: Custom Attributes @@ -25419,7 +25768,7 @@ items: choices: null dynamic: false allowNull: false - - id: uvVWeQxCMHz7TdwD7DnXuS + - id: p45RAM5tj3uyaxc3ZRJntW sortOrder: 4 fieldKey: dob label: Date of Birth @@ -25431,7 +25780,7 @@ items: choices: null dynamic: false allowNull: true - - id: edhysng2wqWHGcMTuKZxqe + - id: 6kBDzwyBdmbAo71Yt8FRQG sortOrder: 5 fieldKey: email label: Email @@ -25445,7 +25794,7 @@ items: choices: null dynamic: false allowNull: true - - id: rZx6KjpoUpFHR7t2Fmiq5n + - id: 7mU9GS9a5ubvLWq3hjQGQ6 sortOrder: 6 fieldKey: email_subscribe label: Email Subscribe @@ -25460,7 +25809,7 @@ items: choices: null dynamic: false allowNull: false - - id: idp8ibzUex7Q8NRoXjRFNt + - id: w96XkTF8HxoUxqmJz3xnxK sortOrder: 7 fieldKey: first_name label: First Name @@ -25474,7 +25823,7 @@ items: choices: null dynamic: false allowNull: true - - id: wJUxu5uqed8QwikHQGJPwr + - id: 7vrAjcj9dkEY1eEh26Nhsh sortOrder: 8 fieldKey: last_name label: Last Name @@ -25488,7 +25837,7 @@ items: choices: null dynamic: false allowNull: false - - id: AuoHPe9CaefQ4FPSxmfUB + - id: 7x88YefzmGo1nzf3Fqt5Qu sortOrder: 9 fieldKey: gender label: Gender @@ -25504,7 +25853,7 @@ items: choices: null dynamic: false allowNull: true - - id: qHDUBGmgkX88vWktNt83Yq + - id: gC7H4U6XrnWjG2nde2XT5Y sortOrder: 10 fieldKey: home_city label: Home City @@ -25518,7 +25867,7 @@ items: choices: null dynamic: false allowNull: true - - id: thsnNVbYj21rf1NS8iMBHA + - id: xwPdSH6XoyGh9PXjsnzDnt sortOrder: 11 fieldKey: image_url label: Image URL @@ -25532,7 +25881,7 @@ items: choices: null dynamic: false allowNull: false - - id: u3oVoEBu4cDAU5UoWTXaML + - id: 65TyJGPtxt8Cr79UAHZxeW sortOrder: 12 fieldKey: language label: Language @@ -25544,7 +25893,7 @@ items: choices: null dynamic: false allowNull: true - - id: uUv5TJoDTBXqw7RuQmAbky + - id: gU3CAT5bF9YeTHnYpsHuzL sortOrder: 13 fieldKey: phone label: Phone Number @@ -25558,7 +25907,7 @@ items: choices: null dynamic: false allowNull: true - - id: vPztZQqR8pmaBv8aqTr5q1 + - id: ngjspPzDDQoBAT1AM46ccA sortOrder: 14 fieldKey: push_subscribe label: Push Subscribe @@ -25573,7 +25922,7 @@ items: choices: null dynamic: false allowNull: false - - id: cQon4TDMCpkYVTpVvQHZtT + - id: 7CCWhwmkj8XYMZTVQD6LoU sortOrder: 15 fieldKey: subscription_groups label: Subscription Groups @@ -25598,7 +25947,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "Order Completed" fields: - - id: 8ydScjmfB9212W6BD1D3id + - id: kqe3u3DdbRr5rNjXbvNRb9 sortOrder: 0 fieldKey: purchaseProperties label: Purchase Properties @@ -25618,7 +25967,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7DU4vc5BQoMQbfUBtFaLst + - id: uVjXaczgD5zGKgNB3pNyzc sortOrder: 1 fieldKey: products label: Products @@ -25633,14 +25982,6 @@ items: dynamic: false allowNull: false presets: - - actionId: uL67YU9rAsuT4cp4dNNmBu - name: Order Completed calls - fields: - purchaseProperties: - '@path': $.properties - products: - '@path': $.properties.products - trigger: type = "track" and event = "Order Completed" - actionId: fRZrfm4TC5JL3AGeRnLk3W name: Track Calls fields: @@ -25675,6 +26016,14 @@ items: subscription_groups: '@path': $.traits.braze_subscription_groups trigger: type = "identify" or type = "group" + - actionId: uL67YU9rAsuT4cp4dNNmBu + name: Order Completed calls + fields: + purchaseProperties: + '@path': $.properties + products: + '@path': $.properties.products + trigger: type = "track" and event = "Order Completed" partnerOwned: false - id: 6241e78214aad278a6322f52 display_name: Breyta CRM @@ -34972,28 +35321,26 @@ items: hidden: false presets: [] partnerOwned: true -- id: 682db61f6c600fdb90251392 - display_name: Eagle Eye (Actions) - name: Eagle Eye (Actions) - slug: eagle-eye-actions +- id: 6870f42bdaad87a11d764e91 + display_name: Eagle Eye + name: Eagle Eye + slug: eagle-eye hidden: false endpoints: - US regions: - us-west-2 - eu-west-1 - url: connections/destinations/catalog/eagle-eye-actions + url: connections/destinations/catalog/eagle-eye previous_names: - - Eagle Eye (Actions) - website: https://eagleeye.com/ + - Eagle Eye + website: http://www.segment.com status: PUBLIC_BETA - categories: - - Personalization - - Marketing Automation + categories: [] logo: - url: https://cdn-devcenter.segment.com/9ad0b782-15ac-4cec-83dc-21e2600d19b7.svg + url: https://cdn.filepicker.io/api/file/jrbUXsZDQ708akn3cVyZ mark: - url: https://cdn-devcenter.segment.com/71a5d53f-dab0-4ff8-a4c4-58d1fd840518.svg + url: https://cdn.filepicker.io/api/file/jrbUXsZDQ708akn3cVyZ methods: track: true identify: true @@ -35007,7 +35354,7 @@ items: server: true warehouse: false cloudAppObject: false - linkedAudiences: true + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -35035,15 +35382,15 @@ items: required: true label: Connector External Key actions: - - id: SqLce3Uc3XxR9ycooEmV2 + - id: iHPP68PAPPypctEXL62Hrm name: Trigger Behavioral Action slug: triggerBehavioralAction description: Trigger behavioral actions in AIR based on tracked events platform: CLOUD hidden: false - defaultTrigger: type = "track" + defaultTrigger: type = "track" or type = "identify" fields: - - id: 73mf46ZxRXb1TG4aaDnbZz + - id: dVGYemvQ8FWEAAWn3wrFRE sortOrder: 0 fieldKey: identityValue label: User identity value @@ -35057,7 +35404,7 @@ items: choices: null dynamic: false allowNull: false - - id: p8BViqXrKD2XhcaJ6VCydo + - id: 2amJN8YQDshFHaeJi1CUHw sortOrder: 1 fieldKey: walletTransactionReference label: Wallet transaction reference @@ -35071,16 +35418,18 @@ items: choices: null dynamic: false allowNull: false - - id: 6kS7Fh9G35fxDcopSthNmW + - id: rtabdGqHL3eTEEQ1qarS8 sortOrder: 2 fieldKey: behavioralActionTriggerReferences label: Behavioral Action trigger reference type: STRING description: >- - Accepts a comma delimited list of reference strings for the Behavioral - Action to be executed. E.g.: A0001,P0001 + If connecting to an Engage Audience the default mapping should be left + as is. This field accepts a comma delimited list of reference strings + for the Behavioral Action to be executed. E.g.: A0001,P0001 placeholder: '' - defaultValue: '' + defaultValue: + '@path': $.context.personas.audience_settings.behavioralActionTriggerReferences required: true multiple: false choices: null @@ -44009,6 +44358,321 @@ items: actions: [] presets: [] partnerOwned: false +- id: 6683e1d5e37fd84efcf3bbef + display_name: First Party Dv360 + name: First Party Dv360 + slug: first-party-dv360 + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/first-party-dv360 + previous_names: + - First Party Dv360 + website: http://www.segment.com + status: PUBLIC_BETA + categories: [] + logo: + url: https://cdn-devcenter.segment.com/da053d87-a568-4bae-827f-857f7f4b2aba.svg + mark: + url: https://cdn-devcenter.segment.com/31811060-3f10-46b0-94de-bf299beb94a4.svg + methods: + track: true + identify: false + group: false + alias: false + screen: false + page: false + platforms: + browser: true + mobile: false + server: true + warehouse: false + cloudAppObject: false + linkedAudiences: 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: [] + actions: + - id: pMRu4ozQwh3SzjYycCzDfn + name: Add to List + slug: addToList + description: Adds to list + platform: CLOUD + hidden: true + defaultTrigger: null + fields: [] + - id: kjEdc2dNCshXomx9VDnp9 + name: Remove Customer Match Members - Mobile Device Id List + slug: removeFromAudMobileDeviceId + description: >- + Remove customer match members in Google Display & Video 360 Mobile Device + Id List Audience. + platform: CLOUD + hidden: false + defaultTrigger: event = "Audience Entered" + fields: + - id: uT3Uxyik2BSKqGb1QuTPoj + sortOrder: 0 + fieldKey: mobileDeviceIds + label: Mobile Device IDs + type: STRING + description: >- + A list of mobile device IDs defining Customer Match audience members. + The size of mobileDeviceIds mustn't be greater than 500,000. + placeholder: '' + defaultValue: + '@path': $.context.traits.mobileDeviceIds + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: texVBBbJ5ZvG5eBR49wLoL + name: Edit Customer Match Members - Mobile Device Id List + slug: addToAudMobileDeviceId + description: >- + Add or update customer match members in Google Display & Video 360 Mobile + Device Id List Audience. + platform: CLOUD + hidden: false + defaultTrigger: event = "Audience Entered" + fields: + - id: dzEWPLsY9RCMeZXPs84FcJ + sortOrder: 0 + fieldKey: mobileDeviceIds + label: Mobile Device IDs + type: STRING + description: >- + A list of mobile device IDs defining Customer Match audience members. + The size of mobileDeviceIds mustn't be greater than 500,000. + placeholder: '' + defaultValue: + '@path': $.context.traits.mobileDeviceIds + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: u4XdrL4XCgThQLiwKZKC7e + name: Edit Customer Match Members - Contact Info List + slug: addToAudContactInfo + description: >- + Add or update customer match members in Google Display & Video 360 Contact + Info List Audience. + platform: CLOUD + hidden: false + defaultTrigger: event = "Audience Entered" + fields: + - id: 9v6BVoLkJsYA7WBp7CFv1 + sortOrder: 0 + fieldKey: emails + label: Emails + type: STRING + description: >- + A list of the user's emails. If not already hashed, the system will hash + them before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.emails + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: nRkBkcGCPh3CkMhXRfpUo9 + sortOrder: 1 + fieldKey: phoneNumbers + label: Phone Numbers + type: STRING + description: >- + A list of the user's phone numbers. If not already hashed, the system + will hash them before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.phoneNumbers + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: iKhX1uinTtH1h3U4Dm4gaq + sortOrder: 2 + fieldKey: zipCodes + label: ZIP Codes + type: STRING + description: A list of the user's zip codes. + placeholder: '' + defaultValue: + '@path': $.context.traits.zipCodes + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: mUVtit9CqM9CjbQBnEUuze + sortOrder: 3 + fieldKey: firstName + label: First Name + type: STRING + description: >- + The user's first name. If not already hashed, the system will hash it + before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.firstName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: m6UJjUoLKDQK9CgLw8boAR + sortOrder: 4 + fieldKey: lastName + label: Last Name + type: STRING + description: >- + The user's last name. If not already hashed, the system will hash it + before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.lastName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: hDb93iDZswBJELhLyvyd4W + sortOrder: 5 + fieldKey: countryCode + label: Country Code + type: STRING + description: The country code of the user. + placeholder: '' + defaultValue: + '@path': $.context.traits..countryCode + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: vykfWPGTjXpdHZiaaSUYRC + name: Remove Customer Match Members - Contact Info List + slug: removeFromAudContactInfo + description: >- + Remove customer match members in Google Display & Video 360 Contact Info + List Audience. + platform: CLOUD + hidden: false + defaultTrigger: event = "Audience Exited" + fields: + - id: 8a2YMuRfDVjc7pM2PtNk6B + sortOrder: 0 + fieldKey: emails + label: Emails + type: STRING + description: >- + A list of the user's emails. If not already hashed, the system will hash + them before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.emails + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: bwznBSaBAELeAituYtxp18 + sortOrder: 1 + fieldKey: phoneNumbers + label: Phone Numbers + type: STRING + description: >- + A list of the user's phone numbers. If not already hashed, the system + will hash them before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.phoneNumbers + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: xk7JHGRNKm8MWqg5L3TFF1 + sortOrder: 2 + fieldKey: zipCodes + label: ZIP Codes + type: STRING + description: A list of the user's zip codes. + placeholder: '' + defaultValue: + '@path': $.context.traits.zipCodes + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: htaHz7759wvmzUeg4L7KjZ + sortOrder: 3 + fieldKey: firstName + label: First Name + type: STRING + description: >- + The user's first name. If not already hashed, the system will hash it + before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.firstName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 9y9rrfjVMxHdPAkQbmGCd9 + sortOrder: 4 + fieldKey: lastName + label: Last Name + type: STRING + description: >- + The user's last name. If not already hashed, the system will hash it + before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.lastName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: s9oBRJpFD1EC1LpoZSC7NS + sortOrder: 5 + fieldKey: countryCode + label: Country Code + type: STRING + description: The country code of the user. + placeholder: '' + defaultValue: + '@path': $.context.traits..countryCode + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + presets: [] + partnerOwned: false - id: 66048cbafa5a03fc49b153d3 display_name: FL0 name: FL0 @@ -113046,68 +113710,229 @@ items: description: The name of the database. required: true label: Database Name - - name: environment - type: select - defaultValue: Prod - description: The environment of the Singlestore database. - required: true - label: Environment - name: host type: string defaultValue: '' - description: The host of the Singlestore database. + description: The host of the SingleStore database. required: true label: Host - name: password type: password defaultValue: '' - description: The password of the Singlestore database. + description: The password of the SingleStore database. required: true label: Password - name: port - type: number - defaultValue: 3306 - description: The port of the Singlestore database. - required: true + type: string + defaultValue: '443' + description: The port of the SingleStore Data API. Defaults to 443. + required: false label: Port + - name: tableName + type: string + defaultValue: segment_data + description: The name of the table. Defaults to "segment_data". + required: true + label: Table Name - name: username type: string defaultValue: '' - description: The username of the Singlestore database. + description: The username of the SingleStore database. required: true label: Username actions: - id: xxgUnx4BHqGLDYCJ4TiWPW name: Send Data slug: send - description: Send data to Singlestore. + description: Send data to SingleStore. platform: CLOUD hidden: false defaultTrigger: >- type = "track" or type = "screen" or type = "identify" or type = "page" or type = "group" or type = "alias" fields: - - id: o4FSHmgGNDZjGayk4VpDqK + - id: a5ZvQfU1YXkA8MfLaf3sfP sortOrder: 0 - fieldKey: database - label: Database + fieldKey: messageid + label: Message ID type: STRING - description: The name of the SingleStore database to send data to. + description: A unique identifier for the message. placeholder: '' + defaultValue: + '@path': $.messageId required: true multiple: false choices: null - dynamic: true + dynamic: false allowNull: false - - id: pV6xn9yXzxddMKs6EU2Ps2 + - id: 3BVWwK4SMjpRnUHYUouz69 sortOrder: 1 - fieldKey: message - label: Message + fieldKey: timestamp + label: Timestamp + type: STRING + description: The timestamp of the event. + placeholder: '' + defaultValue: + '@path': $.timestamp + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: mQgrdtbnzK5sNMSCUuLygR + sortOrder: 2 + fieldKey: type + label: Type + type: STRING + description: >- + The type of the event (e.g., "track", "identify", "page", "screen", + "group", "alias"). + placeholder: '' + defaultValue: + '@path': $.type + required: true + multiple: false + choices: + - label: Track + value: track + - label: Identify + value: identify + - label: Page + value: page + - label: Screen + value: screen + - label: Group + value: group + - label: Alias + value: alias + dynamic: false + allowNull: false + - id: 7mFY291pmMxDqmWNKyLLkq + sortOrder: 3 + fieldKey: event + label: Event + type: STRING + description: The name of the event. Only required for "track" events. + placeholder: '' + defaultValue: + '@path': $.event + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: ddEXdVCGrKwcLemnCkFPfM + sortOrder: 4 + fieldKey: name + label: Name + type: STRING + description: The name of the page or screen. + placeholder: '' + defaultValue: + '@path': $.name + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 4wukbEG4un3GRUgFtxbvBt + sortOrder: 5 + fieldKey: properties + label: Properties type: OBJECT - description: The complete event payload. + description: The properties of the track, page or screen event. placeholder: '' defaultValue: - '@path': $. + '@path': $.properties + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: uwD7zYDRH6YVP6G26Q78Jf + sortOrder: 6 + fieldKey: userId + label: User ID + type: STRING + description: The user ID associated with the event. + placeholder: '' + defaultValue: + '@path': $.userId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: q6GPT1YEM3kUgJdHiztGBX + sortOrder: 7 + fieldKey: anonymousId + label: Anonymous ID + type: STRING + description: The anonymous ID associated with the event. + placeholder: '' + defaultValue: + '@path': $.anonymousId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: MkEAKUcUMTejRHc8dYMDK + sortOrder: 8 + fieldKey: groupId + label: Group ID + type: STRING + description: The group ID associated with the event. + placeholder: '' + defaultValue: + '@path': $.groupId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: bBSrBLYBuEWKU9fQfEeSPR + sortOrder: 9 + fieldKey: traits + label: Traits + type: OBJECT + description: The traits of the user associated with the event. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.context.traits + then: + '@path': $.context.traits + else: + '@path': $.traits + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: i2gP8GAgYK4yqETJhs53Lb + sortOrder: 10 + fieldKey: context + label: Context + type: OBJECT + description: The context of the event. Contains user environment information. + placeholder: '' + defaultValue: + '@path': $.context + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: nndrTZhnnrQPm4YSZjbkTw + sortOrder: 11 + fieldKey: max_batch_size + label: Max Batch Size + type: NUMBER + description: The maximum number of rows to include in a batch. + placeholder: '' + defaultValue: 100 required: true multiple: false choices: null diff --git a/src/_data/catalog/destinations_private.yml b/src/_data/catalog/destinations_private.yml index 43df3f3dfa..4818d3c271 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 2025-07-10 +# destination data last updated 2025-07-17 items: - id: 54521fd925e721e32a72eee1 display_name: Pardot diff --git a/src/_data/catalog/source_categories.yml b/src/_data/catalog/source_categories.yml index 595bb73691..d635bb5a91 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 2025-07-10 +# source categories last updated 2025-07-17 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 a08d455fe8..e4d245ce78 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 2025-07-10 +# sources last updated 2025-07-17 items: - id: 8HWbgPTt3k display_name: .NET