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