diff --git a/src/_data/catalog/destination_categories.yml b/src/_data/catalog/destination_categories.yml index cabafc2f57..3103ad53f9 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-10-31 +# destination categories last updated 2024-11-05 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 7f3f116e5e..874fe520e8 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-10-31 +# destination data last updated 2024-11-05 items: - id: 637e8d185e2dec264895ea89 display_name: 1Flow @@ -36,6 +36,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -102,6 +103,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -160,6 +162,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -342,6 +345,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -408,6 +412,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -486,6 +491,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -605,6 +611,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -663,6 +670,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -966,6 +974,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -997,137 +1006,6 @@ items: hidden: false defaultTrigger: type = "track" fields: [] - - id: zMAxXpRCAQHCuF6WctbkP - name: Identify - slug: identify - description: Identify a user in Accoil - platform: CLOUD - hidden: false - defaultTrigger: type = "identify" - fields: - - id: m6uv5KVMmriBNxS9uhFHva - sortOrder: 0 - fieldKey: userId - label: User ID - type: STRING - description: The ID associated with the user - placeholder: '' - defaultValue: - '@path': $.userId - required: true - multiple: false - choices: null - dynamic: false - allowNull: false - - id: hqH7Qtpu7oPp6syjYS1g3Z - sortOrder: 1 - fieldKey: email - label: Email - type: STRING - description: >- - Email addresses are highly recommended as they are often used to - identify users across multiple platforms. (Highly Recommended) - placeholder: '' - defaultValue: - '@path': $.traits.email - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: pMbBjPPD8Bw9QowwDDsPw4 - sortOrder: 2 - fieldKey: name - label: Name - type: STRING - description: >- - Providing a name helps display users in Accoil. If no name is provided, - the email address is displayed instead. (Highly Recommended) - placeholder: '' - defaultValue: - '@path': $.traits.name - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: hr1JFUu8bpaEX7nxNtZcBQ - sortOrder: 3 - fieldKey: role - label: Role - type: STRING - description: >- - Describes the user's role in your product such as Admin, Owner, Team - Member. (Suggested) - placeholder: '' - defaultValue: - '@path': $.traits.role - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: af8RHAYqkBzvzLGKWLYByE - sortOrder: 4 - fieldKey: accountStatus - label: Account Status - type: STRING - description: >- - Capturing the account status on the user can be helpful to segment - users. Possible options include: Free, Trial, Paid, Cancelled - (Suggested) - placeholder: '' - defaultValue: - '@path': $.traits.accountStatus - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: 862rkvQJHQZnBpBX6kc8qd - sortOrder: 5 - fieldKey: createdAt - label: Created at - type: STRING - description: >- - When was the user created, including this ensures that tenure tracking - is accurate. (Highly Recommended) - placeholder: '' - defaultValue: - '@path': $.traits.createdAt - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: wY1R9RvApeBSgdWHdoJSoV - sortOrder: 6 - fieldKey: traits - label: Traits - type: OBJECT - description: Optionally send all traits to associate with the user or the group - placeholder: '' - defaultValue: - '@path': $.traits - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: 6K9mTCs58muYup2fPZQWjD - sortOrder: 7 - 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: 2YWXcXtAa2S4Mt1m2WKDXS name: Group slug: group @@ -1440,6 +1318,137 @@ items: choices: null dynamic: false allowNull: false + - id: zMAxXpRCAQHCuF6WctbkP + name: Identify + slug: identify + description: Identify a user in Accoil + platform: CLOUD + hidden: false + defaultTrigger: type = "identify" + fields: + - id: m6uv5KVMmriBNxS9uhFHva + sortOrder: 0 + fieldKey: userId + label: User ID + type: STRING + description: The ID associated with the user + placeholder: '' + defaultValue: + '@path': $.userId + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: hqH7Qtpu7oPp6syjYS1g3Z + sortOrder: 1 + fieldKey: email + label: Email + type: STRING + description: >- + Email addresses are highly recommended as they are often used to + identify users across multiple platforms. (Highly Recommended) + placeholder: '' + defaultValue: + '@path': $.traits.email + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: pMbBjPPD8Bw9QowwDDsPw4 + sortOrder: 2 + fieldKey: name + label: Name + type: STRING + description: >- + Providing a name helps display users in Accoil. If no name is provided, + the email address is displayed instead. (Highly Recommended) + placeholder: '' + defaultValue: + '@path': $.traits.name + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: hr1JFUu8bpaEX7nxNtZcBQ + sortOrder: 3 + fieldKey: role + label: Role + type: STRING + description: >- + Describes the user's role in your product such as Admin, Owner, Team + Member. (Suggested) + placeholder: '' + defaultValue: + '@path': $.traits.role + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: af8RHAYqkBzvzLGKWLYByE + sortOrder: 4 + fieldKey: accountStatus + label: Account Status + type: STRING + description: >- + Capturing the account status on the user can be helpful to segment + users. Possible options include: Free, Trial, Paid, Cancelled + (Suggested) + placeholder: '' + defaultValue: + '@path': $.traits.accountStatus + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 862rkvQJHQZnBpBX6kc8qd + sortOrder: 5 + fieldKey: createdAt + label: Created at + type: STRING + description: >- + When was the user created, including this ensures that tenure tracking + is accurate. (Highly Recommended) + placeholder: '' + defaultValue: + '@path': $.traits.createdAt + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: wY1R9RvApeBSgdWHdoJSoV + sortOrder: 6 + fieldKey: traits + label: Traits + type: OBJECT + description: Optionally send all traits to associate with the user or the group + placeholder: '' + defaultValue: + '@path': $.traits + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 6K9mTCs58muYup2fPZQWjD + sortOrder: 7 + 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 presets: - actionId: zMAxXpRCAQHCuF6WctbkP name: Identify Calls @@ -1551,6 +1560,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -1810,6 +1820,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -2335,6 +2346,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -3616,6 +3628,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -3685,6 +3698,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -3743,6 +3757,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics-ios-integration-adjust type: IOS @@ -3885,6 +3900,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-adlearn-open-platform @@ -3959,6 +3975,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-adobe-analytics @@ -4333,6 +4350,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -4453,6 +4471,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -4753,6 +4772,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -4810,6 +4830,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-adroll type: BROWSER @@ -4902,6 +4923,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -4960,6 +4982,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -5063,6 +5086,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -5138,6 +5162,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -5652,6 +5677,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -5711,6 +5737,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-alexa type: BROWSER @@ -5781,6 +5808,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -6837,6 +6865,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -7041,6 +7070,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/amazon-eventbridge @@ -7108,6 +7138,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/amazon-kinesis @@ -7205,6 +7236,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/amazon-kinesis-firehose @@ -7291,6 +7323,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/amazon-lambda @@ -7412,6 +7445,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/amazon-personalize @@ -7535,6 +7569,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/GetAmbassador/segment/blob/master/lib/index.js owner: PARTNER @@ -7621,6 +7656,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -7679,6 +7715,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/analytics.js-integrations/tree/master/integrations/amplitude @@ -8115,6 +8152,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -11596,6 +11634,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -11623,244 +11662,6 @@ items: required: true label: Workspace ID actions: - - id: zjv51FZmffqufLeczH9b8 - name: Save Base Event - slug: saveBaseEvent - description: Send a base event that has the basic fields applicable to all events. - platform: CLOUD - hidden: false - defaultTrigger: null - fields: - - id: c34V5duaxZqg8rVM5Jn3fo - sortOrder: 0 - fieldKey: eventId - label: Event ID - type: STRING - description: A unique event identifier. - placeholder: '' - defaultValue: - '@path': $.messageId - required: true - multiple: false - choices: null - dynamic: false - allowNull: false - - id: vZSkrAJWM4srciu94zkuCN - sortOrder: 1 - fieldKey: ipAddress - label: IP Address - type: STRING - description: The IP address of the user. - placeholder: '' - defaultValue: - '@path': $.context.ip - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: euivw8TfnNwkAF4BUiL6XJ - sortOrder: 2 - fieldKey: userAgent - label: User Agent - type: STRING - description: The user agent of the device sending the event. - placeholder: '' - defaultValue: - '@path': $.context.userAgent - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: 6RCa7JfaoB7DxPkGooGtW8 - sortOrder: 3 - fieldKey: timestamp - label: Timestamp - type: STRING - description: The timestamp when the event was triggered. - placeholder: '' - defaultValue: - '@path': $.timestamp - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: 7uHtvyUCu1xtSfLvV58M7h - sortOrder: 4 - fieldKey: identifiers - label: Identifiers - type: OBJECT - description: Identifiers for the user - placeholder: '' - defaultValue: - userId: - '@path': $.userId - anonymousId: - '@path': $.anonymousId - clientId: - '@path': $.anonymousId - fbp: - '@path': $.properties.fbp - fbc: - '@path': $.properties.fbc - ga: - '@path': $.properties.ga - required: true - multiple: false - choices: null - dynamic: false - allowNull: false - - id: wuS11YACYLEN2omGhSznWo - sortOrder: 5 - fieldKey: page - label: Page - type: OBJECT - description: Page details to send with the event - placeholder: '' - defaultValue: - url: - '@path': $.context.page.url - referrer: - '@path': $.context.page.referrer - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: 6Fdm5ubup5VGXzUKf2ZMpj - sortOrder: 6 - fieldKey: customAttributes - label: Custom Attributes - type: OBJECT - description: >- - Custom attributes for the event. Data should be specified as key:value - pairs - placeholder: '' - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: iRBTcx8uVzeoSJbMXdSMGT - sortOrder: 7 - fieldKey: customer - label: Customer - type: OBJECT - description: Customer details - placeholder: '' - defaultValue: - email: - '@if': - exists: - '@path': $.traits.email - then: - '@path': $.traits.email - else: - '@path': $.context.traits.email - firstName: - '@if': - exists: - '@path': $.traits.first_name - then: - '@path': $.traits.first_name - else: - '@path': $.context.traits.first_name - lastName: - '@if': - exists: - '@path': $.traits.last_name - then: - '@path': $.traits.last_name - else: - '@path': $.context.traits.last_name - phone: - '@if': - exists: - '@path': $.traits.phone - then: - '@path': $.traits.phone - else: - '@path': $.context.traits.phone - dob: - '@if': - exists: - '@path': $.traits.birthday - then: - '@path': $.traits.birthday - else: - '@path': $.context.traits.birthday - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: oMnpDNpANTJTY4rEqC8zGf - sortOrder: 8 - fieldKey: cart - label: Cart - type: OBJECT - description: Cart details - placeholder: '' - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: 4GcrEqAmY28WhFPCd52Foi - sortOrder: 9 - fieldKey: cartLines - label: Cart Line Items - type: OBJECT - description: Cart Line Item details - placeholder: '' - defaultValue: - '@arrayPath': - - $.properties.products - - quantity: - '@path': $.quantity - id: - '@path': $.product_id - variantId: - '@path': $.variant - imageSrc: - '@path': $.image_url - priceAmount: - '@path': $.price - sku: - '@path': $.sku - title: - '@path': $.name - untranslatedTitle: - '@path': $.untranslated_title - vendor: - '@path': $.vendor - type: - '@path': $.category - url: - '@path': $.url - required: false - multiple: true - choices: null - dynamic: false - allowNull: false - - id: eWouKQhpXxuzLw1woVtWVE - sortOrder: 10 - fieldKey: eventName - label: Event Name - type: STRING - description: The name of the event to track. - placeholder: '' - required: true - multiple: false - choices: - - label: page_viewed - value: page_viewed - - label: cart_viewed - value: cart_viewed - dynamic: false - allowNull: false - id: 3j1gaSA3GsohAXUreRBmGd name: Save Form Event slug: saveFormEvent @@ -14962,6 +14763,244 @@ items: value: product_removed_from_cart dynamic: false allowNull: false + - id: zjv51FZmffqufLeczH9b8 + name: Save Base Event + slug: saveBaseEvent + description: Send a base event that has the basic fields applicable to all events. + platform: CLOUD + hidden: false + defaultTrigger: null + fields: + - id: c34V5duaxZqg8rVM5Jn3fo + sortOrder: 0 + fieldKey: eventId + label: Event ID + type: STRING + description: A unique event identifier. + placeholder: '' + defaultValue: + '@path': $.messageId + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: vZSkrAJWM4srciu94zkuCN + sortOrder: 1 + fieldKey: ipAddress + label: IP Address + type: STRING + description: The IP address of the user. + placeholder: '' + defaultValue: + '@path': $.context.ip + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: euivw8TfnNwkAF4BUiL6XJ + sortOrder: 2 + fieldKey: userAgent + label: User Agent + type: STRING + description: The user agent of the device sending the event. + placeholder: '' + defaultValue: + '@path': $.context.userAgent + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 6RCa7JfaoB7DxPkGooGtW8 + sortOrder: 3 + fieldKey: timestamp + label: Timestamp + type: STRING + description: The timestamp when the event was triggered. + placeholder: '' + defaultValue: + '@path': $.timestamp + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 7uHtvyUCu1xtSfLvV58M7h + sortOrder: 4 + fieldKey: identifiers + label: Identifiers + type: OBJECT + description: Identifiers for the user + placeholder: '' + defaultValue: + userId: + '@path': $.userId + anonymousId: + '@path': $.anonymousId + clientId: + '@path': $.anonymousId + fbp: + '@path': $.properties.fbp + fbc: + '@path': $.properties.fbc + ga: + '@path': $.properties.ga + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: wuS11YACYLEN2omGhSznWo + sortOrder: 5 + fieldKey: page + label: Page + type: OBJECT + description: Page details to send with the event + placeholder: '' + defaultValue: + url: + '@path': $.context.page.url + referrer: + '@path': $.context.page.referrer + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 6Fdm5ubup5VGXzUKf2ZMpj + sortOrder: 6 + fieldKey: customAttributes + label: Custom Attributes + type: OBJECT + description: >- + Custom attributes for the event. Data should be specified as key:value + pairs + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: iRBTcx8uVzeoSJbMXdSMGT + sortOrder: 7 + fieldKey: customer + label: Customer + type: OBJECT + description: Customer details + placeholder: '' + defaultValue: + email: + '@if': + exists: + '@path': $.traits.email + then: + '@path': $.traits.email + else: + '@path': $.context.traits.email + firstName: + '@if': + exists: + '@path': $.traits.first_name + then: + '@path': $.traits.first_name + else: + '@path': $.context.traits.first_name + lastName: + '@if': + exists: + '@path': $.traits.last_name + then: + '@path': $.traits.last_name + else: + '@path': $.context.traits.last_name + phone: + '@if': + exists: + '@path': $.traits.phone + then: + '@path': $.traits.phone + else: + '@path': $.context.traits.phone + dob: + '@if': + exists: + '@path': $.traits.birthday + then: + '@path': $.traits.birthday + else: + '@path': $.context.traits.birthday + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: oMnpDNpANTJTY4rEqC8zGf + sortOrder: 8 + fieldKey: cart + label: Cart + type: OBJECT + description: Cart details + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 4GcrEqAmY28WhFPCd52Foi + sortOrder: 9 + fieldKey: cartLines + label: Cart Line Items + type: OBJECT + description: Cart Line Item details + placeholder: '' + defaultValue: + '@arrayPath': + - $.properties.products + - quantity: + '@path': $.quantity + id: + '@path': $.product_id + variantId: + '@path': $.variant + imageSrc: + '@path': $.image_url + priceAmount: + '@path': $.price + sku: + '@path': $.sku + title: + '@path': $.name + untranslatedTitle: + '@path': $.untranslated_title + vendor: + '@path': $.vendor + type: + '@path': $.category + url: + '@path': $.url + required: false + multiple: true + choices: null + dynamic: false + allowNull: false + - id: eWouKQhpXxuzLw1woVtWVE + sortOrder: 10 + fieldKey: eventName + label: Event Name + type: STRING + description: The name of the event to track. + placeholder: '' + required: true + multiple: false + choices: + - label: page_viewed + value: page_viewed + - label: cart_viewed + value: cart_viewed + dynamic: false + allowNull: false presets: - actionId: 6W4NnVv4kDKwVYSH25mbMB name: Save Event - Checkout Address Info Submitted @@ -17133,6 +17172,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -17192,6 +17232,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-appcues type: BROWSER @@ -17263,6 +17304,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/appcues/segment-appcues-ios owner: PARTNER @@ -17338,6 +17380,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -17622,6 +17665,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-appnexus type: BROWSER @@ -17682,6 +17726,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/AppsFlyerSDK/segment-appsflyer-ios owner: PARTNER @@ -17842,6 +17887,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/Apptimize/analytics-ios-integration-apptimize owner: PARTNER @@ -17983,6 +18029,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/asayerio/analytics.js-integration-asayer type: BROWSER @@ -18048,6 +18095,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -18105,6 +18153,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-atatus type: BROWSER @@ -18259,6 +18308,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -18319,6 +18369,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -18741,6 +18792,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/attribution @@ -18805,6 +18857,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/auryc-inc/analytics.js-integration-auryc owner: PARTNER @@ -18865,6 +18918,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -18926,6 +18980,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -19139,6 +19194,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -19210,6 +19266,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/integrations-go/tree/master/azure-function owner: SEGMENT @@ -19272,6 +19329,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/BatchLabs/ios-segment-integration owner: PARTNER @@ -19366,6 +19424,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -19425,6 +19484,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-bing-ads type: BROWSER @@ -19484,6 +19544,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -21868,6 +21929,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -22056,6 +22118,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -22116,6 +22179,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -22177,6 +22241,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -22284,6 +22349,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-blueshift type: BROWSER @@ -22353,6 +22419,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/BranchMetrics/Segment-Branch-iOS owner: PARTNER @@ -22432,6 +22499,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-appboy owner: SEGMENT @@ -22733,6 +22801,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: - code: >- https://github.com/segmentio/action-destinations/tree/main/packages/destination-actions/src/destinations/braze @@ -24425,6 +24494,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -24609,6 +24679,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -25257,6 +25328,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -25320,6 +25392,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-bronto type: BROWSER @@ -25387,6 +25460,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -25446,6 +25520,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-bugherd type: BROWSER @@ -25518,6 +25593,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-bugsnag type: BROWSER @@ -25601,6 +25677,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -25664,6 +25741,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -25725,6 +25803,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -25785,6 +25864,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -25845,6 +25925,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://segment.com/docs/connections/destinations/catalog/calixa/ type: SERVER @@ -25908,6 +25989,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -25969,6 +26051,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -26026,6 +26109,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -26252,6 +26336,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/analytics.js-integrations/tree/master/integrations/castle @@ -26341,6 +26426,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-chameleon type: BROWSER @@ -26407,6 +26493,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-chartbeat type: BROWSER @@ -26508,6 +26595,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -26948,6 +27036,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -27006,6 +27095,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -27064,6 +27154,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/clearbit-enrichment @@ -27126,6 +27217,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/clearbit-reveal @@ -27194,6 +27286,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -27259,6 +27352,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-clevertap owner: SEGMENT @@ -27343,6 +27437,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -27514,6 +27609,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-clicky type: BROWSER @@ -27575,6 +27671,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -27643,6 +27740,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -27700,6 +27798,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -28059,6 +28158,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -28268,6 +28368,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-comscore type: BROWSER @@ -28410,6 +28511,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -28678,6 +28780,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -28821,6 +28924,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/jonathandenney/analytics.js-integration-convertflow owner: PARTNER @@ -28886,6 +28990,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -28943,6 +29048,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-convertro type: BROWSER @@ -29049,6 +29155,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -29804,6 +29911,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -29864,6 +29972,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics-ios-integration-countly type: IOS @@ -29939,6 +30048,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -29998,6 +30108,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-crazy-egg type: BROWSER @@ -30064,6 +30175,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/baptistejamin/analytics.js-integration-crisp type: BROWSER @@ -30132,6 +30244,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-criteo type: BROWSER @@ -30240,6 +30353,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -30473,6 +30587,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics-ios-integration-crittercism @@ -30592,6 +30707,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -30664,6 +30780,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -30727,6 +30844,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -30786,6 +30904,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -30845,6 +30964,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/analytics-cloud-integrations/tree/master/integrations/customer.io @@ -30938,6 +31058,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -31901,157 +32022,6 @@ items: choices: null dynamic: false allowNull: false - - id: vzu3gQU4FWnjjjwLrZ92v - name: Report Delivery Event - slug: reportDeliveryEvent - description: >- - Report delivery metrics for a message sent from the Customer.io Journeys - product. - platform: CLOUD - hidden: false - defaultTrigger: event = "Report Delivery Event" - fields: - - id: 5q1Tt78kdrh1sw1yyvaNAs - sortOrder: 0 - fieldKey: delivery_id - label: Delivery ID - type: STRING - description: >- - The CIO-Delivery-ID from the message that you want to associate the - metric with. - placeholder: '' - defaultValue: - '@path': $.properties.deliveryId - required: true - multiple: false - choices: null - dynamic: false - allowNull: false - - id: c7SkvESgJDaicvBCCiRbJD - sortOrder: 1 - fieldKey: metric - label: Metric - type: STRING - description: >- - The metric you want to report back to Customer.io. Not all metrics are - available for all channels. Please refer to the - [documentation](https://customer.io/docs/api/track/#operation/metrics) - for more information. - placeholder: '' - defaultValue: - '@path': $.properties.metric - required: true - multiple: false - choices: - - label: Delivered - value: delivered - - label: Opened - value: opened - - label: Clicked - value: clicked - - label: Converted - value: converted - - label: Marked as Spam - value: spammed - - label: Bounced - value: bounced - - label: Suppressed - value: dropped - - label: Deferred - value: deferred - dynamic: false - allowNull: false - - id: u6STq8vV18tfaXpnGNHBUn - sortOrder: 2 - fieldKey: recipient - label: Recipient - type: STRING - description: >- - Information about who the message was delivered to. For email, SMS and - mobile push this is the email address, phone number and device token, - respectively. - placeholder: '' - defaultValue: - '@path': $.properties.recipient - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: nVtvZe87spTEgcTaHi6yp - sortOrder: 3 - fieldKey: reason - label: Reason - type: STRING - description: >- - For metrics indicating a failure, this field provides information for - the failure. - placeholder: '' - defaultValue: - '@path': $.properties.reason - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: nrwh1pmUPsY11TKavhsjJU - sortOrder: 4 - fieldKey: href - label: Href - type: STRING - description: For click metrics, this is the link that was clicked. - placeholder: '' - defaultValue: - '@path': $.properties.href - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: 6wPuGpcPVVeMMoK1dSyk25 - sortOrder: 5 - fieldKey: action_name - label: Action Name - type: STRING - description: For In-App messages, this is the name of the action that was clicked. - placeholder: '' - defaultValue: - '@path': $.properties.actionName - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: w6Q9aNES2Cs1YtZMsXndeT - sortOrder: 6 - fieldKey: action_value - label: Action Value - type: STRING - description: For In-App messages, this is the value of the action that was clicked. - placeholder: '' - defaultValue: - '@path': $.properties.actionValue - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: mSRwkiNHrLN7WPKjNK8X71 - sortOrder: 7 - fieldKey: timestamp - label: Timestamp - type: DATETIME - description: >- - A timestamp of when the metric event took place. Default is when the - event was triggered. - placeholder: '' - defaultValue: - '@path': $.timestamp - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - id: 5JqsUoSdc9Fae4QCG6UZg4 name: Delete Relationship slug: deleteRelationship @@ -32350,24 +32320,158 @@ items: choices: null dynamic: false allowNull: false - presets: - - actionId: sqJbxd67L97ZpX6N8wphL3 - name: Track Screen View + - id: vzu3gQU4FWnjjjwLrZ92v + name: Report Delivery Event + slug: reportDeliveryEvent + description: >- + Report delivery metrics for a message sent from the Customer.io Journeys + product. + platform: CLOUD + hidden: false + defaultTrigger: event = "Report Delivery Event" fields: - id: - '@path': $.userId - anonymous_id: - '@path': $.anonymousId - event_id: - '@path': $.messageId - name: - '@path': $.name - timestamp: + - id: 5q1Tt78kdrh1sw1yyvaNAs + sortOrder: 0 + fieldKey: delivery_id + label: Delivery ID + type: STRING + description: >- + The CIO-Delivery-ID from the message that you want to associate the + metric with. + placeholder: '' + defaultValue: + '@path': $.properties.deliveryId + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: c7SkvESgJDaicvBCCiRbJD + sortOrder: 1 + fieldKey: metric + label: Metric + type: STRING + description: >- + The metric you want to report back to Customer.io. Not all metrics are + available for all channels. Please refer to the + [documentation](https://customer.io/docs/api/track/#operation/metrics) + for more information. + placeholder: '' + defaultValue: + '@path': $.properties.metric + required: true + multiple: false + choices: + - label: Delivered + value: delivered + - label: Opened + value: opened + - label: Clicked + value: clicked + - label: Converted + value: converted + - label: Marked as Spam + value: spammed + - label: Bounced + value: bounced + - label: Suppressed + value: dropped + - label: Deferred + value: deferred + dynamic: false + allowNull: false + - id: u6STq8vV18tfaXpnGNHBUn + sortOrder: 2 + fieldKey: recipient + label: Recipient + type: STRING + description: >- + Information about who the message was delivered to. For email, SMS and + mobile push this is the email address, phone number and device token, + respectively. + placeholder: '' + defaultValue: + '@path': $.properties.recipient + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: nVtvZe87spTEgcTaHi6yp + sortOrder: 3 + fieldKey: reason + label: Reason + type: STRING + description: >- + For metrics indicating a failure, this field provides information for + the failure. + placeholder: '' + defaultValue: + '@path': $.properties.reason + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: nrwh1pmUPsY11TKavhsjJU + sortOrder: 4 + fieldKey: href + label: Href + type: STRING + description: For click metrics, this is the link that was clicked. + placeholder: '' + defaultValue: + '@path': $.properties.href + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 6wPuGpcPVVeMMoK1dSyk25 + sortOrder: 5 + fieldKey: action_name + label: Action Name + type: STRING + description: For In-App messages, this is the name of the action that was clicked. + placeholder: '' + defaultValue: + '@path': $.properties.actionName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: w6Q9aNES2Cs1YtZMsXndeT + sortOrder: 6 + fieldKey: action_value + label: Action Value + type: STRING + description: For In-App messages, this is the value of the action that was clicked. + placeholder: '' + defaultValue: + '@path': $.properties.actionValue + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: mSRwkiNHrLN7WPKjNK8X71 + sortOrder: 7 + fieldKey: timestamp + label: Timestamp + type: DATETIME + description: >- + A timestamp of when the metric event took place. Default is when the + event was triggered. + placeholder: '' + defaultValue: '@path': $.timestamp - data: - '@path': $.properties - convert_timestamp: true - trigger: type = "screen" + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + presets: - actionId: s7FEfD963drbt4mBbnUxfR name: Create or Update Device fields: @@ -32470,6 +32574,23 @@ items: else: '@path': $.traits.objectTypeId trigger: type = "identify" + - actionId: sqJbxd67L97ZpX6N8wphL3 + name: Track Screen View + fields: + id: + '@path': $.userId + anonymous_id: + '@path': $.anonymousId + event_id: + '@path': $.messageId + name: + '@path': $.name + timestamp: + '@path': $.timestamp + data: + '@path': $.properties + convert_timestamp: true + trigger: type = "screen" - actionId: bYpBhuXizNTPeBLwoJ1RxZ name: Track Page View fields: @@ -32554,6 +32675,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/datalakes type: SERVER @@ -32672,6 +32794,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -32732,6 +32855,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -32825,6 +32949,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -32984,6 +33109,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-doubleclick-floodlight @@ -33122,6 +33248,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -33179,6 +33306,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-drip type: BROWSER @@ -33270,6 +33398,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -33394,6 +33523,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-elevio type: BROWSER @@ -33453,6 +33583,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-eloqua type: BROWSER @@ -33598,6 +33729,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-email-aptitude @@ -33665,6 +33797,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -33723,6 +33856,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -34062,6 +34196,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -34122,6 +34257,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -35481,6 +35617,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -35548,6 +35685,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -35610,6 +35748,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -35667,6 +35806,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -35758,6 +35898,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-errorception @@ -35833,6 +35974,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -35892,6 +36034,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -35964,6 +36107,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -36022,6 +36166,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -36083,6 +36228,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics-ios-integration-facebook-app-events @@ -36260,6 +36406,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -41059,6 +41206,7 @@ items: server: false warehouse: true cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -41418,6 +41566,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/facebook-offline-conversions @@ -41526,6 +41675,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/analytics.js-integrations/tree/master/integrations/facebook-pixel @@ -41720,6 +41870,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://www.factors.ai/ owner: PARTNER @@ -41790,6 +41941,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics-ios-integration-firebase type: IOS @@ -41820,6 +41972,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: dRiii61cWqivpbMNjxGUKL + 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: 8hSAZXT5u7knkEUGKLpe8A + 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: 8Ry596bd6tBhdH2ErcXZUS + 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. + placeholder: '' + defaultValue: + '@path': $.context.traits.emails + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: zCC3pVDww1k3bwsYeU3ak + 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. + placeholder: '' + defaultValue: + '@path': $.context.traits.phoneNumbers + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 9JQTx74mEBTAMwcUjfKo93 + 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: qPeGF7HX6EhNJpQoRwNmnN + 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. + placeholder: '' + defaultValue: + '@path': $.context.traits.firstName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 2NGtbSMELmDoTmdQGWb8jH + 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. + placeholder: '' + defaultValue: + '@path': $.context.traits.lastName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: w8BbkKZShNdnyc2uASpB4Z + 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: eEkzo7KFjZZ5SY6MYsGNsa + 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. + placeholder: '' + defaultValue: + '@path': $.context.traits.emails + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: umefzMMP12tpbD2oopGbPv + 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. + placeholder: '' + defaultValue: + '@path': $.context.traits.phoneNumbers + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 3sx6yoo2rwgRPCB5WYDZCb + 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: jeiJHUQawC7xqWmAnxJp3Z + 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. + placeholder: '' + defaultValue: + '@path': $.context.traits.firstName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 9KEVS8t6JhY8474QVZcKiF + 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. + placeholder: '' + defaultValue: + '@path': $.context.traits.lastName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: kUE2RG2AqX2LGqcykzFbUU + 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 @@ -41855,6 +42322,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -41914,6 +42382,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -41973,6 +42442,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics-ios-integration-flurry type: IOS @@ -42075,6 +42545,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-foxmetrics @@ -42143,6 +42614,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -42200,6 +42672,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -42267,6 +42740,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -42334,6 +42808,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -43568,6 +44043,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-friendbuy type: BROWSER @@ -43650,6 +44126,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -44828,6 +45305,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-fullstory type: BROWSER @@ -44922,6 +45400,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -45354,6 +45833,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -45793,6 +46273,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/FunnelEnvy/analytics.js-integration-funnelenvy/settings type: BROWSER @@ -45858,6 +46339,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -45919,6 +46401,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/gainsight @@ -45997,6 +46480,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-aptrinsic owner: PARTNER @@ -46070,6 +46554,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -46099,6 +46584,14 @@ items: required: true label: Data center actions: + - id: 3DbbbPpxoV8QLWnXRufobi + name: Identify User + slug: identifyUser + description: Set the user ID for a particular device ID or update user properties + platform: CLOUD + hidden: false + defaultTrigger: type = "identify" + fields: [] - id: LT28CpGtgs7XSBexKwDQg name: Group Identify User slug: groupIdentify @@ -46109,14 +46602,6 @@ items: hidden: false defaultTrigger: type = "group" fields: [] - - id: 3DbbbPpxoV8QLWnXRufobi - name: Identify User - slug: identifyUser - description: Set the user ID for a particular device ID or update user properties - platform: CLOUD - hidden: false - defaultTrigger: type = "identify" - fields: [] - id: fHzJV5FLDWfZnE6SfwtaA7 name: Track Event slug: trackEvent @@ -46218,6 +46703,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -47173,38 +47659,6 @@ items: allowNull: false hidden: false presets: - - actionId: jTwEh4xzXCqFVq66Ni4GQJ - name: Track Events - fields: - name: - '@path': $.event - metadata: - '@path': $.properties - playerUniqueId: - '@if': - exists: - '@path': $.userId - then: - '@path': $.userId - else: - '@path': $.anonymousId - mobile: - '@if': - exists: - '@path': $.properties.mobile - then: - '@path': $.properties.mobile - else: - '@path': $.traits.mobile - email: - '@if': - exists: - '@path': $.properties.email - then: - '@path': $.properties.email - else: - '@path': $.traits.email - trigger: type = "track" and event != "Order Completed" - actionId: nMDtQ3vgX13bRmiCF1uXoR name: Track Orders fields: @@ -47392,6 +47846,38 @@ items: deviceToken: '@path': $.traits.deviceToken trigger: type = "identify" + - actionId: jTwEh4xzXCqFVq66Ni4GQJ + name: Track Events + fields: + name: + '@path': $.event + metadata: + '@path': $.properties + playerUniqueId: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + mobile: + '@if': + exists: + '@path': $.properties.mobile + then: + '@path': $.properties.mobile + else: + '@path': $.traits.mobile + email: + '@if': + exists: + '@path': $.properties.email + then: + '@path': $.properties.email + else: + '@path': $.traits.email + trigger: type = "track" and event != "Order Completed" partnerOwned: true - id: 54521fd625e721e32a72eeb7 display_name: Gauges @@ -47427,6 +47913,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-gauges type: BROWSER @@ -47490,6 +47977,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://segment.com/docs/connections/destinations/catalog/gist/ owner: PARTNER @@ -47553,6 +48041,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -47903,6 +48392,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-adwords type: BROWSER @@ -48042,6 +48532,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-google-adwords-new @@ -48176,6 +48667,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -50595,6 +51087,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/adwords-remarketing-lists @@ -50681,6 +51174,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -55645,6 +56139,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -58713,6 +59208,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations-go/tree/master/google-cloud-function @@ -58780,6 +59276,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/integrations owner: SEGMENT @@ -58847,6 +59344,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -58914,6 +59412,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -59199,6 +59698,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-google-tag-manager @@ -59302,6 +59802,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-gosquared type: BROWSER @@ -59425,6 +59926,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -59483,6 +59985,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -59543,6 +60046,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -59730,6 +60234,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -59788,6 +60293,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -59857,6 +60363,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-heap type: BROWSER @@ -59921,6 +60428,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-hellobar type: BROWSER @@ -59982,6 +60490,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/help-scout @@ -60036,6 +60545,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-hittail type: BROWSER @@ -60098,6 +60608,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-hotjar type: BROWSER @@ -60173,6 +60684,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -60234,6 +60746,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -60430,6 +60943,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/analytics.js-integrations/tree/master/integrations/hubspot @@ -60569,6 +61083,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -61500,6 +62015,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -61854,6 +62370,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -61914,6 +62431,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -61977,6 +62495,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/integrations type: SERVER @@ -62051,6 +62570,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -62211,6 +62731,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-improvely type: BROWSER @@ -62281,6 +62802,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/indicative @@ -62345,6 +62867,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -62405,6 +62928,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -62463,6 +62987,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -63806,6 +64331,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-wootric owner: SEGMENT @@ -63883,6 +64409,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-tvsquared type: BROWSER @@ -63970,6 +64497,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -64286,6 +64814,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -67219,6 +67748,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-inspectlet @@ -67286,6 +67816,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-intercom type: BROWSER @@ -67412,6 +67943,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -67427,151 +67959,6 @@ items: server: true settings: [] actions: - - id: C5A9XfbiQnCfksZHXbMhK - name: Track Event - slug: trackEvent - description: Submit an event to Intercom. - platform: CLOUD - hidden: false - defaultTrigger: type = "track" - fields: - - id: cxYz7kBqvCFddpn4BoAmi7 - sortOrder: 0 - fieldKey: event_name - label: Event Name - type: STRING - description: >- - The name of the event that occurred. Names are treated as case - insensitive. Periods and dollar signs in event names are replaced with - hyphens. - placeholder: '' - defaultValue: - '@path': $.event - required: true - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - - id: 4ZvDFtwpLXWnDrMADXa9HC - sortOrder: 1 - fieldKey: created_at - label: Event Timestamp - type: DATETIME - description: >- - The time the event occurred as a UTC Unix timestamp. Segment will - convert to Unix if not already converted. - placeholder: '' - defaultValue: - '@path': $.timestamp - required: true - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - - id: dRHQUsbzAdpyqPhTfpFhZL - sortOrder: 2 - fieldKey: user_id - label: User ID - type: STRING - description: >- - Your identifier for the user who performed the event. User ID is - required if no email or Contact ID is provided. - placeholder: '' - defaultValue: - '@path': $.userId - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - - id: dnZubXq4cZ5Hemu9rXph32 - sortOrder: 3 - fieldKey: email - label: Email Address - type: STRING - description: >- - The email address for the user who performed the event. Email is - required if no User ID or Contact ID is provided. - placeholder: '' - defaultValue: - '@path': $.properties.email - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - - id: fDBu4dD1cDFXr4f4WuAgN7 - sortOrder: 4 - fieldKey: revenue - label: Revenue - type: NUMBER - description: >- - The amount associated with a purchase. Segment will multiply by 100 as - Intercom requires the amount in cents. - placeholder: '' - defaultValue: - '@path': $.properties.revenue - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - - id: 98jA3MA7FJs3yEU39796B4 - sortOrder: 5 - fieldKey: currency - label: Currency - type: STRING - description: >- - The currency of the purchase amount. Segment will default to USD if - revenue is provided without a currency. - placeholder: '' - defaultValue: - '@path': $.properties.currency - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - - id: tAERWbarfX1Jd1tErMhebQ - sortOrder: 6 - fieldKey: id - label: Contact ID - type: STRING - description: >- - Intercom's unique identifier for the contact. If no Contact ID is - provided, Segment will use User ID or Email to find a user or lead. - placeholder: '' - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - - id: gQesvdf3pWtu4Rc2oTYozV - sortOrder: 7 - fieldKey: metadata - label: Event Metadata - type: OBJECT - description: >- - Optional metadata describing the event. Each event can contain up to ten - metadata key-value pairs. If you send more than ten keys, Intercom will - ignore the rest. Intercom does not support nested JSON structures within - metadata. - placeholder: '' - defaultValue: - '@path': $.properties - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - id: 3Tk7gpN5MvNbTxnRDeJzKr name: Identify Company slug: groupIdentifyContact @@ -67772,6 +68159,151 @@ items: dynamic: false allowNull: false hidden: false + - id: C5A9XfbiQnCfksZHXbMhK + name: Track Event + slug: trackEvent + description: Submit an event to Intercom. + platform: CLOUD + hidden: false + defaultTrigger: type = "track" + fields: + - id: cxYz7kBqvCFddpn4BoAmi7 + sortOrder: 0 + fieldKey: event_name + label: Event Name + type: STRING + description: >- + The name of the event that occurred. Names are treated as case + insensitive. Periods and dollar signs in event names are replaced with + hyphens. + placeholder: '' + defaultValue: + '@path': $.event + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + - id: 4ZvDFtwpLXWnDrMADXa9HC + sortOrder: 1 + fieldKey: created_at + label: Event Timestamp + type: DATETIME + description: >- + The time the event occurred as a UTC Unix timestamp. Segment will + convert to Unix if not already converted. + placeholder: '' + defaultValue: + '@path': $.timestamp + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + - id: dRHQUsbzAdpyqPhTfpFhZL + sortOrder: 2 + fieldKey: user_id + label: User ID + type: STRING + description: >- + Your identifier for the user who performed the event. User ID is + required if no email or Contact ID is provided. + placeholder: '' + defaultValue: + '@path': $.userId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + - id: dnZubXq4cZ5Hemu9rXph32 + sortOrder: 3 + fieldKey: email + label: Email Address + type: STRING + description: >- + The email address for the user who performed the event. Email is + required if no User ID or Contact ID is provided. + placeholder: '' + defaultValue: + '@path': $.properties.email + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + - id: fDBu4dD1cDFXr4f4WuAgN7 + sortOrder: 4 + fieldKey: revenue + label: Revenue + type: NUMBER + description: >- + The amount associated with a purchase. Segment will multiply by 100 as + Intercom requires the amount in cents. + placeholder: '' + defaultValue: + '@path': $.properties.revenue + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + - id: 98jA3MA7FJs3yEU39796B4 + sortOrder: 5 + fieldKey: currency + label: Currency + type: STRING + description: >- + The currency of the purchase amount. Segment will default to USD if + revenue is provided without a currency. + placeholder: '' + defaultValue: + '@path': $.properties.currency + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + - id: tAERWbarfX1Jd1tErMhebQ + sortOrder: 6 + fieldKey: id + label: Contact ID + type: STRING + description: >- + Intercom's unique identifier for the contact. If no Contact ID is + provided, Segment will use User ID or Email to find a user or lead. + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + - id: gQesvdf3pWtu4Rc2oTYozV + sortOrder: 7 + fieldKey: metadata + label: Event Metadata + type: OBJECT + description: >- + Optional metadata describing the event. Each event can contain up to ten + metadata key-value pairs. If you send more than ten keys, Intercom will + ignore the rest. Intercom does not support nested JSON structures within + metadata. + placeholder: '' + defaultValue: + '@path': $.properties + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false - id: sXZzg4LGsu5WVyx5imvkWL name: Identify Contact slug: identifyContact @@ -67991,6 +68523,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -68600,6 +69133,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/integrations/tree/master/integrations/iron.io type: SERVER @@ -68675,6 +69209,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/segment-destinations/tree/master/integrations/iterable @@ -68772,6 +69307,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -69466,6 +70002,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -69603,6 +70140,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -69664,6 +70202,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -69912,6 +70451,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -69972,6 +70512,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -70032,6 +70573,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -70091,6 +70633,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -70627,6 +71170,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -70712,6 +71256,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -70971,6 +71516,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/Kahuna/segment-ios-integration owner: PARTNER @@ -71061,6 +71607,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -71742,6 +72289,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -71804,6 +72352,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-keen-io type: BROWSER @@ -71953,6 +72502,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -72018,6 +72568,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-kissmetrics @@ -72105,6 +72656,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -72164,6 +72716,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-klaviyo type: BROWSER @@ -72288,6 +72841,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -76357,6 +76911,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -76490,6 +77045,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -76833,6 +77389,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -76891,6 +77448,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://segment.com/docs/connections/destinations/catalog/kubit/ owner: PARTNER @@ -76952,6 +77510,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -77023,6 +77582,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -77340,6 +77900,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -77512,6 +78073,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/Leanplum/Leanplum-Segment-iOS owner: PARTNER @@ -77624,6 +78186,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -77681,6 +78244,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/integrations/tree/master/integrations/librato type: SERVER @@ -77749,6 +78313,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: - code: >- https://github.com/segmentio/action-destinations/tree/main/packages/destination-actions/src/destinations/linkedin-audiences @@ -77906,6 +78471,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -78316,6 +78882,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-linkedin-insight-tag @@ -78379,6 +78946,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -78530,6 +79098,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-livechat type: BROWSER @@ -78609,6 +79178,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -78685,6 +79255,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -78946,6 +79517,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -79266,6 +79838,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-localytics @@ -79367,6 +79940,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -79535,6 +80109,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -79835,6 +80410,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://segment.com/docs/connections/destinations/catalog/lou/ type: SERVER @@ -79897,6 +80473,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-lucky-orange @@ -79960,6 +80537,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -80018,6 +80596,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-lytics type: BROWSER @@ -80112,6 +80691,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -80172,6 +80752,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-madkudu type: BROWSER @@ -80231,6 +80812,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/mailchimp @@ -80319,6 +80901,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -80385,6 +80968,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -80445,6 +81029,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -80502,6 +81087,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/action-destinations/tree/main/packages/destination-actions/src/destinations/marketo-static-lists @@ -80815,6 +81401,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-marketo-v2/ @@ -80952,6 +81539,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -81014,6 +81602,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -81072,6 +81661,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-piwik type: BROWSER @@ -81156,6 +81746,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-mediamath type: BROWSER @@ -81233,6 +81824,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -81391,6 +81983,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/millennial-media @@ -81457,6 +82050,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -83928,6 +84522,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/analytics-cloud-integrations/tree/master/integrations/mixpanel @@ -84179,6 +84774,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-moengage owner: SEGMENT @@ -84262,6 +84858,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -84644,6 +85241,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -84704,6 +85302,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -86983,6 +87582,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-monetate type: BROWSER @@ -87044,6 +87644,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -87103,6 +87704,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-mouseflow type: BROWSER @@ -87168,6 +87770,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-mousestats @@ -87230,6 +87833,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -87347,6 +87951,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -87404,6 +88009,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-nanigans type: BROWSER @@ -87497,6 +88103,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -87556,6 +88163,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/integrations/tree/master/integrations/natero type: SERVER @@ -87636,6 +88244,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-navilytics @@ -87708,6 +88317,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/new-relic @@ -87815,6 +88425,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-nielsen-dcr @@ -87979,6 +88590,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -88046,6 +88658,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://segment.com/docs/connections/destinations/catalog/noora/ owner: PARTNER @@ -88108,6 +88721,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-nudgespot type: BROWSER @@ -88177,6 +88791,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-olark type: BROWSER @@ -88285,6 +88900,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -88350,6 +88966,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -88442,6 +89059,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -89023,7 +89641,7 @@ items: allowNull: false presets: - actionId: hcqEnue2U8oG3e3iVHW5KV - name: Email Sent + name: Unsubscribed fields: user_identifiers: anonymousId: @@ -89056,10 +89674,10 @@ items: '@path': $.timestamp enable_batching: true batch_size: 100 - event_action: sent - trigger: type = "track" and event = "Email Sent" - - actionId: hcqEnue2U8oG3e3iVHW5KV - name: Unsubscribed + event_action: unsubscribe + trigger: type = "track" and event = "Unsubscribed" + - actionId: meD4xgcJ8b3f29gWudiuFQ + name: Order Completed fields: user_identifiers: anonymousId: @@ -89073,7 +89691,7 @@ items: then: '@path': $.properties.email else: - '@path': $.context.traits.email + '@path': $.traits.email optimizely_vuid: '@if': exists: @@ -89081,21 +89699,27 @@ items: then: '@path': $.properties.optimizely_vuid else: - '@path': $.context.traits.optimizely_vuid - campaign: - '@path': $.properties.campaign_name - campaign_id: - '@path': $.properties.campaign_id - link_url: - '@path': $.properties.link_url + '@path': $.traits.optimizely_vuid + event_type: order + products: + '@arrayPath': + - $.properties.products + - product_id: + '@path': $.product_id + qty: + '@path': $.quantity + order_id: + '@path': $.properties.order_id + total: + '@path': $.properties.total timestamp: '@path': $.timestamp enable_batching: true batch_size: 100 - event_action: unsubscribe - trigger: type = "track" and event = "Unsubscribed" - - actionId: meD4xgcJ8b3f29gWudiuFQ - name: Order Completed + event_action: purchase + trigger: type = "track" and event = "Order Completed" + - actionId: hcqEnue2U8oG3e3iVHW5KV + name: Email Sent fields: user_identifiers: anonymousId: @@ -89109,7 +89733,7 @@ items: then: '@path': $.properties.email else: - '@path': $.traits.email + '@path': $.context.traits.email optimizely_vuid: '@if': exists: @@ -89117,25 +89741,19 @@ items: then: '@path': $.properties.optimizely_vuid else: - '@path': $.traits.optimizely_vuid - event_type: order - products: - '@arrayPath': - - $.properties.products - - product_id: - '@path': $.product_id - qty: - '@path': $.quantity - order_id: - '@path': $.properties.order_id - total: - '@path': $.properties.total + '@path': $.context.traits.optimizely_vuid + campaign: + '@path': $.properties.campaign_name + campaign_id: + '@path': $.properties.campaign_id + link_url: + '@path': $.properties.link_url timestamp: '@path': $.timestamp enable_batching: true batch_size: 100 - event_action: purchase - trigger: type = "track" and event = "Order Completed" + event_action: sent + trigger: type = "track" and event = "Email Sent" - actionId: meD4xgcJ8b3f29gWudiuFQ name: Product Added fields: @@ -89410,6 +90028,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -89627,6 +90246,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics-ios-integration-optimizely-x @@ -89807,6 +90427,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-optimizely @@ -89941,6 +90562,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -90036,6 +90658,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -90095,6 +90718,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -90481,6 +91105,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-parsely type: BROWSER @@ -90580,6 +91205,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -90638,6 +91264,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-pendo owner: PARTNER @@ -90705,6 +91332,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -90996,6 +91624,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-perfect-audience @@ -91058,6 +91687,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -91152,6 +91782,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -91212,6 +91843,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/personas-facebook-ads @@ -91286,6 +91918,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -91345,6 +91978,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-pingdom type: BROWSER @@ -91412,6 +92046,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/pinterest-audiences @@ -91475,6 +92110,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -92361,6 +92997,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-pinterest-tag @@ -92463,6 +93100,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -92529,6 +93167,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -92732,6 +93371,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -92790,6 +93430,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -93299,6 +93940,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -93356,6 +93998,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -93415,6 +94058,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -93483,6 +94127,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -93540,6 +94185,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/ProfitWell/segment-dotjs type: BROWSER @@ -93614,6 +94260,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -93676,6 +94323,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -93734,6 +94382,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -94215,6 +94864,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-qualaroo type: BROWSER @@ -94296,6 +94946,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -94813,6 +95464,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-quantcast type: BROWSER @@ -94906,6 +95558,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-quanticmind @@ -94996,6 +95649,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-quora-conversion-pixel @@ -95072,6 +95726,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/radiumone-connect @@ -95136,6 +95791,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-ramen type: BROWSER @@ -95203,6 +95859,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -95306,6 +95963,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -95368,6 +96026,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -95430,6 +96089,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -95488,6 +96148,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -95666,6 +96327,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/repeater @@ -95735,6 +96397,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/responsys @@ -95880,6 +96543,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -95938,6 +96602,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -96479,6 +97144,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://segment.com/docs/connections/destinations/catalog/richpanel/ owner: PARTNER @@ -96546,6 +97212,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -97261,6 +97928,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -97913,6 +98581,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-hindsight type: BROWSER @@ -97995,6 +98664,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -98066,6 +98736,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-rollbar type: BROWSER @@ -98190,6 +98861,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -98388,6 +99060,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -98450,6 +99123,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -98532,6 +99206,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -98598,6 +99273,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: - code: >- https://github.com/segmentio/action-destinations/tree/main/packages/destination-actions/src/destinations/salesforce @@ -101618,6 +102294,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -101964,6 +102641,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -102033,6 +102711,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -102966,6 +103645,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-satismeter @@ -103044,6 +103724,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -103104,6 +103785,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -103374,6 +104056,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -103436,6 +104119,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -103496,6 +104180,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -103777,6 +104462,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -103852,6 +104538,7 @@ items: server: false warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -105193,6 +105880,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/integrations/tree/master/integrations/hubspot owner: SEGMENT @@ -105328,6 +106016,7 @@ items: server: false warehouse: true cloudAppObject: true + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -105343,17 +106032,17 @@ items: server: false settings: [] actions: - - id: zfCkGpUYbWN9ns5jr1jvU - name: Send Group - slug: sendGroup + - id: vm2tNA5U1zxUusQkdC4D7Z + name: Send Identify + slug: sendIdentify description: >- - Send a group call to Segment’s tracking API. This is used to associate an - individual user with a group + Send an identify call to Segment’s tracking API. This is used to tie your + users to their actions and record traits about them. platform: CLOUD hidden: false - defaultTrigger: type = "group" + defaultTrigger: type = "identify" fields: - - id: hia2oaivfz3r4QudDBD3U2 + - id: 8jnYyo4M2YDjfXVfAEqxHt sortOrder: 0 fieldKey: engage_space label: Profile Space @@ -105370,7 +106059,7 @@ items: choices: null dynamic: true allowNull: false - - id: h4H4Kp888i1gp5b3AkHLxn + - id: 8rjJ5dmzDVqHiapSchgLF6 sortOrder: 1 fieldKey: user_id label: User ID @@ -105384,7 +106073,7 @@ items: choices: null dynamic: false allowNull: false - - id: nKgrx2gqCCpvwaWUhNgNKx + - id: trH7kzySRdTxtiWyof3s7C sortOrder: 2 fieldKey: anonymous_id label: Anonymous ID @@ -105398,19 +106087,19 @@ items: choices: null dynamic: false allowNull: false - - id: ga6pCQbXa6G5YRYuTyTQ26 + - id: vHzx4hFZd46BqtvEQANzAH sortOrder: 3 fieldKey: group_id label: Group ID type: STRING description: The group or account ID a user is associated with. placeholder: '' - required: true + required: false multiple: false choices: null dynamic: false allowNull: false - - id: 2eru5rfQ1hzFecueQEQRY2 + - id: bM2eqnybcaX4TJnPAxayTY sortOrder: 4 fieldKey: traits label: Traits @@ -105422,7 +106111,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9zutCMufFPtmRSo96L1YfZ + - id: i3Zfrj5uFQEJ865ydfrDkN sortOrder: 5 fieldKey: timestamp label: Timestamp @@ -105436,17 +106125,17 @@ items: choices: null dynamic: false allowNull: false - - id: vm2tNA5U1zxUusQkdC4D7Z - name: Send Identify - slug: sendIdentify + - id: zfCkGpUYbWN9ns5jr1jvU + name: Send Group + slug: sendGroup description: >- - Send an identify call to Segment’s tracking API. This is used to tie your - users to their actions and record traits about them. + Send a group call to Segment’s tracking API. This is used to associate an + individual user with a group platform: CLOUD hidden: false - defaultTrigger: type = "identify" + defaultTrigger: type = "group" fields: - - id: 8jnYyo4M2YDjfXVfAEqxHt + - id: hia2oaivfz3r4QudDBD3U2 sortOrder: 0 fieldKey: engage_space label: Profile Space @@ -105463,7 +106152,7 @@ items: choices: null dynamic: true allowNull: false - - id: 8rjJ5dmzDVqHiapSchgLF6 + - id: h4H4Kp888i1gp5b3AkHLxn sortOrder: 1 fieldKey: user_id label: User ID @@ -105477,7 +106166,7 @@ items: choices: null dynamic: false allowNull: false - - id: trH7kzySRdTxtiWyof3s7C + - id: nKgrx2gqCCpvwaWUhNgNKx sortOrder: 2 fieldKey: anonymous_id label: Anonymous ID @@ -105491,19 +106180,19 @@ items: choices: null dynamic: false allowNull: false - - id: vHzx4hFZd46BqtvEQANzAH + - id: ga6pCQbXa6G5YRYuTyTQ26 sortOrder: 3 fieldKey: group_id label: Group ID type: STRING description: The group or account ID a user is associated with. placeholder: '' - required: false + required: true multiple: false choices: null dynamic: false allowNull: false - - id: bM2eqnybcaX4TJnPAxayTY + - id: 2eru5rfQ1hzFecueQEQRY2 sortOrder: 4 fieldKey: traits label: Traits @@ -105515,7 +106204,7 @@ items: choices: null dynamic: false allowNull: false - - id: i3Zfrj5uFQEJ865ydfrDkN + - id: 9zutCMufFPtmRSo96L1YfZ sortOrder: 5 fieldKey: timestamp label: Timestamp @@ -105886,6 +106575,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://segment.com/docs/connections/destinations/catalog/segmetrics/ owner: PARTNER @@ -105957,6 +106647,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -106074,6 +106765,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -106773,6 +107465,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-sentry type: BROWSER @@ -106930,6 +107623,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -106987,6 +107681,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-shareasale @@ -107066,6 +107761,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -107125,6 +107821,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -107252,6 +107949,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-simplereach @@ -107319,6 +108017,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/singular-labs/segment-singular-ios owner: PARTNER @@ -107393,6 +108092,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -107456,6 +108156,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/integrations/tree/master/integrations/slack type: SERVER @@ -107552,6 +108253,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -107682,6 +108384,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -107743,6 +108446,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/amertak/analytics.js-integration-smartlook owner: PARTNER @@ -107808,6 +108512,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -107865,6 +108570,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/integrations/tree/master/integrations/snapchat-audiences @@ -107927,6 +108633,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -110988,6 +111695,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-snapengage @@ -111060,6 +111768,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -111127,6 +111836,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-spinnakr type: BROWSER @@ -111188,6 +111898,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -111252,6 +111963,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -111525,6 +112237,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -111585,6 +112298,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -112008,6 +112722,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -112081,6 +112796,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -112174,6 +112890,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -112233,6 +112950,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -112300,6 +113018,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -112362,6 +113081,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -112422,6 +113142,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -112504,6 +113225,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -112564,6 +113286,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/Survicate/analytics.js-integration-survicate owner: PARTNER @@ -112633,6 +113356,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -112809,6 +113533,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/swrve-services/analytics-ios-integration-swrve owner: PARTNER @@ -112873,6 +113598,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -112985,6 +113711,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-talkable type: BROWSER @@ -113114,6 +113841,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -113188,6 +113916,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -114320,6 +115049,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -114377,6 +115107,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-taplytics type: BROWSER @@ -114497,6 +115228,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-tapstream owner: SEGMENT @@ -114601,6 +115333,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -114765,6 +115498,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -115329,6 +116063,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -115893,150 +116628,6 @@ items: allowNull: false hidden: false presets: - - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Page View - fields: - event_id: - '@path': $.messageId - timestamp: - '@path': $.timestamp - phone_number: - '@if': - exists: - '@path': $.properties.phone - then: - '@path': $.properties.phone - else: - '@path': $.context.traits.phone - email: - '@if': - exists: - '@path': $.properties.email - then: - '@path': $.properties.email - else: - '@path': $.context.traits.email - first_name: - '@if': - exists: - '@path': $.properties.first_name - then: - '@path': $.properties.first_name - else: - '@path': $.context.traits.first_name - last_name: - '@if': - exists: - '@path': $.properties.last_name - then: - '@path': $.properties.last_name - else: - '@path': $.context.traits.last_name - address: - city: - '@if': - exists: - '@path': $.properties.address.city - then: - '@path': $.properties.address.city - else: - '@path': $.context.traits.address.city - country: - '@if': - exists: - '@path': $.properties.address.country - then: - '@path': $.properties.address.country - else: - '@path': $.context.traits.address.country - zip_code: - '@if': - exists: - '@path': $.properties.address.postal_code - then: - '@path': $.properties.address.postal_code - else: - '@path': $.context.traits.address.postal_code - state: - '@if': - exists: - '@path': $.properties.address.state - then: - '@path': $.properties.address.state - else: - '@path': $.context.traits.address.state - order_id: - '@path': $.properties.order_id - shop_id: - '@path': $.properties.shop_id - external_id: - '@if': - exists: - '@path': $.userId - then: - '@path': $.userId - else: - '@path': $.anonymousId - ttclid: - '@if': - exists: - '@path': $.properties.ttclid - then: - '@path': $.properties.ttclid - else: - '@path': $.integrations.TikTok Conversions.ttclid - ttp: - '@if': - exists: - '@path': $.properties.ttp - then: - '@path': $.properties.ttp - else: - '@path': $.integrations.TikTok Conversions.ttp - lead_id: - '@path': $.properties.lead_id - locale: - '@path': $.context.locale - url: - '@path': $.context.page.url - referrer: - '@path': $.context.page.referrer - ip: - '@path': $.context.ip - user_agent: - '@path': $.context.userAgent - content_type: product - currency: - '@path': $.properties.currency - value: - '@if': - exists: - '@path': $.properties.value - then: - '@path': $.properties.value - else: - '@path': $.properties.revenue - query: - '@path': $.properties.query - limited_data_use: - '@path': $.properties.limited_data_use - contents: - '@arrayPath': - - $.properties.products - - price: - '@path': $.price - quantity: - '@path': $.quantity - content_category: - '@path': $.category - content_id: - '@path': $.product_id - content_name: - '@path': $.name - brand: - '@path': $.brand - event: PageView - trigger: type="page" - actionId: sgzMwUxWm5jPu4SSaGt6cS name: Initiate Checkout fields: @@ -116841,7 +117432,280 @@ items: '@path': $.properties.limited_data_use contents: '@arrayPath': - - $.properties + - $.properties + - price: + '@path': $.price + quantity: + '@path': $.quantity + content_category: + '@path': $.category + content_id: + '@path': $.product_id + content_name: + '@path': $.name + brand: + '@path': $.brand + event: AddToWishlist + trigger: event = "Product Added to Wishlist" + - actionId: sgzMwUxWm5jPu4SSaGt6cS + name: Submit Form + fields: + event_id: + '@path': $.messageId + timestamp: + '@path': $.timestamp + phone_number: + '@if': + exists: + '@path': $.properties.phone + then: + '@path': $.properties.phone + else: + '@path': $.context.traits.phone + email: + '@if': + exists: + '@path': $.properties.email + then: + '@path': $.properties.email + else: + '@path': $.context.traits.email + first_name: + '@if': + exists: + '@path': $.properties.first_name + then: + '@path': $.properties.first_name + else: + '@path': $.context.traits.first_name + last_name: + '@if': + exists: + '@path': $.properties.last_name + then: + '@path': $.properties.last_name + else: + '@path': $.context.traits.last_name + address: + city: + '@if': + exists: + '@path': $.properties.address.city + then: + '@path': $.properties.address.city + else: + '@path': $.context.traits.address.city + country: + '@if': + exists: + '@path': $.properties.address.country + then: + '@path': $.properties.address.country + else: + '@path': $.context.traits.address.country + zip_code: + '@if': + exists: + '@path': $.properties.address.postal_code + then: + '@path': $.properties.address.postal_code + else: + '@path': $.context.traits.address.postal_code + state: + '@if': + exists: + '@path': $.properties.address.state + then: + '@path': $.properties.address.state + else: + '@path': $.context.traits.address.state + order_id: + '@path': $.properties.order_id + shop_id: + '@path': $.properties.shop_id + external_id: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + ttclid: + '@if': + exists: + '@path': $.properties.ttclid + then: + '@path': $.properties.ttclid + else: + '@path': $.integrations.TikTok Conversions.ttclid + ttp: + '@if': + exists: + '@path': $.properties.ttp + then: + '@path': $.properties.ttp + else: + '@path': $.integrations.TikTok Conversions.ttp + lead_id: + '@path': $.properties.lead_id + locale: + '@path': $.context.locale + url: + '@path': $.context.page.url + referrer: + '@path': $.context.page.referrer + ip: + '@path': $.context.ip + user_agent: + '@path': $.context.userAgent + content_type: product + currency: + '@path': $.properties.currency + value: + '@if': + exists: + '@path': $.properties.value + then: + '@path': $.properties.value + else: + '@path': $.properties.revenue + query: + '@path': $.properties.query + limited_data_use: + '@path': $.properties.limited_data_use + event: SubmitForm + trigger: event = "Form Submitted" + - actionId: sgzMwUxWm5jPu4SSaGt6cS + name: Complete Payment + fields: + event_id: + '@path': $.messageId + timestamp: + '@path': $.timestamp + phone_number: + '@if': + exists: + '@path': $.properties.phone + then: + '@path': $.properties.phone + else: + '@path': $.context.traits.phone + email: + '@if': + exists: + '@path': $.properties.email + then: + '@path': $.properties.email + else: + '@path': $.context.traits.email + first_name: + '@if': + exists: + '@path': $.properties.first_name + then: + '@path': $.properties.first_name + else: + '@path': $.context.traits.first_name + last_name: + '@if': + exists: + '@path': $.properties.last_name + then: + '@path': $.properties.last_name + else: + '@path': $.context.traits.last_name + address: + city: + '@if': + exists: + '@path': $.properties.address.city + then: + '@path': $.properties.address.city + else: + '@path': $.context.traits.address.city + country: + '@if': + exists: + '@path': $.properties.address.country + then: + '@path': $.properties.address.country + else: + '@path': $.context.traits.address.country + zip_code: + '@if': + exists: + '@path': $.properties.address.postal_code + then: + '@path': $.properties.address.postal_code + else: + '@path': $.context.traits.address.postal_code + state: + '@if': + exists: + '@path': $.properties.address.state + then: + '@path': $.properties.address.state + else: + '@path': $.context.traits.address.state + order_id: + '@path': $.properties.order_id + shop_id: + '@path': $.properties.shop_id + external_id: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + ttclid: + '@if': + exists: + '@path': $.properties.ttclid + then: + '@path': $.properties.ttclid + else: + '@path': $.integrations.TikTok Conversions.ttclid + ttp: + '@if': + exists: + '@path': $.properties.ttp + then: + '@path': $.properties.ttp + else: + '@path': $.integrations.TikTok Conversions.ttp + lead_id: + '@path': $.properties.lead_id + locale: + '@path': $.context.locale + url: + '@path': $.context.page.url + referrer: + '@path': $.context.page.referrer + ip: + '@path': $.context.ip + user_agent: + '@path': $.context.userAgent + content_type: product + currency: + '@path': $.properties.currency + value: + '@if': + exists: + '@path': $.properties.value + then: + '@path': $.properties.value + else: + '@path': $.properties.revenue + query: + '@path': $.properties.query + limited_data_use: + '@path': $.properties.limited_data_use + contents: + '@arrayPath': + - $.properties.products - price: '@path': $.price quantity: @@ -116854,139 +117718,10 @@ items: '@path': $.name brand: '@path': $.brand - event: AddToWishlist - trigger: event = "Product Added to Wishlist" - - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Submit Form - fields: - event_id: - '@path': $.messageId - timestamp: - '@path': $.timestamp - phone_number: - '@if': - exists: - '@path': $.properties.phone - then: - '@path': $.properties.phone - else: - '@path': $.context.traits.phone - email: - '@if': - exists: - '@path': $.properties.email - then: - '@path': $.properties.email - else: - '@path': $.context.traits.email - first_name: - '@if': - exists: - '@path': $.properties.first_name - then: - '@path': $.properties.first_name - else: - '@path': $.context.traits.first_name - last_name: - '@if': - exists: - '@path': $.properties.last_name - then: - '@path': $.properties.last_name - else: - '@path': $.context.traits.last_name - address: - city: - '@if': - exists: - '@path': $.properties.address.city - then: - '@path': $.properties.address.city - else: - '@path': $.context.traits.address.city - country: - '@if': - exists: - '@path': $.properties.address.country - then: - '@path': $.properties.address.country - else: - '@path': $.context.traits.address.country - zip_code: - '@if': - exists: - '@path': $.properties.address.postal_code - then: - '@path': $.properties.address.postal_code - else: - '@path': $.context.traits.address.postal_code - state: - '@if': - exists: - '@path': $.properties.address.state - then: - '@path': $.properties.address.state - else: - '@path': $.context.traits.address.state - order_id: - '@path': $.properties.order_id - shop_id: - '@path': $.properties.shop_id - external_id: - '@if': - exists: - '@path': $.userId - then: - '@path': $.userId - else: - '@path': $.anonymousId - ttclid: - '@if': - exists: - '@path': $.properties.ttclid - then: - '@path': $.properties.ttclid - else: - '@path': $.integrations.TikTok Conversions.ttclid - ttp: - '@if': - exists: - '@path': $.properties.ttp - then: - '@path': $.properties.ttp - else: - '@path': $.integrations.TikTok Conversions.ttp - lead_id: - '@path': $.properties.lead_id - locale: - '@path': $.context.locale - url: - '@path': $.context.page.url - referrer: - '@path': $.context.page.referrer - ip: - '@path': $.context.ip - user_agent: - '@path': $.context.userAgent - content_type: product - currency: - '@path': $.properties.currency - value: - '@if': - exists: - '@path': $.properties.value - then: - '@path': $.properties.value - else: - '@path': $.properties.revenue - query: - '@path': $.properties.query - limited_data_use: - '@path': $.properties.limited_data_use - event: SubmitForm - trigger: event = "Form Submitted" + event: CompletePayment + trigger: event = "Order Completed" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Complete Payment + name: View Content fields: event_id: '@path': $.messageId @@ -117114,7 +117849,7 @@ items: '@path': $.properties.limited_data_use contents: '@arrayPath': - - $.properties.products + - $.properties - price: '@path': $.price quantity: @@ -117127,10 +117862,10 @@ items: '@path': $.name brand: '@path': $.brand - event: CompletePayment - trigger: event = "Order Completed" + event: ViewContent + trigger: event = "Product Viewed" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: View Content + name: Contact fields: event_id: '@path': $.messageId @@ -117256,25 +117991,10 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - contents: - '@arrayPath': - - $.properties - - price: - '@path': $.price - quantity: - '@path': $.quantity - content_category: - '@path': $.category - content_id: - '@path': $.product_id - content_name: - '@path': $.name - brand: - '@path': $.brand - event: ViewContent - trigger: event = "Product Viewed" + event: Contact + trigger: event = "Callback Started" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Contact + name: Page View fields: event_id: '@path': $.messageId @@ -117400,8 +118120,23 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: Contact - trigger: event = "Callback Started" + contents: + '@arrayPath': + - $.properties.products + - price: + '@path': $.price + quantity: + '@path': $.quantity + content_category: + '@path': $.category + content_id: + '@path': $.product_id + content_name: + '@path': $.name + brand: + '@path': $.brand + event: PageView + trigger: type="page" - actionId: sgzMwUxWm5jPu4SSaGt6cS name: Search fields: @@ -118014,6 +118749,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -119341,7 +120077,7 @@ items: allowNull: false presets: - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Add to Cart + name: Complete Registration fields: event_id: '@path': $.messageId @@ -119418,25 +120154,10 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - contents: - '@arrayPath': - - $.properties - - price: - '@path': $.price - quantity: - '@path': $.quantity - content_category: - '@path': $.category - content_id: - '@path': $.product_id - content_name: - '@path': $.name - brand: - '@path': $.brand - event: AddToCart - trigger: event = "Product Added" + event: CompleteRegistration + trigger: event = "Signed Up" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Submit Form + name: Contact fields: event_id: '@path': $.messageId @@ -119513,10 +120234,10 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: SubmitForm - trigger: event = "Form Submitted" + event: Contact + trigger: event = "Callback Started" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Complete Registration + name: Initiate Checkout fields: event_id: '@path': $.messageId @@ -119593,10 +120314,25 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: CompleteRegistration - trigger: event = "Signed Up" + contents: + '@arrayPath': + - $.properties.products + - price: + '@path': $.price + quantity: + '@path': $.quantity + content_category: + '@path': $.category + content_id: + '@path': $.product_id + content_name: + '@path': $.name + brand: + '@path': $.brand + event: InitiateCheckout + trigger: event = "Checkout Started" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Contact + name: Add to Cart fields: event_id: '@path': $.messageId @@ -119673,10 +120409,25 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: Contact - trigger: event = "Callback Started" + contents: + '@arrayPath': + - $.properties + - price: + '@path': $.price + quantity: + '@path': $.quantity + content_category: + '@path': $.category + content_id: + '@path': $.product_id + content_name: + '@path': $.name + brand: + '@path': $.brand + event: AddToCart + trigger: event = "Product Added" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Initiate Checkout + name: Search fields: event_id: '@path': $.messageId @@ -119755,7 +120506,7 @@ items: '@path': $.properties.limited_data_use contents: '@arrayPath': - - $.properties.products + - $.properties - price: '@path': $.price quantity: @@ -119768,10 +120519,10 @@ items: '@path': $.name brand: '@path': $.brand - event: InitiateCheckout - trigger: event = "Checkout Started" + event: Search + trigger: event = "Products Searched" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Search + name: Submit Form fields: event_id: '@path': $.messageId @@ -119848,23 +120599,8 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - contents: - '@arrayPath': - - $.properties - - price: - '@path': $.price - quantity: - '@path': $.quantity - content_category: - '@path': $.category - content_id: - '@path': $.product_id - content_name: - '@path': $.name - brand: - '@path': $.brand - event: Search - trigger: event = "Products Searched" + event: SubmitForm + trigger: event = "Form Submitted" - actionId: ahuzGWXfbLEWcMhc73Cjtx name: Complete Payment fields: @@ -120725,6 +121461,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -122889,6 +123626,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -123216,6 +123954,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -123531,6 +124270,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-totango type: BROWSER @@ -123632,6 +124372,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-trackjs type: BROWSER @@ -123786,6 +124527,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -123843,6 +124585,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -123906,6 +124649,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -123967,6 +124711,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/integrations/tree/master/integrations/tray.io type: SERVER @@ -124039,6 +124784,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -124105,6 +124851,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -124165,6 +124912,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/mobileapptracking/segment-integration-ios owner: PARTNER @@ -124300,6 +125048,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-twitter-ads @@ -124397,6 +125146,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -124456,6 +125206,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -124517,6 +125268,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -124575,6 +125327,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -124892,6 +125645,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -124950,6 +125704,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -125018,6 +125773,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -125077,6 +125833,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -125135,6 +125892,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -126851,6 +127609,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -127177,6 +127936,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -127401,6 +128161,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -127703,6 +128464,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/ThabetIbrahim/segment-userpilot-integration owner: PARTNER @@ -127766,6 +128528,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-uservoice type: BROWSER @@ -127958,6 +128721,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -128026,6 +128790,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/analytics-cloud-integrations/tree/master/integrations/vero @@ -128104,6 +128869,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -128163,6 +128929,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -128222,6 +128989,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-visual-website-optimizer @@ -128369,6 +129137,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -128431,6 +129200,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -128592,6 +129362,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -129251,6 +130022,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -129762,6 +130534,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -129933,6 +130706,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/WalkMe/analytics.js-integration-walkme type: BROWSER @@ -130038,6 +130812,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-webengage owner: SEGMENT @@ -130116,6 +130891,7 @@ items: server: true warehouse: true cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -130274,6 +131050,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -130331,6 +131108,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -130392,6 +131170,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -130453,6 +131232,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -130513,6 +131293,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -130753,6 +131534,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-wishpond type: BROWSER @@ -130822,6 +131604,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segmentio/analytics-cloud-integrations/tree/master/integrations/woopra @@ -130949,6 +131732,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -131030,6 +131814,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -131090,6 +131875,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: true components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -131385,6 +132171,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -131566,6 +132353,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-yandex-metrica @@ -131662,6 +132450,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: >- https://github.com/segment-integrations/analytics.js-integration-yellowhammer @@ -131732,6 +132521,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-youbora type: BROWSER @@ -131793,6 +132583,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: true @@ -131850,6 +132641,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/integrations/tree/master/integrations/zapier type: SERVER @@ -131925,6 +132717,7 @@ items: server: true warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segmentio/integrations/tree/master/integrations/zendesk type: SERVER @@ -132032,6 +132825,7 @@ items: server: false warehouse: false cloudAppObject: false + linkedAudiences: false components: - code: https://github.com/segment-integrations/analytics.js-integration-zopim type: BROWSER diff --git a/src/_data/catalog/source_categories.yml b/src/_data/catalog/source_categories.yml index abd13ad89e..89bb865849 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-10-31 +# source categories last updated 2024-11-05 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 ddba4c0e6d..b369b05898 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-10-31 +# sources last updated 2024-11-05 items: - id: 8HWbgPTt3k display_name: .NET diff --git a/src/connections/destinations/catalog/devrev/index.md b/src/connections/destinations/catalog/actions-devrev/index.md similarity index 98% rename from src/connections/destinations/catalog/devrev/index.md rename to src/connections/destinations/catalog/actions-devrev/index.md index 08b9e6a24d..8229b261bf 100644 --- a/src/connections/destinations/catalog/devrev/index.md +++ b/src/connections/destinations/catalog/actions-devrev/index.md @@ -2,6 +2,7 @@ title: DevRev (Actions) Destination hide-boilerplate: true hide-dossier: true +hidden: true id: 649adeaa719bd3f55fe81bef --- @@ -39,4 +40,4 @@ By default, the `createRevUser` function will create a new RevUser (Contact) obj 1. If the email address is a personal email address (defined by having a domain in the domain blacklist), then the Account will be searched for using the email address specifically (for example, `test@gmail.com` would look for an account with external_ref of `test@gmail.com`). 2. If the email address is a company address (not having a domain in the domain blacklist), then DevRev looks for an account with the company domain. If found, the RevUser will be attached to this Account. If there is no existing account, a new one will be created with the company domain (for example, DevRev would add `test@company.com` under the Account with the domain `company.com`). -{% include components/actions-fields.html %} \ No newline at end of file +{% include components/actions-fields.html %} diff --git a/src/connections/destinations/catalog/actions-marketo-static-lists/index.md b/src/connections/destinations/catalog/actions-marketo-static-lists/index.md index 688ae28f3e..a8a959cea6 100644 --- a/src/connections/destinations/catalog/actions-marketo-static-lists/index.md +++ b/src/connections/destinations/catalog/actions-marketo-static-lists/index.md @@ -27,7 +27,8 @@ The Marketo Static Lists (Actions) destination lets you sync users into Marketo - **Lookback window allowed**: Yes - **Client or Server-Side Connection**: Server-side -{% include content/sync-frequency-note.md %} +> info "Real-time to batch destination sync frequency" +> You can expect a sync frequency of 15 to 18 hours for real-time audience connections to Marketo Static Lists (Actions). ## Configuring Marketo Static Lists diff --git a/src/connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup.md b/src/connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup.md index 306cf1f5ca..697b375900 100644 --- a/src/connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup.md +++ b/src/connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup.md @@ -87,4 +87,10 @@ Follow the instructions below to set up the Segment Snowflake connector. Segment Learn more about the Snowflake Account ID in Snowflake's [Account identifiers](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html){:target="_blank"} documentation. -After you've successfully added your Snowflake source, [add a model](/docs/connections/reverse-etl/setup/#step-2-add-a-model) and follow the rest of the steps in the Reverse ETL setup guide. \ No newline at end of file +After you've successfully added your Snowflake source, [add a model](/docs/connections/reverse-etl/setup/#step-2-add-a-model) and follow the rest of the steps in the Reverse ETL setup guide. + +## Security +### Allowlisting IPs +If you create a network policy with Snowflake and are located in the US, add `52.25.130.38/32` and `34.223.203.0/28` to the "Allowed IP Addresses" list. + +If you create a network policy with Snowflake and are located in the EU, add `3.251.148.96/29` to your "Allowed IP Addresses" list. diff --git a/src/unify/product-limits.md b/src/unify/product-limits.md index cb62fe1e40..6c5b9f583f 100644 --- a/src/unify/product-limits.md +++ b/src/unify/product-limits.md @@ -7,7 +7,7 @@ redirect_from: --- > info "" -> Beginning November 1, 2024, new Unify Plus and Engage users can refer to this page for Segment's product limits. Existing users prior to this date can continue to refer to the Engage product limits in the [Engage Default Limits](/docs/engage/product-limits/) documentation. +> Beginning November 6, 2024, new Unify Plus and Engage users can refer to this page for Segment's product limits. Existing users prior to this date can continue to refer to the Engage product limits in the [Engage Default Limits](/docs/engage/product-limits/) documentation. To provide consistent performance and reliability at scale, Segment enforces default use and rate limits within Unify. Most customers do not exceed these limits. @@ -18,13 +18,13 @@ To learn more about custom limits and upgrades, contact your dedicated Customer Unify Plus customers receive the following based on their signup date: -- **New Unify version (as of November 1, 2024)**: 50 Computed Traits, 10 Predictions, 3 Recommendation Traits -- **Existing Unify version (prior to November 1, 2024)**: 50 Computed Traits, 5 Predictions +- **Unify Plus beginning November 6, 2024**: 50 Computed Traits, 10 Predictions, 3 Recommendation Traits +- **Unify Plus before November 6, 2024**: 50 Computed Traits, 5 Predictions Unify Plus limits vary based on your Engage plan: - **Engage Plus**: 100 Audiences, 75 Journey Steps, 10 Recommendation Audiences -- **Engage Foundations** (available for renewal only as of November 1, 2024): 100 Audiences, 75 Journey Steps +- **Engage Foundations** (available for renewal only as of November 6, 2024): 100 Audiences, 75 Journey Steps Visit Segment's [pricing page](https://segment.com/pricing/){:target="_blank"} to learn more.