diff --git a/src/_data/catalog/destination_categories.yml b/src/_data/catalog/destination_categories.yml index f53edc30bb..2df1a3827f 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-12-05 +# destination categories last updated 2024-12-12 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 dcdf0ce258..7cecbff319 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-12-05 +# destination data last updated 2024-12-12 items: - id: 637e8d185e2dec264895ea89 display_name: 1Flow @@ -6860,7 +6860,7 @@ items: screen: false page: false platforms: - browser: false + browser: true mobile: false server: true warehouse: false @@ -6876,7 +6876,7 @@ items: mobile: false server: false cloud: - web: false + web: true mobile: false server: true settings: @@ -6895,7 +6895,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" or event = "Audience Exited" fields: - - id: aeVKbDYUFe7xMbQMA7EivT + - id: qqFYLs1KYXv6n3WoRwLVfM sortOrder: 1 fieldKey: externalUserId label: External User ID @@ -6909,7 +6909,7 @@ items: choices: null dynamic: false allowNull: false - - id: hgisg8hPxg75JWQhmhFDoE + - id: brVDfpJh5Jzd7tzuoA1cjE sortOrder: 2 fieldKey: email label: Email @@ -6923,7 +6923,7 @@ items: choices: null dynamic: false allowNull: false - - id: ugagQe5ys9G2j9ngTdvnt4 + - id: f88ncEvNrnuvFa7Uy2dETp sortOrder: 3 fieldKey: firstName label: First name @@ -6937,7 +6937,7 @@ items: choices: null dynamic: false allowNull: false - - id: mhXc8nj8ZaspkaCrqDsSgN + - id: tyEPVL42QtjWV7WfnjMtHc sortOrder: 4 fieldKey: lastName label: Last name @@ -6951,7 +6951,7 @@ items: choices: null dynamic: false allowNull: false - - id: eQjGhLuFurvpN8vWvMsaSB + - id: jMGRnNBhoXaKcZCZ2ipprh sortOrder: 5 fieldKey: phone label: Phone @@ -6965,7 +6965,7 @@ items: choices: null dynamic: false allowNull: false - - id: jfzHHWK5wzxQMid6DBmDVi + - id: 8yCh9H1hKbVkn9RzY7XKKC sortOrder: 6 fieldKey: postal label: Postal @@ -6979,7 +6979,7 @@ items: choices: null dynamic: false allowNull: false - - id: koD2foUTGjh4WitLYSjxAx + - id: nVzS6J8CJKsGALiQigDRP sortOrder: 7 fieldKey: state label: State @@ -6993,7 +6993,7 @@ items: choices: null dynamic: false allowNull: false - - id: fT8bfgNCdyuukHZj9NkX8Y + - id: nDuj4gNxLsdkJEebCmp2Tb sortOrder: 8 fieldKey: city label: City @@ -7007,7 +7007,7 @@ items: choices: null dynamic: false allowNull: false - - id: p8S6eVvsmKfyL2QAPxuyi + - id: jhx9FA9onAY2GeiE5M8h2N sortOrder: 9 fieldKey: address label: Address @@ -7021,7 +7021,7 @@ items: choices: null dynamic: false allowNull: false - - id: c6uHgx4cr5m4vtPRQbSXeo + - id: iuyGKvqfVK92Rqapq9LgsD sortOrder: 11 fieldKey: enable_batching label: Enable Batching @@ -33370,6 +33370,313 @@ items: actions: [] presets: [] partnerOwned: false +- id: 673b62169b3342fbe0fc28da + display_name: Drip (Actions) + name: Drip (Actions) + slug: drip-actions + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/drip-actions + previous_names: + - Drip (Actions) + website: https://www.drip.com + status: PUBLIC_BETA + categories: + - Marketing Automation + - CRM + logo: + url: https://cdn-devcenter.segment.com/d0d97fc9-90e2-4232-83a7-1e06a11a7788.svg + mark: + url: https://cdn-devcenter.segment.com/bd74a380-5363-4fd8-9e21-c58e44c90117.svg + methods: + track: true + identify: true + group: true + alias: true + screen: false + page: true + platforms: + browser: true + mobile: false + server: true + warehouse: false + cloudAppObject: false + linkedAudiences: true + components: [] + browserUnbundlingSupported: false + browserUnbundlingPublic: false + replay: false + connection_modes: + device: + web: false + mobile: false + server: false + cloud: + web: true + mobile: false + server: true + settings: + - name: accountId + type: string + defaultValue: '' + description: >- + Account ID for your Drip account. You can find this in your Drip account + settings. + required: true + label: Account ID + - name: apiKey + type: string + defaultValue: '' + description: >- + API key for your Drip account. You can find this in your Drip account + settings. + required: true + label: API Key + actions: + - id: pw7SY1gPNo8zVZHQDHC8nB + name: Track Event + slug: trackEvent + description: Send track() events to Drip + platform: CLOUD + hidden: false + defaultTrigger: type = "track" + fields: + - id: jKELzfnwbo8yQpm2B7NuQc + sortOrder: 0 + fieldKey: action + label: Action + type: STRING + description: The name of the action. + placeholder: '' + defaultValue: + '@path': $.event + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: nhQJBPWX8QThSnse2RL2tM + sortOrder: 1 + fieldKey: email + label: Email Address + type: STRING + description: The person's email address. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.properties.email + then: + '@path': $.properties.email + else: + '@path': $.context.traits.email + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 6DeJN5SBD8y25YHS3HqMVX + sortOrder: 2 + fieldKey: properties + label: Properties + type: OBJECT + description: Additional properties associated with the event. + placeholder: '' + defaultValue: + '@path': $.properties + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: sLfpFVRwsHj4GTBP3LEqBy + name: Identify + slug: identify + description: Identify person in Drip + platform: CLOUD + hidden: false + defaultTrigger: type = "identify" + fields: + - id: in1TVXvKS3eDaWgrUVaqMx + sortOrder: 0 + fieldKey: custom_fields + label: Custom fields + type: OBJECT + description: >- + Custom fields to add to a person's profile. Non string values will be + stringified. + placeholder: '' + defaultValue: + '@path': $.traits.custom_fields + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 55ssNjDfHie3KNwrhKd76e + sortOrder: 1 + fieldKey: email + label: Email Address + type: STRING + description: The person's email address. + placeholder: '' + defaultValue: + '@path': $.traits.email + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 8kJXFwbwfsZ6wDDBLPUeoS + sortOrder: 2 + fieldKey: ip + label: IP Address + type: STRING + description: The person's ip address. + placeholder: '' + defaultValue: + '@path': $.context.ip + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 5yCTjN9yuiaUDXx3au8rfy + sortOrder: 3 + fieldKey: phone + label: SMS Number + type: STRING + description: The person's sms number. + placeholder: '' + defaultValue: + '@path': $.traits.phone + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: ciPuPvfdriSkGcXR33VfQd + sortOrder: 4 + fieldKey: status + label: Status + type: STRING + description: The person's subscription status. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.traits.status + then: + '@path': $.traits.status + else: unsubscribed + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 8cJ6W9XeEAK7nEyqSE7b8r + sortOrder: 5 + fieldKey: status_updated_at + label: Status Updated At + type: DATETIME + description: The timestamp associated with the update to a person's status. + placeholder: '' + defaultValue: + '@path': $.traits.status_updated_at + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 7keyZLwhDeAqVi7gG9FXDf + sortOrder: 6 + fieldKey: tags + label: Tags + type: STRING + description: >- + Comma delimited list of tags to add to a person's profile. e.g. + "tag1,tag2". + placeholder: '' + defaultValue: + '@path': $.traits.tags + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: j6osLQGcYvfynratjbCNBc + sortOrder: 7 + fieldKey: timezone + label: Timezone + type: STRING + description: The person's timezone. + placeholder: '' + defaultValue: + '@path': $.context.timezone + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 9oaYsrheckLvBsBtt5P2s1 + sortOrder: 8 + fieldKey: enable_batching + label: Enable Batching? + type: BOOLEAN + description: When enabled, Segment will send events in batches. + defaultValue: false + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + presets: + - actionId: pw7SY1gPNo8zVZHQDHC8nB + name: Track event + fields: + action: + '@path': $.event + email: + '@if': + exists: + '@path': $.properties.email + then: + '@path': $.properties.email + else: + '@path': $.context.traits.email + properties: + '@path': $.properties + trigger: type = "track" + - actionId: sLfpFVRwsHj4GTBP3LEqBy + name: Identify + fields: + custom_fields: + '@path': $.traits.custom_fields + email: + '@path': $.traits.email + ip: + '@path': $.context.ip + phone: + '@path': $.traits.phone + status: + '@if': + exists: + '@path': $.traits.status + then: + '@path': $.traits.status + else: unsubscribed + status_updated_at: + '@path': $.traits.status_updated_at + tags: + '@path': $.traits.tags + timezone: + '@path': $.context.timezone + trigger: type = "identify" + partnerOwned: true - id: 64ede9fe67158afa8de61480 display_name: Dynamic Yield by Mastercard Audiences name: Dynamic Yield by Mastercard Audiences @@ -48935,7 +49242,7 @@ items: hidden: true defaultTrigger: null fields: - - id: ejjwCPGC3YjLnkkVrZ77pf + - id: j55HvFY5i9Cew3Y2CobroF sortOrder: 0 fieldKey: conversion_label label: Conversion Label @@ -48952,7 +49259,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 6qPFPWEjwqocSZfjdyBf1M + - id: js1Shn5JhYor47hBRTeifC sortOrder: 1 fieldKey: email label: Email @@ -48973,7 +49280,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 3wRL1TpjjDzvT5wiqGmav2 + - id: dEsftCnVvf8aX533J3f7p9 sortOrder: 2 fieldKey: transaction_id label: Order ID @@ -48992,7 +49299,7 @@ items: dynamic: false allowNull: false hidden: false - - id: crKWPVdjPQcGr6eMT25wfu + - id: b8i9A3bhGMJHe2K7DXzXXn sortOrder: 3 fieldKey: user_agent label: User Agent @@ -49012,7 +49319,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9e5nAKDPN2oh9hBi3GjFmv + - id: dtZMRC7waHHemf7c497tvS sortOrder: 4 fieldKey: conversion_time label: Conversion Time @@ -49027,7 +49334,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tBV2r78GYe8krFuK1L8Tfr + - id: g5VeMNYwM1B8ETLeZ5rfpV sortOrder: 5 fieldKey: value label: Value @@ -49042,7 +49349,7 @@ items: dynamic: false allowNull: false hidden: false - - id: oGS9Tgta9whMtUWMmjp5KF + - id: raPXTVQEVKiRpxAe83hmmp sortOrder: 6 fieldKey: currency_code label: Currency Code @@ -49059,7 +49366,7 @@ items: dynamic: false allowNull: false hidden: false - - id: E6Kqwig3qK3BeS6Z32dfY + - id: gRxXxFbDzNbz3kmPuYc4Dv sortOrder: 7 fieldKey: is_app_incrementality label: App Conversion for Incrementality Study @@ -49073,7 +49380,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 2mJB3U7YkZvPY99eEa3vdK + - id: 8WjGVrehT9rLEMen8ebH2 sortOrder: 8 fieldKey: pcc_game label: PCC Game Flag @@ -49089,7 +49396,7 @@ items: dynamic: false allowNull: false hidden: false - - id: dwbu1cM9AgEL7aLiJHB2ZC + - id: 9mG8rvqcwzb3se5rxVkc25 sortOrder: 9 fieldKey: phone_number label: Phone Number @@ -49112,7 +49419,7 @@ items: dynamic: false allowNull: false hidden: false - - id: earJHERCQeDyScRzqXm94r + - id: vrgRkSvWbd9PA6hZK97fyh sortOrder: 10 fieldKey: first_name label: First Name @@ -49133,7 +49440,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mamGKJwQVZnYXczgSHp8v + - id: nG15FDq3je1nUn82sFZeYC sortOrder: 11 fieldKey: last_name label: Last Name @@ -49154,7 +49461,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 5em3XeGiSugJQ2cPV1GMuL + - id: kw9TvH64LXF5h7T9nDPaj7 sortOrder: 12 fieldKey: street_address label: Street Address @@ -49175,7 +49482,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ubvdkdMrLd18noPxyrgrtA + - id: 96iYVizuHHpf1gGnvWnWo1 sortOrder: 13 fieldKey: city label: City @@ -49196,7 +49503,7 @@ items: dynamic: false allowNull: false hidden: false - - id: dry87dtzkLTVLdAQ5Bvsqi + - id: tmtWShQYDMcHuTFoYRS9Ks sortOrder: 14 fieldKey: region label: Region @@ -49217,7 +49524,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 6fXuUhPuxmzCD5ECCJDLqx + - id: oPkSvupZ8SYo626Vg19dqC sortOrder: 15 fieldKey: post_code label: Postal Code @@ -49238,7 +49545,7 @@ items: dynamic: false allowNull: false hidden: false - - id: eCgAUTjC3Qakvb4TouZ655 + - id: 4zcPbu2uCazitd4MgjCgP6 sortOrder: 16 fieldKey: country label: Country @@ -49267,7 +49574,7 @@ items: hidden: false defaultTrigger: null fields: - - id: 2rZJ7zNZthVNWNT4ZUHpsA + - id: q14edt1Xwyu9VUBYqt9fD2 sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -49280,7 +49587,7 @@ items: dynamic: true allowNull: false hidden: false - - id: 6sG71HVGgv59g79UXpxm6k + - id: qRcVXyu2b34NJ3WrQXeM1g sortOrder: 1 fieldKey: adjustment_type label: Adjustment Type @@ -49306,7 +49613,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 2TvKjHW5F9mR7eAF3mJFYs + - id: cDp8pzK21s7Boz8VkkN7cy sortOrder: 2 fieldKey: adjustment_timestamp label: Adjustment Timestamp @@ -49325,7 +49632,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qmTo5JUwddfvZLUFyfAtZQ + - id: xqsDWFRsR28bA59i51SFLP sortOrder: 3 fieldKey: order_id label: Order ID @@ -49349,7 +49656,7 @@ items: dynamic: false allowNull: false hidden: false - - id: fazL71XWQVkufJdmEvect + - id: g1JXa86838UQdfU8U6uY4C sortOrder: 4 fieldKey: gclid label: GCLID @@ -49364,7 +49671,7 @@ items: dynamic: false allowNull: false hidden: false - - id: oEe6cdBqjrEdL36Z4xqMiK + - id: g2KMt9SbfYA7QLtg4rdaWS sortOrder: 5 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -49381,7 +49688,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mQsXu3DWeFpgARRZ5bBk1h + - id: sWJKXKJhh3Y1xAoKWL9qQ sortOrder: 6 fieldKey: restatement_value label: Restatement Value @@ -49398,7 +49705,7 @@ items: dynamic: false allowNull: false hidden: false - - id: b3XsNjx1kWR1TM6AcZ3wAF + - id: f1TnbJrDJJ9bUBYsMQTaUf sortOrder: 7 fieldKey: restatement_currency_code label: Restatement Currency Code @@ -49415,7 +49722,7 @@ items: dynamic: false allowNull: false hidden: false - - id: gM8gn4mFVLJM9aUeiNy3wu + - id: VvoTwuEW7eGTTCPBMRTaz sortOrder: 8 fieldKey: email_address label: Email Address @@ -49438,7 +49745,7 @@ items: dynamic: false allowNull: false hidden: false - - id: bLABuh76X8PXRhi3rDRyYu + - id: 6mB3ninp9xZ48aoXizshJH sortOrder: 9 fieldKey: phone_number label: Phone Number @@ -49462,7 +49769,7 @@ items: dynamic: false allowNull: false hidden: false - - id: oSAq8MH3HiQDuZBS2csECX + - id: u8WbNkDTTftfqTLkibW9ky sortOrder: 10 fieldKey: first_name label: First Name @@ -49485,7 +49792,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vneTQkHcnEgxXjxgTfFxo7 + - id: jLp7gapmTR7AfDo6rsv8UC sortOrder: 11 fieldKey: last_name label: Last Name @@ -49508,7 +49815,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9rSiVLjLkpC4wnKcdSNXuM + - id: qJGzUzt8tBF1djs4inPNnN sortOrder: 12 fieldKey: city label: City @@ -49529,7 +49836,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ieH37jprQxqANrjcauoB7R + - id: 7vEGLutHjKvtwW6XxWvMZf sortOrder: 13 fieldKey: state label: State @@ -49550,7 +49857,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vMEqgGorH78PnKwDqrtNi8 + - id: 92d1rtaw2MKefgJRNKGNS sortOrder: 14 fieldKey: country label: Country @@ -49573,7 +49880,7 @@ items: dynamic: false allowNull: false hidden: false - - id: v5eqM2bZ1qf2PnBHUc2njK + - id: kuhKc5cZPDp2k7moAeEHnd sortOrder: 15 fieldKey: postal_code label: Postal Code @@ -49594,7 +49901,7 @@ items: dynamic: false allowNull: false hidden: false - - id: x854VgErkbMLoR4bb6MNN4 + - id: jaa4nawYW4AHvqAYt3DkXf sortOrder: 16 fieldKey: street_address label: Street Address @@ -49617,7 +49924,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8CNMCr78EBeFHuYkvwF9yV + - id: juUqcNcYQMADvuY69jcnTU sortOrder: 17 fieldKey: user_agent label: User Agent @@ -49645,7 +49952,7 @@ items: hidden: false defaultTrigger: null fields: - - id: kMUMFzpPrADKKLYCzbnqEA + - id: 66syX3A6ARiHtpDZyezzZT sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -49658,7 +49965,7 @@ items: dynamic: true allowNull: false hidden: false - - id: fAFfHk6oA45nKwAJJGAuyQ + - id: ecWW3mtKBGRfq4rPjuvBGi sortOrder: 1 fieldKey: gclid label: GCLID @@ -49671,7 +49978,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tsz8GX3VmChWbnnR269AHG + - id: htnQyoMKB8Xg6VWRj22H9e sortOrder: 2 fieldKey: gbraid label: GBRAID @@ -49686,7 +49993,7 @@ items: dynamic: false allowNull: false hidden: false - - id: xAARrg8MYr6hWxpMmb9zAc + - id: fma7GfzB9N6G5zkvhqcJEu sortOrder: 3 fieldKey: wbraid label: WBRAID @@ -49701,7 +50008,7 @@ items: dynamic: false allowNull: false hidden: false - - id: knnJ6AhRaVrp39JSfbzoaD + - id: g9dhFHjLS1EgmuHPpS6aq7 sortOrder: 4 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -49719,7 +50026,7 @@ items: dynamic: false allowNull: false hidden: false - - id: Xf2VzGFcUdk4mkEjRTNRi + - id: gjCNZiwxfc5uYz5w234dCm sortOrder: 5 fieldKey: email_address label: Email Address @@ -49742,7 +50049,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 7MK1jkNhav8uiq8bv4zcRk + - id: 21WL5RQCbKnN6KjkUtLefL sortOrder: 6 fieldKey: phone_number label: Phone Number @@ -49766,7 +50073,7 @@ items: dynamic: false allowNull: false hidden: false - - id: kQ5aZ8XxD3AHKjAvpKoUkD + - id: 9zu8K18HU25j5xYJpyj7qc sortOrder: 7 fieldKey: order_id label: Order ID @@ -49789,7 +50096,7 @@ items: dynamic: false allowNull: false hidden: false - - id: d9SrJdfrjc8TApvNb3XhXC + - id: hQAPDVzKBxVgGA934fRHZK sortOrder: 8 fieldKey: value label: Value @@ -49804,7 +50111,7 @@ items: dynamic: false allowNull: false hidden: false - - id: oPAGZYA9CeGu7e6z2Kd8SQ + - id: xyiu4tsSmobTknLdB8uCP7 sortOrder: 9 fieldKey: currency label: Currency @@ -49821,7 +50128,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 7J4V5RKKEzz75mLx5fzwQp + - id: 6oZdebvZABBD1bp72TgGtM sortOrder: 10 fieldKey: conversion_environment label: Conversion Environment @@ -49844,7 +50151,7 @@ items: dynamic: false allowNull: false hidden: false - - id: cwuSuHfJ8ngwztWPM2jeND + - id: hV9hQLpcnhLM52NE5GD7kP sortOrder: 11 fieldKey: merchant_id label: Merchant Center ID @@ -49857,7 +50164,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 5niSWL3QuCMuBVkkxjcWT3 + - id: bhFQAysfQTXCXXp5q9Qrzh sortOrder: 12 fieldKey: merchant_country_code label: Merchant Center Feed Country Code @@ -49872,7 +50179,7 @@ items: dynamic: false allowNull: false hidden: false - - id: v3BTbVXzFjLbbuHKCXYjLT + - id: x7QrW3j3ZVxCWaXoR9n2Po sortOrder: 13 fieldKey: merchant_language_code label: Merchant Center Feed Language Code @@ -49887,7 +50194,7 @@ items: dynamic: false allowNull: false hidden: false - - id: wtWYRyBDBmdouE5egd9WAW + - id: c34F2GE2gh9Ai1nF5omLY2 sortOrder: 14 fieldKey: local_cost label: Local Transaction Cost @@ -49902,7 +50209,7 @@ items: dynamic: false allowNull: false hidden: false - - id: myaLu2G9aX1VXBT1LB22Jm + - id: whELEVMwwzCf7P6aUHsoDn sortOrder: 15 fieldKey: items label: Items @@ -49924,7 +50231,7 @@ items: dynamic: false allowNull: false hidden: false - - id: deSN3rFS8bQ2bRLDF6zQYM + - id: 5cpi46L7YPfwqagpqN4UhX sortOrder: 16 fieldKey: custom_variables label: Custom Variables @@ -49943,7 +50250,7 @@ items: dynamic: false allowNull: false hidden: false - - id: aNdugzFaaiYn4baBgN4ssM + - id: omy9HUnG8K9eoA9CaGU3Z1 sortOrder: 17 fieldKey: ad_user_data_consent_state label: Ad User Data Consent State @@ -49964,7 +50271,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: vWjwjw8SVyq1t7sunAPKVy + - id: jsuqgpL5DF112J4a7fLX1a sortOrder: 18 fieldKey: ad_personalization_consent_state label: Ad Personalization Consent State @@ -49994,7 +50301,7 @@ items: hidden: false defaultTrigger: null fields: - - id: eQ5dxHJnthLh7edDbZWNn6 + - id: maD1WdyXkZnchFWtUUaETe sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -50007,7 +50314,7 @@ items: dynamic: true allowNull: false hidden: false - - id: aXPwGKbBGvFdtGXWtXaXaD + - id: 8gDfG4WwsNLd7KEPDTP6Pg sortOrder: 1 fieldKey: caller_id label: Caller ID @@ -50022,7 +50329,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8fd1vpCzEQ7uERhU7fTCep + - id: imchGP3z2qb72EhRcwVRHr sortOrder: 2 fieldKey: call_timestamp label: Call Timestamp @@ -50038,7 +50345,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8Ezxm6nLmzVFpQRbFfzbS + - id: 8mb7sh4jN8QujUx2uEvUoe sortOrder: 3 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -50056,7 +50363,7 @@ items: dynamic: false allowNull: false hidden: false - - id: cWByeeg8sfVSFJzEcrK339 + - id: 8XCoDXhM2BJyf3iqMKbC6r sortOrder: 4 fieldKey: value label: Value @@ -50071,7 +50378,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tBwuz3sqHNpnx8JfUGWiRA + - id: 8YzhTuSwgeFaHNFy8VtPHt sortOrder: 5 fieldKey: currency label: Currency @@ -50088,7 +50395,7 @@ items: dynamic: false allowNull: false hidden: false - - id: xuzrqMU5yKABohw7BVJJoG + - id: bEB4EQqAgXf5wHK6gzT1pE sortOrder: 6 fieldKey: custom_variables label: Custom Variables @@ -50107,7 +50414,7 @@ items: dynamic: false allowNull: false hidden: false - - id: gyHeZDLtBsXVn3yPyedS35 + - id: 35vJCyahBMmifwJGYvqFN5 sortOrder: 7 fieldKey: ad_user_data_consent_state label: Ad User Data Consent State @@ -50128,7 +50435,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: pKsiH4t7eN9LaULRYGuLFw + - id: dBTMz8QAAymYrEcXhcsWbU sortOrder: 8 fieldKey: ad_personalization_consent_state label: Ad Personalization Consent State @@ -50158,7 +50465,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" or event = "Audience Exited" fields: - - id: 3xhwxs2CcGmQdY1P7LzSnu + - id: c8mFHvJpR7BSyrCCfQ1uUw sortOrder: 0 fieldKey: first_name label: First Name @@ -50180,7 +50487,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3kki2Tgo61vRXRUVQgP6gr + - id: jt4XYGA9Jx3YfJ6kfab92s sortOrder: 1 fieldKey: last_name label: Last Name @@ -50202,7 +50509,7 @@ items: choices: null dynamic: false allowNull: false - - id: mWdD2DJ918frMtMXDs17ax + - id: 96B6kxsY1NjhSMKq3caX8Z sortOrder: 2 fieldKey: email label: Email @@ -50224,7 +50531,7 @@ items: choices: null dynamic: false allowNull: false - - id: m6GVMncrinQXEa6TDW8GjH + - id: hzfwmtePchaYskPJkMLxTm sortOrder: 3 fieldKey: phone label: Phone @@ -50246,7 +50553,7 @@ items: choices: null dynamic: false allowNull: false - - id: oT4UzpWB188MPxVMYEwiQn + - id: of4ou8nR8ZxEMgY3VPeriV sortOrder: 4 fieldKey: country_code label: Country Code @@ -50258,7 +50565,7 @@ items: choices: null dynamic: false allowNull: false - - id: JPcsqKtRK8EbtiJQvnLuB + - id: nhapaMPbyEYi66hyQwmEBt sortOrder: 5 fieldKey: postal_code label: Postal Code @@ -50270,7 +50577,7 @@ items: choices: null dynamic: false allowNull: false - - id: 39wzdCxhfXrkeu3mHW4Luw + - id: itRqEoVKAjyr3giSttgKrt sortOrder: 6 fieldKey: crm_id label: CRM ID @@ -50284,7 +50591,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9KqBpxpCvn4YZYe6pT9W26 + - id: 3N5n1CAxNkKXRhy2Mwe5vQ sortOrder: 7 fieldKey: mobile_advertising_id label: Mobile Advertising ID @@ -50300,7 +50607,7 @@ items: choices: null dynamic: false allowNull: false - - id: j87ENzTzX6xjWuRyJn1euT + - id: w1kK8wZ7D8ToUfTWpxaXKj sortOrder: 8 fieldKey: ad_user_data_consent_state label: Ad User Data Consent State @@ -50321,7 +50628,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: 3bBLAERPgAfk1JoPu9gNSd + - id: qodprGzSoaZ8KhBaLaw6PJ sortOrder: 9 fieldKey: ad_personalization_consent_state label: Ad Personalization Consent State @@ -50343,7 +50650,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: 7shFfn6K9EdZi4Fqw16TFx + - id: p6NvzbN2Jbd9usGprPJQdA sortOrder: 14 fieldKey: list_id label: Existing List ID @@ -50357,7 +50664,7 @@ items: choices: null dynamic: true allowNull: false - - id: kw67qoYyGJyGLws2s2DTQh + - id: kv8p8wByo7KvFBjBFmBq9D sortOrder: 15 fieldKey: list_name label: List Name @@ -50369,7 +50676,7 @@ items: choices: null dynamic: false allowNull: false - - id: x7vKciy3ELS2kc6MCcdGny + - id: jQajhho4QMqC81KMc7VCNS sortOrder: 16 fieldKey: external_id_type label: External ID Type @@ -50388,7 +50695,7 @@ items: value: MOBILE_ADVERTISING_ID dynamic: false allowNull: false - - id: 9pUuKpDG5kYqc1qRPfxvp3 + - id: hXUQC6BrV32g3AieV7ibFZ sortOrder: 17 fieldKey: app_id label: App ID @@ -50403,7 +50710,7 @@ items: choices: null dynamic: false allowNull: false - - id: qUwKHw66631bRoNt5DWRc + - id: wAzLGwLWwLVPcgbBQ7AhYh sortOrder: 18 fieldKey: retlOnMappingSave label: Connect to a Google Customer Match User List @@ -50426,7 +50733,7 @@ items: hidden: false defaultTrigger: null fields: - - id: pTKw9hUAjJsYetsUSSfaZX + - id: 9b7BYE6o3DyoCLNnpj1Gin sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -50438,7 +50745,7 @@ items: choices: null dynamic: true allowNull: false - - id: 2eP4AX7gCJbkLHMfYmkqFU + - id: mNpq6o98bc7QTzF6u2LdWt sortOrder: 1 fieldKey: caller_id label: Caller ID @@ -50452,7 +50759,7 @@ items: choices: null dynamic: false allowNull: false - - id: 8pdnPbRr22Wr3j4UJUM1x9 + - id: 84RUndvzcL55mUoVouxgdC sortOrder: 2 fieldKey: call_timestamp label: Call Timestamp @@ -50467,7 +50774,7 @@ items: choices: null dynamic: false allowNull: false - - id: iUkJoXs4iQoAxaEA1kMb4S + - id: 31J8yqXRy46Kj67vfWVA3Q sortOrder: 3 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -50484,7 +50791,7 @@ items: choices: null dynamic: false allowNull: false - - id: ky1EV5pW5BDgawn5sbK1nV + - id: eLeEK2cx96khKReZsaEcvN sortOrder: 4 fieldKey: value label: Value @@ -50498,7 +50805,7 @@ items: choices: null dynamic: false allowNull: false - - id: tqjanfqkhdVkZGF9X6wD61 + - id: 9JZavi8kFsKMfqSXtphhvd sortOrder: 5 fieldKey: currency label: Currency @@ -50514,7 +50821,7 @@ items: choices: null dynamic: false allowNull: false - - id: suksSdygFe2aeGmWxf2wdF + - id: cAaJAr2e7LTwrEHRKd2FdM sortOrder: 6 fieldKey: custom_variables label: Custom Variables @@ -50532,7 +50839,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7s2jSdoEGym5LYPaDPF1eC + - id: jtW1S7JVG5MFWigi7VnTpD sortOrder: 7 fieldKey: ad_user_data_consent_state label: Ad User Data Consent State @@ -50553,7 +50860,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: vftV2JbEKG8C8iS9NViy6n + - id: dm7VZf31QtAsDrUmbi5BTr sortOrder: 8 fieldKey: ad_personalization_consent_state label: Ad Personalization Consent State @@ -50583,7 +50890,7 @@ items: hidden: false defaultTrigger: null fields: - - id: bPyNHiGBMEoUC3v84SsmbH + - id: iHyivhS6LXwG9HSBfViY7M sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -50595,7 +50902,7 @@ items: choices: null dynamic: true allowNull: false - - id: oZ44fY6umSEbJTysTeJbLz + - id: euzRP9SJHmNGhRWBrjwd7m sortOrder: 1 fieldKey: adjustment_type label: Adjustment Type @@ -50620,7 +50927,7 @@ items: value: ENHANCEMENT dynamic: false allowNull: false - - id: my1zJyXzQ2rFBQkGsX54XD + - id: h1QKuT1xqsZn6G261kkt2a sortOrder: 2 fieldKey: adjustment_timestamp label: Adjustment Timestamp @@ -50638,7 +50945,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3XrFdfrMxKePRwozUTw887 + - id: h7YLxobQFcaDBbyd9AhNzJ sortOrder: 3 fieldKey: order_id label: Order ID @@ -50661,7 +50968,7 @@ items: choices: null dynamic: false allowNull: false - - id: rkwXGvZBCtMQPoe7jMznJw + - id: rUjbzsboXVc7aGrtXG8DFo sortOrder: 4 fieldKey: gclid label: GCLID @@ -50675,7 +50982,7 @@ items: choices: null dynamic: false allowNull: false - - id: 2WzpE9aYNYFhfaP2G1uSNa + - id: mb6v4TJuyvFhQQSQU7DS3J sortOrder: 5 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -50691,7 +50998,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9Y8yH5VunizD6cJJ8G4jcd + - id: qs6wJUYHarQNsazbZWdgWY sortOrder: 6 fieldKey: restatement_value label: Restatement Value @@ -50707,7 +51014,7 @@ items: choices: null dynamic: false allowNull: false - - id: 4ciFEcMcdEsquKzkArhB9H + - id: x2stm3SFreMBYxK6B2aMqo sortOrder: 7 fieldKey: restatement_currency_code label: Restatement Currency Code @@ -50723,7 +51030,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3BgDNwko1RGvxhF2ndcYcj + - id: mvy8Pk9gRHxbS8D4qpZUL6 sortOrder: 8 fieldKey: email_address label: Email Address @@ -50745,7 +51052,7 @@ items: choices: null dynamic: false allowNull: false - - id: 8c2FTPAhqFvBXvMr6qZw36 + - id: mSm6eJrFqGJrMSGgQ4zxMi sortOrder: 9 fieldKey: phone_number label: Phone Number @@ -50768,7 +51075,7 @@ items: choices: null dynamic: false allowNull: false - - id: jeBKVjeoqtE3KqEyrXXwrV + - id: rAjHv1woWrpRews1e3qbiT sortOrder: 10 fieldKey: first_name label: First Name @@ -50790,7 +51097,7 @@ items: choices: null dynamic: false allowNull: false - - id: 2cY7QcR2fLkUdy4uXLSnF7 + - id: cRpCMYmns5mjBXefRgQVkv sortOrder: 11 fieldKey: last_name label: Last Name @@ -50812,7 +51119,7 @@ items: choices: null dynamic: false allowNull: false - - id: r2BbFMUSoPrbz6n5vzQuTK + - id: qBnrhyGLKt2L7wGtXtEdy6 sortOrder: 12 fieldKey: city label: City @@ -50832,7 +51139,7 @@ items: choices: null dynamic: false allowNull: false - - id: ktQwD5tLBwhRe2TysbqxBP + - id: da4yWh8MaXe9TqUUATF8fB sortOrder: 13 fieldKey: state label: State @@ -50852,7 +51159,7 @@ items: choices: null dynamic: false allowNull: false - - id: miFeJM4BBcwjf7Y5FNbxCU + - id: F9cEYeqKQGrZSpyU3f9FS sortOrder: 14 fieldKey: country label: Country @@ -50874,7 +51181,7 @@ items: choices: null dynamic: false allowNull: false - - id: wDaKg17CccZxiiHV1ihk5L + - id: sY7x2QVurJ9ghrsLYvimy5 sortOrder: 15 fieldKey: postal_code label: Postal Code @@ -50894,7 +51201,7 @@ items: choices: null dynamic: false allowNull: false - - id: vVhZ2q892HHHwKbhvWRbsj + - id: fqVWyctiM7THvfeCsSzcds sortOrder: 16 fieldKey: street_address label: Street Address @@ -50916,7 +51223,7 @@ items: choices: null dynamic: false allowNull: false - - id: d4LsksSEJo5LL57PxJiAxx + - id: cE3nGHwVTrDjhDzLPH5bBN sortOrder: 17 fieldKey: user_agent label: User Agent @@ -50943,7 +51250,7 @@ items: hidden: false defaultTrigger: null fields: - - id: pCC5zexQDy49huui5yD8Mw + - id: tfzjkMSAFkCRYoUTxY7AbG sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -50955,7 +51262,7 @@ items: choices: null dynamic: true allowNull: false - - id: kkgKsawpptuP4CiCoLYe67 + - id: 59NZDBoh49ERQPAVn4MUT6 sortOrder: 1 fieldKey: gclid label: GCLID @@ -50967,7 +51274,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3fB1ChqPBFaFbLLgSZVJAV + - id: 9HDih7aZdyAL41zzPGwNKs sortOrder: 2 fieldKey: gbraid label: GBRAID @@ -50981,7 +51288,7 @@ items: choices: null dynamic: false allowNull: false - - id: cHNZjTA7GdGxPWr7RSUnu6 + - id: n2L6rMh7zvsG3hLFEX32qz sortOrder: 3 fieldKey: wbraid label: WBRAID @@ -50995,7 +51302,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7QLcNdrFhDvhFsj6atVBAE + - id: 4mPxVLEsKS6vYu7ATfb19S sortOrder: 4 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -51012,7 +51319,7 @@ items: choices: null dynamic: false allowNull: false - - id: SFs4UpWC18fi6kdxfxfRC + - id: fipawjq4aRPmbw2sH6L49z sortOrder: 5 fieldKey: email_address label: Email Address @@ -51034,7 +51341,7 @@ items: choices: null dynamic: false allowNull: false - - id: n9XTJkCoqPFCM3dBP5gX2i + - id: u7BaFz4CesMokFJXTwrAjw sortOrder: 6 fieldKey: phone_number label: Phone Number @@ -51057,7 +51364,7 @@ items: choices: null dynamic: false allowNull: false - - id: mNWjFe6rsaM4PSWn27rvq3 + - id: 6ZzXDSnor7aBxuR3SkP7DJ sortOrder: 7 fieldKey: order_id label: Order ID @@ -51079,7 +51386,7 @@ items: choices: null dynamic: false allowNull: false - - id: gC2wQzrCVVfPPnEGW1oKrT + - id: s5Fjb6Ybizwj4j25izW1eS sortOrder: 8 fieldKey: value label: Value @@ -51093,7 +51400,7 @@ items: choices: null dynamic: false allowNull: false - - id: w6n6tX7coU7CVEehi9LWKt + - id: iHP4k9tTU2PfXf2TRZZrLa sortOrder: 9 fieldKey: currency label: Currency @@ -51109,7 +51416,7 @@ items: choices: null dynamic: false allowNull: false - - id: oy3jg39P9PXZvhpnUGZrud + - id: ucGX14b7nSmjtngNR5r83R sortOrder: 10 fieldKey: conversion_environment label: Conversion Environment @@ -51131,7 +51438,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: mnb4cVfkM2Fo9rVWydX51h + - id: q4qckDUiGYRSpVziHfuDW4 sortOrder: 11 fieldKey: merchant_id label: Merchant Center ID @@ -51143,7 +51450,7 @@ items: choices: null dynamic: false allowNull: false - - id: nVZME8x1FcgYLMXy4Zdx6a + - id: oQPpSZPDKBBxSBSmT9uCFz sortOrder: 12 fieldKey: merchant_country_code label: Merchant Center Feed Country Code @@ -51157,7 +51464,7 @@ items: choices: null dynamic: false allowNull: false - - id: 4uybwUmKqzsNcbF9TfDzhg + - id: sSf5kVC3LfhhVmTJ9yjC9Y sortOrder: 13 fieldKey: merchant_language_code label: Merchant Center Feed Language Code @@ -51171,7 +51478,7 @@ items: choices: null dynamic: false allowNull: false - - id: g87VuGYF9M3Ki6CStV6At3 + - id: 7iUVZL2mYKzaQ2JF8mhdMj sortOrder: 14 fieldKey: local_cost label: Local Transaction Cost @@ -51185,7 +51492,7 @@ items: choices: null dynamic: false allowNull: false - - id: eoQZP4g8FN9qBvEpgWcJvm + - id: vqkKKEtRYjW6BiXNFijoLx sortOrder: 15 fieldKey: items label: Items @@ -51206,7 +51513,7 @@ items: choices: null dynamic: false allowNull: false - - id: f4jhNddQEQBip8xYr6W2so + - id: oLfscvz1NQL7xbZ3caa8Mz sortOrder: 16 fieldKey: custom_variables label: Custom Variables @@ -51224,7 +51531,7 @@ items: choices: null dynamic: false allowNull: false - - id: wBhQhBJjUzv8wP1cgrAMVK + - id: ewDG9AR2zQbX12nYQksyD7 sortOrder: 17 fieldKey: ad_user_data_consent_state label: Ad User Data Consent State @@ -51245,7 +51552,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: tz8mSmZtnPmiT4GdaE3kJ3 + - id: g64iyHF9Cu4XTF72sKguwz sortOrder: 18 fieldKey: ad_personalization_consent_state label: Ad Personalization Consent State @@ -73101,7 +73408,7 @@ items: hidden: false defaultTrigger: type = "identify" fields: - - id: 68FBid2rPi3n7Cpjo4DG2x + - id: eHPjGBfj3aYtmEzs9n8nrj sortOrder: 0 fieldKey: email label: Email @@ -73117,7 +73424,7 @@ items: choices: null dynamic: false allowNull: false - - id: vZ23qZvLcN5qFJZbS9jWB9 + - id: p4QiZgytdkBuFaLXhhY1hJ sortOrder: 1 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -73129,7 +73436,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7gRiZWQ4jf4LjiM8gqUHCZ + - id: aHVZnNMLDGBXYSyTqjySpy sortOrder: 2 fieldKey: phone_number label: Phone Number @@ -73146,7 +73453,7 @@ items: choices: null dynamic: false allowNull: false - - id: 97WYMaJHBi6t3SoZsm7iVZ + - id: kEQ2pTpYnZbQ2nd6dHQ9ZA sortOrder: 3 fieldKey: country_code label: Country Code @@ -73655,7 +73962,7 @@ items: value: ZW dynamic: false allowNull: false - - id: qA3F3PZMzXf4GGKH6DRzKi + - id: spfc1GfjUwpieWYfYD8FPJ sortOrder: 4 fieldKey: external_id label: External ID @@ -73670,7 +73977,7 @@ items: choices: null dynamic: false allowNull: false - - id: kZyY6BYKJWvBdMAYh67jrL + - id: 62L3GK4arqQCVwchuU7ToC sortOrder: 5 fieldKey: first_name label: First Name @@ -73684,7 +73991,7 @@ items: choices: null dynamic: false allowNull: false - - id: mZRVkqdjRck47YzzD8ghXn + - id: pcrJoL4DtJJ5nUHKpwaPvy sortOrder: 6 fieldKey: last_name label: Last Name @@ -73698,7 +74005,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7Tw3DyF77ahgPvQh3yCSfx + - id: 9kpgrbtT2c6NW8ibVLqEGm sortOrder: 7 fieldKey: organization label: Organization @@ -73714,7 +74021,7 @@ items: choices: null dynamic: false allowNull: false - - id: dtyo3TRL2Qz8McsTTZbwV8 + - id: cKVseZbpXbdrdNv9Njt5z6 sortOrder: 8 fieldKey: title label: Title @@ -73728,7 +74035,7 @@ items: choices: null dynamic: false allowNull: false - - id: 6PX89LVpJzJjJa4bEggJtt + - id: tHo7VTNpbj6RopkVr3ZzBz sortOrder: 9 fieldKey: image label: Image @@ -73742,7 +74049,7 @@ items: choices: null dynamic: false allowNull: false - - id: bi2dxGC1moHZRxAQRrVeWB + - id: kBerptwyrn3KFr3ddHKrhE sortOrder: 10 fieldKey: location label: Location @@ -73765,7 +74072,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5x6n5yCriDx8UFDEx38ngi + - id: oMRYvTgQJEVpRuTuVVJ7Wx sortOrder: 11 fieldKey: properties label: Properties @@ -73781,7 +74088,7 @@ items: choices: null dynamic: false allowNull: false - - id: opW5joGcXYCYqZ5cXbxyZB + - id: s8Hcaue9UbRo1Th2fRZYiX sortOrder: 12 fieldKey: list_id label: List @@ -73793,7 +74100,7 @@ items: choices: null dynamic: true allowNull: false - - id: nze9jhdHc6n4XixYVJNDxT + - id: 2RJbZaf6HzFGh6dS9wJZ9w sortOrder: 15 fieldKey: list_identifier label: Existing List ID @@ -73807,7 +74114,7 @@ items: choices: null dynamic: true allowNull: false - - id: 9p2LnkFvC9C31NzHjwoDJt + - id: 2JfHUCwDpQkUS4SZ1LAZMG sortOrder: 16 fieldKey: list_name label: Name of list to create @@ -73819,7 +74126,7 @@ items: choices: null dynamic: false allowNull: false - - id: eEdR49Gxbd7sipRSfr5rDh + - id: mFGCXH4yTgRGnYH19TDxG6 sortOrder: 17 fieldKey: retlOnMappingSave label: Connect to a static list in Klaviyo @@ -73842,7 +74149,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: smazkEqG6V4GGY4EmmwVop + - id: sip3Er6MjAQsQwJPs5pa1q sortOrder: 0 fieldKey: profile label: Profile @@ -73854,7 +74161,7 @@ items: choices: null dynamic: false allowNull: false - - id: oetdfEmVMavFit4W6Gnxjj + - id: ctc8LT3sD5qzjjfLq9Smei sortOrder: 1 fieldKey: properties label: Properties @@ -73868,7 +74175,7 @@ items: choices: null dynamic: false allowNull: false - - id: nLFKN2DuhUHNAHPWXmTrkg + - id: 6DpgRqMrkHizjyQtwYKEo3 sortOrder: 2 fieldKey: time label: Time @@ -73887,7 +74194,7 @@ items: choices: null dynamic: false allowNull: false - - id: bu7YS48yF93yeLdJH3NT8f + - id: xiXjiaagX2tB2EE85YR9dV sortOrder: 3 fieldKey: value label: Value @@ -73901,7 +74208,7 @@ items: choices: null dynamic: false allowNull: false - - id: nWbiHTwXADaGkCn5W6g18Z + - id: 4Uwq3oADEygnfwQ5htWeTx sortOrder: 4 fieldKey: unique_id label: Unique ID @@ -73921,7 +74228,7 @@ items: choices: null dynamic: false allowNull: false - - id: 34iqZrmcJqbaftv19wxHTx + - id: o3BNbTQroySbrSL2CVrsku sortOrder: 5 fieldKey: products label: Products @@ -73933,7 +74240,7 @@ items: choices: null dynamic: false allowNull: false - - id: p7Fk9F5hzS4K4zcjQ8c6Rp + - id: mdCoJEDXXRY1udPSGfgXDr sortOrder: 6 fieldKey: event_name label: Event Name @@ -73954,7 +74261,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: iaTdtgovzkTisZe4j9MMjA + - id: a14BmcsaHhju3aJfvnR6iq sortOrder: 0 fieldKey: profile label: Profile @@ -73966,7 +74273,7 @@ items: choices: null dynamic: false allowNull: false - - id: 6V4k9tSxye23tjJgDossSw + - id: jeEo6MWK4YJHuv7wQUsg8f sortOrder: 1 fieldKey: metric_name label: Metric Name @@ -73980,7 +74287,7 @@ items: choices: null dynamic: false allowNull: false - - id: f5PY5fkSNAbrhcFCDdrCbg + - id: p6YKFnXu1tERnKAsixTXdn sortOrder: 2 fieldKey: properties label: Properties @@ -73994,7 +74301,7 @@ items: choices: null dynamic: false allowNull: false - - id: ufH8m2L9mDGkbTLr1T515b + - id: 6cp5fVNxEB9HJNmcddTCg6 sortOrder: 3 fieldKey: time label: Time @@ -74013,7 +74320,7 @@ items: choices: null dynamic: false allowNull: false - - id: nkp2256PLGk7xNS2PMJ4C + - id: wyitF5osJpXXv2xkwsFVxR sortOrder: 4 fieldKey: value label: Value @@ -74027,7 +74334,7 @@ items: choices: null dynamic: false allowNull: false - - id: kVGD5HvfGBbyKRL9YK5V4Z + - id: cfUQtmDcmgRGKVY2FiuyeC sortOrder: 5 fieldKey: unique_id label: Unique ID @@ -74047,6 +74354,19 @@ items: choices: null dynamic: false allowNull: false + - id: jnJ1CYagqHxRCR51D9zweY + sortOrder: 6 + fieldKey: enable_batching + label: Batch Data to Klaviyo + type: BOOLEAN + description: When enabled, the action will use the klaviyo batch API. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false - id: 88kMUHcA4pyvAyVUVNztL2 name: Remove Profile from List (Engage) slug: removeProfileFromList @@ -74055,7 +74375,7 @@ items: hidden: false defaultTrigger: event = "Audience Exited" fields: - - id: nWmZxcSN21crLXND1vH26V + - id: 2D336A6SgJ4691F4sWo4Jo sortOrder: 0 fieldKey: email label: Email @@ -74069,7 +74389,7 @@ items: choices: null dynamic: false allowNull: false - - id: 4w4qAE75oWif34wsK8TNZC + - id: tXEzFmgbx3siuFHEiY4rvC sortOrder: 1 fieldKey: external_id label: External ID @@ -74083,7 +74403,7 @@ items: choices: null dynamic: false allowNull: false - - id: jnpcBUVGh6mxCXeyARtxFV + - id: ndJnqkgpQssnbN8KALtXfD sortOrder: 3 fieldKey: phone_number label: Phone Number @@ -74100,7 +74420,7 @@ items: choices: null dynamic: false allowNull: false - - id: rh2dSD81THJhZWsVmq7HYE + - id: 39uSd9tvoW7iQ9QyEbCJSp sortOrder: 4 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -74113,7 +74433,7 @@ items: choices: null dynamic: false allowNull: false - - id: 2ZF8y45mrjJRPzNgAPTrh1 + - id: 2UjpUAX4JYFEpjxU1VySUy sortOrder: 5 fieldKey: country_code label: Country Code @@ -74630,7 +74950,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" fields: - - id: qSQxJU5scAk76W36v8Yzos + - id: mMAKdWt4D4R5Ntn92vtXqS sortOrder: 0 fieldKey: email label: Email @@ -74644,7 +74964,7 @@ items: choices: null dynamic: false allowNull: false - - id: sDSo5SakaAqtqsSch1uDmY + - id: mbNMyt1ZLbRxkfGf8eAnsd sortOrder: 1 fieldKey: phone_number label: Phone Number @@ -74661,7 +74981,7 @@ items: choices: null dynamic: false allowNull: false - - id: ihSdYb8w2GdsgAFEeWZyMF + - id: 3GHUs7R1PVDYmuUojVxNoz sortOrder: 3 fieldKey: external_id label: External ID @@ -74675,7 +74995,7 @@ items: choices: null dynamic: false allowNull: false - - id: kh5JgqsyppgxU94dx53iZH + - id: qSso3eBkshUcYZ4KMFC61g sortOrder: 4 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -74688,7 +75008,7 @@ items: choices: null dynamic: false allowNull: false - - id: t5ffT1QHY8jhPWbRTi3ntE + - id: sLrCQoVS4wTWEgoNToUYxw sortOrder: 6 fieldKey: first_name label: First Name @@ -74702,7 +75022,7 @@ items: choices: null dynamic: false allowNull: false - - id: 8debd22i2PYMYErtzFqPVw + - id: 2nrBH9ag7mwXk31zPYUazJ sortOrder: 7 fieldKey: last_name label: Last Name @@ -74716,7 +75036,7 @@ items: choices: null dynamic: false allowNull: false - - id: qY9TSCbJNzu9CVP3w1gb74 + - id: uJnHYZzP7d1sNHqUnGEkZN sortOrder: 8 fieldKey: image label: Image @@ -74730,7 +75050,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3ZUE4a8K7QN98VXfJ8oZDF + - id: wbt22HSMJ4VovA2hF1VW1T sortOrder: 9 fieldKey: title label: Title @@ -74744,7 +75064,7 @@ items: choices: null dynamic: false allowNull: false - - id: 2vuJEZh9TP1Q8tZ5XQKN5D + - id: GQjwMCiMqt5Zy5S4i79j6 sortOrder: 10 fieldKey: organization label: Organization @@ -74760,7 +75080,7 @@ items: choices: null dynamic: false allowNull: false - - id: jMt6GVeo9j5p1twmZwwVMz + - id: mptLc3XVA9mFxk2Uh9Xhux sortOrder: 11 fieldKey: location label: Location @@ -74783,7 +75103,7 @@ items: choices: null dynamic: false allowNull: false - - id: hWigQu4Cc44QPv476KL2id + - id: cTXfGp7Yh6gK6fuujkTKYa sortOrder: 12 fieldKey: properties label: Properties @@ -74799,7 +75119,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5yz9x5ZQE5i1LrzTNbemsw + - id: 3SH2LUSJjVGvMqEKwmVAk2 sortOrder: 13 fieldKey: country_code label: Country Code @@ -75316,7 +75636,7 @@ items: hidden: false defaultTrigger: event = "Identify" fields: - - id: oU3NMii4hKHCQxaUU2p5sc + - id: eqk4BwU1wey9MVCmtaqMCE sortOrder: 0 fieldKey: email label: Email @@ -75330,7 +75650,7 @@ items: choices: null dynamic: false allowNull: false - - id: bSA7r4qDqLLjM3bsbZBNJJ + - id: rVJfwvrNHyK7Mef5NBYnz7 sortOrder: 1 fieldKey: external_id label: External ID @@ -75345,7 +75665,7 @@ items: choices: null dynamic: false allowNull: false - - id: xavDoBTTjHEtrfuBL2xmJj + - id: hGVLUYEFETDif2Zs5yYhqb sortOrder: 2 fieldKey: list_id label: List @@ -75357,7 +75677,7 @@ items: choices: null dynamic: true allowNull: false - - id: hWxJwCyDfscZc7SV6ze2iW + - id: 7Tv61p9aeRRmFJgzi2jJcr sortOrder: 3 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -75370,8 +75690,8 @@ items: choices: null dynamic: false allowNull: false - - id: ncQJYob45f4Bcz74NzJ3NJ - sortOrder: 4 + - id: uEX5hVxcBeXHrBniVGgKUo + sortOrder: 5 fieldKey: phone_number label: Phone Number type: STRING @@ -75387,8 +75707,8 @@ items: choices: null dynamic: false allowNull: false - - id: jT9doAFnoUHqXHrGgTELoX - sortOrder: 5 + - id: r5xoHhhp3C2DV2TZ2CRnEn + sortOrder: 6 fieldKey: country_code label: Country Code type: STRING @@ -75904,7 +76224,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "User Subscribed" fields: - - id: 468uEMHQbwXUpWJjFaqfXV + - id: hY3A6Ep4NipTctvz64GVJd sortOrder: 0 fieldKey: email label: Email @@ -75926,7 +76246,7 @@ items: choices: null dynamic: false allowNull: false - - id: 23UPBYyT3JnyNBQFSptp6d + - id: pkEc8Ko3QHkyyuxZVgzEyS sortOrder: 1 fieldKey: phone_number label: Phone Number @@ -75948,7 +76268,7 @@ items: choices: null dynamic: false allowNull: false - - id: jddAMiuqeGP9V3G3CNVvrh + - id: 8qdY133qZ1vDo6wizpFmpT sortOrder: 2 fieldKey: country_code label: Country Code @@ -76457,7 +76777,7 @@ items: value: ZW dynamic: false allowNull: false - - id: fsQMbYbLWxAtaMSFMY7UGT + - id: ue3bKY6BJzBQ4gksSfPWap sortOrder: 3 fieldKey: list_id label: List Id @@ -76472,7 +76792,7 @@ items: choices: null dynamic: true allowNull: false - - id: 6ZfTK2ttVtufFwYcSHbj3T + - id: 3i68S5idefLwokJchgpQ2D sortOrder: 4 fieldKey: custom_source label: Custom Source ($source) @@ -76489,7 +76809,7 @@ items: choices: null dynamic: false allowNull: false - - id: oLmftsz74RfbS2npxXrtY4 + - id: 25o4fD3qv7ZzMHXyUpA1Mh sortOrder: 5 fieldKey: consented_at label: Consented At @@ -76503,7 +76823,7 @@ items: choices: null dynamic: false allowNull: false - - id: h9bgqTxptCs19KhM6PweZE + - id: pouHHccTEHAqrzH8nV7NMZ sortOrder: 6 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -76523,7 +76843,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "User Unsubscribed" fields: - - id: ixZopyzvgufMrhm5PQ85tx + - id: bph84N2E9bcVAS67TfiBma sortOrder: 0 fieldKey: email label: Email @@ -76545,7 +76865,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9YVEG1w2pzqBBRsx3AaAL4 + - id: ny2hgDqHmZCncXQxdFLwa9 sortOrder: 1 fieldKey: phone_number label: Phone Number @@ -76567,7 +76887,7 @@ items: choices: null dynamic: false allowNull: false - - id: tj66mNN8MvTWBXztJVrFAj + - id: uRtQCeNnMMDFKDEcBUPmDC sortOrder: 2 fieldKey: country_code label: Country Code @@ -77076,7 +77396,7 @@ items: value: ZW dynamic: false allowNull: false - - id: sUo41fnvoZWkDHA1TiDDqa + - id: obXX3HaRuGL284ZTfPn1y2 sortOrder: 3 fieldKey: list_id label: List Id @@ -77090,7 +77410,7 @@ items: choices: null dynamic: true allowNull: false - - id: vnCA1kazvNt4E8NH4PPqcr + - id: qQCU69MaicvCpPLhSfKVo2 sortOrder: 4 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -79745,7 +80065,7 @@ items: server: true warehouse: false cloudAppObject: false - linkedAudiences: true + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -82298,7 +82618,8 @@ items: defaultValue: US 🇺🇸 description: >- Learn about [EU data - residency](https://help.mixpanel.com/hc/en-us/articles/360039135652-Data-Residency-in-EU) + residency](https://docs.mixpanel.com/docs/privacy/eu-residency) and [India + data residency](https://docs.mixpanel.com/docs/privacy/in-residency) required: false label: Data Residency - name: apiSecret @@ -82347,7 +82668,7 @@ items: hidden: false defaultTrigger: null fields: - - id: 3SgDcUgeswhqt8wLtB5UgB + - id: bia83hEsifsYyWqs4mboG sortOrder: 0 fieldKey: alias label: Alias @@ -82370,7 +82691,7 @@ items: dynamic: false allowNull: true hidden: false - - id: oFKso9vxdyCBZVxJXqZ4QV + - id: 21F1BL94TS4D6rxBS5ZD9i sortOrder: 1 fieldKey: distinct_id label: Distinct ID @@ -82396,7 +82717,7 @@ items: hidden: false defaultTrigger: type = "group" fields: - - id: bgefmEwaaCF4RLtWBnYEpP + - id: jf5KggYsGv1NLuCKzX9iwM sortOrder: 0 fieldKey: group_key label: Group Key @@ -82411,7 +82732,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hZYDZNDCzFxcxxcf9x3m8J + - id: gR4tTwo4uM551YEVi7yxo7 sortOrder: 1 fieldKey: group_id label: Group ID @@ -82428,7 +82749,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 97qBLKzHvCNKNeTUTRaRdG + - id: gUQV1J7u47dV6MoqjF4rKK sortOrder: 2 fieldKey: traits label: Group Properties @@ -82453,7 +82774,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: 4qkxGcUNr3q6RDBFwsAA5P + - id: oP1unjALiSrdbhKkDpjsy5 sortOrder: 0 fieldKey: event label: Event Name @@ -82468,7 +82789,7 @@ items: dynamic: false allowNull: false hidden: false - - id: i2N4NpKjazMxs7w26adqSs + - id: hj2osGyYkFTg6xttwCWr2S sortOrder: 1 fieldKey: distinct_id label: Distinct ID @@ -82489,7 +82810,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mj6RwM2AApQQNopFLbQ8Bo + - id: jUYJaw9erQyZTmBjZtUi7M sortOrder: 2 fieldKey: anonymous_id label: Anonymous ID @@ -82504,7 +82825,7 @@ items: dynamic: false allowNull: false hidden: false - - id: pmg8wh2MMLCnMR3ZixW2yX + - id: cFhV6nfjjZhgXKKDbYases sortOrder: 3 fieldKey: user_id label: User ID @@ -82519,7 +82840,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 7Zidk25HcgsoziYiEAmEDf + - id: fpdqwWZ7eq793V24PJj8ib sortOrder: 4 fieldKey: group_id label: Group ID @@ -82534,7 +82855,7 @@ items: dynamic: false allowNull: false hidden: false - - id: rbLkTr6UnnJE4V14hgu5MX + - id: nQneLw1kFWSsQhnWq7sUi2 sortOrder: 5 fieldKey: insert_id label: Insert ID @@ -82551,7 +82872,7 @@ items: dynamic: false allowNull: false hidden: false - - id: v2thSeNQcJVP4bL9fbv6pL + - id: bdhKCU7mEsXMreahojR6uK sortOrder: 6 fieldKey: time label: Timestamp @@ -82570,7 +82891,7 @@ items: dynamic: false allowNull: false hidden: false - - id: voWEqpG2tMeckMtRqP4LH9 + - id: 9rGkP3t1nmn9YVeESMsenm sortOrder: 7 fieldKey: app_name label: App Name @@ -82585,7 +82906,7 @@ items: dynamic: false allowNull: false hidden: false - - id: dvuPn7e9zhLZDaeTV4YQX9 + - id: gLqvm5mL5QRoVxz8HsY12J sortOrder: 8 fieldKey: app_namespace label: App Namespace @@ -82600,7 +82921,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hGBGfVhek57axTv8XQbTti + - id: quaUJ9SppK1vJM9yXSDa5a sortOrder: 9 fieldKey: app_build label: App Build @@ -82615,7 +82936,7 @@ items: dynamic: false allowNull: false hidden: false - - id: dGQxYYfrbwcVfGstDb4UPz + - id: 7TczDLvjKFh6qtrg9XonU3 sortOrder: 10 fieldKey: app_version label: App Version @@ -82630,7 +82951,7 @@ items: dynamic: false allowNull: false hidden: false - - id: sHnTeSFL5YkRN7C2Y6UJco + - id: 9re1bg8QHWYdMRqqCi2uuP sortOrder: 11 fieldKey: os_name label: OS Name @@ -82647,7 +82968,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 6gawz9vnjYKpU7jWyBkdoh + - id: wBPkw6JNrKAoRg2C5ZJpBj sortOrder: 12 fieldKey: os_version label: OS Version @@ -82662,7 +82983,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tr4D356s4cQuN2kSMFUgBH + - id: 5qeh2jiKjZJ2gW4n1aNdWV sortOrder: 13 fieldKey: device_id label: Device ID @@ -82677,7 +82998,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 83rwJNYcAZFyeQ5bemK1Pk + - id: nkzfVsjQnNpMtM8XAYzEzz sortOrder: 14 fieldKey: device_type label: Device Type @@ -82692,7 +83013,7 @@ items: dynamic: false allowNull: false hidden: false - - id: drWA2RnwkWQeLx7kJCTJ7s + - id: qK5krbtfVQ3vSAdPQmp7Fz sortOrder: 15 fieldKey: device_name label: Device Name @@ -82707,7 +83028,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 2WWkmeXossRUHT2GAyNEAu + - id: ox6SqSnnBLR9nJAW8DGTSb sortOrder: 16 fieldKey: device_manufacturer label: Device Manufacturer @@ -82722,7 +83043,7 @@ items: dynamic: false allowNull: false hidden: false - - id: urCZhALYUmB1WuEGUREZBj + - id: TQEdAwdeRdsyrDPk6ruEg sortOrder: 17 fieldKey: device_model label: Device Model @@ -82737,7 +83058,7 @@ items: dynamic: false allowNull: false hidden: false - - id: x6jVkVYExbXvRRY3ALPSBd + - id: nzHrNj5RX4JtVXPPA7Lch4 sortOrder: 18 fieldKey: bluetooth label: Bluetooth Enabled @@ -82752,7 +83073,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vBuJktaN3mD9iuPXwrqT7B + - id: 8gbKTUGexRQiojtGgiNott sortOrder: 19 fieldKey: carrier label: Carrier @@ -82767,7 +83088,7 @@ items: dynamic: false allowNull: false hidden: false - - id: pmjsmRNxQkqMo83BykPaH7 + - id: 53GZJR1k24M7ANqZmzD5JS sortOrder: 20 fieldKey: cellular label: Cellular Enabled @@ -82782,7 +83103,7 @@ items: dynamic: false allowNull: false hidden: false - - id: BT5aKRgFdh9VeJCYxFhfG + - id: fmZmejLqBpSEJzKQkMNjmU sortOrder: 21 fieldKey: wifi label: Wifi @@ -82799,7 +83120,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hqhTn4tJrLXyLRqRkF2gjD + - id: 22FtQZeHsGc71Cww4pAdY4 sortOrder: 22 fieldKey: country label: Country @@ -82814,7 +83135,7 @@ items: dynamic: false allowNull: false hidden: false - - id: nH5Px11RD2FFHdrUJEoY4y + - id: 7vEoAdJwnJCZftjvqPPaAU sortOrder: 23 fieldKey: region label: Region @@ -82829,7 +83150,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ktLWT8NhguZSXT8VAdwfeR + - id: 2CsgZW9bB39Cpz9BuFcSbP sortOrder: 24 fieldKey: language label: Language @@ -82844,7 +83165,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 5ApbzH6mnqmfgXM95Aagkq + - id: fRa7iZRY3zbRizbXjUzZZ5 sortOrder: 25 fieldKey: library_name label: Library Name @@ -82859,7 +83180,7 @@ items: dynamic: false allowNull: false hidden: false - - id: s7sCbEYnng9xhcioBTD6y7 + - id: cJs7JDJnS1GbMvgeHGLsQv sortOrder: 26 fieldKey: library_version label: Library Version @@ -82874,7 +83195,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hQH2tJXwcNaRwtfF4NnaXx + - id: oEeqzagaH3LfYDV3qPfh7W sortOrder: 27 fieldKey: ip label: IP Address @@ -82891,7 +83212,7 @@ items: dynamic: false allowNull: false hidden: false - - id: esGnmgfYBJAjGFD8mWx9fK + - id: 67A5TG869RWmsyDTrh9PdH sortOrder: 28 fieldKey: idfa label: Identifier For Advertiser (IDFA) @@ -82912,7 +83233,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qS2TJq2WQfDQcKDpKBiWD9 + - id: 7xfNf1A4jgY2DWjAoT6DjT sortOrder: 29 fieldKey: url label: URL @@ -82927,7 +83248,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qdru8ZrKmjbHJnVFTu5ATt + - id: 7VxfN5oeDzHH4ohuTRq7DH sortOrder: 30 fieldKey: screen_width label: Screen width @@ -82942,7 +83263,7 @@ items: dynamic: false allowNull: false hidden: false - - id: bMDJep9rZCw4Cq3qqT3JZ7 + - id: 9zELFRN2eVCd82bAWmJiG7 sortOrder: 31 fieldKey: screen_height label: Screen height @@ -82957,7 +83278,7 @@ items: dynamic: false allowNull: false hidden: false - - id: f76R2GQvnjsDaWjEJ2z5NR + - id: xcKsvMtQmVnCkwMxBuQzLA sortOrder: 32 fieldKey: screen_density label: Screen density @@ -82972,7 +83293,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9L4NQhybCn6hswnodTrtxM + - id: 3dEwzoQkhHZjLNsRz1FCjk sortOrder: 33 fieldKey: referrer label: Referrer @@ -82987,7 +83308,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9SsH36vMY7VWomfweXDKhi + - id: d2BwEWCDCn6uu8WghvPube sortOrder: 34 fieldKey: userAgent label: User Agent @@ -83002,7 +83323,7 @@ items: dynamic: false allowNull: false hidden: false - - id: etYD1ivKVR4ba6isnraXaj + - id: u4w51BMbUH2A6ZVXUE6cJ4 sortOrder: 35 fieldKey: advertising_id label: Advertising ID @@ -83017,7 +83338,7 @@ items: dynamic: false allowNull: false hidden: false - - id: c2f6sSJykE3Y4Tm5ZFRmCy + - id: ebDMoX8GTdwfEGiZRKBZe7 sortOrder: 36 fieldKey: ad_tracking_enabled label: Ad Tracking Enabled @@ -83032,7 +83353,7 @@ items: dynamic: false allowNull: false hidden: false - - id: wZW1S5Dh79KY1JBM8kMZMK + - id: gjbeaQh8urbz6Whh83Pin1 sortOrder: 37 fieldKey: timezone label: Timezone @@ -83047,7 +83368,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 48CyhdTnn2X5D6DDJKwHCy + - id: mxAf2V4gyj9HQWX6pcdas5 sortOrder: 38 fieldKey: app_platform label: App Platform @@ -83062,7 +83383,7 @@ items: dynamic: false allowNull: false hidden: false - - id: dfytC9H6KyDVgZoSyayALR + - id: wZzgdi4eRqHtssro4iMYTP sortOrder: 39 fieldKey: name label: Event Original Name @@ -83083,7 +83404,7 @@ items: dynamic: false allowNull: false hidden: false - - id: edxAQhmigriAa3FXSsoojV + - id: hPwjtpLPnSsp6mzKsbKimk sortOrder: 40 fieldKey: event_properties label: Event Properties @@ -83100,7 +83421,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 82KB7ocQHLuFG8ABDxr8qK + - id: o6EyMDxpMQqkuWKUPLhSji sortOrder: 42 fieldKey: utm_properties label: UTM Properties @@ -83124,7 +83445,7 @@ items: dynamic: false allowNull: false hidden: false - - id: iouunN1sB263gtA3F9YYQy + - id: 7P6f8kuhBeq4dZzPZ6Hhxw sortOrder: 43 fieldKey: enable_batching label: Batch Data to Mixpanel @@ -83138,7 +83459,7 @@ items: dynamic: false allowNull: false hidden: false - - id: nkx3b9BdC9qrV5eTZTrKky + - id: acXw6E1tXAgwQtq5uAyemR sortOrder: 44 fieldKey: batch_size label: Batch Size @@ -83153,7 +83474,7 @@ items: choices: null dynamic: false allowNull: false - - id: i93Kba8dfAGy1GLRHJzETU + - id: qnSpxtuduankU6ZrvRQLiY sortOrder: 45 fieldKey: userAgentData label: User Agent Data @@ -83195,7 +83516,7 @@ items: hidden: false defaultTrigger: type = "identify" fields: - - id: dRtBdciwAFoMyJGmo1ES53 + - id: c7o4LuSHgBnxQWet4CTmPu sortOrder: 0 fieldKey: ip label: IP Address @@ -83212,7 +83533,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 3woRrdV5nqASgBQCGDedo7 + - id: iNpNpTPnihu4abP9yJLoix sortOrder: 1 fieldKey: user_id label: User ID @@ -83227,7 +83548,7 @@ items: dynamic: false allowNull: true hidden: false - - id: rK2GetBTkSbQFHf3CHTRMS + - id: uo7eBfDhDde8YoCAypCfPa sortOrder: 2 fieldKey: anonymous_id label: Anonymous ID @@ -83242,7 +83563,7 @@ items: dynamic: false allowNull: true hidden: false - - id: 9cMAHCywHH3XdfJpRm1N4d + - id: 3fAtFEnhoCRKaBbuApWKgC sortOrder: 3 fieldKey: traits label: User Properties @@ -83265,7 +83586,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: szo4Ur7Jg7Vgy6cAAVq8a6 + - id: w7kQULAQbjCFzfoinxMKF6 sortOrder: 0 fieldKey: generatePurchaseEventPerProduct label: Generate Purchase Event Per Product @@ -83281,7 +83602,7 @@ items: dynamic: false allowNull: false hidden: false - - id: pkG7i7AR5jnLN9rJfVKaNT + - id: xyJoYBwHUxdfPttRSGnvuK sortOrder: 1 fieldKey: distinct_id label: Distinct ID @@ -83302,7 +83623,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mB4TJmVeBPvucYxcw4XS9m + - id: gT5ZQLB7HxgnDZVAUoMbHm sortOrder: 2 fieldKey: anonymous_id label: Anonymous ID @@ -83317,7 +83638,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 73dbbCJ7k99svUFtpUxg49 + - id: g3guhc5a9MPapYCAfrYFrG sortOrder: 3 fieldKey: user_id label: User ID @@ -83332,7 +83653,7 @@ items: dynamic: false allowNull: false hidden: false - - id: jZFYzpg4WB2gQpE6pvVhLU + - id: vc78CsrVjovAkkTvr2fXnE sortOrder: 4 fieldKey: group_id label: Group ID @@ -83347,7 +83668,7 @@ items: dynamic: false allowNull: false hidden: false - - id: dJBBWm8iJQ3iPJe4iLNRg1 + - id: nNQGUUh8Lxyyw4ibavRo5u sortOrder: 5 fieldKey: insert_id label: Insert ID @@ -83364,7 +83685,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ujGDYAt4vuPovy2xFu8MrG + - id: 5NguCLcsT1VSfgeHWsJRhB sortOrder: 6 fieldKey: time label: Timestamp @@ -83383,7 +83704,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 4Lt13e7upwYgmnRVtozzgv + - id: quQSKmNZNNDr381kg5m4nd sortOrder: 7 fieldKey: app_name label: App Name @@ -83398,7 +83719,7 @@ items: dynamic: false allowNull: false hidden: false - - id: r46QF6PjtjoWTu7vKrHeSe + - id: sNd4Cp6TGH83ccbsjLBgda sortOrder: 8 fieldKey: app_namespace label: App Namespace @@ -83413,7 +83734,7 @@ items: dynamic: false allowNull: false hidden: false - - id: k6en2aPZXvhiTtJPTJv8Jd + - id: qz3i7kLXZJp2oGdjmi2ZUM sortOrder: 9 fieldKey: app_build label: App Build @@ -83428,7 +83749,7 @@ items: dynamic: false allowNull: false hidden: false - - id: fFZhfVPkN3s54ocQGJGWNG + - id: jccENnaXJamfhkz2pjrgrp sortOrder: 10 fieldKey: app_version label: App Version @@ -83443,7 +83764,7 @@ items: dynamic: false allowNull: false hidden: false - - id: sf7dU3Hiv8yio89rGVx756 + - id: g9zs54rmLPqeAwYrfwM9ZF sortOrder: 11 fieldKey: os_name label: OS Name @@ -83460,7 +83781,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 3sZcpFF6LYjfEiychuLjZM + - id: 3RMWixSq4fybFY3yu8WEqe sortOrder: 12 fieldKey: os_version label: OS Version @@ -83475,7 +83796,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 31meC4g4WpfbYqYQUKmPRQ + - id: iEBseDYoqJxHXtPdEgPHUV sortOrder: 13 fieldKey: device_id label: Device ID @@ -83490,7 +83811,7 @@ items: dynamic: false allowNull: false hidden: false - - id: c6nRUCzs3naDrmpvQF5Az9 + - id: jwfkQPtG8fLAErsfBq64Vp sortOrder: 14 fieldKey: device_type label: Device Type @@ -83505,7 +83826,7 @@ items: dynamic: false allowNull: false hidden: false - - id: d4rQAYz15FnEF1cV4znwxh + - id: 7DKrU1o535LySAAeW8wB7t sortOrder: 15 fieldKey: device_name label: Device Name @@ -83520,7 +83841,7 @@ items: dynamic: false allowNull: false hidden: false - - id: fqzprXxiwxkaHKva1zqeUc + - id: uMKGaFz4mNwAMQoip6tV9u sortOrder: 16 fieldKey: device_manufacturer label: Device Manufacturer @@ -83535,7 +83856,7 @@ items: dynamic: false allowNull: false hidden: false - - id: rqfUwSJpMgJBGNSsFZo3sB + - id: vfBRHajg8wuHysTSpXchYJ sortOrder: 17 fieldKey: device_model label: Device Model @@ -83550,7 +83871,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hnR5E1o2zLCdVdnBZvjgWF + - id: pHXkqvGMmKiPWNBX7woDEH sortOrder: 18 fieldKey: bluetooth label: Bluetooth Enabled @@ -83565,7 +83886,7 @@ items: dynamic: false allowNull: false hidden: false - - id: cuFfSGfzfc4JcYNnZrA4wr + - id: enN6eiJAe1xNahQ9kVyV1G sortOrder: 19 fieldKey: carrier label: Carrier @@ -83580,7 +83901,7 @@ items: dynamic: false allowNull: false hidden: false - - id: wds3JJPvpuqLKAVE8yA7wg + - id: bQW8tLDyjP7cNy5FT2qgrn sortOrder: 20 fieldKey: cellular label: Cellular Enabled @@ -83595,7 +83916,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hSFcmyTLv9MDFiFrgmAuCw + - id: jnoZuTiSmMqp142sm3aDAx sortOrder: 21 fieldKey: wifi label: Wifi @@ -83612,7 +83933,7 @@ items: dynamic: false allowNull: false hidden: false - - id: i4jYXhwZV4QAR4itp1Tevm + - id: g7qFEyWV584JPr8AxeU5kC sortOrder: 22 fieldKey: country label: Country @@ -83627,7 +83948,7 @@ items: dynamic: false allowNull: false hidden: false - - id: aRegPaoDKiDSWm4Zof1b4e + - id: qt7FAFktheyBzgMMxgydrk sortOrder: 23 fieldKey: region label: Region @@ -83642,7 +83963,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9hDxSnedxchvfMewqHQN2s + - id: 39Rihc442qeqtR84EsWYty sortOrder: 24 fieldKey: language label: Language @@ -83657,7 +83978,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9nr2dQPqtXE6QC6HgrpKvS + - id: f42qJZa7vJZgHE7Ggqb3PU sortOrder: 25 fieldKey: library_name label: Library Name @@ -83672,7 +83993,7 @@ items: dynamic: false allowNull: false hidden: false - - id: gTVRrDomCMaMvCxpEz1xq4 + - id: xccjumbF7djdL2pe9HESPd sortOrder: 26 fieldKey: library_version label: Library Version @@ -83687,7 +84008,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vUaMxZmthaeSFGV3D5NbgB + - id: sv8AVhFWDVd8NBsWHkZuvT sortOrder: 27 fieldKey: ip label: IP Address @@ -83704,7 +84025,7 @@ items: dynamic: false allowNull: false hidden: false - - id: kS3kCUYGLkhdRLjzYmQxzt + - id: fiFFQspWFyhNVSAJySVes9 sortOrder: 28 fieldKey: idfa label: Identifier For Advertiser (IDFA) @@ -83725,7 +84046,7 @@ items: dynamic: false allowNull: false hidden: false - - id: kZrub47dt74ZuZMEr3BXfY + - id: daSFSQ2h3SzBotu2KBwLQy sortOrder: 29 fieldKey: url label: URL @@ -83740,7 +84061,7 @@ items: dynamic: false allowNull: false hidden: false - - id: t6faC2m7MxS7xs3ENfmopn + - id: wvUL83LkyN6SfadRZ5yuip sortOrder: 30 fieldKey: screen_width label: Screen width @@ -83755,7 +84076,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mJRGAcA5FztFx75MhpYRzJ + - id: 9Vspy1jjHH6YdVNkurTGKb sortOrder: 31 fieldKey: screen_height label: Screen height @@ -83770,7 +84091,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 7ao7i9aYRpzDNdz3Lu4Lxj + - id: 6HshXXKAZdXY3akuJzuvuS sortOrder: 32 fieldKey: screen_density label: Screen density @@ -83785,7 +84106,7 @@ items: dynamic: false allowNull: false hidden: false - - id: wz6cwtKhgBYoNsuATG3bzF + - id: ba1sDKQN4L2GAD3GBSArBG sortOrder: 33 fieldKey: referrer label: Referrer @@ -83800,7 +84121,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tpKMhPid8sbrNyrvbhWkAY + - id: cFYwM6xY9qtHd67AgSzzs4 sortOrder: 34 fieldKey: userAgent label: User Agent @@ -83815,7 +84136,7 @@ items: dynamic: false allowNull: false hidden: false - - id: bKeoxRyT7eoL3uLARdoYh9 + - id: anK5fDyLkswTN2u8tUBCgp sortOrder: 35 fieldKey: advertising_id label: Advertising ID @@ -83830,7 +84151,7 @@ items: dynamic: false allowNull: false hidden: false - - id: roQuUejRQ6fj9tQU69fArG + - id: gxcjyCp7rsLpBbA5e2TyYG sortOrder: 36 fieldKey: ad_tracking_enabled label: Ad Tracking Enabled @@ -83845,7 +84166,7 @@ items: dynamic: false allowNull: false hidden: false - - id: eyUpR5w8eQTRb1pmNukuYR + - id: taSTYVt8odfZ3PMgoa98fb sortOrder: 37 fieldKey: timezone label: Timezone @@ -83860,7 +84181,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tJ29oU11tRNF4SEQ4Q68JU + - id: fEQ4446zRCbF3oCq3or6Ly sortOrder: 38 fieldKey: app_platform label: App Platform @@ -83875,7 +84196,7 @@ items: dynamic: false allowNull: false hidden: false - - id: dj5UAGoov1gW246rcz2nzM + - id: 8MTQso9vLnq2VcF7yGsb17 sortOrder: 39 fieldKey: name label: Event Original Name @@ -83896,7 +84217,7 @@ items: dynamic: false allowNull: false hidden: false - - id: atYF4gsm4gGRUpd1gA6qgr + - id: gHyVS7GirEckh2fD6NryCW sortOrder: 40 fieldKey: event_properties label: Event Properties @@ -83913,7 +84234,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 5SL1YERKtJaBgfQu6takBN + - id: ef6LMwh7CAAU9cudqyfHmE sortOrder: 42 fieldKey: utm_properties label: UTM Properties @@ -83937,7 +84258,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qPpQFDtWziDVUW2gwpcyrz + - id: fFTdwdhm7KTYVqZRiXyAaY sortOrder: 43 fieldKey: enable_batching label: Batch Data to Mixpanel @@ -83951,7 +84272,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ZtGxp12pqkGUdub2T4Cpo + - id: kjdmVHqY1GYKe3ZPWs3xUN sortOrder: 44 fieldKey: batch_size label: Batch Size @@ -83966,7 +84287,7 @@ items: choices: null dynamic: false allowNull: false - - id: mzFD2QgW9pBns1SaaydEV1 + - id: 4UE8yjeQRvWkPHFwtAQNDB sortOrder: 45 fieldKey: userAgentData label: User Agent Data @@ -83995,7 +84316,7 @@ items: choices: null dynamic: false allowNull: false - - id: mGVq4zoDMZkZqwqgEdfnp + - id: bVSFXBUhpU1kKdXN48bAJ7 sortOrder: 46 fieldKey: products label: Products @@ -84035,7 +84356,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 7GTZCD2eZATRkG4sVS5aho + - id: cRHEp9tJhThA3uGhwKxwSH sortOrder: 47 fieldKey: event label: Event Name @@ -84060,7 +84381,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: JcgpcaAMTJGB7H27hTmDN + - id: 4JENPqS3ofGmYp8QuS9v2e sortOrder: 0 fieldKey: ip label: IP Address @@ -84076,7 +84397,7 @@ items: choices: null dynamic: false allowNull: false - - id: nUqc5EGWpFg6VDumv7aZ8 + - id: 5kEZDce8QFyfXwxBYd8KSP sortOrder: 1 fieldKey: user_id label: User ID @@ -84090,7 +84411,7 @@ items: choices: null dynamic: false allowNull: true - - id: 5zbEBPFzhHdK1han23BPiK + - id: xspxRa967c6gCBorcXM2To sortOrder: 2 fieldKey: anonymous_id label: Anonymous ID @@ -84104,7 +84425,7 @@ items: choices: null dynamic: false allowNull: true - - id: e47Q4g7yr4aDiW7YVUF1BZ + - id: 9rFPWBsH8AwP6fqmhJdRDS sortOrder: 3 fieldKey: increment label: Increment Numerical Properties @@ -84121,10 +84442,19 @@ items: dynamic: false allowNull: false presets: - - actionId: a6YW8RCSKobYuCSEaiYKqY - name: Order Completed Calls + - actionId: drUNmF6UifiVmB9NStLWS1 + name: Group Calls fields: - generatePurchaseEventPerProduct: true + group_id: + '@path': $.groupId + traits: + '@path': $.traits + trigger: type = "group" + - actionId: etDoZEKaPvjgeXw6c84cvi + name: Page Calls + fields: + event: + '@template': Viewed {{name}} distinct_id: '@if': exists: @@ -84255,41 +84585,12 @@ items: '@path': $.context.userAgentData.uaFullVersion wow64: '@path': $.context.userAgentData.wow64 - products: - '@arrayPath': - - $.properties.products - - product_id: - '@path': product_id - sku: - '@path': sku - category: - '@path': category - name: - '@path': name - brand: - '@path': brand - variant: - '@path': variant - price: - '@path': price - quantity: - '@path': quantity - coupon: - '@path': coupon - position: - '@path': position - url: - '@path': url - image_url: - '@path': image_url - event: - '@path': $.event - trigger: type = "track" and event = "Order Completed" + trigger: type = "page" - actionId: etDoZEKaPvjgeXw6c84cvi - name: Page Calls + name: Track Calls fields: event: - '@template': Viewed {{name}} + '@path': $.event distinct_id: '@if': exists: @@ -84420,12 +84721,23 @@ items: '@path': $.context.userAgentData.uaFullVersion wow64: '@path': $.context.userAgentData.wow64 - trigger: type = "page" - - actionId: etDoZEKaPvjgeXw6c84cvi - name: Track Calls + trigger: type = "track" and event != "Order Completed" + - actionId: iLgPGgELNm5SgSVaqztJeJ + name: Identify Calls fields: - event: - '@path': $.event + ip: + '@path': $.context.ip + user_id: + '@path': $.userId + anonymous_id: + '@path': $.anonymousId + traits: + '@path': $.traits + trigger: type = "identify" + - actionId: a6YW8RCSKobYuCSEaiYKqY + name: Order Completed Calls + fields: + generatePurchaseEventPerProduct: true distinct_id: '@if': exists: @@ -84556,19 +84868,36 @@ items: '@path': $.context.userAgentData.uaFullVersion wow64: '@path': $.context.userAgentData.wow64 - trigger: type = "track" and event != "Order Completed" - - actionId: iLgPGgELNm5SgSVaqztJeJ - name: Identify Calls - fields: - ip: - '@path': $.context.ip - user_id: - '@path': $.userId - anonymous_id: - '@path': $.anonymousId - traits: - '@path': $.traits - trigger: type = "identify" + products: + '@arrayPath': + - $.properties.products + - product_id: + '@path': product_id + sku: + '@path': sku + category: + '@path': category + name: + '@path': name + brand: + '@path': brand + variant: + '@path': variant + price: + '@path': price + quantity: + '@path': quantity + coupon: + '@path': coupon + position: + '@path': position + url: + '@path': url + image_url: + '@path': image_url + event: + '@path': $.event + trigger: type = "track" and event = "Order Completed" - actionId: etDoZEKaPvjgeXw6c84cvi name: Screen Calls fields: @@ -84705,14 +85034,6 @@ items: wow64: '@path': $.context.userAgentData.wow64 trigger: type = "screen" - - actionId: drUNmF6UifiVmB9NStLWS1 - name: Group Calls - fields: - group_id: - '@path': $.groupId - traits: - '@path': $.traits - trigger: type = "group" partnerOwned: true - id: 54521fd925e721e32a72eed6 display_name: Mixpanel (Legacy) @@ -94318,6 +94639,134 @@ items: actions: [] presets: [] partnerOwned: true +- id: 66f2b0818aa856d4d2d87f90 + display_name: Postscript + name: Postscript + slug: postscript + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/postscript + previous_names: + - Postscript + website: http://www.postscript.io + status: PUBLIC_BETA + categories: + - SMS & Push Notifications + logo: + url: https://cdn-devcenter.segment.com/552d5ac5-8f41-46e6-bd3a-c7e95b3aac0a.svg + mark: + url: https://cdn-devcenter.segment.com/0d7c1589-95e3-4d23-9191-0c08b7fe0b28.svg + methods: + track: true + identify: true + group: true + alias: true + screen: false + page: true + platforms: + browser: true + mobile: false + server: true + warehouse: false + cloudAppObject: false + linkedAudiences: true + components: [] + browserUnbundlingSupported: false + browserUnbundlingPublic: false + replay: false + connection_modes: + device: + web: false + mobile: false + server: false + cloud: + web: true + mobile: false + server: true + settings: + - name: secret_key + type: password + defaultValue: '' + description: Your Postscript API secret key + required: true + label: Secret Key + actions: + - id: 744CeT8geq5BF3UnJaqh4t + name: Sync Audiences + slug: syncAudiences + description: Sync Engage Audiences to Postscript + platform: CLOUD + hidden: false + defaultTrigger: type = "identify" or type = "track" + fields: + - id: siHUvZq5poPmQZFjzvNirF + sortOrder: 3 + fieldKey: email + label: Email address + type: STRING + description: The user's email address. Required if phone is not provided. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.traits.email + then: + '@path': $.traits.email + else: + '@path': $.context.traits.email + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: vHTav5qdg5EDNn5yiaRU25 + sortOrder: 4 + fieldKey: phone + label: Phone + type: STRING + description: The user's phone number. Required if email is not provided. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.traits.phone + then: + '@path': $.traits.phone + else: + '@path': $.context.traits.phone + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 4WVh4T3nr8exe2PiUPgxkq + sortOrder: 5 + fieldKey: traits_or_props + label: Traits or properties object + type: OBJECT + description: >- + A computed object for track and identify events. This field should not + need to be edited. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.properties + then: + '@path': $.properties + else: + '@path': $.traits + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + presets: [] + partnerOwned: true - id: 5fe9e8d3dc1fbccfdfbd1490 display_name: ProductBird name: ProductBird @@ -98930,6 +99379,201 @@ items: actions: [] presets: [] partnerOwned: true +- id: 643697130067c2f408ff28ca + display_name: Rokt Audiences (Actions) + name: Rokt Audiences (Actions) + slug: rokt-audiences-actions + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/rokt-audiences-actions + previous_names: + - Rokt Audiences (Actions) + website: https://www.rokt.com/ + status: PUBLIC_BETA + categories: + - Advertising + logo: + url: https://cdn-devcenter.segment.com/2a8a63e2-b986-4fd0-b890-8b3e267ab60a.svg + mark: + url: https://cdn-devcenter.segment.com/e146b6ef-f260-4a1f-9356-796dbfe2e8a1.svg + methods: + track: true + identify: true + group: true + alias: true + screen: false + page: true + platforms: + browser: true + mobile: false + server: true + warehouse: false + cloudAppObject: false + linkedAudiences: true + components: [] + browserUnbundlingSupported: false + browserUnbundlingPublic: false + replay: false + connection_modes: + device: + web: false + mobile: false + server: false + cloud: + web: true + mobile: false + server: true + settings: + - name: accountid + type: string + defaultValue: '' + description: Rokt ID assigned to your particular account. + required: true + label: Rokt Account ID + - name: rpub + type: string + defaultValue: '' + description: Rokt public key, starts with `rpub-` + required: true + label: Rokt public key + - name: rsec + type: password + defaultValue: '' + description: Rokt secret key, starts with `rsec-` + required: true + label: Rokt secret key + actions: + - id: oNpU37CaJbuxq7PqBGEYz4 + name: Sync Engage Audience to Rokt + slug: upsertCustomAudiences + description: >- + Add/Remove users from Rokt custom audience list. Both identify() and + track() calls are supported + platform: CLOUD + hidden: false + defaultTrigger: type = "track" or type = "identify" + fields: + - id: aCdquof3Bd6c3wug29BeEY + sortOrder: 0 + fieldKey: custom_audience_name + label: Custom Audience Name + type: STRING + description: Name of custom audience list to which emails should added/removed + placeholder: '' + defaultValue: + '@path': $.context.personas.computation_key + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + - id: 4qkzJunzrb3ZTtn5VEXgHo + sortOrder: 1 + fieldKey: segment_computation_action + label: Segment Computation Action + type: STRING + description: >- + Segment computation class used to determine if action is an + 'Engage-Audience' + placeholder: '' + defaultValue: + '@path': $.context.personas.computation_class + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + - id: fq5EwYtoVfnBh5wRJ6YMhH + sortOrder: 2 + fieldKey: email + label: Email + type: STRING + description: User's email address for including/excluding from custom audience + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.traits.email + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + - id: ae6rFSFRB9dSGZNVAxPxjb + sortOrder: 3 + fieldKey: traits_or_props + label: traits or properties object + type: OBJECT + description: Object which will be computed differently for track and identify events + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.properties + then: + '@path': $.properties + else: + '@path': $.traits + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + - id: btfk8jdv6uDRh7KT6dmcwC + sortOrder: 4 + fieldKey: enable_batching + label: enable batching to rokt api + type: BOOLEAN + description: >- + Set as true to ensure Segment infrastructure uses batching when + possible. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + hidden: false + presets: + - actionId: oNpU37CaJbuxq7PqBGEYz4 + name: Sync Engage Audience to Rokt + fields: + custom_audience_name: + '@path': $.context.personas.computation_key + segment_computation_action: + '@path': $.context.personas.computation_class + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.traits.email + traits_or_props: + '@if': + exists: + '@path': $.properties + then: + '@path': $.properties + else: + '@path': $.traits + enable_batching: true + trigger: type = "track" or type = "identify" + partnerOwned: true - id: 54521fda25e721e32a72eeed display_name: Rollbar name: Rollbar @@ -106958,19 +107602,20 @@ items: presets: [] partnerOwned: true - id: 631a6f32946dd8197e9cab66 - display_name: SendGrid Marketing Campaigns - name: SendGrid Marketing Campaigns - slug: actions-sendgrid + display_name: SendGrid + name: SendGrid + slug: sendgrid hidden: false endpoints: - US regions: - us-west-2 - eu-west-1 - url: connections/destinations/catalog/actions-sendgrid + url: connections/destinations/catalog/sendgrid previous_names: - Sendgrid Marketing Campaigns - SendGrid Marketing Campaigns + - SendGrid website: https://sendgrid.com/solutions/email-marketing/ status: PUBLIC categories: @@ -107023,7 +107668,7 @@ items: hidden: false defaultTrigger: null fields: - - id: cr3uQBrNVswFLtjb1hRHiS + - id: mZniiMFiSp4W6EMFUWLgDE sortOrder: 0 fieldKey: enable_batching label: Batch Data to SendGrid Contacts PUT API @@ -107040,7 +107685,7 @@ items: dynamic: false allowNull: false hidden: false - - id: p7EpED2YqpbJv5sRvGqP8V + - id: r7Z2sqLQdVsuBYfojJP9Ph sortOrder: 1 fieldKey: first_name label: First Name @@ -107061,7 +107706,7 @@ items: dynamic: false allowNull: true hidden: false - - id: t16dtfsrPDqfEDmXYhz9Tt + - id: bYxZnfprsCYnFJC7Lzm7gj sortOrder: 2 fieldKey: last_name label: Last Name @@ -107082,7 +107727,7 @@ items: dynamic: false allowNull: true hidden: false - - id: 9L5yu18pKk3w4kRqYkrwGG + - id: LikR416sw9amyeYThAcu1 sortOrder: 3 fieldKey: country label: Country @@ -107103,7 +107748,7 @@ items: dynamic: false allowNull: true hidden: false - - id: NpA9Wg89uqfDfoaVbhzKf + - id: hH5nx9HTvR8g5E88GzzjQW sortOrder: 4 fieldKey: postal_code label: Postal Code @@ -107124,7 +107769,7 @@ items: dynamic: false allowNull: true hidden: false - - id: qzYReREWvE8Tofvpi6Zuaj + - id: dQepDWmUsxZ5af4CSD4rsv sortOrder: 5 fieldKey: city label: City @@ -107145,7 +107790,7 @@ items: dynamic: false allowNull: true hidden: false - - id: smByi2NmxtyTFJCCY9pzXJ + - id: 4yZhuvbueCA3xxWxDFKWuH sortOrder: 6 fieldKey: state label: State @@ -107166,7 +107811,7 @@ items: dynamic: false allowNull: true hidden: false - - id: a66cHtbqYkEm1erqdKMywK + - id: hehABv5robstkvFm1J5pN4 sortOrder: 7 fieldKey: address_line_1 label: Address Line 1 @@ -107187,7 +107832,7 @@ items: dynamic: false allowNull: true hidden: false - - id: ntKpWvZoarDSB8DumdSsUu + - id: xi1ru6f6gaVXi2vs4egoiX sortOrder: 8 fieldKey: address_line_2 label: Address Line 2 @@ -107208,7 +107853,7 @@ items: dynamic: false allowNull: true hidden: false - - id: veQaCK9439Gcqp1BHHtz7B + - id: mJeSRzp7AZh6Ub7V8ssuGW sortOrder: 9 fieldKey: phone_number label: Phone Number @@ -107231,7 +107876,7 @@ items: dynamic: false allowNull: true hidden: false - - id: t2NwJ8UDyGeYAgfJKUhTjQ + - id: dwZ4eXRxfFKqLQqvmuS2Rq sortOrder: 10 fieldKey: whatsapp label: WhatsApp @@ -107252,7 +107897,7 @@ items: dynamic: false allowNull: true hidden: false - - id: 2tz7eeUrv9VbWpeDXaRkwL + - id: byMCRpXKAKjhcDaLLq2p8V sortOrder: 11 fieldKey: line label: Line @@ -107273,7 +107918,7 @@ items: dynamic: false allowNull: true hidden: false - - id: vptoWF2SggLPpuRB4JewKZ + - id: g7VQDTSCFKURxrWswSC5Jh sortOrder: 12 fieldKey: facebook label: Facebook @@ -107294,7 +107939,7 @@ items: dynamic: false allowNull: true hidden: false - - id: 2bcJxRmnSoKRk4LRNECM59 + - id: uhi8iock8n3w9smfNFQiZY sortOrder: 13 fieldKey: unique_name label: Unique Name @@ -107315,7 +107960,7 @@ items: dynamic: false allowNull: true hidden: false - - id: bjPg9savJgxZ3rXurgh2DA + - id: hNhYoG3B46jNHKDNXJNhdR sortOrder: 14 fieldKey: primary_email label: Email Address @@ -107336,7 +107981,7 @@ items: dynamic: false allowNull: true hidden: false - - id: 9RqG64H5XiboVBhJFiN2q5 + - id: apnEjVhLobqZ6ivkcjAJSs sortOrder: 15 fieldKey: phone_number_id label: Phone Number ID @@ -107358,7 +108003,7 @@ items: choices: null dynamic: false allowNull: true - - id: 3DxdsRvx7gAWBTuD9QKgSs + - id: 3hSZvpbU8XMdswBtYdYfSZ sortOrder: 16 fieldKey: external_id label: External ID @@ -107378,7 +108023,7 @@ items: choices: null dynamic: false allowNull: true - - id: oFeW8TfjSNmSGkGGwcLrk4 + - id: m6iX4JyBUXdGS9UCVkqCZT sortOrder: 17 fieldKey: anonymous_id label: 'Anonymous ID ' @@ -107392,7 +108037,7 @@ items: choices: null dynamic: false allowNull: true - - id: 3bCwcD2fYvKUzdmqyhEbdK + - id: v9iyDiTJc8uN5QmuR7M3no sortOrder: 18 fieldKey: customFields label: Other Fields @@ -107422,7 +108067,7 @@ items: hidden: false defaultTrigger: null fields: - - id: ggpfWWpizoJg7EW8B6Qy1M + - id: 8pJJiwtWG9FJHRXC3uNeuH sortOrder: 0 fieldKey: domain label: Validated Domain @@ -107438,24 +108083,19 @@ items: choices: null dynamic: true allowNull: false - - id: sspXvpXEqyWNT4ydZanqyM + - id: DX97zHMLm8UmCrhG9vnH7 sortOrder: 1 fieldKey: from label: From type: OBJECT description: From details. placeholder: '' - defaultValue: - email: - '@path': $.properties.from_email - name: - '@path': $.properties.from_name required: true multiple: false choices: null dynamic: false allowNull: false - - id: 95gKqU8Y9LuF3ZNcftKn6k + - id: cT5KYMukLMbkkxEcNPmMjf sortOrder: 2 fieldKey: to label: To @@ -107463,18 +108103,16 @@ items: description: Recipient details. placeholder: '' defaultValue: - '@arrayPath': - - $.properties - - email: - '@path': $.email - name: - '@path': $.name + email: + '@path': $.properties.email + name: + '@path': $.properties.name required: true - multiple: true + multiple: false choices: null dynamic: false allowNull: false - - id: op9VKunX1oCo9NPxWYLz3e + - id: 2MefHeEBrd1LcKgsK16TpA sortOrder: 3 fieldKey: cc label: CC @@ -107486,7 +108124,7 @@ items: choices: null dynamic: false allowNull: false - - id: rFYmWdiMv3haJUSfCE5oPZ + - id: 6tgDUkmaduNWYWPs2F5Lay sortOrder: 4 fieldKey: bcc label: BCC @@ -107498,7 +108136,7 @@ items: choices: null dynamic: false allowNull: false - - id: uuuZpzK3Cs4EjDEvwLV2SB + - id: 5zi4yZkfZTTtYLmXiehWtn sortOrder: 5 fieldKey: headers label: Headers @@ -107510,7 +108148,7 @@ items: choices: null dynamic: false allowNull: false - - id: vECMLQFMa6gkmM9tceQ2HS + - id: bMWD7QUNkDwuBfiv1BwNRu sortOrder: 6 fieldKey: dynamic_template_data label: Dynamic Template Data @@ -107525,7 +108163,7 @@ items: choices: null dynamic: true allowNull: false - - id: 5dkSqeKoKxETkPb9VbYEYX + - id: 6adHExi9sBV9FDEKD7qQzr sortOrder: 7 fieldKey: template_id label: Dynamic Template @@ -107537,7 +108175,7 @@ items: choices: null dynamic: true allowNull: false - - id: pSXXQpKquZJDAAXpThE4Fg + - id: rH9TVbd8m4gWDEoPZqnAoa sortOrder: 8 fieldKey: custom_args label: Custom Args @@ -107549,7 +108187,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3iENxD2daHPPRwEzinyshE + - id: fyjXQxE8eRMHe5VetPGXLk sortOrder: 9 fieldKey: send_at label: Send At @@ -107563,7 +108201,7 @@ items: choices: null dynamic: false allowNull: false - - id: s8XXTf7KWorY3hJAcyTedB + - id: bdju6ABhu2MqyVduC9FEnS sortOrder: 10 fieldKey: reply_to label: Reply To @@ -107577,7 +108215,7 @@ items: choices: null dynamic: false allowNull: false - - id: p8gzExdEEBLoSaoFz6Jx8L + - id: gnszcK87fxiWCPAZxXUQCf sortOrder: 11 fieldKey: categories label: Categories @@ -107589,7 +108227,7 @@ items: choices: null dynamic: false allowNull: false - - id: dCGEWGd65iX5XDrUJVGAdz + - id: jZ7zt5Fs4EniAqs93QUHZ4 sortOrder: 12 fieldKey: ip_pool_name label: IP Pool @@ -107601,7 +108239,7 @@ items: choices: null dynamic: true allowNull: false - - id: b6iwipxD1u8vfaHG87D3GK + - id: fj4ZjipcciUc1LFHEfmmpX sortOrder: 13 fieldKey: group_id label: Group ID @@ -108164,8 +108802,8 @@ items: presets: [] partnerOwned: false - id: 6720ddceaa24532723b39d63 - display_name: Singlestore - name: Singlestore + display_name: SingleStore + name: SingleStore slug: singlestore hidden: false endpoints: @@ -108176,6 +108814,7 @@ items: url: connections/destinations/catalog/singlestore previous_names: - Singlestore + - SingleStore website: https://www.singlestore.com status: PUBLIC_BETA categories: @@ -116445,7 +117084,7 @@ items: hidden: false defaultTrigger: null fields: - - id: cmsFoW8yjZeHDV1BssFfYG + - id: p6VYmAJZHtSZrjD3MzRfE6 sortOrder: 0 fieldKey: event label: Event Name @@ -116462,7 +117101,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 3TJnQGhqgP8DRDJmGmZjkq + - id: 8rZshfHAVuZr9r4bJoU8ZN sortOrder: 1 fieldKey: event_id label: Event ID @@ -116477,7 +117116,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tPYdkPX1nM2vTQtAQcSd25 + - id: nEAbq6MPApL259cEskfEZf sortOrder: 2 fieldKey: timestamp label: Event Timestamp @@ -116492,7 +117131,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 5bCuCjCG6Ti1MCzaWtj6nX + - id: pRaoFyJHwHdpTu56jstKTy sortOrder: 3 fieldKey: phone_number label: Phone Number @@ -116516,7 +117155,7 @@ items: dynamic: false allowNull: false hidden: false - - id: bzFy3CdwT8YuaSUaWxALe9 + - id: tQ8GcrmLnWwJgxrAsLEULf sortOrder: 4 fieldKey: email label: Email @@ -116539,7 +117178,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 5pHMmvjb9fKwxoPvJNPAgX + - id: 942tSWEms6rHern4XdKrny sortOrder: 5 fieldKey: first_name label: First Name @@ -116561,7 +117200,7 @@ items: choices: null dynamic: false allowNull: false - - id: iEPwnkVvShVzsBzfCpdypL + - id: r9ipWT1k8oUDuYrmnKsrdo sortOrder: 6 fieldKey: last_name label: Last Name @@ -116583,7 +117222,7 @@ items: choices: null dynamic: false allowNull: false - - id: crL57LdMAKaJbo3tLJSjQg + - id: 8rZttnJJhDn7nphrRa7Zj sortOrder: 7 fieldKey: address label: Address @@ -116628,7 +117267,7 @@ items: choices: null dynamic: false allowNull: false - - id: v8M2YvJcwUjZcLPcEhSoYr + - id: p7xdCHrrAdn4jSuKtLcjcb sortOrder: 8 fieldKey: order_id label: Order ID @@ -116642,7 +117281,7 @@ items: choices: null dynamic: false allowNull: false - - id: 4X3VJFjDRYEwDDPHEU1XVb + - id: 7Mp14SXcTG2pCLtkVjpiuE sortOrder: 9 fieldKey: shop_id label: Shop ID @@ -116656,7 +117295,7 @@ items: choices: null dynamic: false allowNull: false - - id: ierPaxoXbkyc7KbGMfumRL + - id: cWZ3epng4mHNnpDBRnhyQC sortOrder: 10 fieldKey: external_id label: External ID @@ -116681,7 +117320,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 4Kms8s15qG5BwQwSgvteTG + - id: ew9jsj26YnomqVWpg4CjvY sortOrder: 11 fieldKey: ttclid label: TikTok Click ID @@ -116706,7 +117345,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 6fmCt5xRgNmJYwuWog8so3 + - id: 9Vw7DiJosqfjt8eNfyYPNk sortOrder: 12 fieldKey: ttp label: TikTok Cookie ID @@ -116734,7 +117373,7 @@ items: choices: null dynamic: false allowNull: false - - id: jqtjemcLnATdB1MUEscDzP + - id: 8h8YFMzCK9d7MmFYmTpiY7 sortOrder: 13 fieldKey: lead_id label: TikTok Lead ID @@ -116752,7 +117391,7 @@ items: dynamic: false allowNull: false hidden: false - - id: bHhFnHUWVhxJpt3DXgcZZL + - id: b9KkVqKjEA9mYwygnJKVGw sortOrder: 14 fieldKey: locale label: Locale @@ -116768,7 +117407,7 @@ items: choices: null dynamic: false allowNull: false - - id: fu8DGJFb4YNn6pCsZAhFws + - id: kRDKfZzgeeUGRxGsjyDFBi sortOrder: 15 fieldKey: url label: Page URL @@ -116783,7 +117422,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8GX7hcGccxm73DafGPLCYR + - id: fryHTNXYZ3uv58TeY2xXVD sortOrder: 16 fieldKey: referrer label: Page Referrer @@ -116798,7 +117437,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tSjfhhwB9vb9KpmqgYj1uR + - id: hyy8aRYxU1dBhJ67DLgCu3 sortOrder: 17 fieldKey: ip label: IP Address @@ -116813,7 +117452,7 @@ items: dynamic: false allowNull: false hidden: false - - id: bgxspSQsFoDGMF9YSpJHxv + - id: m7E59GfCDmXzabNiniWcqf sortOrder: 18 fieldKey: user_agent label: User Agent @@ -116828,7 +117467,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qxXDrSFE8BgZGAPXShatS + - id: 6tyNEHCfQS52yc5qTFx6GB sortOrder: 19 fieldKey: contents label: Contents @@ -116841,7 +117480,7 @@ items: dynamic: false allowNull: false hidden: false - - id: umUL9RTzEMnPFGm7heYjv4 + - id: f26jVnDptw5zcHd9kSxkwZ sortOrder: 20 fieldKey: content_type label: Content Type @@ -116862,7 +117501,7 @@ items: value: product_group dynamic: false allowNull: false - - id: r33EyyR1UAtMkLkiNJnnv5 + - id: jHB8wbSdeu4VtgKGWBHoq sortOrder: 21 fieldKey: currency label: Currency @@ -116877,7 +117516,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mrp8mRng7XTrptPjdS1Ajo + - id: vLLaJkxAGazEWSLNXxGHVv sortOrder: 22 fieldKey: value label: Value @@ -116898,7 +117537,7 @@ items: dynamic: false allowNull: false hidden: false - - id: pA41cbXysFgpQDdnAiBxyf + - id: py9sswdMGxLH5ePBHLTnpt sortOrder: 23 fieldKey: description label: Description @@ -116911,7 +117550,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 7xkaXRVTw1pkZ3L3FZyFpA + - id: mkxciuiPKNp8Gz3BtxDNNP sortOrder: 24 fieldKey: query label: Query @@ -116926,7 +117565,7 @@ items: dynamic: false allowNull: false hidden: false - - id: iddrMRsHSJTkuWcf5UJXJ4 + - id: m5JyaBoFwefuQM2CFcLx9p sortOrder: 25 fieldKey: limited_data_use label: Limited Data Use @@ -116946,7 +117585,7 @@ items: choices: null dynamic: false allowNull: false - - id: kmkXfoh6Q6pPGcNrFCmjae + - id: UMuv15KCWAutSRVK9kLsL sortOrder: 26 fieldKey: test_event_code label: Test Event Code @@ -116965,7 +117604,7 @@ items: hidden: false presets: - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Initiate Checkout + name: Add Payment Info fields: event_id: '@path': $.messageId @@ -117106,10 +117745,10 @@ items: '@path': $.name brand: '@path': $.brand - event: InitiateCheckout - trigger: event = "Checkout Started" + event: AddPaymentInfo + trigger: event = "Payment Info Entered" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Place an Order + name: Download fields: event_id: '@path': $.messageId @@ -117235,25 +117874,10 @@ items: '@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: PlaceAnOrder - trigger: event = "Order Placed" + event: Download + trigger: event = "Download Link Clicked" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Download + name: Initiate Checkout fields: event_id: '@path': $.messageId @@ -117379,10 +118003,25 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: Download - trigger: event = "Download Link Clicked" + 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: sgzMwUxWm5jPu4SSaGt6cS - name: Subscribe + name: Complete Registration fields: event_id: '@path': $.messageId @@ -117508,10 +118147,10 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: Subscribe - trigger: event = "Subscription Created" + event: CompleteRegistration + trigger: event = "Signed Up" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Complete Registration + name: Click Button fields: event_id: '@path': $.messageId @@ -117637,10 +118276,25 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: CompleteRegistration - trigger: event = "Signed Up" + 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: ClickButton + trigger: event = "Product Clicked" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Add to Wishlist + name: Contact fields: event_id: '@path': $.messageId @@ -117766,25 +118420,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: AddToWishlist - trigger: event = "Product Added to Wishlist" + event: Contact + trigger: event = "Callback Started" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Submit Form + name: Place an Order fields: event_id: '@path': $.messageId @@ -117910,10 +118549,25 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: SubmitForm - trigger: event = "Form Submitted" + 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: PlaceAnOrder + trigger: event = "Order Placed" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Complete Payment + name: Search fields: event_id: '@path': $.messageId @@ -118041,7 +118695,7 @@ items: '@path': $.properties.limited_data_use contents: '@arrayPath': - - $.properties.products + - $.properties - price: '@path': $.price quantity: @@ -118054,10 +118708,10 @@ items: '@path': $.name brand: '@path': $.brand - event: CompletePayment - trigger: event = "Order Completed" + event: Search + trigger: event = "Products Searched" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: View Content + name: Complete Payment fields: event_id: '@path': $.messageId @@ -118185,7 +118839,7 @@ items: '@path': $.properties.limited_data_use contents: '@arrayPath': - - $.properties + - $.properties.products - price: '@path': $.price quantity: @@ -118198,10 +118852,10 @@ items: '@path': $.name brand: '@path': $.brand - event: ViewContent - trigger: event = "Product Viewed" + event: CompletePayment + trigger: event = "Order Completed" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Contact + name: Submit Form fields: event_id: '@path': $.messageId @@ -118327,8 +118981,8 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: Contact - trigger: event = "Callback Started" + event: SubmitForm + trigger: event = "Form Submitted" - actionId: sgzMwUxWm5jPu4SSaGt6cS name: Page View fields: @@ -118474,7 +119128,7 @@ items: event: PageView trigger: type="page" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Search + name: Add to Cart fields: event_id: '@path': $.messageId @@ -118615,10 +119269,10 @@ items: '@path': $.name brand: '@path': $.brand - event: Search - trigger: event = "Products Searched" + event: AddToCart + trigger: event = "Product Added" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Add to Cart + name: View Content fields: event_id: '@path': $.messageId @@ -118759,10 +119413,10 @@ items: '@path': $.name brand: '@path': $.brand - event: AddToCart - trigger: event = "Product Added" + event: ViewContent + trigger: event = "Product Viewed" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Click Button + name: Add to Wishlist fields: event_id: '@path': $.messageId @@ -118903,10 +119557,10 @@ items: '@path': $.name brand: '@path': $.brand - event: ClickButton - trigger: event = "Product Clicked" + event: AddToWishlist + trigger: event = "Product Added to Wishlist" - actionId: sgzMwUxWm5jPu4SSaGt6cS - name: Add Payment Info + name: Subscribe fields: event_id: '@path': $.messageId @@ -119032,23 +119686,8 @@ items: '@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: AddPaymentInfo - trigger: event = "Payment Info Entered" + event: Subscribe + trigger: event = "Subscription Created" partnerOwned: true - id: 6447ca8bfaa773a2ba0777a0 display_name: Tiktok Offline Conversions @@ -119131,7 +119770,7 @@ items: hidden: false defaultTrigger: null fields: - - id: kyRu3USdgicVpdki5LfDGN + - id: s9wfLWJsqxdMy2imEmrkdE sortOrder: 0 fieldKey: event label: Event Name @@ -119148,7 +119787,7 @@ items: dynamic: false allowNull: false hidden: false - - id: fzudZ1Pu3qtPt3CMJjZCiP + - id: pzEcpeaUMVjypFTyZcyiVz sortOrder: 1 fieldKey: event_id label: Event ID @@ -119163,7 +119802,7 @@ items: dynamic: false allowNull: false hidden: false - - id: bMd5SEgveAY7QbVZ1x6m4S + - id: 2eQAYcasN3p6shqy9w2emy sortOrder: 2 fieldKey: timestamp label: Event Timestamp @@ -119178,7 +119817,7 @@ items: dynamic: false allowNull: false hidden: false - - id: eH1vLYYpmfntbbTGjQ2DvN + - id: mfrAP5n6tXfttgFe59JMZj sortOrder: 3 fieldKey: phone_numbers label: Phone Number @@ -119203,7 +119842,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 7nbNenRgPezSpCnt6DUDAd + - id: jgGL8PXHXgecuxcH16EHjv sortOrder: 4 fieldKey: email_addresses label: Email @@ -119227,7 +119866,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mhtjD4MSszK6Z3js8taKgg + - id: bLuY4N9zdMt1zkJ624ojqx sortOrder: 5 fieldKey: order_id label: Order ID @@ -119242,7 +119881,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 819XEiizWToCHLWnKme2qP + - id: wXEqmYds82wkusSCoL87TN sortOrder: 6 fieldKey: shop_id label: Shop ID @@ -119257,7 +119896,7 @@ items: dynamic: false allowNull: false hidden: false - - id: bP6UMrMyt9pJEF77bhgBbJ + - id: mH8JjiHmy5AKLNxaTKJyMd sortOrder: 7 fieldKey: external_ids label: External ID @@ -119282,7 +119921,7 @@ items: choices: null dynamic: false allowNull: false - - id: uLSwDiXPe2zFzWgjgfZ2TN + - id: 2rWbAnaVVg6NtRxF2g1Gqs sortOrder: 8 fieldKey: ttclid label: TikTok Click ID @@ -119306,7 +119945,7 @@ items: choices: null dynamic: false allowNull: false - - id: byQQ72g4sFUwYa6GeDdz5U + - id: 831kbyHgvR8Z5JSq7tnofz sortOrder: 9 fieldKey: ttp label: TikTok Cookie ID @@ -119334,7 +119973,7 @@ items: choices: null dynamic: false allowNull: false - - id: ajSxcX4j3a7MA7LGimQWyQ + - id: j1jZraZdMNLmWz2tDizFjK sortOrder: 10 fieldKey: lead_id label: TikTok Lead ID @@ -119351,7 +119990,7 @@ items: choices: null dynamic: false allowNull: false - - id: oEXzCahxbRoT5hUULX7qMB + - id: 245pziMtBZ4R9wvPePtsWL sortOrder: 11 fieldKey: locale label: Locale @@ -119367,7 +120006,7 @@ items: choices: null dynamic: false allowNull: false - - id: 6W6AQCAwjghDcwdGxbFKSL + - id: hnggKkCd3RCipKWpNekefN sortOrder: 12 fieldKey: url label: Page URL @@ -119381,7 +120020,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9YtQsfr93Ux2bvtMg7pypW + - id: jmTo4epDCFA5m4AUoRontD sortOrder: 13 fieldKey: referrer label: Page Referrer @@ -119395,7 +120034,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5r8oVpoCaMXyZ1xkWcsQzn + - id: hTAQgXapqRQSCiUjx61Uoa sortOrder: 14 fieldKey: ip label: IP Address @@ -119409,7 +120048,7 @@ items: choices: null dynamic: false allowNull: false - - id: jP42LhMYC9Lkgu3ZnKs2Jb + - id: piBnVfP2DDW3geeq5qweMX sortOrder: 15 fieldKey: user_agent label: User Agent @@ -119423,7 +120062,7 @@ items: choices: null dynamic: false allowNull: false - - id: mhe9hPpH81A45n5KYQ3i7r + - id: g9t4h69MpWu6VF3vAY7hHa sortOrder: 16 fieldKey: contents label: Contents @@ -119435,7 +120074,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9xGh94WE4NQ1UpgCsra9ZQ + - id: gbH3Uotrmf23okgKpTfgJS sortOrder: 17 fieldKey: content_type label: Content Type @@ -119456,7 +120095,7 @@ items: value: product_group dynamic: false allowNull: false - - id: 5vawEH7Ke4dqjfptdAUuef + - id: fLyz2Za5p2DfXMq2bfzKuJ sortOrder: 18 fieldKey: currency label: Currency @@ -119470,7 +120109,7 @@ items: choices: null dynamic: false allowNull: false - - id: dbwTLmzX1fWEmVpHn3NWpt + - id: hmon4Q14tyzyEk7kFwVSt sortOrder: 19 fieldKey: value label: Value @@ -119490,7 +120129,7 @@ items: choices: null dynamic: false allowNull: false - - id: sujKfhoLcaBvRkCmwRzmT8 + - id: sJiBMhcZkqM8xmyTvQjQUd sortOrder: 20 fieldKey: description label: Description @@ -119502,7 +120141,7 @@ items: choices: null dynamic: false allowNull: false - - id: nC6nyyVcV4aRH4j368ocrJ + - id: c4D36av3HWzX4UnnffSH3E sortOrder: 21 fieldKey: query label: Query @@ -119516,7 +120155,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9o7oqduxeuaNHksWerCj72 + - id: kQWSh8g6VK6aCtRrz9xd46 sortOrder: 22 fieldKey: limited_data_use label: Limited Data Use @@ -119536,7 +120175,7 @@ items: choices: null dynamic: false allowNull: false - - id: oYTtDHMZ5pr8ktniwkNa4Z + - id: fTKFBeLv92WTxD53CUkKvy sortOrder: 23 fieldKey: test_event_code label: Test Event Code @@ -119563,7 +120202,7 @@ items: hidden: false defaultTrigger: null fields: - - id: 2dbeTB9obugQNF2DC7mKm9 + - id: 27pooPcdRMqkoDC5SM31Ad sortOrder: 0 fieldKey: event label: Event Name @@ -119580,7 +120219,7 @@ items: dynamic: false allowNull: false hidden: false - - id: umEHsaQfTo5vbfzLx6RuQi + - id: iNaKSW6iAtthhGLhqEgEDF sortOrder: 1 fieldKey: event_id label: Event ID @@ -119595,7 +120234,7 @@ items: dynamic: false allowNull: false hidden: false - - id: eHBHaxaeqCBK61kpjj1gMa + - id: tptUBnqFkfchD5EpTbT8tT sortOrder: 2 fieldKey: timestamp label: Event Timestamp @@ -119610,7 +120249,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vRbbH1utRj1Mn6oHJUhBfL + - id: ogVeX6hboDVXFpNVEPCvRA sortOrder: 3 fieldKey: phone_numbers label: Phone Number @@ -119635,7 +120274,7 @@ items: dynamic: false allowNull: false hidden: false - - id: bV9R1PhmEhTTxTWZx8wpRu + - id: 2Z9orj6ikucGeBPaf5F5HE sortOrder: 4 fieldKey: email_addresses label: Email @@ -119659,7 +120298,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 5RrvUJFns7ESGFN4b429NL + - id: wVi4fGZTtPwgpBYFmHwCtD sortOrder: 5 fieldKey: order_id label: Order ID @@ -119674,7 +120313,7 @@ items: dynamic: false allowNull: false hidden: false - - id: n9uGksmKS9EfGnPrrkB7wX + - id: nUw2kpCCCUbobZanf4LUKc sortOrder: 6 fieldKey: shop_id label: Shop ID @@ -119689,7 +120328,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hkSCiHwBxbvjpUdB8zq4aS + - id: 32pVTyY2apqwRxR9rSzX7z sortOrder: 7 fieldKey: external_ids label: External ID @@ -119714,7 +120353,7 @@ items: choices: null dynamic: false allowNull: false - - id: qBHEMep6aBnqdWTA3wsHw2 + - id: epG7TUBouKaqV56aFJ8ikJ sortOrder: 8 fieldKey: ttclid label: TikTok Click ID @@ -119738,7 +120377,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7UkFsSqycDCA5q3tHZatHm + - id: t6Zp8Qz8PzL8cN9bwwLcaP sortOrder: 9 fieldKey: ttp label: TikTok Cookie ID @@ -119766,7 +120405,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5sFDkxSSb63AxHHFxpcBn4 + - id: 2XmsxeQ5fQtL3rJAvHv4LV sortOrder: 10 fieldKey: lead_id label: TikTok Lead ID @@ -119783,7 +120422,7 @@ items: choices: null dynamic: false allowNull: false - - id: 8LirFC33p2D9oovzBB8jTp + - id: 6T4Y35HGweKUfHAhbypNkF sortOrder: 11 fieldKey: locale label: Locale @@ -119799,7 +120438,7 @@ items: choices: null dynamic: false allowNull: false - - id: nGr3vbzNgwh59R1e61d27n + - id: rsdpcJcMQ8JUpvaEfx1vVd sortOrder: 12 fieldKey: url label: Page URL @@ -119813,7 +120452,7 @@ items: choices: null dynamic: false allowNull: false - - id: muHvan2tKKjzpkGbdhbzfH + - id: v3BYAGJYm7rkeRz3DjA4Jh sortOrder: 13 fieldKey: referrer label: Page Referrer @@ -119827,7 +120466,7 @@ items: choices: null dynamic: false allowNull: false - - id: rmGNQyn2TBS9uoMqfXCVQ3 + - id: fPouw3Q9yotcp4oTtjY1PC sortOrder: 14 fieldKey: ip label: IP Address @@ -119841,7 +120480,7 @@ items: choices: null dynamic: false allowNull: false - - id: vhx8Urt8E5Q4opLc1odBs4 + - id: ezFBoy5JRhruHGKwNfppPP sortOrder: 15 fieldKey: user_agent label: User Agent @@ -119855,7 +120494,7 @@ items: choices: null dynamic: false allowNull: false - - id: v5SKCfYUhV3VQLr4pVxZjf + - id: szQ9Qo9F1VJG5jZpkwiroW sortOrder: 16 fieldKey: contents label: Contents @@ -119868,7 +120507,7 @@ items: dynamic: false allowNull: false hidden: false - - id: gQDeE2RKdWXhdK8oabKeq1 + - id: 9NMQ91KSw7xg6eQsj4Vkos sortOrder: 17 fieldKey: content_type label: Content Type @@ -119889,7 +120528,7 @@ items: value: product_group dynamic: false allowNull: false - - id: rAmnnUHNa7DSwvRFtEYeVe + - id: fAmPEBmf66wUmfLp9bXEkU sortOrder: 18 fieldKey: currency label: Currency @@ -119904,7 +120543,7 @@ items: dynamic: false allowNull: false hidden: false - - id: raJiZPTgYf3nvvMnzKWBah + - id: mJukjmDBcHNEjDG1LbXAjL sortOrder: 19 fieldKey: value label: Value @@ -119925,7 +120564,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ijTFtgJAMfA3NW29ZXK7jf + - id: pM7aDN882gtQGum3Wd3q7G sortOrder: 20 fieldKey: description label: Description @@ -119937,7 +120576,7 @@ items: choices: null dynamic: false allowNull: false - - id: itMC263JwTcFWQ1kjNPpx + - id: fn3DUoSwAocAevjDj4ZRVD sortOrder: 21 fieldKey: query label: Query @@ -119951,7 +120590,7 @@ items: choices: null dynamic: false allowNull: false - - id: jX13Mog229Ftut9tZf4qCf + - id: ur4nvqoF46BpbDDrasMpiK sortOrder: 22 fieldKey: limited_data_use label: Limited Data Use @@ -119971,7 +120610,7 @@ items: choices: null dynamic: false allowNull: false - - id: sJ2mUVMve5Cvk7d7RtXDbV + - id: rCc3Vwpc4AvQyABHKdPL5D sortOrder: 23 fieldKey: test_event_code label: Test Event Code @@ -119997,7 +120636,7 @@ items: hidden: false defaultTrigger: null fields: - - id: bThhgdVUZhfzLcDoiZzUiW + - id: gJ18DdBmuqTAuRANUzqTM9 sortOrder: 0 fieldKey: event label: Event Name @@ -120013,7 +120652,7 @@ items: choices: null dynamic: false allowNull: false - - id: jdmNnGXern5HSHsvRDm7xA + - id: e3YzQowU2AYM2Ck7zgkHAV sortOrder: 1 fieldKey: event_id label: Event ID @@ -120027,7 +120666,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5RxHCUM81DcKtEtQR5gh3N + - id: wB4viumZZwFA9HhVVoLVLR sortOrder: 2 fieldKey: timestamp label: Event Timestamp @@ -120041,7 +120680,7 @@ items: choices: null dynamic: false allowNull: false - - id: nDcyw4ExVU2PNLhXAqj8Kv + - id: fz7MS3REhy6iFJrDfXm9y5 sortOrder: 3 fieldKey: phone_numbers label: Phone Number @@ -120065,7 +120704,7 @@ items: choices: null dynamic: false allowNull: false - - id: ddMzohjDkeUhfnuUBANLbk + - id: oxhoRAu5sHdEuytfKdj2dT sortOrder: 4 fieldKey: email_addresses label: Email @@ -120088,7 +120727,7 @@ items: choices: null dynamic: false allowNull: false - - id: gQp8ms6fNo6JoUp98yFiz9 + - id: 6CEZfX55bd5KzbXmxS5GcC sortOrder: 5 fieldKey: order_id label: Order ID @@ -120102,7 +120741,7 @@ items: choices: null dynamic: false allowNull: false - - id: b8jVVre7Rixk9yBW1z2Cjz + - id: qNH5iUZqKwzFE57k4XqXng sortOrder: 6 fieldKey: shop_id label: Shop ID @@ -120116,7 +120755,7 @@ items: choices: null dynamic: false allowNull: false - - id: sCjgaEt6aNwwkmkeuMEL5h + - id: pFsPJGQSCJNcCsocUNNyqv sortOrder: 7 fieldKey: external_ids label: External ID @@ -120141,7 +120780,7 @@ items: choices: null dynamic: false allowNull: false - - id: eafoDftoZNSwhZ5rEe8xuD + - id: vYesAvzZiQ9ChyAnKURNTj sortOrder: 8 fieldKey: ttclid label: TikTok Click ID @@ -120165,7 +120804,7 @@ items: choices: null dynamic: false allowNull: false - - id: mpzgUSTmzrwgNbpY3EGjCH + - id: 6QKzHuVVBMGtbAGFaYWkss sortOrder: 9 fieldKey: ttp label: TikTok Cookie ID @@ -120193,7 +120832,7 @@ items: choices: null dynamic: false allowNull: false - - id: wnpq4o4dPcPn1Jpqrmpsrw + - id: nyTTJwYGN3AKfuPR9SYe9Q sortOrder: 10 fieldKey: lead_id label: TikTok Lead ID @@ -120210,7 +120849,7 @@ items: choices: null dynamic: false allowNull: false - - id: qTjSPiFSvBEyUwyTD3N3CX + - id: f7nnAueFxchH6aa922rwCC sortOrder: 11 fieldKey: locale label: Locale @@ -120226,7 +120865,7 @@ items: choices: null dynamic: false allowNull: false - - id: sDCPCjJYPXpcdAh15TEW3s + - id: xjunBUyQUuLW9WsHTF6uKQ sortOrder: 12 fieldKey: url label: Page URL @@ -120240,7 +120879,7 @@ items: choices: null dynamic: false allowNull: false - - id: 8q7K3eA5pCMdYXQhEHhkwt + - id: bWhd1EDMT5MqnPxwvsDYDQ sortOrder: 13 fieldKey: referrer label: Page Referrer @@ -120254,7 +120893,7 @@ items: choices: null dynamic: false allowNull: false - - id: trKWKPaS4Eo5tEJC2q4ncP + - id: h3PX7dX1zh9zXrk8aXcZE4 sortOrder: 14 fieldKey: ip label: IP Address @@ -120268,7 +120907,7 @@ items: choices: null dynamic: false allowNull: false - - id: wzZ9Abg3kdFFXK5x6fihVN + - id: dvFJM76GxPqYKZZjFgpb4d sortOrder: 15 fieldKey: user_agent label: User Agent @@ -120282,7 +120921,7 @@ items: choices: null dynamic: false allowNull: false - - id: a1HZLVar49172ChqFdT2r9 + - id: dW7Ls16yyDcVo3PLoeK8MZ sortOrder: 16 fieldKey: contents label: Contents @@ -120294,7 +120933,7 @@ items: choices: null dynamic: false allowNull: false - - id: wvxdYhvfyRiZQuYjoekS8b + - id: nYh3pwVwKLJFv1x7g7ueyV sortOrder: 17 fieldKey: content_type label: Content Type @@ -120315,7 +120954,7 @@ items: value: product_group dynamic: false allowNull: false - - id: mqQfY8WpcAqZMaaCxVsRkq + - id: ws9rj45sHwqj5STNNGqUFB sortOrder: 18 fieldKey: currency label: Currency @@ -120329,7 +120968,7 @@ items: choices: null dynamic: false allowNull: false - - id: 4edv8tasBLe7sWKdb5wDyU + - id: ucK8kvynKyu14nKPMAoFUg sortOrder: 19 fieldKey: value label: Value @@ -120349,7 +120988,7 @@ items: choices: null dynamic: false allowNull: false - - id: 6pUP9sDzUEFxERhEL5u3zr + - id: s68gc38yyU4TuRQQt3JmiG sortOrder: 20 fieldKey: description label: Description @@ -120361,7 +121000,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7Kcy1fpUzhdY7CYja4ppXc + - id: cPqQheXbSCNBns6CSe38eD sortOrder: 21 fieldKey: query label: Query @@ -120375,7 +121014,7 @@ items: choices: null dynamic: false allowNull: false - - id: fQwiP6Ept4vzxrm3F9jXBe + - id: 9J2u9RunaxvJKfVTPuokf9 sortOrder: 22 fieldKey: limited_data_use label: Limited Data Use @@ -120395,7 +121034,7 @@ items: choices: null dynamic: false allowNull: false - - id: 6f6tcNNTCfbiF1qZs6g4rL + - id: cXA31HgyFRDBTnFxen7QUs sortOrder: 23 fieldKey: test_event_code label: Test Event Code @@ -120413,7 +121052,7 @@ items: allowNull: false presets: - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Complete Registration + name: Download fields: event_id: '@path': $.messageId @@ -120490,10 +121129,10 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: CompleteRegistration - trigger: event = "Signed Up" + event: Download + trigger: event = "Download Link Clicked" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Contact + name: Page View fields: event_id: '@path': $.messageId @@ -120570,10 +121209,25 @@ 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: ahuzGWXfbLEWcMhc73Cjtx - name: Initiate Checkout + name: Search fields: event_id: '@path': $.messageId @@ -120652,7 +121306,7 @@ items: '@path': $.properties.limited_data_use contents: '@arrayPath': - - $.properties.products + - $.properties - price: '@path': $.price quantity: @@ -120665,10 +121319,10 @@ items: '@path': $.name brand: '@path': $.brand - event: InitiateCheckout - trigger: event = "Checkout Started" + event: Search + trigger: event = "Products Searched" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Add to Cart + name: Complete Registration fields: event_id: '@path': $.messageId @@ -120745,25 +121399,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: Search + name: View Content fields: event_id: '@path': $.messageId @@ -120855,10 +121494,10 @@ items: '@path': $.name brand: '@path': $.brand - event: Search - trigger: event = "Products Searched" + event: ViewContent + trigger: event = "Product Viewed" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Submit Form + name: Place an Order fields: event_id: '@path': $.messageId @@ -120935,10 +121574,25 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: SubmitForm - trigger: event = "Form Submitted" + 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: PlaceAnOrder + trigger: event = "Order Placed" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Complete Payment + name: Initiate Checkout fields: event_id: '@path': $.messageId @@ -121030,10 +121684,10 @@ items: '@path': $.name brand: '@path': $.brand - event: CompletePayment - trigger: event = "Order Completed" + event: InitiateCheckout + trigger: event = "Checkout Started" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Subscribe + name: Click Button fields: event_id: '@path': $.messageId @@ -121110,10 +121764,25 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: Subscribe - trigger: event = "Subscription Created" + 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: ClickButton + trigger: event = "Product Clicked" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: View Content + name: Contact fields: event_id: '@path': $.messageId @@ -121190,25 +121859,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: ahuzGWXfbLEWcMhc73Cjtx - name: Download + name: Complete Payment fields: event_id: '@path': $.messageId @@ -121285,10 +121939,25 @@ items: '@path': $.properties.query limited_data_use: '@path': $.properties.limited_data_use - event: Download - trigger: event = "Download Link Clicked" + 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: CompletePayment + trigger: event = "Order Completed" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Click Button + name: Submit Form fields: event_id: '@path': $.messageId @@ -121365,25 +122034,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: ClickButton - trigger: event = "Product Clicked" + event: SubmitForm + trigger: event = "Form Submitted" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Place an Order + name: Add to Cart fields: event_id: '@path': $.messageId @@ -121462,7 +122116,7 @@ items: '@path': $.properties.limited_data_use contents: '@arrayPath': - - $.properties.products + - $.properties - price: '@path': $.price quantity: @@ -121475,10 +122129,10 @@ items: '@path': $.name brand: '@path': $.brand - event: PlaceAnOrder - trigger: event = "Order Placed" + event: AddToCart + trigger: event = "Product Added" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Add to Wishlist + name: Add Payment Info fields: event_id: '@path': $.messageId @@ -121557,7 +122211,7 @@ items: '@path': $.properties.limited_data_use contents: '@arrayPath': - - $.properties + - $.properties.products - price: '@path': $.price quantity: @@ -121570,10 +122224,10 @@ items: '@path': $.name brand: '@path': $.brand - event: AddToWishlist - trigger: event = "Product Added to Wishlist" + event: AddPaymentInfo + trigger: event = "Payment Info Entered" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Add Payment Info + name: Subscribe fields: event_id: '@path': $.messageId @@ -121650,25 +122304,10 @@ items: '@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: AddPaymentInfo - trigger: event = "Payment Info Entered" + event: Subscribe + trigger: event = "Subscription Created" - actionId: ahuzGWXfbLEWcMhc73Cjtx - name: Page View + name: Add to Wishlist fields: event_id: '@path': $.messageId @@ -121747,7 +122386,7 @@ items: '@path': $.properties.limited_data_use contents: '@arrayPath': - - $.properties.products + - $.properties - price: '@path': $.price quantity: @@ -121760,8 +122399,8 @@ items: '@path': $.name brand: '@path': $.brand - event: PageView - trigger: type="page" + event: AddToWishlist + trigger: event = "Product Added to Wishlist" partnerOwned: true - id: 64c1690a9f08c84a420aba78 display_name: TikTok Pixel diff --git a/src/_data/catalog/destinations_private.yml b/src/_data/catalog/destinations_private.yml index 541ad04794..1231513f6f 100644 --- a/src/_data/catalog/destinations_private.yml +++ b/src/_data/catalog/destinations_private.yml @@ -1,5 +1,5 @@ # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT -# destination data last updated 2024-12-05 +# destination data last updated 2024-12-12 items: - id: 54521fd925e721e32a72eee1 display_name: Pardot @@ -636,184 +636,3 @@ items: allowNull: false hidden: false presets: [] - - id: 643697130067c2f408ff28ca - display_name: Rokt Audiences (Actions) - name: Rokt Audiences (Actions) - slug: rokt-audiences-actions - previous_names: - - Rokt Audiences (Actions) - url: connections/destinations/catalog/rokt-audiences-actions - website: https://www.rokt.com/ - status: PRIVATE_BETA - logo: - url: >- - https://cdn-devcenter.segment.com/2a8a63e2-b986-4fd0-b890-8b3e267ab60a.svg - mark: - url: >- - https://cdn-devcenter.segment.com/e146b6ef-f260-4a1f-9356-796dbfe2e8a1.svg - methods: - track: true - identify: true - group: true - alias: true - screen: false - page: true - platforms: - browser: true - mobile: false - server: true - warehouse: false - cloudAppObject: false - linkedAudiences: true - components: [] - browserUnbundlingSupported: false - browserUnbundlingPublic: false - replay: false - settings: - - name: accountid - type: string - defaultValue: '' - description: Rokt ID assigned to your particular account. - required: true - label: Rokt Account ID - - name: rpub - type: string - defaultValue: '' - description: Rokt public key, starts with `rpub-` - required: true - label: Rokt public key - - name: rsec - type: password - defaultValue: '' - description: Rokt secret key, starts with `rsec-` - required: true - label: Rokt secret key - actions: - - id: oNpU37CaJbuxq7PqBGEYz4 - name: Sync Engage Audience to Rokt - slug: upsertCustomAudiences - description: >- - Add/Remove users from Rokt custom audience list. Both identify() and - track() calls are supported - platform: CLOUD - hidden: false - defaultTrigger: type = "track" or type = "identify" - fields: - - id: aCdquof3Bd6c3wug29BeEY - sortOrder: 0 - fieldKey: custom_audience_name - label: Custom Audience Name - type: STRING - description: Name of custom audience list to which emails should added/removed - placeholder: '' - defaultValue: - '@path': $.context.personas.computation_key - required: true - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - - id: 4qkzJunzrb3ZTtn5VEXgHo - sortOrder: 1 - fieldKey: segment_computation_action - label: Segment Computation Action - type: STRING - description: >- - Segment computation class used to determine if action is an - 'Engage-Audience' - placeholder: '' - defaultValue: - '@path': $.context.personas.computation_class - required: true - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - - id: fq5EwYtoVfnBh5wRJ6YMhH - sortOrder: 2 - fieldKey: email - label: Email - type: STRING - description: User's email address for including/excluding from custom audience - placeholder: '' - defaultValue: - '@if': - exists: - '@path': $.context.traits.email - then: - '@path': $.context.traits.email - else: - '@path': $.traits.email - required: true - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - - id: ae6rFSFRB9dSGZNVAxPxjb - sortOrder: 3 - fieldKey: traits_or_props - label: traits or properties object - type: OBJECT - description: >- - Object which will be computed differently for track and identify - events - placeholder: '' - defaultValue: - '@if': - exists: - '@path': $.properties - then: - '@path': $.properties - else: - '@path': $.traits - required: true - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - - id: btfk8jdv6uDRh7KT6dmcwC - sortOrder: 4 - fieldKey: enable_batching - label: enable batching to rokt api - type: BOOLEAN - description: >- - Set as true to ensure Segment infrastructure uses batching when - possible. - placeholder: '' - defaultValue: true - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - hidden: false - presets: - - actionId: oNpU37CaJbuxq7PqBGEYz4 - name: Sync Engage Audience to Rokt - fields: - custom_audience_name: - '@path': $.context.personas.computation_key - segment_computation_action: - '@path': $.context.personas.computation_class - email: - '@if': - exists: - '@path': $.context.traits.email - then: - '@path': $.context.traits.email - else: - '@path': $.traits.email - traits_or_props: - '@if': - exists: - '@path': $.properties - then: - '@path': $.properties - else: - '@path': $.traits - enable_batching: true - trigger: type = "track" or type = "identify" diff --git a/src/_data/catalog/source_categories.yml b/src/_data/catalog/source_categories.yml index 6d3b0b5963..2406c9b3df 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-12-05 +# source categories last updated 2024-12-12 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 2d9c96f9b5..d1274a89ea 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-12-05 +# sources last updated 2024-12-12 items: - id: 8HWbgPTt3k display_name: .NET @@ -457,7 +457,7 @@ items: categories: - Marketing Automation - Personalization - status: PUBLIC_BETA + status: PUBLIC partnerOwned: true - id: B6L7qzHmhI display_name: Clojure diff --git a/src/connections/auto-instrumentation/index.md b/src/connections/auto-instrumentation/index.md index 4408f02d6e..41b0081748 100644 --- a/src/connections/auto-instrumentation/index.md +++ b/src/connections/auto-instrumentation/index.md @@ -52,7 +52,7 @@ Some Auto-Instrumentation advantages include: Once you integrate the Analytics SDK and Signals SDK into your website or application, Segment begins to passively monitor user activity like button clicks, page navigation, and network data. Segment captures these events as "signals" and sends them to your Auto-Instrumentation source in real time. -In Segment, the Auto-Instrumentation source lets you view raw signals. You can then [use this data to create detailed analytics events](/docs/connections/auto-instrumentation/configuration/) based on those signals, enriching your insights into user behavior and applicatino performance. +In Segment, the Auto-Instrumentation source lets you view raw signals. You can then [use this data to create detailed analytics events](/docs/connections/auto-instrumentation/configuration/) based on those signals, enriching your insights into user behavior and application performance. ## Setup Guides diff --git a/src/connections/destinations/catalog/actions-attentive/index.md b/src/connections/destinations/catalog/actions-attentive/index.md new file mode 100644 index 0000000000..e954a5639e --- /dev/null +++ b/src/connections/destinations/catalog/actions-attentive/index.md @@ -0,0 +1,27 @@ +--- +title: Attentive (Actions) Destination +id: 674f2453916dadbd36d899dc +--- + +[Attentive](https://www.attentive.com/?utm_source=partner-generated&utm_medium=partner-marketing-&utm_campaign=partner-generated-4.15.22-segment.io){:target="_blank"} with Segment makes it easy to sync customer and event data from Segment to Attentive so that you can send highly personalized and timely messages. + +Attentive Mobile maintains this destination. For any issues with the destination, [contact the Attentive Mobile Support team](mailto:support@attentivemobile.com). + +The Attentive's (Actions) Destination leverages Attentive's APIs. For more information on the APIs, see [Attentive's Developer Site](https://docs.attentivemobile.com/){:target="_blank"}. + + + + +## Getting started +To enable your new Attentive (Actions) destination: +1. Create a new private app by opening Attenive's UI and clicking [Marketplace > Create App](https://ui.attentivemobile.com/integrations/app/setup){:target="_blank"}. +2. Enter an `App name` and `Contact email`. Then change the permissions for Custom Events, Custom Attributes, eCommerce and Subscribers to `Write`. +3. Then, click `Create` to save the app. An API key will be provided. Copy the API key. +4. Return to Segment and open the destination settings for your Attentive destination. +5. Enter the private key into the "API Key" field. +6. Enable your Actions destination. + +{% include components/actions-fields.html %} + + + diff --git a/src/connections/destinations/catalog/actions-reddit-conversions-api/index.md b/src/connections/destinations/catalog/actions-reddit-conversions-api/index.md new file mode 100644 index 0000000000..374767b294 --- /dev/null +++ b/src/connections/destinations/catalog/actions-reddit-conversions-api/index.md @@ -0,0 +1,73 @@ +--- +title: Reddit Conversions API +id: 66cc766ef4b1c152177239a0 +--- + +{% include content/plan-grid.md name="actions" %} + +The [Reddit Conversions API](https://business.reddithelp.com/helpcenter/s/article/Conversions-API/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} allows advertisers to send conversion events from Segment directly to Reddit, without needing website code. By building a sustainable server-side connection more resilient to signal loss, you can gain stronger campaign performance with improved measurement, targeting, and optimization. + +### Benefits of Reddit Conversions API + +- **Clear mapping of data**: Actions-based destinations enable you to define the mapping between the data Segment receives from your source and the data Segment sends to Reddit. +- **Prebuilt mappings**: Mappings for Reddit Standard Events, like Purchase and AddToCart, are prebuilt with the prescribed parameters and is available for customization. +- **Streamlined stability and security**: Integrate and iterate without client-side limitations, like network connectivity or ad blocker issues. +- **Privacy-focused**: Stay compliant with rapidly evolving requirements with automatic PII hashing and flexible controls that let you adapt what data you share. +- **Maximum event measurement**: Capture more events with improved accuracy across different browsers, apps, and devices to get a unified view of your customer’s journey from page view to purchase. +- **Data normalization**: Data is normalized before hashing to ensure the hashed value matches across sources and is in line with [Reddit data requirements](https://business.reddithelp.com/helpcenter/s/article/advanced-matching-for-developers){:target="_blank"}. + +This destination is maintained by Reddit. For any issues with the destination, [contact their Support team](mailto:adsapi-partner-support@reddit.com). + + +## Getting started + +1. From the Segment web app, click **Catalog**, then click **Destinations**. +2. Search for “Reddit Conversions API” in the Destinations Catalog, and select the destination. +3. Select the source that will send data to the Reddit Conversions API and follow the steps to name your destination. +4. On the Settings tab, enter in your [Reddit Conversion Token](https://business.reddithelp.com/helpcenter/s/article/conversion-access-token){:target="_blank"} and Pixel ID (You can find your pixel ID in the [Events Manager](https://ads.reddit.com/events-manager){:target="_blank"}, and it should match the business account's pixel ID found in [Accounts](https://ads.reddit.com/accounts){:target="_blank"}) and click **Save**. +5. Follow the steps in the Destinations Actions documentation on [Customizing mappings](https://segment.com/docs/connections/destinations/actions/#customize-mappings){:target="_blank"}. + + +{% include components/actions-fields.html %} + +## Attribution Signal Matching + +At least one attribution signal is required with each conversion event. Send as many signals as possible to improve attribution accuracy and performance. + +- **Recommended Signals**: + - Reddit Click ID + - Reddit UUID + - IP Address + - Email + - User Agent + - Screen Dimensions + +- **Additional Signals**: + - Mobile Advertising ID + - External ID + +## PII Hashing + +Segment creates a SHA-256 hash of the following fields before sending to Reddit. If you hash the values before sending it to Segment, it must follow the hashing format described in the [Reddit Advanced Matching documentation](https://business.reddithelp.com/helpcenter/s/article/advanced-matching-for-developers){:target="_blank"} to properly match. + +- Email +- Mobile Advertising ID +- IP Address +- External ID + +## Deduplication with the Reddit Pixel + +If you implement both the [Reddit Pixel](https://business.reddithelp.com/helpcenter/s/article/reddit-pixel){:target="_blank"} and [Conversions API (CAPI)](https://business.reddithelp.com/helpcenter/s/article/Conversions-API){:target="_blank"} and the same events are shared across both sources, deduplication is necessary to ensure those events aren’t double-counted. + +You can pass a unique conversion ID for every distinct event to its corresponding Reddit Pixel and CAPI event. Reddit will determine which events are duplicates based on the conversion ID and the conversion event name. This is the best and most accurate way to ensure proper deduplication, and Reddit recommends this method since there’s less risk of incorrect integration, which can impact attribution accuracy. + +To ensure your events are deduplicated: +- Create a unique conversion ID for every distinct event. You can set this as a random number or ID. Similarly, you could set this to the order number when tracking purchase events. +- Include the event in the Reddit Pixel and CAPI. +- Ensure the conversion event name and conversion ID for its corresponding events match. + +For more information on deduplication, see the [Reddit Event Deduplication documentation](https://business.reddithelp.com/helpcenter/s/article/event-deduplication){:target="_blank"}. + +## Verify Events in the Reddit Events Manager + +After you start sending events, you can navigate to the Reddit Events Manager to see if the events are being received in near real-time. For more information, see the [Reddit Events Manager documentation](https://business.reddithelp.com/helpcenter/s/article/Events-Manager){:target="_blank"}. diff --git a/src/connections/destinations/catalog/actions-responsys/index.md b/src/connections/destinations/catalog/actions-responsys/index.md new file mode 100644 index 0000000000..ba5485e955 --- /dev/null +++ b/src/connections/destinations/catalog/actions-responsys/index.md @@ -0,0 +1,122 @@ +--- +title: Responsys (Actions) Destination +id: 6578a19fbd1201d21f035156 +--- + +[Responsys](https://www.oracle.com/marketingcloud/products/cross-channel-orchestration/){:target="_blank"} is a cloud-based marketing platform that enables businesses to deliver personalized customer experiences across email, mobile, social, display, and web. Responsys is part of the Oracle Marketing Cloud. + +This destination can be used with Connections Sources and with Engage Audiences. It supports these actions: + +- **Send Audience as PET**: Sends an Audience to a Profile Extension Table (PET) in Responsys. This action is used with Engage Audiences. +- **Send to PET**: Sends a record to a Profile Extension Table (PET) in Responsys. This action is used with Connections Sources. +- **Upsert List Member**: Adds or updates a record in a Profile List in Responsys. This action is used with either Connections Sources or Engage Audiences. + +Segment maintains this destination. For any issues with the destination, [contact the Segment Support team](mailto:friends@segment.com). + +## Getting started + +Before you enable Responsys in your destinations page, there are a few things in your Segment destination settings you must set up. Once the setup is complete, you'll be able to use identify and track calls to add records to **Profile Lists** and **Profile Extension Tables**. + +1. From the Segment web app, click **Catalog**. +2. Search for **Responsys** in the Catalog and select it. +3. Choose which of your sources to connect the destination to. +3. Under Settings, give the destination a name, and enter your Responsys username and password. You can find these credentials in the Responsys dashboard under **Account > User Management > Users**. Optionally, you can provide the Source Write Key and its corresponding region to receive partial events from this destination, such as sync statuses and errors. For more information, see the [Source Write Key documentation](/docs/connections/find-writekey/). +5. Configure your destination for these settings: + + Setting | Details + ------- | -------- + Responsys endpoint URL | Enter the URL of the Responsys API endpoint you want to send data to. This is typically in the format `https://-api.responsys.ocs.oraclecloud.com`. This is provided by your Responsys account manager. + List Name | Enter the name of the Profile List you want to send data to. A Profile List in Responsys is the equivalent of a Segment Unify Space. You can create a new Profile List in the Responsys dashboard under **Data > Profile Lists**, if needed. + Insert On No Match | If enabled, the destination will insert a new record into the Profile List if no match is found. If disabled, the destination will not insert a new record if no match is found. + First Column Match | The first column in the Profile List that the destination will use to match records. This is typically the email address. + Second Column Match | The second column in the Profile List that the destination will use to match records. This is typically the customer ID. + Update On Match | Controls how the existing record should be updated. The default is "Replace All". + Default Permission Status | The default permission status for the record. This is typically "Opt Out". If set as "Opt In", every new profile added into a Profile List will be set to receive marketing communications. This can be overridden in mappings. + Profile Extension Table Name | The name of the Default Profile Extension Table (PET) you want to send data to. A Profile Extension Table in Responsys is the equivalent of a Segment Audience (if used in Engage with the `Send Audience as PET` action), or of a traits extension table (if used with the `Send to PET` action). For either Actions, Segment creates the corresponding PET in Responsys if it doesn't already exist. This parameter can be overidden in mappings. + +6. Click **Save**. + +Once you have entered these required settings, you're ready to integrate your Oracle Responsys account through the Segment platform. + +## Identify + +There are two things you can do with Segment's Identify calls in regards to Responsys: + +1. Upsert records to a **Profile List**. +2. Extend a record by upserting a corresponding record in a **Profile Extension Table**. + +In case #2, the Profile Extension Table can either represent profiles' subscription statuses in an Audience, or it can represent additional traits about the profiles. + +If you want to update records in a Profile List, you can use the following Identify call: + +```js +// analytics.js + +analytics.identify('rick', { + email: 'wubba-lubba-dub-dub@morty.com', + seasonTwo: true, + phone: '4012221738', + address: { + street: '19 Forest Lane', + city: 'East Greenwich', + state: 'RI', + postalCode: '02818', + country: 'USA' + } +}); +``` + +> info "" +> In order to merge records properly, this destination requires that all Identify calls contain at least `userId` or `traits.email`. + +If mapping the above call for any action, the destination first tries to find an existing record in the provided Profile List with a matching `userId` of `'rick'` and/or `email` of `'wubba-lubba-dub-dub@morty.com'`. If a record is found, the destination updates the rest of the columns as long as you pass the information in the corresponding mapping. Segment's semantic [Identify spec](/docs/connections/spec/identify) recommends the following mappings: + +Segment Trait Name | Responsys Profile List Column Names +------------------ | ------------------------------------ +userId | `CUSTOMER_ID_` +email | `EMAIL_ADDRESS_` +phone | `MOBILE_NUMBER_` +address.street | `POSTAL_ADDRESS_1_` +address.city | `CITY_` +address.state | `STATE_` +address.postalCode | `POSTAL_CODE_` +address.country | `COUNTRY_` + +#### Email and Mobile Permission Statuses + +If you want to keep track of users who are opting in or out of marketing communications in your apps and websites, make sure to map values of custom traits to Responsys `EMAIL_PERMISSION_STATUS_` or `MOBILE_PERMISSION_STATUS_` fields. + +> info "" +> The value of this custom trait key _must_ be a boolean. When the value is `true` that indicates the user wants to opt in. When the value is `false`, this indicates the user wants to opt out. Segment will transform that boolean into the appropriate Responsys accepted format (`I` or `O` are the defaults. You can change these under **Settings**). + +### Merging Records to a Profile Extension Table + +If you want to send records to a **Profile Extension Table (PET)**, through `Send to PET` action, this destination can either create the PET for you, or you can simply enter the name of any of your existing PETs. The match column name will be the `userId` and/or `email` (you must send at least one), so be sure to include the `userId` or `traits.email` in your Identify calls. If the PET already exists, make sure that all the columns you are sending in the Identify call are already present in the PET. + +#### Creating a Profile Extension Table through Segment: + +Enter the desired name of your PET, either in your Segment destination settings, or directly in your `Send to PET` action mapping. + +Say the following is your first Identify call after you've entered the PET name that does not exist yet in your Responsys Profile List: + +```js +// analytics.js + +analytics.identify('rick', { + email: 'wubba-lubba-dub-dub@morty.com', + name: 'rick', + age: 60, + genius: true +}); +``` + +This would create a PET where its columns would be `NAME`, `AGE` and `GENIUS`. Since `email` is mapped already in your Profile List, we won't create a duplicate column in your PET. We will also automatically set the column type according to the value of the trait you've sent. Every corresponding column in a PET will have the `STR500` column type. + +#### Merging Records to Existing Profile Extension Table + +If you already have a Profile Extension Table you'd like to use, enter the name of the list in your settings. Note that we will _only_ send traits with matching column names in your schema, meaning that we will drop any traits that are not pre-defined in your PET before sending the request. + +### Overriding Default Folder and List Names + +If you need more flexibility or need to add different users to various Folders or Profile Lists/Extension Tables, you can override the default settings through mappings. For example, if you want to send a user to a different Profile List, you can do so by mapping a trait or property `listName` (or any other name) to the desired Profile List name. + diff --git a/src/connections/destinations/catalog/action-rokt-audiences/index.md b/src/connections/destinations/catalog/actions-rokt-audiences/index.md similarity index 76% rename from src/connections/destinations/catalog/action-rokt-audiences/index.md rename to src/connections/destinations/catalog/actions-rokt-audiences/index.md index 17bcce9303..48d452acb7 100644 --- a/src/connections/destinations/catalog/action-rokt-audiences/index.md +++ b/src/connections/destinations/catalog/actions-rokt-audiences/index.md @@ -3,20 +3,20 @@ title: Rokt Audiences (Actions) Destination hide-personas-partial: true hide-boilerplate: true hide-dossier: false -private: true -hidden: true +private: false +hidden: false id: 643697130067c2f408ff28ca --- {% include content/plan-grid.md name="actions" %} Rokt Audiences (Actions) destination enables advertisers to send Segment Persona Audiences to Rokt using Rokt's Audience API. -By using Segment's Persona Audiences with Rokt, you can increase the efficiency of your ad campaigns through suppression and targeting of existing or new customers. +By using Segment's Persona Audiences with Rokt, you can increase the efficiency of your ad campaigns through suppression and targeting of existing or new customers. ## Benefits of Rokt Audiences (Actions) Benefits of the Rokt Audiences (Actions) destination include: -- **Improved email matching**: This integration creates a direct connection between Segment and Rokt for a 100% match rate of email identifiers. +- **Improved email matching**: This integration creates a direct connection between Segment and Rokt for a 100% match rate of email identifiers. - **Easy setup**: This destination only requires your Advertiser API key. @@ -43,25 +43,24 @@ To add the Rokt Audiences (Actions) destination: 5. On the **Settings** tab, enter the name of your destination. For example, `Rokt audiences – `. -6. Enter your Rokt **API key**. +6. Enter your RPub, RSec, and Account id values in the integration. Your Rokt account manager can share RPub/RSec values +with you. Rokt Account ID can be found by following instructions [here](https://docs.rokt.com/developers/integration-guides/rokt-ads/account-id/#account-id). -7. Click **Save Changes**. +7. Click **Save Changes**. -8. In the **Mappings** tab, click **+ New Mapping** and select **Add Users to Audience**. Don't change any defaults. - -9. Under the **Configure actions fields**, set **Enable Batching** to *Yes* and click **Save**. - -7. Repeat steps 8 and 9 for **Remove Users from Audience**. - -8. **Enable** both mappings. +8. In the **Mappings** tab within the Rokt Audience destination, click **+ New Mapping** and select **Sync Engage Audience to Rokt** under the "Actions" tab. +Don't change any defaults. 9. Go to the **Settings** tab and select the toggle to **Enable** the destination. 10. Select your space, and navigate to **Engage > Audiences**. Select the source audience that you want to send to your Rokt Audiences (Actions) destination. -11. Click **Add Destinations** and select the Rokt Audience (Actions) destination you created. In the settings that appear on the right-hand side, toggle the **Send Track** option on and **Send Identify**. Click **Save**. +11. Click **Add Destinations** and select the Rokt Audience (Actions) destination you created. +12. In the settings that appear on the right-hand side, toggle on the **Send Track** and **Send Identify** option. +13. Select **Default Setup**. +14. Click **Save** in the top right corner. -Your Rokt Audiences (Actions) destination is now ready to receive audiences, and your Persona audiences are now accessible in your Rokt Advertiser dashboard. Keep in mind that it can take 12-24 hours for the first sync when the number of email identifies are in the millions. +Your Rokt Audiences (Actions) destination is now ready to receive audiences, and your Persona audiences are now accessible in your Rokt Advertiser dashboard. Keep in mind that it can take 12-24 hours for the first sync when the number of email identifies are in the millions. > warning "" > You can only connect **one** Engage audience to a single instance of the Rokt Audience (Actions) destination. If you have multiple audiences, repeat the above process to create a new Rokt Audience (Actions) destination and connect the audience to a new destination each time. diff --git a/src/connections/destinations/catalog/actions-singlestore/index.md b/src/connections/destinations/catalog/actions-singlestore/index.md new file mode 100644 index 0000000000..bf2600daab --- /dev/null +++ b/src/connections/destinations/catalog/actions-singlestore/index.md @@ -0,0 +1,86 @@ +--- +title: SingleStore (Actions) Destination +id: 6720ddceaa24532723b39d63 +--- + +{% include content/plan-grid.md name="actions" %} + +[SingleStore](https://singlestore.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is a high-performance, cloud-native database designed for real-time analytics and applications. By integrating SingleStore and Segment, you can ingest, analyze, and act on your customer data instantly, unlocking faster insights for your business. +* **Real-Time Analytics:** Handle streaming and transactional data simultaneously with ultra-low latency. +* **Advanced Data Science:** Run complex data science and machine learning models directly within the database. +* **Seamless Integration:** Consolidate data from Segment and other sources to enable responsive, real-time experiences. +* **Scalability:** Effortlessly support complex queries and high-velocity data without compromising on speed or cost efficiency. + +This destination is maintained by SingleStore. For any issues with the destination, [contact the SingleStore Support team](https://support.singlestore.com/){:target="_blank”}. + +## Getting started + +1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "SingleStore". +2. Select "SingleStore" and click **Add Destination**. +3. Select an existing Source to connect to SingleStore (Actions). +4. Enter a name for your SingleStore (Actions) destination, update any additional settings, then click **Save**. +6. Navigate to the Mappings tab for your SingleStore destination and click **New Mapping**. +7. Select **Send Data**. +8. In the Map fields section, select your database from the list presented. +9. Click **Next** and then **Save**. + +{% include components/actions-fields.html %} + +### Finding your SingleStore connection settings +To find your SingleStore connection settings, head to the [SingleStore Portal](https://portal.singlestore.com){:target="_blank”} and complete the following steps: +1. Select **Deployments**. +2. Choose your Workspace and Database within the list of Deployments +3. From the Connect dropdown, select **Connect to your own app**. SingleStore will display the the key settings you need to connect your SingleStore database to Segment. + +## Database structure +Segment creates a table called `segment_raw_data` and writes data to your SingleStore database using the following schema: + +| Column | Type | Description | +| -------- | ------ | ----------- | +| `message` | JSON (utf8_bin) | The entire message received from Segment, in JSON format | +| `timestamp` | datetime | The timestamp of when the event was generated | +| `event` | VARCHAR(255) | The event name (for Track events) | +| `messageId` | VARCHAR(255) | The unique identifier of the event to ensure there is no duplication | +| `type` | VARCHAR(255) | The type of the event (for example, Identify, Track, Page, Group) | + + +### Accessing nested data +To query specific data from the Segment event within SingleStore, you can de-reference the JSON pointer within the message column. For example: + +```sql +SELECT message::properties FROM segment_raw_data; +``` + +This query retrieves the properties object from the JSON message, allowing you to work with nested event data. + +## Troubleshooting + +### Connection Errors +If you're unable to connect to the SingleStore database: +* Verify that the Host and Port are correct. +* Ensure that your SingleStore database is accessible from Segment’s servers. +* Check firewall settings and network configurations. + +### Authentication Failures +If you encounter authentication errors when Segment attempts to connect: +* Confirm that the Username and Password are correct. +* Ensure that the user has the necessary permissions to write to the database. + +### Data Not Appearing in SingleStore +If events are not recorded in the `segment_raw_data` table: +* Verify that your sources are correctly sending data to Segment. +* Check the event types to ensure they are supported. +* Review your SingleStore database logs for any errors. + +## Frequently Asked Questions +### Can I customize the schema used in SingleStore? + +By default, the mappings store the complete raw Segment events in the `segment_raw_data` table. If you prefer, within the mapping, you can choose to selectively include or exclude specific fields to be sent and written into SingleStore. + +### How does SingleStore handle data types from Segment? + +All event data is stored natively as JSON in the message column. This allows for flexible schema management and easy access to nested properties using SQL queries. SingleStore's ability to dynamically and quickly parse the JSON allows all types of complex events to be queried or used in notebooks. + +### Is the data ingestion process real-time? + +Yes, Segment forwards data to SingleStore in real-time, enabling immediate analysis and action on your customer data. Generally data is available in the SingleStore database within a few seconds of Segment sending the event. \ No newline at end of file diff --git a/src/connections/destinations/catalog/rabble-ai/index.md b/src/connections/destinations/catalog/rabble-ai/index.md new file mode 100644 index 0000000000..b53a86b64b --- /dev/null +++ b/src/connections/destinations/catalog/rabble-ai/index.md @@ -0,0 +1,54 @@ +--- +title: Rabble AI Destination +id: 65c0426487cd2bfcaaae517c +--- + +[Rabble AI](https://rabble.ai){:target="_blank"} is an advanced AI platform that provides a simple and unique way for SaaS companies to understand their customers based on behavioral patterns in their existing engagement data. + +Rabble securely ingests mountains of SaaS product engagement data through API or other data connections, analyzing it through hundreds of proven AI/ML models. Our platform instantly creates an affinity map that identifies where customers are on their journeys, such as if they are product qualified for upgrade or cross-sell, or potentially at risk. + +This destination is maintained by Rabble AI. For any issues with the destination, [contact the Rabble AI Support team](mailto:support@rabble.ai). + +## Getting started + +1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"} search for "Rabble AI". +2. Select Rabble AI and click **Add Destination**. +3. Select an existing source to connect to Rabble AI. +4. Go to the [Rabble AI Data Source](https://app.rabble.ai/datasources){:target="_blank"}, click **Connect on Segment Integration** to find and copy the API key. +5. Enter the API Key in the Rabble AI destination settings in Segment. + +## Supported methods + +Rabble AI supports the following methods, as specified in the [Segment Spec](/docs/connections/spec). + +### Page + +Send [Page](/docs/connections/spec/page) calls to Rabble AI for analysis. For example: + +```js +analytics.page(); +``` + +Segment sends Page calls to Rabble AI as a `pageview`. + +### Identify + +Send [Identify](/docs/connections/spec/identify) calls to Rabble AI for analysis. For example: + +```js +analytics.identify("userId123", { + company: "Sample Company, Inc.", +}); +``` + +Segment sends Identify calls to Rabble AI as an `identify` event. + +### Track + +Send [Track](/docs/connections/spec/track) calls to Rabble AI for analysis. For example: + +```js +analytics.track("Login Button Clicked"); +``` + +Segment sends Track calls to Rabble AI as a `track` event. diff --git a/src/connections/destinations/catalog/tiktok-conversions/index.md b/src/connections/destinations/catalog/tiktok-conversions/index.md index 5781a88ea5..713897e279 100644 --- a/src/connections/destinations/catalog/tiktok-conversions/index.md +++ b/src/connections/destinations/catalog/tiktok-conversions/index.md @@ -10,6 +10,8 @@ The TikTok Conversions destination is a server-to-server integration with the Ti Data shared through the Events API is processed similarly to information shared through the TikTok pixel and TikTok SDK business tools. Advertisers can use events data to power solutions like dynamic showcase ads (DSA), custom targeting, campaign optimization and attribution. Advertisers can see their event data in TikTok Events Manager. +TikTok maintains this integration. Please reach out to the [TikTok support team](mailto: segmenteng@bytedance.com) for any issues. + ## Benefits of TikTok Conversions The TikTok Conversions destination provides the following benefits: diff --git a/src/connections/reverse-etl/manage-retl.md b/src/connections/reverse-etl/manage-retl.md index 8925479ffe..e4dd195d2e 100644 --- a/src/connections/reverse-etl/manage-retl.md +++ b/src/connections/reverse-etl/manage-retl.md @@ -31,17 +31,18 @@ To check the status of your extractions: * The load results - how many successful records were synced as well as how many records were updated, deleted, or are new. 5. If your sync failed, click the failed reason to get more details on the error and view sample payloads to help troubleshoot the issue. - +> warning "Syncs with intervals less than or equal to two hours may not see failed events on the sync immediately following failed record" +> Syncs with intervals less than or equal to two hours may not see failed events right away, as Segment's internal systems take up to two hours to retry events that initially failed. ## Reset syncs Reverse ETL uses the Unique Identifier column to detect data changes, like new, updated, and deleted records. If you encounter an error, you can reset Segment’s tracking of this column and force Segment to manually add all records from your dataset. @@ -52,6 +53,20 @@ To reset a sync: 3. Click **I understand what happens when I reset a sync state**. 4. Click **Reset sync**. +## Cancel syncs +You can cancel syncs when your sync is currently running during the extraction and load phase. + +To cancel a sync: +1. Navigate to **Connections > Destinations > Reverse ETL**. +2. Select the mapping with a sync that is in progress. +3. Select the sync that is in progress. +4. Click **Cancel sync** to cancel the sync. +5. Select the reason for canceling the sync. + +Your canceled syncs with have a status as *Canceled,* and any syncs that are in the process of being canceled will have a status of *Canceling*. + +Once you cancel a sync, the record count under **Extraction Results** reflects the records already processed. These records won't be included in future syncs. To reprocess these records, you can reset or replay the sync. + ## Replays You can choose to replay syncs. To replay a specific sync, contact [friends@segment.com](mailto:friends@segment.com). Keep in mind that triggering a replay resyncs all records for a given sync. diff --git a/src/connections/sources/catalog/cloud-apps/pushwoosh-source/index.md b/src/connections/sources/catalog/cloud-apps/pushwoosh-source/index.md index a66e5126ef..b695cdc763 100644 --- a/src/connections/sources/catalog/cloud-apps/pushwoosh-source/index.md +++ b/src/connections/sources/catalog/cloud-apps/pushwoosh-source/index.md @@ -3,7 +3,7 @@ title: Pushwoosh Source id: MW9K4HgBZz --- -[Pushwoosh] (https://pushwoosh.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} provides a comprehensive mobile engagement platform, offering advanced push notifications, and in-app messaging to enhance customer interactions and retention. +[Pushwoosh](https://pushwoosh.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} provides a comprehensive mobile engagement platform, offering advanced push notifications, and in-app messaging to enhance customer interactions and retention. This is an [Event Cloud Source](/docs/sources/#event-cloud-sources) that can export data into your Segment warehouse, as well as federate the exported data into your other enabled Segment Destinations. diff --git a/src/connections/storage/data-lakes/data-lakes-manual-setup.md b/src/connections/storage/data-lakes/data-lakes-manual-setup.md index cba3a03216..2cedd1e4d1 100644 --- a/src/connections/storage/data-lakes/data-lakes-manual-setup.md +++ b/src/connections/storage/data-lakes/data-lakes-manual-setup.md @@ -137,8 +137,8 @@ Add a policy to the role created above to give Segment access to the relevant Gl "elasticmapreduce:DescribeStep", "elasticmapreduce:DescribeCluster", "elasticmapreduce:CancelSteps", - "elasticmapreduce:AddJobFlowSteps" - "elasticmapredue:AddTags" + "elasticmapreduce:AddJobFlowSteps", + "elasticmapreduce:AddTags" ], "Effect": "Allow", "Resource": "*", diff --git a/src/segment-app/extensions/dbt.md b/src/segment-app/extensions/dbt.md index 2b811103de..c22a932f68 100644 --- a/src/segment-app/extensions/dbt.md +++ b/src/segment-app/extensions/dbt.md @@ -51,7 +51,12 @@ To set up dbt Cloud: 3. Add your dbt Cloud API key or dbt Personal Access Token and an optional custom subdomain, then click **Save**. > info "Adding a custom subdomain" -> By default, dbt sets the subdomain to cloud. To identify your custom subdomain, open your URL and copy the portion before `.getdbt.com`. For example, if your domain was `https://subdomain.getdbt.com/`, your subdomain would be `subdomain`. +> By default, dbt sets the subdomain to cloud. To identify your custom subdomain, open your URL and copy the portion before `.getdbt.com`. For example, if your domain was `https://subdomain.getdbt.com/`, your subdomain would be `subdomain`. + +### dbt Cloud Webhooks +The dbt Cloud integration allows you to schedule Reverse ETL syncs based on a dbt Cloud job. When a dbt Cloud job is selected under the Reverse ETL scheduling section, Segment creates a webhook in the dbt Cloud account that will initiate to run the Reverse ETL sync when the job is scheduled. + +In order to create the webhook, ensure that you have webhook permissions associated with the dbt Cloud token in the previous step. ### Model syncs @@ -109,4 +114,4 @@ The following table lists common dbt Extension errors, as well as their solution | Error | Error message | Solution | | ----------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Failed sync | `Sync Failed: Incorrect dbt Project File Path: dbt project file not found` | Verify that the path to your `dbt_project.yml` file is relative to the repository root, excluding the root branch.
For example, use `project/dbt_project.yml` instead of `main/project/dbt_project.yml`. | -| Failed sync | `Sync Failed: remote: Write access to repository not granted` | Verify that the account associated with the token has a write role in the repository settings. Fine-grained tokens may require specific roles, depending on your Git provider. | \ No newline at end of file +| Failed sync | `Sync Failed: remote: Write access to repository not granted` | Verify that the account associated with the token has a write role in the repository settings. Fine-grained tokens may require specific roles, depending on your Git provider. | diff --git a/src/unify/data-graph/index.md b/src/unify/data-graph/index.md index 8e8195d787..c0e2242593 100644 --- a/src/unify/data-graph/index.md +++ b/src/unify/data-graph/index.md @@ -30,7 +30,7 @@ To use the Data Graph, you'll need the following: To get started with the Data Graph, set up the required permissions in your warehouse. Segment supports the following: - Linked Audiences: [BigQuery](/docs/unify/data-graph/setup-guides/BigQuery-setup/), [Databricks](/docs/unify/data-graph/setup-guides/databricks-setup/), and [Snowflake](/docs/unify/data-graph/setup-guides/snowflake-setup/) -- Linked Events: [BigQuery](/docs/unify/data-graph/setup-guides/BigQuery-setup/),[Databricks](/docs/unify/data-graph/setup-guides/databricks-setup/),[Redshift](/docs/unify/data-graph/setup-guides/redshift-setup/), and [Snowflake](/docs/unify/data-graph/setup-guides/snowflake-setup/) +- Linked Events: [BigQuery](/docs/unify/data-graph/setup-guides/BigQuery-setup/), [Databricks](/docs/unify/data-graph/setup-guides/databricks-setup/), [Redshift](/docs/unify/data-graph/setup-guides/redshift-setup/), and [Snowflake](/docs/unify/data-graph/setup-guides/snowflake-setup/) To track the data sent to Segment on previous syncs, Segment uses [Reverse ETL](/docs/connections/reverse-etl/) infrastructure to store diffs in tables within a dedicated schema called `_segment_reverse_etl` in your data warehouse. You can choose which database or project in your warehouse this data lives in. diff --git a/src/unify/profiles-sync/tables.md b/src/unify/profiles-sync/tables.md index 83e0fde051..6b793cb15c 100644 --- a/src/unify/profiles-sync/tables.md +++ b/src/unify/profiles-sync/tables.md @@ -259,19 +259,44 @@ Segment's Identity Resolution has processed these events, which contain a `segme ## Tables Segment materializes With Profiles Sync, you can access the following three tables that Segment materializes for a more complete view of your profile: + - [`user_traits`](#the-user_traits-table) - [`user_identifiers`](#the-user_identifiers-table) - [`profile_merges`](#the-profile_merges-table) -These materialized tables provide a snapshot of your Segment profiles, batch updated according to your sync schedule. +These materialized tables provide a snapshot of your Segment profiles, batch updated according to your sync schedule. + +### Switching to materialized Profile Sync + +If you're not using materialized views for Profile Sync and would like to switch, follow these steps: -Visit the [selective sync](/docs/unify/profiles-sync/#using-selective-sync) setup page to enable the following materialized tables, which Segment disables by default. +1. Enable Materialized Views through Selective Sync: + - Navigate to **Unify** on the sidebar and select **Profiles Sync**. + - Ensure you are viewing the Engage space you would like to enable materialized views for. + - Go to **Settings** → **Selective Sync** and enable the following tables: + - `user_traits` + - `user_identifiers` + - `profile_merges` -You can also use [historical backfill](/docs/unify/profiles-sync/profiles-sync-setup/#using-historical-backfill) with tables Segment materializes. +2. **Request a Full Profiles and Events Backfill** + - After enabling the materialized views, you'll need to ensure historical data is populated in the materialized tables. + - Write to [friends@segment.com](mailto:friends@segment.com) and request: + - A full **Profiles Backfill** to populate historical profiles data. + - An **Events Backfill** to include any relevant historical events, including a date range for Segment to pull data in for the events backfill. + +3. **Verify Your Data** + - Once the backfill is complete, review the data in your warehouse to confirm all necessary historical information has been included. > warning "" > For materialized view tables, you must have delete permissions for your data warehouse. +### Why materialized views? + +Materialized views offer several advantages: +- **Faster queries:** Pre-aggregated data reduces query complexity. +- **Improved performance:** Access enriched profiles and historical events directly without manual joins. +- **Data consistency:** Automatically updated views ensure your data stays in sync with real-time changes. + ### The user_traits table