diff --git a/scripts/catalog/updateSources.js b/scripts/catalog/updateSources.js index f873d19274..73ad28293d 100644 --- a/scripts/catalog/updateSources.js +++ b/scripts/catalog/updateSources.js @@ -33,7 +33,7 @@ const updateSources = async () => { while (nextPageToken !== undefined) { const res = await getCatalog(`${PAPI_URL}/catalog/sources/`, nextPageToken); sources = sources.concat(res.data.sourcesCatalog); - nextPageToken = res.data.pagination.next; + nextPageToken = res.data.pagination?.next; } // Sort the sources alphabetically diff --git a/scripts/catalog/utilities.js b/scripts/catalog/utilities.js index dd24bcd0ff..56cac1cb89 100644 --- a/scripts/catalog/utilities.js +++ b/scripts/catalog/utilities.js @@ -47,17 +47,19 @@ const getCatalog = async (url, page_token = "MA==") => { 'Content-Type': 'application/json', 'Authorization': `Bearer ${process.env.PAPI_TOKEN}` }, - data: { - "pagination": { - "count": 200, - "cursor": page_token - } + params: { + "pagination.count": 200, + "pagination.cursor": page_token } }); return res.data; } catch (error) { - console.log("Something went wrong with the request to the Public API.\nIf you're updating a private destination, ensure the ID is correct."); + console.log("Something went wrong with the request to the Public API."); + console.log("Error:", error.message); + console.log("Status:", error.response?.status); + console.log("Data:", error.response?.data); + throw error; } }; diff --git a/src/_data/catalog/destination_categories.yml b/src/_data/catalog/destination_categories.yml index d752536048..4b286f7fb3 100644 --- a/src/_data/catalog/destination_categories.yml +++ b/src/_data/catalog/destination_categories.yml @@ -1,5 +1,5 @@ # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT -# destination categories last updated 2025-07-07 +# destination categories last updated 2025-08-14 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 9bc940dbeb..7331650c1e 100644 --- a/src/_data/catalog/destinations.yml +++ b/src/_data/catalog/destinations.yml @@ -1,5 +1,5 @@ # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT -# destination data last updated 2025-07-07 +# destination data last updated 2025-08-14 items: - id: 637e8d185e2dec264895ea89 display_name: 1Flow @@ -455,6 +455,340 @@ items: actions: [] presets: [] partnerOwned: true +- id: 6874c64e5eda096bf3850ee0 + display_name: Aampe (Actions) + name: Aampe (Actions) + slug: actions-aampe + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/actions-aampe + previous_names: + - Aampe (Actions) + website: https://aampe.com/ + status: PUBLIC_BETA + categories: + - Personalization + - CRM + logo: + url: https://cdn-devcenter.segment.com/d53e9443-0c77-445f-96f6-135a09a5801f.svg + mark: + url: https://cdn-devcenter.segment.com/3154991b-37a3-4c04-9e36-cc483caa0f49.svg + methods: + track: true + identify: true + group: true + alias: true + screen: false + page: true + platforms: + browser: true + mobile: false + server: true + warehouse: false + cloudAppObject: false + linkedAudiences: true + components: [] + browserUnbundlingSupported: false + browserUnbundlingPublic: false + replay: false + connection_modes: + device: + web: false + mobile: false + server: false + cloud: + web: true + mobile: false + server: true + settings: + - name: apiKey + type: string + defaultValue: '' + description: Your Aampe API Key + required: true + label: API Key + - name: region + type: select + defaultValue: https://ingestion-service-asia-southeast1-toqowp62ka-as.a.run.app/v1/ + description: Your data region + required: true + label: Region + actions: + - id: 7HmfVLFrn8dQEsVtWciXas + name: Upsert User Profile + slug: upsertUserProfile + description: Send user profile updates to Aampe. + platform: CLOUD + hidden: false + defaultTrigger: type = "identify" or type = "track" or type = "page" or type = "screen" + fields: + - id: xdXs8dD2FUoNPQAt1PbVFv + sortOrder: 0 + fieldKey: contact_id + label: Contact ID + type: STRING + description: >- + Identifier for user. Use `userId` or `anonymousId` from the Segment + event. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: dxhg1bGYkBu8ciH58At3St + sortOrder: 1 + fieldKey: event_name + label: Event Name + type: STRING + description: Name of the event. Use `event` from the Segment event. + placeholder: '' + defaultValue: User Profile Updated + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: mDhQRhh5ygMbFQ6Hp2VngN + sortOrder: 2 + fieldKey: timestamp + label: Timestamp + type: STRING + description: Timestamp for when the event happened. + placeholder: '' + defaultValue: + '@path': $.timestamp + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: jhxmHjgdYuwB4Hjwkft2hB + sortOrder: 3 + fieldKey: metadata + label: Metadata + type: OBJECT + description: Event properties. + placeholder: '' + defaultValue: + '@path': $.properties + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 4mVaZ1c9qCMJGDsjbvJwii + sortOrder: 4 + fieldKey: event_id + label: Event ID + type: STRING + description: Unique identifier for the event. + placeholder: '' + defaultValue: + '@path': $.messageId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: eAroAQkwPpBvUq2bJCutvo + sortOrder: 5 + fieldKey: user_properties + label: User Properties + type: OBJECT + description: >- + User properties. Make sure to update the default mapping if you are + sending user proferties via properties object in a track, page or screen + event. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.traits + then: + '@path': $.traits + else: + '@path': $.context.traits + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: osFKAiiV93y3P4BGgYnUWz + name: Send Event + slug: sendEvent + description: Send analytics, page and screen events to Aampe. + platform: CLOUD + hidden: false + defaultTrigger: type = "track" or type = "page" or type = "screen" + fields: + - id: bnL2ZRjqbEKHjjhUvX94jG + sortOrder: 0 + fieldKey: contact_id + label: Contact ID + type: STRING + description: >- + Identifier for user. Use `userId` or `anonymousId` from the Segment + event. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: iuyMnzmHUZuHCbHxHBuqwp + sortOrder: 1 + fieldKey: event_name + label: Event Name + type: STRING + description: Name of the event. Use `event` from the Segment event. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.event + then: + '@path': $.event + else: + '@path': $.type + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: ssR71dcmvuVFmUwY6E3GMp + sortOrder: 2 + fieldKey: timestamp + label: Timestamp + type: STRING + description: Timestamp for when the event happened. + placeholder: '' + defaultValue: + '@path': $.timestamp + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: gL7n2U9sNsEvgfye5gKf3r + sortOrder: 3 + fieldKey: timezone + label: Timezone + type: STRING + description: User’s local timezone. + placeholder: '' + defaultValue: + '@path': $.context.timezone + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: kfENk7vUZDK19Eu6Tn7F9m + sortOrder: 4 + fieldKey: metadata + label: Metadata + type: OBJECT + description: Event properties. + placeholder: '' + defaultValue: + '@path': $.properties + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: kw2EDAyDBAwjdTJjgoh9J8 + sortOrder: 5 + fieldKey: event_id + label: Event ID + type: STRING + description: Unique identifier for the event. + placeholder: '' + defaultValue: + '@path': $.messageId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + presets: + - actionId: osFKAiiV93y3P4BGgYnUWz + name: Send Event + fields: + contact_id: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + event_name: + '@if': + exists: + '@path': $.event + then: + '@path': $.event + else: + '@path': $.type + timestamp: + '@path': $.timestamp + timezone: + '@path': $.context.timezone + metadata: + '@path': $.properties + event_id: + '@path': $.messageId + trigger: type = "track" or type = "page" or type = "screen" + - actionId: 7HmfVLFrn8dQEsVtWciXas + name: Identify User + fields: + contact_id: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + event_name: User Profile Updated + timestamp: + '@path': $.timestamp + metadata: + '@path': $.properties + event_id: + '@path': $.messageId + user_properties: + '@if': + exists: + '@path': $.traits + then: + '@path': $.traits + else: + '@path': $.context.traits + trigger: type = "identify" + partnerOwned: true - id: 605dd9d7e5ff0b3873e250a4 display_name: AB Smartly name: AB Smartly @@ -6912,7 +7246,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" or event = "Audience Exited" fields: - - id: hXTR51dj3LafimrXih2Bp1 + - id: 4A1bPd98i588bYpa5eZr6w sortOrder: 1 fieldKey: externalUserId label: External User ID @@ -6926,7 +7260,7 @@ items: choices: null dynamic: false allowNull: false - - id: j9mjcuhWEpMifdZyWAbgy6 + - id: dX5JfWzdDmrzfQ2TiV3Hwe sortOrder: 2 fieldKey: email label: Email @@ -6946,7 +7280,7 @@ items: choices: null dynamic: false allowNull: false - - id: rDdffwomWyLMUicWqZ2jHs + - id: aeWdgP2rpDWC9rFN79BYhn sortOrder: 3 fieldKey: firstName label: First name @@ -6960,7 +7294,7 @@ items: choices: null dynamic: false allowNull: false - - id: 2sXvY1YMvis6Pd8E8j5wAD + - id: 5GrZQfGEA3CFrycdMfMxcA sortOrder: 4 fieldKey: lastName label: Last name @@ -6974,7 +7308,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7LzRDB5r7u7BFd4FwRanBu + - id: ik2u2EBYZP1aYAXWNj2RUF sortOrder: 5 fieldKey: phone label: Phone @@ -6988,7 +7322,7 @@ items: choices: null dynamic: false allowNull: false - - id: h5y455jgy8YUoZvtjwhJPs + - id: 7Z17GdEpdKZFr5Myki5SXC sortOrder: 6 fieldKey: postal label: Postal @@ -7002,7 +7336,7 @@ items: choices: null dynamic: false allowNull: false - - id: ojQuEjGKCbmPhauLWCn1in + - id: gxPc3gsoX7YSbTMnHnoWnC sortOrder: 7 fieldKey: state label: State @@ -7016,7 +7350,7 @@ items: choices: null dynamic: false allowNull: false - - id: 36RovDYmJGAH3hUrq3kgqx + - id: cTeVapo1GSqRhFR9V6V2jv sortOrder: 8 fieldKey: city label: City @@ -7030,7 +7364,7 @@ items: choices: null dynamic: false allowNull: false - - id: vnTc2oJq7AeJEd2Z3pHvMN + - id: qC6au8wr26pyg3g9tmHcbT sortOrder: 9 fieldKey: address label: Address @@ -7044,7 +7378,7 @@ items: choices: null dynamic: false allowNull: false - - id: 2taQFET6uLeZJLi9vQkRwt + - id: sUqPf2Xi1XJXb7v4PveqxS sortOrder: 11 fieldKey: enable_batching label: Enable Batching @@ -7057,8 +7391,2319 @@ items: choices: null dynamic: false allowNull: false + - id: v4MyobKDELZqZzkUiLhH7f + sortOrder: 12 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. Minimum value is 1500 and maximum is 10000. + placeholder: '' + defaultValue: 10000 + required: false + multiple: false + choices: null + dynamic: false + allowNull: false presets: [] partnerOwned: false +- id: 683ef14a3f9aac157e3a3446 + display_name: Amazon Conversions Api + name: Amazon Conversions Api + slug: amazon-conversions-api + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/amazon-conversions-api + previous_names: + - Amazon Conversions Api + website: https://advertising.amazon.com/help/GEDE65PCE2CL5P63 + status: PUBLIC_BETA + categories: + - Advertising + - Attribution + logo: + url: https://cdn-devcenter.segment.com/a4e77672-0b0c-4c68-b522-bbd6f83d33b5.svg + mark: + url: https://cdn-devcenter.segment.com/51ad439c-55ca-4bc7-97f4-3cd896f24766.svg + methods: + track: true + identify: true + group: true + alias: true + screen: false + page: true + platforms: + browser: true + mobile: false + server: true + warehouse: true + 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: advertiserId + type: string + defaultValue: '' + description: Your Amazon Advertiser Account ID. + required: true + label: Amazon Advertiser ID + - name: region + type: select + defaultValue: https://advertising-api.amazon.com + description: Region for API Endpoint, either NA, EU, FE. + required: true + label: Region + actions: + - id: 3PXoEXmHMzVcnY5RaMTcQp + name: Track Conversion + slug: trackConversion + description: Send conversion event data to Amazon Events API + platform: CLOUD + hidden: false + defaultTrigger: type = "track" + fields: + - id: qgPBt4VU1i9xAd7B9VeAtF + sortOrder: 0 + fieldKey: name + label: Event Name + type: STRING + description: The name of the imported event. + placeholder: '' + defaultValue: + '@path': $.event + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: hqKYNYP77wh4xNjxN2VzJa + sortOrder: 1 + fieldKey: eventType + label: Event Type + type: STRING + description: The standard Amazon event type. + placeholder: '' + required: true + multiple: false + choices: + - label: Add to Shopping Cart + value: ADD_TO_SHOPPING_CART + - label: Application + value: APPLICATION + - label: Checkout + value: CHECKOUT + - label: Contact + value: CONTACT + - label: Lead + value: LEAD + - label: Off Amazon Purchases + value: OFF_AMAZON_PURCHASES + - label: Mobile App First Start + value: MOBILE_APP_FIRST_START + - label: Page View + value: PAGE_VIEW + - label: Search + value: SEARCH + - label: Sign Up + value: SIGN_UP + - label: Subscribe + value: SUBSCRIBE + - label: Other + value: OTHER + dynamic: false + allowNull: false + - id: kWXzbjoTkpx4aWmfePffqR + sortOrder: 2 + fieldKey: eventActionSource + label: Event Action Source + type: STRING + description: >- + The platform from which the event was sourced. If no value is provided, + then website is used as default. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + required: true + multiple: false + choices: + - label: Android + value: android + - label: Fire TV + value: fire_tv + - label: iOS + value: ios + - label: Offline + value: offline + - label: Website + value: website + dynamic: false + allowNull: false + - id: 6ZXd93NwZbHq1HWx8Dy4R9 + sortOrder: 3 + fieldKey: countryCode + label: Country Code + type: STRING + description: >- + ISO 3166-1 alpha-2 country code. e.g., US, GB. Also accepts locale + codes. e.g en-US, en-GB. + placeholder: '' + defaultValue: + '@path': $.context.locale + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: qEbRQtxiwE6UXgVqgew7gu + sortOrder: 4 + fieldKey: timestamp + label: Event Timestamp + type: STRING + description: >- + The reported timestamp of when the event occurred in ISO format + (YYYY-MM-DDThh:mm:ssTZD). + placeholder: '' + defaultValue: + '@path': $.timestamp + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: rMe47AeWoAE33izcVbNMGX + sortOrder: 5 + fieldKey: value + label: Value + type: NUMBER + description: The value of the event. + placeholder: '' + defaultValue: + '@path': $.properties.value + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: pFA5UVqRSZ8MF6WTEcYsH2 + sortOrder: 6 + fieldKey: currencyCode + label: Currency Code + type: STRING + description: >- + The currencyCode associated with the 'value' of the event in ISO-4217 + format. Only applicable for OFF_AMAZON_PURCHASES event type. + placeholder: '' + defaultValue: + '@path': $.properties.currency + required: false + multiple: false + choices: + - label: AED - UAE Dirham + value: AED + - label: AUD - Australian Dollar + value: AUD + - label: BRL - Brazilian Real + value: BRL + - label: CAD - Canadian Dollar + value: CAD + - label: CNY - Chinese Yuan + value: CNY + - label: EUR - Euro + value: EUR + - label: GBP - British Pound + value: GBP + - label: INR - Indian Rupee + value: INR + - label: JPY - Japanese Yen + value: JPY + - label: MXN - Mexican Peso + value: MXN + - label: SAR - Saudi Riyal + value: SAR + - label: SEK - Swedish Krona + value: SEK + - label: SGD - Singapore Dollar + value: SGD + - label: TRY - Turkish Lira + value: TRY + - label: USD - US Dollar + value: USD + - label: DKK - Danish Krone + value: DKK + - label: NOK - Norwegian Krone + value: NOK + - label: NZD - New Zealand Dollar + value: NZD + dynamic: false + allowNull: false + - id: gPjsuc6hZv3Ao8BPPVF1HT + sortOrder: 7 + fieldKey: unitsSold + label: Units Sold + type: INTEGER + description: >- + The number of items purchased. Only applicable for OFF_AMAZON_PURCHASES + event type. If not provided on the event, a default of 1 will be + applied. + placeholder: '' + defaultValue: + '@path': $.properties.quantity + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: pKg4gSsqnBn9GX8PsEk5qv + sortOrder: 8 + fieldKey: clientDedupeId + label: Client Dedupe ID + type: STRING + description: >- + Amazon Conversions API uses the `clientDedupeId` field to prevent + duplicate events. By default, Segment maps the messageId to this field. + For events with the same clientDedupeId, only the latest event will be + processed. Please be advised that deduplication occurs across all event + types, rather than being limited to individual event types. + placeholder: '' + defaultValue: + '@path': $.messageId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: rGnUAdVa6EL8GcZSw4T7Re + sortOrder: 9 + fieldKey: matchKeys + label: Match Keys + type: OBJECT + description: >- + Match keys are used to identify the customer associated with the event + for attribution. At least one match key must be provided. + placeholder: '' + defaultValue: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: csMgVG3qpFU5cS3c4Gzf1k + sortOrder: 10 + fieldKey: dataProcessingOptions + label: Data Processing Options + type: STRING + description: >- + A list of flags for signaling how an event shall be processed. Events + marked for limited data use will not be processed. + placeholder: '' + defaultValue: + '@path': $.properties.dataProcessingOptions + required: false + multiple: true + choices: + - label: Limited Data Use + value: LIMITED_DATA_USE + dynamic: false + allowNull: false + - id: 7RekLhoew8JipZEbxxMJgb + sortOrder: 11 + fieldKey: consent + label: Consent + type: OBJECT + description: >- + Describes consent given by the user for advertising purposes. For EU + advertisers, it is required to provide one of Geo ipAddress, + amazonConsent, tcf, or gpp. + placeholder: '' + defaultValue: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 2xTkY2f7p33a19dTA8Ly8i + sortOrder: 12 + fieldKey: customAttributes + label: Custom Attributes + type: OBJECT + description: >- + Custom attributes associated with the event to provide additional + context. Note that only brand, category, productId and attr1 - attr10 + custom attributes are used for reporting. + placeholder: '' + defaultValue: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 29gVGBzJAjVHfNx6XYWAVY + sortOrder: 13 + fieldKey: enable_batching + label: Enable Batching + type: BOOLEAN + description: When enabled, Segment will send data in batching. + placeholder: '' + defaultValue: true + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + presets: + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Sign Up + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: SIGN_UP + trigger: type = "track" AND event = "Signed Up" + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Subscribe + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: SUBSCRIBE + trigger: type = "track" AND event = "Subscription Created" + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Off Amazon Purchases + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: OFF_AMAZON_PURCHASES + trigger: type = "track" AND event = "Order Completed" + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Page View + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: PAGE_VIEW + trigger: type = "page" + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Other + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: OTHER + trigger: type = "track" AND event = "Other" + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Checkout + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: CHECKOUT + trigger: type = "track" AND event = "Checkout Started" + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Add to Shopping Cart + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: ADD_TO_SHOPPING_CART + trigger: type = "track" AND event = "Product Added" + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Mobile App First Start + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: MOBILE_APP_FIRST_START + trigger: type = "track" AND event = "Application Opened" + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Contact + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: CONTACT + trigger: type = "track" AND event = "Callback Started" + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Lead + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: LEAD + trigger: type = "track" AND event = "Lead Generated" + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Application + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: APPLICATION + trigger: type = "track" AND event = "Application Submitted" + - actionId: 3PXoEXmHMzVcnY5RaMTcQp + name: Search + fields: + name: + '@path': $.event + eventActionSource: + '@if': + exists: + '@path': $.context.device.type + then: + '@path': $.context.device.type + else: website + countryCode: + '@path': $.context.locale + timestamp: + '@path': $.timestamp + value: + '@path': $.properties.value + currencyCode: + '@path': $.properties.currency + unitsSold: + '@path': $.properties.quantity + clientDedupeId: + '@path': $.messageId + matchKeys: + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + phone: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + firstName: + '@if': + exists: + '@path': $.context.traits.firstName + then: + '@path': $.context.traits.firstName + else: + '@path': $.properties.firstName + lastName: + '@if': + exists: + '@path': $.context.traits.lastName + then: + '@path': $.context.traits.lastName + else: + '@path': $.properties.lastName + address: + '@if': + exists: + '@path': $.context.traits.street + then: + '@path': $.context.traits.street + else: + '@path': $.properties.street + city: + '@if': + exists: + '@path': $.context.traits.city + then: + '@path': $.context.traits.city + else: + '@path': $.properties.city + state: + '@if': + exists: + '@path': $.context.traits.state + then: + '@path': $.context.traits.state + else: + '@path': $.properties.state + postalCode: + '@if': + exists: + '@path': $.context.traits.postalCode + then: + '@path': $.context.traits.postalCode + else: + '@path': $.properties.postalCode + maid: + '@path': context.device.advertisingId + rampId: + '@if': + exists: + '@path': $.context.traits.rampId + then: + '@path': $.context.traits.rampId + else: + '@path': $.properties.rampId + matchId: + '@if': + exists: + '@path': $.context.traits.matchId + then: + '@path': $.context.traits.matchId + else: + '@path': $.properties.matchId + dataProcessingOptions: + '@path': $.properties.dataProcessingOptions + consent: + ipAddress: + '@path': $.context.ip + amznAdStorage: + '@path': $.properties.amznAdStorage + amznUserData: + '@path': $.properties.amznUserData + tcf: + '@path': $.properties.tcf + gpp: + '@path': $.properties.gpp + customAttributes: + brand: + '@path': $.properties.brand + category: + '@path': $.properties.category + productId: + '@path': $.properties.productId + attr1: + '@path': $.properties.attr1 + attr2: + '@path': $.properties.attr2 + attr3: + '@path': $.properties.attr3 + attr4: + '@path': $.properties.attr4 + attr5: + '@path': $.properties.attr5 + attr6: + '@path': $.properties.attr6 + attr7: + '@path': $.properties.attr7 + attr8: + '@path': $.properties.attr8 + attr9: + '@path': $.properties.attr9 + attr10: + '@path': $.properties.attr10 + enable_batching: true + batch_size: 500 + eventType: SEARCH + trigger: type = "track" AND event = "Products Searched" + partnerOwned: true - id: 5d1994fb320116000112aa12 display_name: Amazon EventBridge name: Amazon EventBridge @@ -7283,7 +9928,7 @@ items: description: >- Please input the Segment **event names** or **event types** on the left and the desired Firehose delivery stream destinations on the right. This - mapping is required for all events you would like in Firehose + mapping is **required** for all events you would like in Firehose required: false label: Map Segment Events to Firehose Delivery Streams - name: region @@ -22981,7 +25626,7 @@ items: hidden: false defaultTrigger: type = "identify" fields: - - id: 8gX8PuHbeDVGpN8tEE2K8W + - id: d6U9V5NCdv8jAFPguJ2JDx sortOrder: 0 fieldKey: external_id label: External User ID @@ -22995,7 +25640,7 @@ items: choices: null dynamic: false allowNull: false - - id: cac3FktXkcLHSBdPunvtLg + - id: bV1e7HbkD1hANYUwZuaPbV sortOrder: 1 fieldKey: user_alias label: User Alias Object @@ -23009,7 +25654,7 @@ items: choices: null dynamic: false allowNull: false - - id: oTcy2j5T7NvQZfcPVbqLiC + - id: 2rZPnRtmYHYV7qnCYq8vZ1 sortOrder: 2 fieldKey: braze_id label: Braze User Identifier @@ -23023,7 +25668,7 @@ items: choices: null dynamic: false allowNull: true - - id: 56b7mVUwQfCcuJ6DDX7orN + - id: 8ZzHLWwzdSLf7ztL7od2tv sortOrder: 3 fieldKey: country label: Country @@ -23037,7 +25682,7 @@ items: choices: null dynamic: false allowNull: true - - id: odgKx8MS4igb2yyJD8DeF7 + - id: tLGkmSJM5c3i1rLwGPKRow sortOrder: 4 fieldKey: current_location label: Current Location @@ -23054,7 +25699,7 @@ items: choices: null dynamic: false allowNull: true - - id: 4dUnq4A3xEr4Am6SWqGaNC + - id: o7WkwA172aBrkAtUFHfo5g sortOrder: 5 fieldKey: date_of_first_session label: Date of First Session @@ -23066,7 +25711,7 @@ items: choices: null dynamic: false allowNull: true - - id: 6JdsJ8Kig3r25Tm5CM1yL3 + - id: 2rYh1yA9KRY9jtDjForngD sortOrder: 6 fieldKey: date_of_last_session label: Date of Last Session @@ -23078,7 +25723,7 @@ items: choices: null dynamic: false allowNull: true - - id: 5upMphfPzM59UWHLphRf5z + - id: wqrUAkfTUqSV5YpwTWmhQm sortOrder: 7 fieldKey: dob label: Date of Birth @@ -23090,7 +25735,7 @@ items: choices: null dynamic: false allowNull: true - - id: gzJ966i8keusXz3AeqDwQb + - id: jgZb4hQWWbs8VuqJNJuu5Z sortOrder: 8 fieldKey: email label: Email @@ -23104,7 +25749,7 @@ items: choices: null dynamic: false allowNull: true - - id: aNbJQfG7nKM3nrLxFNG2K7 + - id: 7Dr7SqHTiXF3q1pBgdmmJL sortOrder: 9 fieldKey: email_subscribe label: Email Subscribe @@ -23119,7 +25764,7 @@ items: choices: null dynamic: false allowNull: false - - id: hz5Z3LVWHc2CedpV51dLbB + - id: dAJqmfsKyiD4YCNde5HA4R sortOrder: 10 fieldKey: email_open_tracking_disabled label: Email Open Tracking Disabled @@ -23133,7 +25778,7 @@ items: choices: null dynamic: false allowNull: false - - id: poQtZPxjFEN9HBstJ6Hor5 + - id: ez85vajfsoTFSbz1JUP6kN sortOrder: 11 fieldKey: email_click_tracking_disabled label: Email Click Tracking Disabled @@ -23147,7 +25792,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7KCnsiws3wz83svzyQfdzG + - id: e9d46hJuTpwUXV9YC1xVjU sortOrder: 12 fieldKey: facebook label: Facebook Attribution Data @@ -23161,7 +25806,7 @@ items: choices: null dynamic: false allowNull: false - - id: tcALMvwJGF7wA2kTt977Ct + - id: JvrMWrPRySguU9t7BybrK sortOrder: 13 fieldKey: first_name label: First Name @@ -23175,7 +25820,7 @@ items: choices: null dynamic: false allowNull: true - - id: 8auhrzwNeFoNKS5DYtboqZ + - id: b1z5yryqMTcgeQzDpJKnfr sortOrder: 14 fieldKey: gender label: Gender @@ -23191,7 +25836,7 @@ items: choices: null dynamic: false allowNull: true - - id: qHH1WdCGFustdvJr4C9XJx + - id: 6wyeaPKXa2HQzG7tkY5p8V sortOrder: 15 fieldKey: home_city label: Home City @@ -23205,7 +25850,7 @@ items: choices: null dynamic: false allowNull: true - - id: 3wL1YQKTJBfzF8vNRv7bT9 + - id: k1x7wpDEsBAniDvabnkse2 sortOrder: 16 fieldKey: image_url label: Image URL @@ -23219,7 +25864,7 @@ items: choices: null dynamic: false allowNull: true - - id: k1CCjyoZHDu9ELTpY6eyZr + - id: 7bAVx4SQPsGke2xYaaNx2o sortOrder: 17 fieldKey: language label: Language @@ -23231,7 +25876,7 @@ items: choices: null dynamic: false allowNull: true - - id: jGpCPMUjHoZrqNXMqAB37C + - id: nY2Gc9jCCzhcQJcr76Vdgz sortOrder: 18 fieldKey: last_name label: Last Name @@ -23245,7 +25890,7 @@ items: choices: null dynamic: false allowNull: false - - id: c6nAJXpq7tKTye1adsoyjn + - id: pzosm73dVCe5Kzw2SEv4xy sortOrder: 19 fieldKey: marked_email_as_spam_at label: Marked Email as Spam At @@ -23257,7 +25902,7 @@ items: choices: null dynamic: false allowNull: true - - id: 4VuavCBLrrnWRQywddRFNH + - id: vbiMQx2wHq7bMMyFFp2sHh sortOrder: 20 fieldKey: phone label: Phone Number @@ -23271,7 +25916,7 @@ items: choices: null dynamic: false allowNull: true - - id: hxcaTLhkyKQKspdRB4SFT6 + - id: vezYSDUs6gw6yvXkpp8CMb sortOrder: 21 fieldKey: push_subscribe label: Push Subscribe @@ -23286,7 +25931,7 @@ items: choices: null dynamic: false allowNull: false - - id: xdfVhRPCPYsQcNYo6xaAM6 + - id: f1PzdBqhkfrqtfszB6CZmk sortOrder: 22 fieldKey: push_tokens label: Push Tokens @@ -23303,7 +25948,7 @@ items: choices: null dynamic: false allowNull: false - - id: 2cCQ2RzyUVQn1kC7fS9xSb + - id: 9VYsVJLuNHXWfGxwx6rBwE sortOrder: 23 fieldKey: time_zone label: Time zone @@ -23318,7 +25963,7 @@ items: choices: null dynamic: false allowNull: false - - id: itUirR4aqqMt2pBvWKKZFq + - id: 94v1ahzVgXfUbv9AFQBH8S sortOrder: 24 fieldKey: twitter label: Twitter Attribution Data @@ -23333,7 +25978,7 @@ items: choices: null dynamic: false allowNull: false - - id: aMCLbNeg2te71SuqmfuhE8 + - id: kN39V8o8wr72JsRVLVaoPu sortOrder: 25 fieldKey: custom_attributes label: Custom Attributes @@ -23347,7 +25992,7 @@ items: choices: null dynamic: false allowNull: false - - id: xbA2nukUTac9WZo8kawVVz + - id: vvZq7hgFqoNZYb9E4Brbcc sortOrder: 26 fieldKey: _update_existing_only label: Update Existing Only @@ -23362,7 +26007,7 @@ items: choices: null dynamic: false allowNull: false - - id: bLteNtLAfrZHYVApQtRZUm + - id: uPNDHHnwLN8SHiqB1QX8Ja sortOrder: 27 fieldKey: enable_batching label: Batch Data to Braze @@ -23385,7 +26030,7 @@ items: hidden: false defaultTrigger: type = "track" and event != "Order Completed" fields: - - id: nKLN6pQVjuKeSKdShPTK7s + - id: idN8BsUUQpAsPMeik6Qo82 sortOrder: 0 fieldKey: external_id label: External User ID @@ -23399,7 +26044,7 @@ items: choices: null dynamic: false allowNull: false - - id: qto5WXER1SE2hXwxMCGA2f + - id: 24HWtfrrPYB6ZZun6jLH3b sortOrder: 1 fieldKey: user_alias label: User Alias Object @@ -23413,7 +26058,7 @@ items: choices: null dynamic: false allowNull: false - - id: jD7UGzEsVn3HEu4R6f2C7A + - id: ehoVCzYtQWaaPDwxaXeCVZ sortOrder: 2 fieldKey: email label: Email @@ -23433,7 +26078,7 @@ items: choices: null dynamic: false allowNull: false - - id: fvug1cyFVoQ9fruvAXgPqb + - id: ww3z1tqiauUyFEGXigGTQ7 sortOrder: 3 fieldKey: braze_id label: Braze User Identifier @@ -23447,7 +26092,7 @@ items: choices: null dynamic: false allowNull: true - - id: fDvkaQqyWFkLuNqDx26jTJ + - id: bfSZdcMpNftETUKPp9pmcF sortOrder: 4 fieldKey: name label: Event Name @@ -23461,7 +26106,7 @@ items: choices: null dynamic: false allowNull: false - - id: tYNazWYN1iVGJDh3zHPqNb + - id: oUxzSYWEHAdAipLXaDnJpU sortOrder: 5 fieldKey: time label: Time @@ -23475,7 +26120,7 @@ items: choices: null dynamic: false allowNull: false - - id: 46oxx1fWVgNDFkkwBkDtbJ + - id: 9WPvGDKLhKMLU4VGEx5Umi sortOrder: 6 fieldKey: properties label: Event Properties @@ -23489,7 +26134,7 @@ items: choices: null dynamic: false allowNull: false - - id: e46WFudaCJs2VXokqFRa8p + - id: pUiv8Kv5orKaqXDuXmgLbM sortOrder: 7 fieldKey: _update_existing_only label: Update Existing Only @@ -23504,7 +26149,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3R86e4WY7N92Fi2DP6PsCF + - id: oQLxQU8Mo7rtKygwJ8HxHe sortOrder: 8 fieldKey: enable_batching label: Batch Data to Braze @@ -23527,7 +26172,7 @@ items: hidden: false defaultTrigger: event = "Order Completed" fields: - - id: mrrnFhquS33faw2qc9NK9x + - id: hLbB39Duo6LaXwfZxyjaGn sortOrder: 0 fieldKey: external_id label: External User ID @@ -23541,7 +26186,7 @@ items: choices: null dynamic: false allowNull: false - - id: fq38bLNayyF3WNWB6nLt3H + - id: n9Hhv3SXjQXpcU8K1gNiia sortOrder: 1 fieldKey: user_alias label: User Alias Object @@ -23555,7 +26200,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3kJF4tqyGqC4rdPJdbu28B + - id: soQABmoy5PfkpVSMowdxQu sortOrder: 2 fieldKey: email label: Email @@ -23569,7 +26214,7 @@ items: choices: null dynamic: false allowNull: false - - id: uQZotzJYD7A1k9SGq55BfC + - id: uXxxYK3WayNvCyYEv2Q6wX sortOrder: 3 fieldKey: braze_id label: Braze User Identifier @@ -23583,7 +26228,7 @@ items: choices: null dynamic: false allowNull: true - - id: nACMMntuFmvRtaWmJVD7Tn + - id: 9b5knhrzhnDo1CqSYDLUjQ sortOrder: 4 fieldKey: time label: Time @@ -23597,7 +26242,7 @@ items: choices: null dynamic: false allowNull: false - - id: rCV4BpjS4D2jWRfmncoAPH + - id: fXrm6134DMqhCk2FnoHPL6 sortOrder: 5 fieldKey: products label: Products @@ -23611,7 +26256,7 @@ items: choices: null dynamic: false allowNull: false - - id: kkWnfKvyAvqNWVKgyRQDbY + - id: 33vVRBawSmNvJkBQk6fcDr sortOrder: 6 fieldKey: properties label: Event Properties @@ -23625,7 +26270,7 @@ items: choices: null dynamic: false allowNull: false - - id: gRXtMbPhYMJwxCDrNae34D + - id: rJAx1FYFhqYQ54azvswWdc sortOrder: 7 fieldKey: _update_existing_only label: Update Existing Only @@ -23640,7 +26285,7 @@ items: choices: null dynamic: false allowNull: false - - id: vzp7wCUde51BT74GzjDEir + - id: 78161xeH8FqDD8opHQrvf6 sortOrder: 8 fieldKey: enable_batching label: Batch Data to Braze @@ -23677,7 +26322,7 @@ items: hidden: false defaultTrigger: null fields: - - id: 8xjP1mApdm1wxCrhviUEwy + - id: 3cb7MT8xNiV1z5hf9gNHFw sortOrder: 0 fieldKey: external_id label: External ID @@ -23689,7 +26334,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5iCuaJ1hGWbXT1QEgM39Kf + - id: 2RTduyrFf1V7x5pQUe7ikT sortOrder: 1 fieldKey: user_alias label: User Alias Object @@ -23703,7 +26348,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9j9bQ2WDWgFuifRfRyb3XH + - id: gNXa6LNDdJHaSH3akcUEGC sortOrder: 2 fieldKey: merge_behavior label: Merge Behavior @@ -23732,7 +26377,7 @@ items: hidden: false defaultTrigger: event = "Create Alias" fields: - - id: 4UVSEu4QpueE1VuzTLCLi + - id: rUeLDv9qHRURadsrkd3Yk3 sortOrder: 0 fieldKey: external_id label: External ID @@ -23744,7 +26389,7 @@ items: choices: null dynamic: false allowNull: true - - id: hAFE7SxzkkZ2iPLJEeB9W3 + - id: aERBzxvLdeaeQKHSMgJTPj sortOrder: 1 fieldKey: alias_name label: Alias Name @@ -23756,7 +26401,7 @@ items: choices: null dynamic: false allowNull: false - - id: nbJNe1F5p9pJHC4FTbvyYq + - id: bkFACPB6x98Lie1Fda7fk6 sortOrder: 2 fieldKey: alias_label label: Alias Label @@ -23776,7 +26421,7 @@ items: hidden: false defaultTrigger: type = "identify" fields: - - id: n3EG4xYvjRAtiuALegspWx + - id: vYQhBQtBSRwjMrt29DoXgS sortOrder: 0 fieldKey: external_id label: External User ID @@ -23790,7 +26435,7 @@ items: choices: null dynamic: false allowNull: false - - id: fkqaqmwkxiFtnjJjZfRrgi + - id: hkvGTFjZ6Bax9MAwPRYbGF sortOrder: 1 fieldKey: user_alias label: User Alias Object @@ -23804,7 +26449,7 @@ items: choices: null dynamic: false allowNull: false - - id: kUbEWn784NDtLeQz1qbhBn + - id: ozoRhdaKpah2RrU9PRn12z sortOrder: 2 fieldKey: braze_id label: Braze User Identifier @@ -23818,7 +26463,7 @@ items: choices: null dynamic: false allowNull: true - - id: 7aY1YuNVV9SbMKyATMDckg + - id: aMXNyX7ZZErrD2hDjbP1eN sortOrder: 3 fieldKey: country label: Country @@ -23832,7 +26477,7 @@ items: choices: null dynamic: false allowNull: true - - id: 9bSLdCTEE66QrtMoFLBhew + - id: 7Ps9fwccW6fgrn18fQgnCJ sortOrder: 4 fieldKey: current_location label: Current Location @@ -23849,7 +26494,7 @@ items: choices: null dynamic: false allowNull: true - - id: jf9p8VZgZo9LS1CbmE71B7 + - id: nudus8SaESbh41c6tJF53K sortOrder: 5 fieldKey: date_of_first_session label: Date of First Session @@ -23861,7 +26506,7 @@ items: choices: null dynamic: false allowNull: true - - id: Db5NGdfFWEUs4bjsrbbsV + - id: iSMvPjEud8TQPgUVPbJqBA sortOrder: 6 fieldKey: date_of_last_session label: Date of Last Session @@ -23873,7 +26518,7 @@ items: choices: null dynamic: false allowNull: true - - id: 79sAumGUio1QHLLvWMp1k7 + - id: oSvGrukS5sZfPsAoagjN2u sortOrder: 7 fieldKey: dob label: Date of Birth @@ -23885,7 +26530,7 @@ items: choices: null dynamic: false allowNull: true - - id: tx7b2ehX8dXzFrQCJqShKE + - id: pLKmUGw3qQbqKhdrTonXXH sortOrder: 8 fieldKey: email label: Email @@ -23899,7 +26544,7 @@ items: choices: null dynamic: false allowNull: true - - id: bYVMjUSbxKHqyYoi8RVBYj + - id: 5ygy8zE2bEWNr2UrDLYiQh sortOrder: 9 fieldKey: email_subscribe label: Email Subscribe @@ -23914,7 +26559,7 @@ items: choices: null dynamic: false allowNull: false - - id: mJ1NpBdNCPzsnoYe94K8et + - id: qCwVXsMutPypW18TJg26u9 sortOrder: 10 fieldKey: email_open_tracking_disabled label: Email Open Tracking Disabled @@ -23928,7 +26573,7 @@ items: choices: null dynamic: false allowNull: false - - id: uMYyFgpJF3vyj4BTgbvEEu + - id: 2WrDnVmaisgqyvyibaxxEZ sortOrder: 11 fieldKey: email_click_tracking_disabled label: Email Click Tracking Disabled @@ -23942,7 +26587,7 @@ items: choices: null dynamic: false allowNull: false - - id: d4xru2vRjEi4RT5TmWgb1y + - id: kKjxKnHiJex9RWsaa9rXua sortOrder: 12 fieldKey: facebook label: Facebook Attribution Data @@ -23956,7 +26601,7 @@ items: choices: null dynamic: false allowNull: false - - id: sWnUjpm5UwcNWUuWxy2sgN + - id: en2thLvfPsCKwPbZJPdxpB sortOrder: 13 fieldKey: first_name label: First Name @@ -23970,7 +26615,7 @@ items: choices: null dynamic: false allowNull: true - - id: pEv9iR95xz8rKF8J4mQhbq + - id: kwgxXaXX2pwZdNQfPStmdm sortOrder: 14 fieldKey: gender label: Gender @@ -23986,7 +26631,7 @@ items: choices: null dynamic: false allowNull: true - - id: m3W7fjjiHMadQf9StMrwv5 + - id: cmRCpXwoX8vLLbyGteKRM5 sortOrder: 15 fieldKey: home_city label: Home City @@ -24000,7 +26645,7 @@ items: choices: null dynamic: false allowNull: true - - id: pNrVJ4pLT2zYGzAB48WvZr + - id: n5P4heq36hTpPLwXkhzVgN sortOrder: 16 fieldKey: image_url label: Image URL @@ -24014,7 +26659,7 @@ items: choices: null dynamic: false allowNull: true - - id: f3fCwV3BdPFWkbNrYqM3bK + - id: jffmLbBYKzecGNjZtjTE6C sortOrder: 17 fieldKey: language label: Language @@ -24026,7 +26671,7 @@ items: choices: null dynamic: false allowNull: true - - id: egAthtxhyoYdweeajB19HG + - id: 4tNPdHXNSqBjqFgk3dFEzt sortOrder: 18 fieldKey: last_name label: Last Name @@ -24040,7 +26685,7 @@ items: choices: null dynamic: false allowNull: false - - id: qcNhSQmPKpyaPuexHd1m1Z + - id: gg6m4B64jj32e9pw4J52dQ sortOrder: 19 fieldKey: marked_email_as_spam_at label: Marked Email as Spam At @@ -24052,7 +26697,7 @@ items: choices: null dynamic: false allowNull: true - - id: ksGYS9vjjHVd3JzXG4sGEU + - id: qXu4FwGxWnj4U6hiqwWFsj sortOrder: 20 fieldKey: phone label: Phone Number @@ -24066,7 +26711,7 @@ items: choices: null dynamic: false allowNull: true - - id: bJGaRahSiHqR93TYJe7aGR + - id: gDWuyKzqznWybLTXWtmCHp sortOrder: 21 fieldKey: push_subscribe label: Push Subscribe @@ -24081,7 +26726,7 @@ items: choices: null dynamic: false allowNull: false - - id: gQq2pFMa4qvnXVvjEy6tEi + - id: phghTGF2vszJUHkcXW6Rsq sortOrder: 22 fieldKey: push_tokens label: Push Tokens @@ -24098,7 +26743,7 @@ items: choices: null dynamic: false allowNull: false - - id: iPRoGkEJBLqh7Ru9xXzAab + - id: mXmb3BWpFxwwaiY4MjyrjV sortOrder: 23 fieldKey: time_zone label: Time zone @@ -24113,7 +26758,7 @@ items: choices: null dynamic: false allowNull: false - - id: d4QPmoVqTXDr9UySgeqQbz + - id: 7NFgwdC3prHZ3ug1ANE6LX sortOrder: 24 fieldKey: twitter label: Twitter Attribution Data @@ -24128,7 +26773,7 @@ items: choices: null dynamic: false allowNull: false - - id: jgfmowc82NGJkFDUCgoqPE + - id: cYivVwQyyiSx8mYSPLpi4b sortOrder: 25 fieldKey: custom_attributes label: Custom Attributes @@ -24142,7 +26787,7 @@ items: choices: null dynamic: false allowNull: false - - id: tmBXZ9aaRzwqHkF5eauSXw + - id: qtceg6gCbWDQy5UC7EWwNo sortOrder: 26 fieldKey: enable_batching label: Batch Data to Braze @@ -24165,7 +26810,7 @@ items: hidden: false defaultTrigger: type = "track" and event != "Order Completed" fields: - - id: gZzZN2a45MBk5Uo6i92iff + - id: rthiwKzEQ7ARfu9x4U2wLK sortOrder: 0 fieldKey: external_id label: External User ID @@ -24179,7 +26824,7 @@ items: choices: null dynamic: false allowNull: false - - id: t7tpxYcuuwAYGYoCkAgHQw + - id: YMoWgcoRgybj21SbzzYFk sortOrder: 1 fieldKey: user_alias label: User Alias Object @@ -24193,7 +26838,7 @@ items: choices: null dynamic: false allowNull: false - - id: cJHVALuf3RTmiJVbYmbN84 + - id: 4Cp7tPsoC7mGhq5B6499dY sortOrder: 2 fieldKey: email label: Email @@ -24213,7 +26858,7 @@ items: choices: null dynamic: false allowNull: false - - id: ngcrSeqf11PmsicHuFPsZu + - id: ch7NvVYP796QrNzgoPy82F sortOrder: 3 fieldKey: braze_id label: Braze User Identifier @@ -24227,7 +26872,7 @@ items: choices: null dynamic: false allowNull: true - - id: dKpZ6DZCCpBPrNH3q3ExKR + - id: w6xo2cAXhzHPrUZ9JVRrxv sortOrder: 4 fieldKey: name label: Event Name @@ -24241,7 +26886,7 @@ items: choices: null dynamic: false allowNull: false - - id: nwcRbxKFbsDCQnVodqKo1q + - id: iPimzrFeFt2Qoh25ryk8nv sortOrder: 5 fieldKey: time label: Time @@ -24255,7 +26900,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5ovNWXiCcnyX81UQHpoNYS + - id: 8Uddgxrzh722LQXiouCMqG sortOrder: 6 fieldKey: properties label: Event Properties @@ -24269,7 +26914,7 @@ items: choices: null dynamic: false allowNull: false - - id: EvkGVvvF3w41vrSfZcu3F + - id: k9a7HdNHDE5XNAWYCdgQtD sortOrder: 7 fieldKey: enable_batching label: Batch Data to Braze @@ -24294,7 +26939,7 @@ items: hidden: false defaultTrigger: null fields: - - id: eUPVg59Ppmw58zM8FLQoBH + - id: f5goLMUFREmXWXhNvh5RSB sortOrder: 0 fieldKey: external_id label: External ID @@ -24306,7 +26951,7 @@ items: choices: null dynamic: false allowNull: false - - id: qYgkfPix86B1WTjXHc8iKW + - id: qVzGnW48Gmn1MKRPrXAVmb sortOrder: 1 fieldKey: user_alias label: User Alias Object @@ -24320,7 +26965,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7kUHwB3XP4wWExzy4zoQWv + - id: wQpWbuYRBdEzLUZAqkVdQ5 sortOrder: 2 fieldKey: email_to_identify label: Email to Identify @@ -24332,7 +26977,7 @@ items: choices: null dynamic: false allowNull: false - - id: mxQ5Mg6v7N9tmaWsHgVfAP + - id: uPvXF5jWP8bE8gALBkYJcP sortOrder: 3 fieldKey: prioritization label: Prioritization @@ -24346,7 +26991,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5yosK2mzwkpfdZ1hq7vW6k + - id: i6vzA1zw97cdG1zp8k78P sortOrder: 4 fieldKey: merge_behavior label: Merge Behavior @@ -24375,7 +27020,7 @@ items: hidden: false defaultTrigger: event = "Create Alias" fields: - - id: gk6NPK8An1b7BxAknnHrMy + - id: dE5a3kB3ycWpojEr5hZcsv sortOrder: 0 fieldKey: external_id label: External ID @@ -24387,7 +27032,7 @@ items: choices: null dynamic: false allowNull: true - - id: oZuRPP81EkoHskVzeWB9ER + - id: tL3uUBXRBatN3GJDESFRrd sortOrder: 1 fieldKey: alias_name label: Alias Name @@ -24399,7 +27044,7 @@ items: choices: null dynamic: false allowNull: false - - id: bQ14DxHoEsszTFLGn8zgAN + - id: qK4jMUW9XPjb1mHBpvVGbX sortOrder: 2 fieldKey: alias_label label: Alias Label @@ -24419,7 +27064,7 @@ items: hidden: false defaultTrigger: event = "Order Completed" fields: - - id: mttbcYqew3xmFCCJasxHtw + - id: aFsksKW75QBQ9CWEGBi3rd sortOrder: 0 fieldKey: external_id label: External User ID @@ -24433,7 +27078,7 @@ items: choices: null dynamic: false allowNull: false - - id: mo57jytve23656fUQRZNhn + - id: rryo9XMY3fXDuNzmW9afWk sortOrder: 1 fieldKey: user_alias label: User Alias Object @@ -24447,7 +27092,7 @@ items: choices: null dynamic: false allowNull: false - - id: jVX3F4nkCrEW3NEa5zRqxw + - id: qSZi8KpozddwH6GURYKSu3 sortOrder: 2 fieldKey: email label: Email @@ -24461,7 +27106,7 @@ items: choices: null dynamic: false allowNull: false - - id: qCiDffY8q4X8neFkzX2ABz + - id: 8r9JQ1a5WPe9qWSRCpL7Ne sortOrder: 3 fieldKey: braze_id label: Braze User Identifier @@ -24475,7 +27120,7 @@ items: choices: null dynamic: false allowNull: true - - id: kTqTnf262x7oy1xD9jaE5N + - id: pxpZyTEJQNcsnH53o5m3ti sortOrder: 4 fieldKey: time label: Time @@ -24489,7 +27134,7 @@ items: choices: null dynamic: false allowNull: false - - id: mDYwdEDPMLxCxxsJoTqxjR + - id: qE31XkHNWKFhhk2Y2Q4arA sortOrder: 5 fieldKey: products label: Products @@ -24503,7 +27148,7 @@ items: choices: null dynamic: false allowNull: false - - id: iUbxoDYMtNHMw1TxR5S7QK + - id: 4tDCwW3haMo5Hs6BiTUVDB sortOrder: 6 fieldKey: properties label: Event Properties @@ -24517,7 +27162,7 @@ items: choices: null dynamic: false allowNull: false - - id: 2cERam8KHiVE96obMoE2TH + - id: ppMvu9zhoYdzRxLyKbyWKo sortOrder: 7 fieldKey: enable_batching label: Batch Data to Braze @@ -24540,7 +27185,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: adEtxVM6wzmkGPVTs7pDnN + - id: oErXBStj5XSh4wqnfD2veM sortOrder: 0 fieldKey: campaign_id label: Campaign ID @@ -24554,7 +27199,7 @@ items: choices: null dynamic: true allowNull: false - - id: oQYCj5zPnSS5g2LEsnLGUx + - id: 7RRN8kdi2q5PiBaZbfrQgb sortOrder: 1 fieldKey: send_id label: Send ID @@ -24568,7 +27213,7 @@ items: choices: null dynamic: false allowNull: false - - id: aE5Tt6xMYURADXk1VtzRrV + - id: qa7eF838Acuj3Np8SKjsHm sortOrder: 2 fieldKey: trigger_properties label: Trigger Properties @@ -24585,7 +27230,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9z7i5SUG97D2A7q6cjyMnu + - id: 2VJW9dMurzseZkz2KCUAbX sortOrder: 3 fieldKey: broadcast label: Broadcast @@ -24600,7 +27245,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9Zp4r9YkWzUevMHJBfmTh8 + - id: ayF1yjAmCX6J1vq4cSpbko sortOrder: 4 fieldKey: attachments label: Attachments @@ -24612,7 +27257,7 @@ items: choices: null dynamic: false allowNull: false - - id: kFEo7HU6ckwdyGLKqFguEq + - id: pZtua926qke3JYoXrNxVeR sortOrder: 5 fieldKey: recipients label: Recipients @@ -24626,7 +27271,7 @@ items: choices: null dynamic: false allowNull: false - - id: 83BHy4g9rgBf8x4JxZrjmV + - id: 4iFQKh3Vq1uSUR3rgxb1Uv sortOrder: 6 fieldKey: prioritization label: Prioritization @@ -24640,7 +27285,7 @@ items: choices: null dynamic: false allowNull: false - - id: kfFurhvjDuAMmefgFQntV7 + - id: bii8tTP4Y3rYj43XSYwrxD sortOrder: 7 fieldKey: audience label: Audience @@ -24662,7 +27307,7 @@ items: hidden: false defaultTrigger: null fields: - - id: 59HU4ZUhnof1G2MiE4skL9 + - id: mgtEZymc551vRbskTtALxC sortOrder: 0 fieldKey: item label: Catalog item to upsert @@ -24677,7 +27322,7 @@ items: choices: null dynamic: true allowNull: false - - id: vQCbvam4EkU1qm4PM1QT4i + - id: vjdGoeS7pSAoDx7eGJ7nYH sortOrder: 1 fieldKey: item_id label: Item ID @@ -24691,7 +27336,7 @@ items: choices: null dynamic: false allowNull: false - - id: qNWbQUexLXhAUWvmiQKwoX + - id: 96qitbsPikhayWg5YcNsZR sortOrder: 2 fieldKey: enable_batching label: Batch Data to Braze? @@ -24704,7 +27349,7 @@ items: choices: null dynamic: false allowNull: false - - id: mSGiauTj8drV2vwKLXBjTk + - id: 9Ef1hYUCZpegvfWvEUFq1m sortOrder: 4 fieldKey: operation label: Operation @@ -24720,7 +27365,7 @@ items: value: select dynamic: false allowNull: false - - id: 9toFUV9t35CQuECg5MFkrC + - id: dByxzCbtHR7KFBwQUNYx99 sortOrder: 5 fieldKey: selected_catalog_name label: Catalog Name @@ -24732,7 +27377,7 @@ items: choices: null dynamic: true allowNull: false - - id: 9vkcqkSQM3EepRX42a5fwB + - id: a3TRBGw1kYC3Teg5GMprQT sortOrder: 6 fieldKey: created_catalog_name label: Catalog Name @@ -24746,7 +27391,7 @@ items: choices: null dynamic: false allowNull: false - - id: 21e8DxEuq6J5W5BiZAmPz7 + - id: qb19tg6p3NLAQH52h3azpP sortOrder: 7 fieldKey: description label: Catalog Description @@ -24758,7 +27403,7 @@ items: choices: null dynamic: false allowNull: false - - id: piHv7yYnnmxnqQwYbdMu6j + - id: igpkUuGk6CSgYh4jf3ETmK sortOrder: 8 fieldKey: columns label: Catalog Fields @@ -24772,7 +27417,7 @@ items: choices: null dynamic: false allowNull: false - - id: ssPVpKxgR3G5JKKDMC3j1K + - id: gYfYKohnE3K3Tu6vWhRsEx sortOrder: 9 fieldKey: onMappingSave label: Select or Create a Catalog @@ -24785,7 +27430,123 @@ items: dynamic: false allowNull: false hidden: false + - id: 9DUBR4qVXRxPXa39oiz2Tc + name: Trigger Canvas + slug: triggerCanvas + description: >- + Trigger a Braze Canvas to deliver a cross-channel message to the specified + user. + platform: CLOUD + hidden: false + defaultTrigger: type = "track" + fields: + - id: sANpexRqwJKtK5qrBJ89yK + sortOrder: 0 + fieldKey: canvas_id + label: Canvas ID + type: STRING + description: >- + The ID of the canvas to trigger. The canvas must be API-triggered and + the status must be "Draft" or "Active". + placeholder: '' + required: true + multiple: false + choices: null + dynamic: true + allowNull: false + - id: n5r68PyiJbww5YkYvLCX9J + sortOrder: 1 + fieldKey: canvas_entry_properties + label: Canvas Entry Properties + type: OBJECT + description: >- + Optional data that will be used to personalize the canvas message. + Personalization key-value pairs that will apply to all users in this + request. + placeholder: '' + defaultValue: + '@path': $.properties + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: hWGwLz1WZzrr656L1JxJky + sortOrder: 2 + fieldKey: broadcast + label: Broadcast + type: BOOLEAN + description: >- + If set to true, the canvas will be sent to all the users in the segment + targeted by the canvas. It cannot be used with "recipients". + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: sxnHQfxhf83vXTu53hsQJq + sortOrder: 3 + fieldKey: recipients + label: Recipients + type: OBJECT + description: >- + An array of user identifiers to send the canvas to. It cannot be used + with "broadcast". + placeholder: '' + required: false + multiple: true + choices: null + dynamic: false + allowNull: false + - id: qoNQUgA7i1cJEtgC8VT8yv + sortOrder: 4 + fieldKey: prioritization + label: Prioritization + type: OBJECT + description: >- + Prioritization settings; required when using email in recipients. This + prioritization will be applied to all recipients. + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: iJYrS4Ne2hEdr97t53L8ZX + sortOrder: 5 + fieldKey: audience + label: Audience + type: OBJECT + description: >- + A standard audience object to specify the users to send the canvas to. + Including "audience" will only send to users in the audience + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false presets: + - actionId: vE7Gf9yobj2gTuMBhwmg7g + name: Order Completed Calls + fields: + external_id: + '@path': $.userId + email: + '@path': $.traits.email + braze_id: + '@path': $.properties.braze_id + time: + '@path': $.receivedAt + products: + '@path': $.properties.products + properties: + '@path': $.properties + _update_existing_only: false + enable_batching: true + batch_size: 75 + trigger: event = "Order Completed" - actionId: 2P24zUSAL8BUpyGYNGmD7M name: Identify Calls fields: @@ -24845,25 +27606,6 @@ items: enable_batching: true batch_size: 75 trigger: type = "track" and event != "Order Completed" - - actionId: vE7Gf9yobj2gTuMBhwmg7g - name: Order Completed Calls - fields: - external_id: - '@path': $.userId - email: - '@path': $.traits.email - braze_id: - '@path': $.properties.braze_id - time: - '@path': $.receivedAt - products: - '@path': $.properties.products - properties: - '@path': $.properties - _update_existing_only: false - enable_batching: true - batch_size: 75 - trigger: event = "Order Completed" partnerOwned: false - id: 63872c01c0c112b9b4d75412 display_name: Braze Cohorts @@ -24943,7 +27685,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" or event = "Audience Exited" fields: - - id: mrKbuMgfWN8UEpJ2qcde2H + - id: sMWNJ9SV44EHdFWm1UrdNW sortOrder: 0 fieldKey: external_id label: External User ID @@ -24962,7 +27704,7 @@ items: dynamic: false allowNull: false hidden: false - - id: gfvJ2HNHnRiAJhXYp6Jzdi + - id: adW8A3ypaS3Gn61UTMQVDf sortOrder: 1 fieldKey: user_alias label: User Alias Object @@ -24979,7 +27721,7 @@ items: dynamic: false allowNull: false hidden: false - - id: m6feT5HWsrNtuELUTP3GRM + - id: fMBFeqVHqMphMfNMPUXjQr sortOrder: 2 fieldKey: device_id label: Device ID @@ -24995,7 +27737,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9kfD74Zpu2MdUBWmdp3K7q + - id: 6UaoCM3iYLE1EHXj5t36Wd sortOrder: 5 fieldKey: enable_batching label: Enable Batching @@ -25009,7 +27751,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tYsBaXcfg6WnEBmKpP2ksC + - id: rHgLoUUVzLf1N13HYk2vrU sortOrder: 6 fieldKey: personas_audience_key label: Segment Engage Audience Key @@ -25277,7 +28019,7 @@ items: label: Safari Website Push ID - name: sdkVersion type: select - defaultValue: '5.8' + defaultValue: '5.9' description: The version of the Braze SDK to use required: true label: SDK Version @@ -25327,7 +28069,7 @@ items: hidden: false defaultTrigger: type = "track" and event != "Order Completed" fields: - - id: stJYHuavLhjpZSbbtWnA9F + - id: f92vXJTVaJjwDn588aQyeR sortOrder: 0 fieldKey: eventName label: Event Name @@ -25341,7 +28083,7 @@ items: choices: null dynamic: false allowNull: false - - id: oqyLaWBRrKvgipb129suEp + - id: vA8tF8UQZcjyG7exFqJrrY sortOrder: 1 fieldKey: eventProperties label: Event Properties @@ -25363,7 +28105,7 @@ items: hidden: false defaultTrigger: type = "identify" or type = "group" fields: - - id: dxeRTvLWTwQDdN6fvK5VVo + - id: 2K44AKpPrHHghVemDKpUZ2 sortOrder: 0 fieldKey: external_id label: External User ID @@ -25377,7 +28119,7 @@ items: choices: null dynamic: false allowNull: false - - id: Vht76mw1WSQtpe4F2hq9y + - id: qm2M9pTGBJSxu4DTPN4un6 sortOrder: 1 fieldKey: country label: Country @@ -25391,7 +28133,7 @@ items: choices: null dynamic: false allowNull: true - - id: t2f6CUzpAgn5XxgJk1xNxu + - id: 978rhPL2GsARwfeJoogyM9 sortOrder: 2 fieldKey: current_location label: Current Location @@ -25403,7 +28145,7 @@ items: choices: null dynamic: false allowNull: true - - id: ggD55GKgXsecAwdSxmhdMi + - id: 3FZXECZLbDuhL9ZWeL57t9 sortOrder: 3 fieldKey: custom_attributes label: Custom Attributes @@ -25419,7 +28161,7 @@ items: choices: null dynamic: false allowNull: false - - id: uvVWeQxCMHz7TdwD7DnXuS + - id: p45RAM5tj3uyaxc3ZRJntW sortOrder: 4 fieldKey: dob label: Date of Birth @@ -25431,7 +28173,7 @@ items: choices: null dynamic: false allowNull: true - - id: edhysng2wqWHGcMTuKZxqe + - id: 6kBDzwyBdmbAo71Yt8FRQG sortOrder: 5 fieldKey: email label: Email @@ -25445,7 +28187,7 @@ items: choices: null dynamic: false allowNull: true - - id: rZx6KjpoUpFHR7t2Fmiq5n + - id: 7mU9GS9a5ubvLWq3hjQGQ6 sortOrder: 6 fieldKey: email_subscribe label: Email Subscribe @@ -25460,7 +28202,7 @@ items: choices: null dynamic: false allowNull: false - - id: idp8ibzUex7Q8NRoXjRFNt + - id: w96XkTF8HxoUxqmJz3xnxK sortOrder: 7 fieldKey: first_name label: First Name @@ -25474,7 +28216,7 @@ items: choices: null dynamic: false allowNull: true - - id: wJUxu5uqed8QwikHQGJPwr + - id: 7vrAjcj9dkEY1eEh26Nhsh sortOrder: 8 fieldKey: last_name label: Last Name @@ -25488,7 +28230,7 @@ items: choices: null dynamic: false allowNull: false - - id: AuoHPe9CaefQ4FPSxmfUB + - id: 7x88YefzmGo1nzf3Fqt5Qu sortOrder: 9 fieldKey: gender label: Gender @@ -25504,7 +28246,7 @@ items: choices: null dynamic: false allowNull: true - - id: qHDUBGmgkX88vWktNt83Yq + - id: gC7H4U6XrnWjG2nde2XT5Y sortOrder: 10 fieldKey: home_city label: Home City @@ -25518,7 +28260,7 @@ items: choices: null dynamic: false allowNull: true - - id: thsnNVbYj21rf1NS8iMBHA + - id: xwPdSH6XoyGh9PXjsnzDnt sortOrder: 11 fieldKey: image_url label: Image URL @@ -25532,7 +28274,7 @@ items: choices: null dynamic: false allowNull: false - - id: u3oVoEBu4cDAU5UoWTXaML + - id: 65TyJGPtxt8Cr79UAHZxeW sortOrder: 12 fieldKey: language label: Language @@ -25544,7 +28286,7 @@ items: choices: null dynamic: false allowNull: true - - id: uUv5TJoDTBXqw7RuQmAbky + - id: gU3CAT5bF9YeTHnYpsHuzL sortOrder: 13 fieldKey: phone label: Phone Number @@ -25558,7 +28300,7 @@ items: choices: null dynamic: false allowNull: true - - id: vPztZQqR8pmaBv8aqTr5q1 + - id: ngjspPzDDQoBAT1AM46ccA sortOrder: 14 fieldKey: push_subscribe label: Push Subscribe @@ -25573,7 +28315,7 @@ items: choices: null dynamic: false allowNull: false - - id: cQon4TDMCpkYVTpVvQHZtT + - id: 7CCWhwmkj8XYMZTVQD6LoU sortOrder: 15 fieldKey: subscription_groups label: Subscription Groups @@ -25598,7 +28340,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "Order Completed" fields: - - id: 8ydScjmfB9212W6BD1D3id + - id: kqe3u3DdbRr5rNjXbvNRb9 sortOrder: 0 fieldKey: purchaseProperties label: Purchase Properties @@ -25618,7 +28360,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7DU4vc5BQoMQbfUBtFaLst + - id: uVjXaczgD5zGKgNB3pNyzc sortOrder: 1 fieldKey: products label: Products @@ -25633,14 +28375,6 @@ items: dynamic: false allowNull: false presets: - - actionId: uL67YU9rAsuT4cp4dNNmBu - name: Order Completed calls - fields: - purchaseProperties: - '@path': $.properties - products: - '@path': $.properties.products - trigger: type = "track" and event = "Order Completed" - actionId: fRZrfm4TC5JL3AGeRnLk3W name: Track Calls fields: @@ -25675,6 +28409,14 @@ items: subscription_groups: '@path': $.traits.braze_subscription_groups trigger: type = "identify" or type = "group" + - actionId: uL67YU9rAsuT4cp4dNNmBu + name: Order Completed calls + fields: + purchaseProperties: + '@path': $.properties + products: + '@path': $.properties.products + trigger: type = "track" and event = "Order Completed" partnerOwned: false - id: 6241e78214aad278a6322f52 display_name: Breyta CRM @@ -31495,7 +34237,7 @@ items: hidden: false defaultTrigger: type = "identify" fields: - - id: dSMddz44cRYAfTguEpsubu + - id: urASrGuWKdBKhor3GKMS5f sortOrder: 0 fieldKey: id label: Person ID @@ -31518,7 +34260,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ruRbeNuuSKzcEDG7ZhANs8 + - id: n4ppyHuKYtzq7HDvCVvuZ sortOrder: 1 fieldKey: anonymous_id label: Anonymous ID @@ -31535,7 +34277,7 @@ items: dynamic: false allowNull: false hidden: false - - id: obyPhn7RE6oKv9WGamX4fH + - id: fCyoPShe2E3HnNinaqWPoz sortOrder: 2 fieldKey: email label: Email Address @@ -31550,7 +34292,7 @@ items: dynamic: false allowNull: false hidden: false - - id: d5DX9k8YiQfV3qeLpuYNxf + - id: biSQPNUXwFHRYHyjTzBpex sortOrder: 3 fieldKey: created_at label: Created At @@ -31571,7 +34313,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qp9WQp9Le7sJr3VayLdhLS + - id: SefneCJiVuyzZWVGJ8Psq sortOrder: 4 fieldKey: group_id label: Object ID @@ -31588,7 +34330,7 @@ items: dynamic: false allowNull: false hidden: false - - id: gLDbF2MCeicofXkcRAYwTF + - id: oKHKt1rTukRYhvnWSKPWv7 sortOrder: 5 fieldKey: custom_attributes label: Person Attributes @@ -31605,7 +34347,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8U8f2rQLDYCWaH8L8Lx6sW + - id: q8zbiZZqozkvfjBE5Dh6MC sortOrder: 6 fieldKey: relationship_attributes label: Relationship Attributes @@ -31622,7 +34364,7 @@ items: choices: null dynamic: false allowNull: false - - id: a4NPRn7BSgwVUdeyZ5fge + - id: 7ri16zTzMTHZnjPdyRbUJs sortOrder: 7 fieldKey: convert_timestamp label: Convert Timestamps @@ -31636,7 +34378,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9Mg4yhEzXYUrEYr7oWEPrE + - id: aWE8xgJEAxg2PexJYdCJGq sortOrder: 8 fieldKey: object_type_id label: Object Type Id @@ -31659,13 +34401,29 @@ items: dynamic: false allowNull: false hidden: false - - id: kP1K5TFsMM26qjfpa2kSgL + - id: th2waDbiaBpzcPpQqoVVgL sortOrder: 9 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: e4vevM9VBmfQxieLmWA9Hd + sortOrder: 10 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -31688,7 +34446,7 @@ items: and event != "Report Delivery Event" fields: - - id: 9vU7QPo8FSc6FGKj5URMxh + - id: gkTACr7Vt3yBw9YEwKFmJy sortOrder: 0 fieldKey: id label: Person ID @@ -31705,7 +34463,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qw5azQxm2cn5572FTcvm38 + - id: nCf3ensQx93Zh1jeJApLEK sortOrder: 1 fieldKey: anonymous_id label: Anonymous ID @@ -31722,7 +34480,7 @@ items: dynamic: false allowNull: false hidden: false - - id: h4L1V73cMLQMZy1EDSqNEF + - id: 2x3xCrLQWvtyau8qZR5ikg sortOrder: 2 fieldKey: name label: Event Name @@ -31737,7 +34495,7 @@ items: dynamic: false allowNull: false hidden: false - - id: esnogu4Yr4ADQip1TeKYFZ + - id: vstesAfUroeBLVM9kTi2U4 sortOrder: 3 fieldKey: event_id label: Event ID @@ -31754,7 +34512,7 @@ items: dynamic: false allowNull: false hidden: false - - id: rEFySoucVoafsK471XQnTx + - id: iokHVZJHc5xou38Lq5JBK8 sortOrder: 4 fieldKey: timestamp label: Timestamp @@ -31771,7 +34529,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ceEb9eBM89Lk86VWA5Ey84 + - id: qzQpe4BDUXTc7sN7EwJhe1 sortOrder: 5 fieldKey: data label: Event Attributes @@ -31786,7 +34544,7 @@ items: dynamic: false allowNull: false hidden: false - - id: fDArFWx1ESQW87VLungY3T + - id: 9NghLqWgHJrvAR98CiCS1X sortOrder: 6 fieldKey: convert_timestamp label: Convert Timestamps @@ -31800,13 +34558,29 @@ items: dynamic: false allowNull: false hidden: false - - id: rmGcB1g2Xzjhi4EGJ6jTCV + - id: vmeL1PCrhAdAWi1r27Y38L sortOrder: 7 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: tKyhVFFMKcXXyhQbwFP4vZ + sortOrder: 8 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -31820,7 +34594,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "Application Installed" fields: - - id: cLfsopdg7AZxpjMhRQ2Taw + - id: cebCq1WCCPY7pum3mnRvzo sortOrder: 0 fieldKey: person_id label: Person ID @@ -31835,7 +34609,7 @@ items: dynamic: false allowNull: false hidden: false - - id: pinqKVxxR12pvWTruMDdF9 + - id: wR8NcXnvrGtPxNyL18bb9K sortOrder: 1 fieldKey: device_id label: Device ID @@ -31850,7 +34624,7 @@ items: dynamic: false allowNull: false hidden: false - - id: pBWRqcwAg8FZWxmFyMkM3d + - id: 9gVRKjyZQXd2b1ibXGiVXJ sortOrder: 2 fieldKey: app_version label: App Version @@ -31864,7 +34638,7 @@ items: choices: null dynamic: false allowNull: false - - id: w9ejZTowSXB8W5XtGCzZoz + - id: 29qMsM5QCSqzrUihdcRjdd sortOrder: 3 fieldKey: platform label: Platform @@ -31879,7 +34653,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vQ19ihtFq7tfWYsGJXkNi1 + - id: 6MFJBmfMR7xvjKAEh8TsSJ sortOrder: 4 fieldKey: last_used label: Last Used @@ -31896,7 +34670,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vRLF4qiayiZ7EbiFnEx7Mo + - id: v4NqmAgt8SpmSLY5HVos8R sortOrder: 5 fieldKey: attributes label: Event Attributes @@ -31912,7 +34686,7 @@ items: choices: null dynamic: false allowNull: false - - id: r44pGngGJkRhF2fKZ5KwKK + - id: vwHwVHgXJt2zV4rG8ceHri sortOrder: 6 fieldKey: convert_timestamp label: Convert Timestamps @@ -31926,13 +34700,29 @@ items: dynamic: false allowNull: false hidden: false - - id: q2FGU24tj9np5M7aJdWfty + - id: uMKWEfiThtAr2C2SLmVvA8 sortOrder: 7 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: bLyybMJUMjzkQNsvQAM8S1 + sortOrder: 8 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -31946,7 +34736,7 @@ items: hidden: false defaultTrigger: type = "page" fields: - - id: 3VkMmbg7R4wA45APog1BZW + - id: 5oTarA6c5k2HoyfSadzQwH sortOrder: 0 fieldKey: id label: Person ID @@ -31963,7 +34753,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 6tdb2LC1sEgBWhNRUU9SZh + - id: 7TLUvNxj29eZmXksf1GeUE sortOrder: 1 fieldKey: anonymous_id label: Anonymous ID @@ -31980,7 +34770,7 @@ items: dynamic: false allowNull: false hidden: false - - id: rfcQ3m15ETa8QWyitLxphQ + - id: qKWZCtykVcEBEcy4REyo1W sortOrder: 2 fieldKey: event_id label: Event ID @@ -31996,7 +34786,7 @@ items: choices: null dynamic: false allowNull: false - - id: jqeYjqKnaPWHNVRyRXwo2M + - id: 6wCgjyKbxSYtgMwqZ2j11j sortOrder: 3 fieldKey: url label: Page URL @@ -32011,7 +34801,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mKopF1HGRE3Efc7wfi6Nhv + - id: rFfXT1fRAHGXFfN786ahRS sortOrder: 4 fieldKey: timestamp label: Timestamp @@ -32028,7 +34818,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 27Kc4tjY3o468FEYiRrEaR + - id: iEehE2YzmRiM9s7YwUxYNE sortOrder: 5 fieldKey: data label: Event Attributes @@ -32043,7 +34833,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 6WBSR1bf6etgyeCRM7r1qa + - id: 4UERbLnSnsr2LFNbvPW3sM sortOrder: 6 fieldKey: convert_timestamp label: Convert Timestamps @@ -32057,13 +34847,29 @@ items: dynamic: false allowNull: false hidden: false - - id: uJQ4nbZuifoaoW9NKD47Yr + - id: 94YCctmMRPRaL2LAzHoYPj sortOrder: 7 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: kq7NEiXtuWXnWWcxtMMjEs + sortOrder: 8 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -32077,7 +34883,7 @@ items: hidden: false defaultTrigger: event = "Application Uninstalled" or event = "Device Deleted" fields: - - id: esyCNk6TRzxGXMfPeavgQf + - id: 8CiP2GLZtiJ9XXGP4NtVJJ sortOrder: 0 fieldKey: person_id label: Person ID @@ -32092,7 +34898,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 68sccAxURxJwQQUmPFtFCp + - id: U6K7atdk9a4shhyMEXMpk sortOrder: 1 fieldKey: device_id label: Device ID @@ -32107,13 +34913,29 @@ items: dynamic: false allowNull: false hidden: false - - id: vnfEHWkh6aN7G3XQ1r9iDp + - id: xD6nTtveaW3vb5zQQ2gcJ sortOrder: 2 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: goBrF3KeHmtwJVGax5C4TH + sortOrder: 3 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -32127,7 +34949,7 @@ items: hidden: false defaultTrigger: type = "screen" fields: - - id: 8biFFZiCHm7nfYGCJs2icm + - id: kvypjzBPSPbY1D6seDmJ7t sortOrder: 0 fieldKey: id label: Person ID @@ -32144,7 +34966,7 @@ items: dynamic: false allowNull: false hidden: false - - id: WApvHPahyo2WThDrdAkcB + - id: mz8QaE3EPAMdMXSiSKUJu5 sortOrder: 1 fieldKey: anonymous_id label: Anonymous ID @@ -32161,7 +34983,7 @@ items: dynamic: false allowNull: false hidden: false - - id: heBsZsrXPapgwqexwmq7oZ + - id: c7yUwF8aHDHtX3Kdo3BpJ5 sortOrder: 2 fieldKey: event_id label: Event ID @@ -32177,7 +34999,7 @@ items: choices: null dynamic: false allowNull: false - - id: sv5smFGgADQu8fnVPWwZ5h + - id: 8cdEd73KAPFjS9pTwCs4dA sortOrder: 3 fieldKey: name label: Screen name @@ -32192,7 +35014,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 5kUwHmh9RSSWm8JvfqwjpF + - id: 87xbaM83NXApuyhV9AvuSK sortOrder: 4 fieldKey: timestamp label: Timestamp @@ -32209,7 +35031,7 @@ items: dynamic: false allowNull: false hidden: false - - id: cZ26WWMDSwAVSabWAXoqsk + - id: g6v9uM85DBX8XUMmWHfVX2 sortOrder: 5 fieldKey: data label: Event Attributes @@ -32224,7 +35046,7 @@ items: dynamic: false allowNull: false hidden: false - - id: eYX587LwYHNyjjY2bUQgzW + - id: x1hd5GP2zEpNtzkDi1Q1dg sortOrder: 6 fieldKey: convert_timestamp label: Convert Timestamps @@ -32238,13 +35060,29 @@ items: dynamic: false allowNull: false hidden: false - - id: kDCfP2PhnCyWvoMQBJBZ5G + - id: 3y3QyfzSXcyUTSyd63XJB1 sortOrder: 7 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: xANNkjVet2xUUqTLybeEr5 + sortOrder: 8 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -32258,7 +35096,7 @@ items: hidden: false defaultTrigger: type = "group" fields: - - id: wBtjtptscvuaJygcUfvBrY + - id: nj5FvozxcGXVZHENUrhGzQ sortOrder: 0 fieldKey: id label: Object ID @@ -32275,7 +35113,7 @@ items: dynamic: false allowNull: false hidden: false - - id: kZZPFmoohr544QmJRMmGr2 + - id: uxZznfhEWBMYPczr9gQxDR sortOrder: 1 fieldKey: created_at label: Created At @@ -32296,7 +35134,7 @@ items: dynamic: false allowNull: false hidden: false - - id: sTa2RxLKrbVjd1CD5wHcQE + - id: nZEqUpUJL6kEn9PbV9UqUP sortOrder: 2 fieldKey: custom_attributes label: Object Attributes @@ -32313,7 +35151,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 6Wg5wJMAJta2uwmLNXa4yK + - id: x4mAcTo6LT9nkJP21Poh78 sortOrder: 3 fieldKey: relationship_attributes label: Relationship Attributes @@ -32330,7 +35168,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7kXKTYLqSN1NCbQeKVvir4 + - id: t9yrLUavtiSk16wUpfGrpw sortOrder: 4 fieldKey: user_id label: User ID @@ -32347,7 +35185,7 @@ items: dynamic: false allowNull: false hidden: false - - id: a66doJCXBMijMdwtcfAN2v + - id: 6v5pFpuP1WRqsczekhG6cL sortOrder: 5 fieldKey: anonymous_id label: Anonymous ID @@ -32364,7 +35202,7 @@ items: dynamic: false allowNull: false hidden: false - - id: whWjZRXzxhQqRXt4gvbMKD + - id: nhPb3sJFqQWWm8DfrUyLrS sortOrder: 6 fieldKey: object_type_id label: Object Type Id @@ -32387,7 +35225,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mEhGDGzwij6SqKnWigKGz5 + - id: uNJ8TVRwgdg4XnVCAkVRtM sortOrder: 7 fieldKey: convert_timestamp label: Convert Timestamps @@ -32401,13 +35239,29 @@ items: dynamic: false allowNull: false hidden: false - - id: b7yVf7T776mACrkzHkBDJE + - id: oCREWKCuWC8FsgKyoA8wzg sortOrder: 8 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 5Vr7jPe8wBachT3yq5rLnt + sortOrder: 9 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -32421,7 +35275,7 @@ items: hidden: false defaultTrigger: event = "Relationship Deleted" fields: - - id: 9mFkiZumYvzUh8QWBqoVyG + - id: gNy5j8NUfGH4DP9dVcUhpp sortOrder: 0 fieldKey: person_id label: Person ID @@ -32435,7 +35289,7 @@ items: choices: null dynamic: false allowNull: false - - id: kDduMKTMsBnMdKPW3d9Fq7 + - id: hnF882oChreohBcUW8Dp9h sortOrder: 1 fieldKey: anonymous_id label: Anonymous ID @@ -32451,7 +35305,7 @@ items: choices: null dynamic: false allowNull: false - - id: qGStmWrNBYo2qdnvGMsNz1 + - id: afMedM98SfPsp286CWznD8 sortOrder: 2 fieldKey: object_id label: Object ID @@ -32465,7 +35319,7 @@ items: choices: null dynamic: false allowNull: false - - id: vfiXBhLyJxYe2Q3SAdAP8j + - id: m1gHRnvyzgCW7fPE6APrSy sortOrder: 3 fieldKey: object_type_id label: Object Type ID @@ -32485,13 +35339,29 @@ items: choices: null dynamic: false allowNull: false - - id: tguYXh32nYCknNrkeTMSyQ + - id: qBKsnAuyg8HMoohvaciVfp sortOrder: 4 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: dr53RsQEjdwG1a1qqzKpwf + sortOrder: 5 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -32507,7 +35377,7 @@ items: hidden: false defaultTrigger: event = "User Unsuppressed" fields: - - id: vxv31Nsh4N32BKuzMQFoK4 + - id: vkuCxJbDtT1tJdXch1P416 sortOrder: 0 fieldKey: person_id label: Person ID @@ -32521,13 +35391,29 @@ items: choices: null dynamic: false allowNull: false - - id: oio9DS6hpnPKTD4STNU76x + - id: aVZUEUbugL4wjuzf5crMUY sortOrder: 1 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: iLrxejzkGHEH8eQVDGbUqK + sortOrder: 2 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -32541,7 +35427,7 @@ items: hidden: false defaultTrigger: type = "alias" fields: - - id: fevVxyBc5yeXHacezGeKxj + - id: kHoUceqN35ceyqQTjV2g5U sortOrder: 0 fieldKey: primary label: Primary User @@ -32558,7 +35444,7 @@ items: choices: null dynamic: false allowNull: false - - id: kTfmfJ4wgZdhVDuq5pvD29 + - id: mExc2oP4T6AxzuKLVsW8e1 sortOrder: 1 fieldKey: secondary label: Secondary User @@ -32575,13 +35461,29 @@ items: choices: null dynamic: false allowNull: false - - id: 5QUyxZtJCviWqaf4nKbeRk + - id: 3HYjHby78syDvhtsWXjSiZ sortOrder: 2 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: JhKTnw17NGC4pDtWAHMY8 + sortOrder: 3 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -32595,7 +35497,7 @@ items: hidden: false defaultTrigger: event = "Object Deleted" fields: - - id: mM71RTRFQx1C7iPdDw2bjS + - id: 4JntipU2mEQ5aYBXhpkeWX sortOrder: 0 fieldKey: object_id label: Object ID @@ -32609,7 +35511,7 @@ items: choices: null dynamic: false allowNull: false - - id: 4nZMP9h6F2vcUPQXb96xp5 + - id: dDq8uC6muvg3rZSymL9seb sortOrder: 1 fieldKey: object_type_id label: Object Type ID @@ -32629,13 +35531,29 @@ items: choices: null dynamic: false allowNull: false - - id: jbE5AhdfpG4NMrzH9iqoEp + - id: xqRozAWWEU2DPamdqtwmhA sortOrder: 2 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: gaRUo6uVRCwu4fAeExVH99 + sortOrder: 3 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -32651,7 +35569,7 @@ items: hidden: false defaultTrigger: event = "User Suppressed" fields: - - id: izDycHqqktfBwH9uRdUzz7 + - id: hLdGre55Z6gQf6ca4Cx5Sp sortOrder: 0 fieldKey: person_id label: Person ID @@ -32665,13 +35583,29 @@ items: choices: null dynamic: false allowNull: false - - id: uGgVzTLUGDJD17HUru4Xox + - id: cbjitwrRmEFkRzfd5pKzyA sortOrder: 1 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: nZDdrmUUG2aCUQxehjDgWQ + sortOrder: 2 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -32685,7 +35619,7 @@ items: hidden: false defaultTrigger: event = "User Deleted" fields: - - id: cQ4tHRDETQev1mnjuYne3M + - id: g2kHWaMkqt5DXj2g5uZt9Y sortOrder: 0 fieldKey: person_id label: Person ID @@ -32699,13 +35633,29 @@ items: choices: null dynamic: false allowNull: false - - id: mxHyJiRXjWfnYLsDVsQqGj + - id: f7ZyK1RKrgFUpbwGUvvQSW sortOrder: 1 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: bQcEhyLdsdqTBRDmAmBGWU + sortOrder: 2 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null @@ -32721,7 +35671,7 @@ items: hidden: false defaultTrigger: event = "Report Delivery Event" fields: - - id: tD9ogi4EJz7jpb8XkStHMX + - id: jNfRVkLCtFbfNu8MHdXCKK sortOrder: 0 fieldKey: delivery_id label: Delivery ID @@ -32737,7 +35687,7 @@ items: choices: null dynamic: false allowNull: false - - id: pSBxBnm1wtc2N1MCZAxtN6 + - id: 7vtYiUthGbxc2pB6du1SN5 sortOrder: 1 fieldKey: metric label: Metric @@ -32771,7 +35721,7 @@ items: value: deferred dynamic: false allowNull: false - - id: jdz6JRxddmwascmaHG8Srn + - id: uwb8MfhoUzeBwwK4uP5xm4 sortOrder: 2 fieldKey: recipient label: Recipient @@ -32788,7 +35738,7 @@ items: choices: null dynamic: false allowNull: false - - id: qbsCQrmGRkfnv6N3iknXaj + - id: j7hPNpYyxfmmyHR2aN556K sortOrder: 3 fieldKey: reason label: Reason @@ -32804,7 +35754,7 @@ items: choices: null dynamic: false allowNull: false - - id: djQ48PuQfEQWFfuT6JYAHw + - id: g8WSuXzMHCvAYtzrnEvNB6 sortOrder: 4 fieldKey: href label: Href @@ -32818,7 +35768,7 @@ items: choices: null dynamic: false allowNull: false - - id: nzmbG3hduxQMy9FPDLgJpt + - id: hRtVagLfz5ghSZDM5jMyMh sortOrder: 5 fieldKey: action_name label: Action Name @@ -32832,7 +35782,7 @@ items: choices: null dynamic: false allowNull: false - - id: rT6dTk8Gh2eQSehCyDCxQS + - id: 7oy1cGtD3iWeHweMxWVEdd sortOrder: 6 fieldKey: action_value label: Action Value @@ -32846,7 +35796,7 @@ items: choices: null dynamic: false allowNull: false - - id: dce25nYAYfhWQ3h22Spqfp + - id: 78AmwGduuuvYYkp6T6KVxV sortOrder: 7 fieldKey: timestamp label: Timestamp @@ -32862,6 +35812,34 @@ items: choices: null dynamic: false allowNull: false + - id: jP5oNedNMCTkfQ3mzJDgNX + sortOrder: 8 + fieldKey: enable_batching + label: Enable Batching + type: BOOLEAN + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: ka5HoAxxhs7ttDqfN98RDL + sortOrder: 9 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 + required: false + multiple: false + choices: null + dynamic: false + allowNull: false - id: gEdBnya7kEtPMikFwsdvV name: Report Content Event slug: reportContentEvent @@ -32870,7 +35848,7 @@ items: hidden: false defaultTrigger: event = "Report Content Event" fields: - - id: dQh6WwfRYvFis2gNY9bnjH + - id: nVb5Ayg6scVNyfrP1N3qsz sortOrder: 0 fieldKey: anonymous_id label: Anonymous ID @@ -32884,7 +35862,7 @@ items: choices: null dynamic: false allowNull: false - - id: fYX5tem289XPCHWwJwGPCj + - id: xySzQxewy7zSSzn7WqGpyW sortOrder: 1 fieldKey: actionType label: Action Type @@ -32902,7 +35880,7 @@ items: value: clicked_content dynamic: false allowNull: false - - id: gxHVMdH7ZfEyqvPyjTS4vi + - id: 5UDVjYXKoJf4YRkRSpHnU7 sortOrder: 2 fieldKey: timestamp label: Timestamp @@ -32918,7 +35896,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9dqwrWWLWUyLrHrmrixRJ8 + - id: 3JK74RQzQgbEVsb1smynGD sortOrder: 3 fieldKey: data label: Event Attributes @@ -32932,7 +35910,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3HoxSnsUKvfU5rDUYpF5c5 + - id: 43nhTLBG5f2HepBKFe6eVz sortOrder: 4 fieldKey: convert_timestamp label: Convert Timestamps @@ -32945,48 +35923,59 @@ items: choices: null dynamic: false allowNull: false - - id: aFUJEo3LwKBtMdfhSFHNBG + - id: o4bPwqakLigSnwhXmrHtbV sortOrder: 5 fieldKey: enable_batching - label: Enable Batching? + label: Enable Batching type: BOOLEAN - description: When enabled, Segment will send events in batches. - defaultValue: false + description: Set as true to ensure Segment sends data to Customer.io in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: s26SyxHvoh9vZje6GF2X8o + sortOrder: 6 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: >- + Maximum number of events to include in each batch. Actual batch sizes + may be lower. + placeholder: '' + defaultValue: 50 required: false multiple: false choices: null dynamic: false allowNull: false presets: - - actionId: ni61rg53jNVHceAAKpAMiU - name: Track Event + - actionId: vzu3gQU4FWnjjjwLrZ92v + name: Report Delivery Event fields: - id: - '@path': $.userId - anonymous_id: - '@path': $.anonymousId - name: - '@path': $.event - event_id: - '@path': $.messageId + delivery_id: + '@path': $.properties.deliveryId + metric: + '@path': $.properties.metric + recipient: + '@path': $.properties.recipient + reason: + '@path': $.properties.reason + href: + '@path': $.properties.href + action_name: + '@path': $.properties.actionName + action_value: + '@path': $.properties.actionValue timestamp: '@path': $.timestamp - data: - '@path': $.properties - convert_timestamp: true - trigger: |2- - - type = "track" - and event != "Relationship Deleted" - and event != "User Deleted" - and event != "User Suppressed" - and event != "User Unsuppressed" - and event != "Object Deleted" - and event != "Report Delivery Event" - and event != "Report Content Event" - - - actionId: sqJbxd67L97ZpX6N8wphL3 - name: Track Screen View + enable_batching: true + batch_size: 50 + trigger: event = "Report Delivery Event" + - actionId: bYpBhuXizNTPeBLwoJ1RxZ + name: Track Page View fields: id: '@path': $.userId @@ -32994,14 +35983,16 @@ items: '@path': $.anonymousId event_id: '@path': $.messageId - name: - '@path': $.name + url: + '@path': $.properties.url timestamp: '@path': $.timestamp data: '@path': $.properties convert_timestamp: true - trigger: type = "screen" + enable_batching: true + batch_size: 50 + trigger: type = "page" - actionId: s7FEfD963drbt4mBbnUxfR name: Create or Update Device fields: @@ -33018,75 +36009,9 @@ items: attributes: '@path': $.properties convert_timestamp: true + enable_batching: true + batch_size: 50 trigger: event = "Application Installed" or event = "Application Opened" - - actionId: tLbwUgCeC2qVhPm8ia7adn - name: Create or Update Object - fields: - id: - '@path': $.groupId - created_at: - '@if': - exists: - '@path': $.traits.created_at - then: - '@path': $.traits.created_at - else: - '@path': $.traits.createdAt - custom_attributes: - '@path': $.traits.objectAttributes - relationship_attributes: - '@path': $.traits.relationshipAttributes - user_id: - '@path': $.userId - anonymous_id: - '@path': $.anonymousId - object_type_id: - '@if': - exists: - '@path': $.traits.object_type_id - then: - '@path': $.traits.object_type_id - else: - '@path': $.traits.objectTypeId - convert_timestamp: true - trigger: type = "group" - - actionId: bYpBhuXizNTPeBLwoJ1RxZ - name: Track Page View - fields: - id: - '@path': $.userId - anonymous_id: - '@path': $.anonymousId - event_id: - '@path': $.messageId - url: - '@path': $.properties.url - timestamp: - '@path': $.timestamp - data: - '@path': $.properties - convert_timestamp: true - trigger: type = "page" - - actionId: vzu3gQU4FWnjjjwLrZ92v - name: Report Delivery Event - fields: - delivery_id: - '@path': $.properties.deliveryId - metric: - '@path': $.properties.metric - recipient: - '@path': $.properties.recipient - reason: - '@path': $.properties.reason - href: - '@path': $.properties.href - action_name: - '@path': $.properties.actionName - action_value: - '@path': $.properties.actionValue - timestamp: - '@path': $.timestamp - trigger: event = "Report Delivery Event" - actionId: gEdBnya7kEtPMikFwsdvV name: Report Content Event fields: @@ -33099,6 +36024,8 @@ items: data: '@path': $.properties convert_timestamp: true + enable_batching: true + batch_size: 50 trigger: event = "Report Content Event" - actionId: k4Xb8oym74V59L3n6YmkQe name: Create or Update Person @@ -33138,7 +36065,90 @@ items: '@path': $.traits.object_type_id else: '@path': $.traits.objectTypeId + enable_batching: true + batch_size: 50 trigger: type = "identify" + - actionId: ni61rg53jNVHceAAKpAMiU + name: Track Event + fields: + id: + '@path': $.userId + anonymous_id: + '@path': $.anonymousId + name: + '@path': $.event + event_id: + '@path': $.messageId + timestamp: + '@path': $.timestamp + data: + '@path': $.properties + convert_timestamp: true + enable_batching: true + batch_size: 50 + trigger: |2- + + type = "track" + and event != "Relationship Deleted" + and event != "User Deleted" + and event != "User Suppressed" + and event != "User Unsuppressed" + and event != "Object Deleted" + and event != "Report Delivery Event" + and event != "Report Content Event" + + - actionId: tLbwUgCeC2qVhPm8ia7adn + name: Create or Update Object + fields: + id: + '@path': $.groupId + created_at: + '@if': + exists: + '@path': $.traits.created_at + then: + '@path': $.traits.created_at + else: + '@path': $.traits.createdAt + custom_attributes: + '@path': $.traits.objectAttributes + relationship_attributes: + '@path': $.traits.relationshipAttributes + user_id: + '@path': $.userId + anonymous_id: + '@path': $.anonymousId + object_type_id: + '@if': + exists: + '@path': $.traits.object_type_id + then: + '@path': $.traits.object_type_id + else: + '@path': $.traits.objectTypeId + convert_timestamp: true + enable_batching: true + batch_size: 50 + trigger: type = "group" + - actionId: sqJbxd67L97ZpX6N8wphL3 + name: Track Screen View + fields: + id: + '@path': $.userId + anonymous_id: + '@path': $.anonymousId + event_id: + '@path': $.messageId + name: + '@path': $.name + timestamp: + '@path': $.timestamp + data: + '@path': $.properties + convert_timestamp: true + enable_batching: true + batch_size: 50 + trigger: type = "screen" partnerOwned: true - id: 5e1f879beef894b09f7a0ba9 display_name: Data Lakes @@ -33594,9 +36604,9 @@ items: - Email Marketing - Marketing Automation logo: - url: https://cdn-devcenter.segment.com/7746b31d-bf00-4b09-95a5-458a79412b96.svg + url: https://cdn-devcenter.segment.com/87486058-b0a1-4b93-9409-b861d1cc8bfc.svg mark: - url: https://cdn-devcenter.segment.com/8c6dbc6d-a068-470f-8dea-fbf5e018d664.svg + url: https://cdn-devcenter.segment.com/e60f5bb8-f7c4-4ccd-a3ed-c1f076790a99.svg methods: track: true identify: true @@ -33652,7 +36662,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "Enrol Contact to Program" fields: - - id: nyJjxsud3vwEM7K1vog7X4 + - id: 6bAd2fA4EkqcJ9tMGEAovy sortOrder: 0 fieldKey: channelIdentifier label: Contact Identifier type @@ -33669,7 +36679,7 @@ items: value: mobileNumber dynamic: false allowNull: false - - id: 5g6R4KYNv9bEMABYmmUAYD + - id: 4ebTorseZYdPGkgGV1jsRE sortOrder: 1 fieldKey: emailIdentifier label: Email Address @@ -33689,7 +36699,7 @@ items: choices: null dynamic: false allowNull: false - - id: 8x8hdrSE1F9VKJzoBxL4gB + - id: vz5x9ncejdpepTgpVFQjMX sortOrder: 2 fieldKey: mobileNumberIdentifier label: Mobile Number @@ -33709,7 +36719,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3gCkXs3WQBXs2QtbjsY84 + - id: b7GdTWQQbEHkSSDu9Zm3DY sortOrder: 3 fieldKey: programId label: Program @@ -33729,7 +36739,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "Remove Contact from List" fields: - - id: uHkRrAKMcF81snVg6RvG4L + - id: t5MWahNnRaDHNnRSzco1cr sortOrder: 0 fieldKey: channelIdentifier label: Contact Identifier type @@ -33746,7 +36756,7 @@ items: value: mobileNumber dynamic: false allowNull: false - - id: 4zfS1HuKzNWBtB8RN6SUw7 + - id: ec17Ma4hm6thGgM8WpXywX sortOrder: 1 fieldKey: emailIdentifier label: Email Address @@ -33766,7 +36776,7 @@ items: choices: null dynamic: false allowNull: false - - id: igbS3Lk1zNCoZybmJBg8Pv + - id: nxGVGH8tfKcveETPg7bwHH sortOrder: 2 fieldKey: mobileNumberIdentifier label: Mobile Number @@ -33786,7 +36796,7 @@ items: choices: null dynamic: false allowNull: false - - id: ww24d7Tk5CQs814VomTCUq + - id: horc5tdjZuy4epHLqPK4ta sortOrder: 3 fieldKey: listId label: List @@ -33801,12 +36811,12 @@ items: - id: mXqbgqEAfWG1MRz8cBHzS4 name: Add Contact to List slug: addContactToList - description: Adds a Contact to a list. + description: Adds a contact to a list. platform: CLOUD hidden: false defaultTrigger: type = "track" and event = "Add Contact to List" fields: - - id: 8yfiKY51TS8CFcEffgrbdE + - id: 5eGFX9XxNwmTmxUmeGxXzf sortOrder: 0 fieldKey: channelIdentifier label: Contact Identifier type @@ -33823,7 +36833,7 @@ items: value: mobileNumber dynamic: false allowNull: false - - id: 3R4n1rdxf48wxpaCNXsGBx + - id: 8orWgG8jidQQvCF4Sp9WNx sortOrder: 1 fieldKey: emailIdentifier label: Email Address @@ -33843,7 +36853,7 @@ items: choices: null dynamic: false allowNull: false - - id: sNx4UZZxtTuF9toi8rVobG + - id: iHQpcJHgTkKbpn2pMP1Xoc sortOrder: 2 fieldKey: mobileNumberIdentifier label: Mobile Number @@ -33863,7 +36873,7 @@ items: choices: null dynamic: false allowNull: false - - id: hqe1EJtkmpiVoVeUZsPsqB + - id: jQsJXmQAKxdG8Ef2Q5xaYN sortOrder: 3 fieldKey: listId label: List @@ -33875,7 +36885,7 @@ items: choices: null dynamic: true allowNull: false - - id: nYZ96z4YLhtHtukyAQwWbQ + - id: 7QbozYxmRKsG2SSe9EdYLR sortOrder: 4 fieldKey: dataFields label: Data Fields @@ -33889,6 +36899,318 @@ items: choices: null dynamic: true allowNull: false + - id: jv6zXzcGrfok4Ed9RAnJwz + name: Send Transactional SMS + slug: sendTransactionalSms + description: Sends a transactional SMS. + platform: CLOUD + hidden: false + defaultTrigger: type = "track" and event = "Send Transactional SMS" + fields: + - id: eSTTBJ7Si9nT3vxG3YPCNm + sortOrder: 0 + fieldKey: to + label: To + type: STRING + description: >- + Only valid mobile numbers with an international dialling prefix will be + accepted (e.g. 447777123123). + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.traits.phone + then: + '@path': $.traits.phone + else: + '@path': $.properties.phone + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: tKXmfudoGEUYBDJGzbQJm3 + sortOrder: 1 + fieldKey: from + label: From + type: STRING + description: >- + Enter a custom From name, or leave blank to use a random number. From + name format varies by region. [Learn + more](https://support.dotdigital.com/en/articles/8199187-sender-ids-and-originators) + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 2kNVWSqgkH1aY2JNauXDUt + sortOrder: 2 + fieldKey: message + label: Message + type: TEXT + description: The content of the SMS, up to 160 non-encoded characters per message. + placeholder: '' + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 5SpvJCTsemM3nmkUhbAyBM + sortOrder: 3 + fieldKey: link_shortening + label: Link Shortening + type: BOOLEAN + description: >- + [Link + shortening](https://developer.dotdigital.com/v2/reference/additional-options#link-shortening) + will automatically shorten your links to save character count and track + who clicked on them for better reporting. Defaults to No. + placeholder: '' + defaultValue: false + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: ftK6MRC5mmdDeUwwgLtLiW + sortOrder: 4 + fieldKey: allow_unicode + label: Allow Unicode Characters + type: BOOLEAN + description: >- + If Yes, Unicode characters will be allowed in the message body. If No, + any messages containing Unicode will not be sent. Please [read why + Unicode](https://developer.dotdigital.com/reference/channel-sms#section-why-is-unicode-important-with-sms) + is important before switching this on. Defaults to No. + placeholder: '' + defaultValue: false + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: tKtdaxiELexHfud1HvhdDE + name: Send Email Campaign + slug: sendEmailCampaign + description: Sends a marketing email to a contact. + platform: CLOUD + hidden: false + defaultTrigger: type = "track" and event = "Send Email Campaign" + fields: + - id: uPrJrs6nxzgL9DVwNUeBuJ + sortOrder: 0 + fieldKey: email + label: Email + type: STRING + description: >- + A single email address to send the campaign to. If the contact does not + exist in your Dotdigital account, the campaign won't be sent. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.traits.email + then: + '@path': $.traits.email + else: + '@path': $.properties.email + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: qWs7HzReXgmay5b39nbkSR + sortOrder: 1 + fieldKey: campaignId + label: Campaign + type: NUMBER + description: The campaign to email to a contact. + placeholder: '' + required: true + multiple: false + choices: null + dynamic: true + allowNull: false + - id: optbhzAkp8ua4vPfsPNJYw + sortOrder: 2 + fieldKey: sendDate + label: Send Date + type: DATETIME + description: The campaign will be sent immediately if the send date is left blank. + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 8BfgALB8N6T5VmmprhExrV + sortOrder: 3 + fieldKey: sendTimeOptimised + label: Send Time Optimised + type: BOOLEAN + description: >- + Send the campaign at the most appropriate time based upon their previous + opens. + placeholder: '' + defaultValue: false + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: ujJjpH1So8Mr4KtWzCbgGx + name: Send Transactional Email + slug: sendTransactionalEmail + description: Sends a transactional email. + platform: CLOUD + hidden: false + defaultTrigger: type = "track" and event = "Send Transactional Email" + fields: + - id: p7wvY4FvoyDoFMjzLCZTn + sortOrder: 0 + fieldKey: fromAddress + label: From Address + type: STRING + description: >- + Use either your default transactional email from address, or another + custom from address you have added to your account. If you set a from + address that is not listed in your available from addresses, Dotdigital + will replace it with your default from address. You may set a from name + as well as an email address, for example "My Company + <`Dotmailer123@r1.dotdigital-email.com`>". [Read more about using + transactional + email](https://support.dotdigital.com/en/articles/8199068-use-transactional-email). + placeholder: '' + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 3YwPynv6TH1FASf5dUpdui + sortOrder: 1 + fieldKey: toAddresses + label: To Address + type: STRING + description: The email address(es) to send to. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.traits.email + then: + '@path': $.traits.email + else: + '@path': $.properties.email + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: j6HJXkzCxSASXa8Vsr1ubV + sortOrder: 2 + fieldKey: subject + label: Subject + type: STRING + description: The subject line for your email. + placeholder: '' + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: oQ9fTTKs5hp1oA5sCUznGQ + sortOrder: 3 + fieldKey: htmlContent + label: HTML Content + type: TEXT + description: The HTML content for your email. + placeholder: '' + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: gXjpEJCtRoJsTkgocR8TV2 + sortOrder: 4 + fieldKey: plainTextContent + label: Plain Text Content + type: TEXT + description: The plain text content for your email. + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: raXvvzBRhwTLwuLeKNmAdU + sortOrder: 5 + fieldKey: ccAddresses + label: CC Addresses + type: STRING + description: >- + The CC email address(es) to send to. Separate email addresses with a + comma. Maximum: 100. + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: fyzRQJD2QoRJmDvDUkA669 + sortOrder: 6 + fieldKey: bccAddresses + label: BCC Addresses + type: STRING + description: >- + The BCC email address(es) to send to. Separate email addresses with a + comma. Maximum: 100. + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: wyTCNJJUFCj7PZpJsBJj57 + name: Send SMS + slug: sendSms + description: Sends a marketing SMS to a contact. + platform: CLOUD + hidden: false + defaultTrigger: type = "track" and event = "Send SMS" + fields: + - id: w7Hf1QuhxifghDwFh3YuSL + sortOrder: 0 + fieldKey: to + label: To + type: STRING + description: The mobile number of the contact in E.164 format (e.g. 14155552671). + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.traits.phone + then: + '@path': $.traits.phone + else: + '@path': $.properties.phone + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: oZ8vtx1N8ZjJmay6sk5RJT + sortOrder: 1 + fieldKey: message + label: Message + type: TEXT + description: The message to send in the SMS. + placeholder: '' + required: true + multiple: false + choices: null + dynamic: false + allowNull: false presets: [] partnerOwned: true - id: 57ab9dfc80412f644ff2004c @@ -34972,28 +38294,26 @@ items: hidden: false presets: [] partnerOwned: true -- id: 682db61f6c600fdb90251392 - display_name: Eagle Eye (Actions) - name: Eagle Eye (Actions) - slug: eagle-eye-actions +- id: 6870f42bdaad87a11d764e91 + display_name: Eagle Eye + name: Eagle Eye + slug: eagle-eye hidden: false endpoints: - US regions: - us-west-2 - eu-west-1 - url: connections/destinations/catalog/eagle-eye-actions + url: connections/destinations/catalog/eagle-eye previous_names: - - Eagle Eye (Actions) - website: https://eagleeye.com/ + - Eagle Eye + website: http://www.segment.com status: PUBLIC_BETA - categories: - - Personalization - - Marketing Automation + categories: [] logo: - url: https://cdn-devcenter.segment.com/9ad0b782-15ac-4cec-83dc-21e2600d19b7.svg + url: https://cdn.filepicker.io/api/file/jrbUXsZDQ708akn3cVyZ mark: - url: https://cdn-devcenter.segment.com/71a5d53f-dab0-4ff8-a4c4-58d1fd840518.svg + url: https://cdn.filepicker.io/api/file/jrbUXsZDQ708akn3cVyZ methods: track: true identify: true @@ -35007,7 +38327,7 @@ items: server: true warehouse: false cloudAppObject: false - linkedAudiences: true + linkedAudiences: false components: [] browserUnbundlingSupported: false browserUnbundlingPublic: false @@ -35035,15 +38355,15 @@ items: required: true label: Connector External Key actions: - - id: SqLce3Uc3XxR9ycooEmV2 + - id: iHPP68PAPPypctEXL62Hrm name: Trigger Behavioral Action slug: triggerBehavioralAction description: Trigger behavioral actions in AIR based on tracked events platform: CLOUD hidden: false - defaultTrigger: type = "track" + defaultTrigger: type = "track" or type = "identify" fields: - - id: 73mf46ZxRXb1TG4aaDnbZz + - id: hJTFpX5VzdveLjH29EFnj2 sortOrder: 0 fieldKey: identityValue label: User identity value @@ -35057,7 +38377,7 @@ items: choices: null dynamic: false allowNull: false - - id: p8BViqXrKD2XhcaJ6VCydo + - id: 3JNzLwT3bgfpUaRUnif6eZ sortOrder: 1 fieldKey: walletTransactionReference label: Wallet transaction reference @@ -35066,21 +38386,25 @@ items: Optional wallet transaction reference from the event triggering this Behavioral Action placeholder: '' + defaultValue: + '@path': $.messageId required: false multiple: false choices: null dynamic: false allowNull: false - - id: 6kS7Fh9G35fxDcopSthNmW + - id: eCLK8NmaRxNtDcPRt67Hbn sortOrder: 2 fieldKey: behavioralActionTriggerReferences label: Behavioral Action trigger reference type: STRING description: >- - Accepts a comma delimited list of reference strings for the Behavioral - Action to be executed. E.g.: A0001,P0001 + If connecting to an Engage Audience the default mapping should be left + as is. This field accepts a comma delimited list of reference strings + for the Behavioral Action to be executed. E.g.: A0001,P0001 placeholder: '' - defaultValue: '' + defaultValue: + '@path': $.context.personas.audience_settings.behavioralActionTriggerReferences required: true multiple: false choices: null @@ -37744,7 +41068,7 @@ items: previous_names: - Extensible Webhook website: http://www.segment.com - status: PUBLIC_BETA + status: PUBLIC categories: - Raw Data logo: @@ -44009,6 +47333,321 @@ items: actions: [] presets: [] partnerOwned: false +- id: 6683e1d5e37fd84efcf3bbef + display_name: First Party Dv360 + name: First Party Dv360 + slug: first-party-dv360 + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/first-party-dv360 + previous_names: + - First Party Dv360 + website: http://www.segment.com + status: PUBLIC_BETA + categories: [] + logo: + url: https://cdn-devcenter.segment.com/da053d87-a568-4bae-827f-857f7f4b2aba.svg + mark: + url: https://cdn-devcenter.segment.com/31811060-3f10-46b0-94de-bf299beb94a4.svg + methods: + track: true + identify: false + group: false + alias: false + screen: false + page: false + platforms: + browser: true + mobile: false + server: true + warehouse: false + cloudAppObject: false + linkedAudiences: false + components: [] + browserUnbundlingSupported: false + browserUnbundlingPublic: false + replay: false + connection_modes: + device: + web: false + mobile: false + server: false + cloud: + web: true + mobile: false + server: true + settings: [] + actions: + - id: pMRu4ozQwh3SzjYycCzDfn + name: Add to List + slug: addToList + description: Adds to list + platform: CLOUD + hidden: true + defaultTrigger: null + fields: [] + - id: kjEdc2dNCshXomx9VDnp9 + name: Remove Customer Match Members - Mobile Device Id List + slug: removeFromAudMobileDeviceId + description: >- + Remove customer match members in Google Display & Video 360 Mobile Device + Id List Audience. + platform: CLOUD + hidden: false + defaultTrigger: event = "Audience Entered" + fields: + - id: uT3Uxyik2BSKqGb1QuTPoj + sortOrder: 0 + fieldKey: mobileDeviceIds + label: Mobile Device IDs + type: STRING + description: >- + A list of mobile device IDs defining Customer Match audience members. + The size of mobileDeviceIds mustn't be greater than 500,000. + placeholder: '' + defaultValue: + '@path': $.context.traits.mobileDeviceIds + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: texVBBbJ5ZvG5eBR49wLoL + name: Edit Customer Match Members - Mobile Device Id List + slug: addToAudMobileDeviceId + description: >- + Add or update customer match members in Google Display & Video 360 Mobile + Device Id List Audience. + platform: CLOUD + hidden: false + defaultTrigger: event = "Audience Entered" + fields: + - id: dzEWPLsY9RCMeZXPs84FcJ + sortOrder: 0 + fieldKey: mobileDeviceIds + label: Mobile Device IDs + type: STRING + description: >- + A list of mobile device IDs defining Customer Match audience members. + The size of mobileDeviceIds mustn't be greater than 500,000. + placeholder: '' + defaultValue: + '@path': $.context.traits.mobileDeviceIds + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: u4XdrL4XCgThQLiwKZKC7e + name: Edit Customer Match Members - Contact Info List + slug: addToAudContactInfo + description: >- + Add or update customer match members in Google Display & Video 360 Contact + Info List Audience. + platform: CLOUD + hidden: false + defaultTrigger: event = "Audience Entered" + fields: + - id: 9v6BVoLkJsYA7WBp7CFv1 + sortOrder: 0 + fieldKey: emails + label: Emails + type: STRING + description: >- + A list of the user's emails. If not already hashed, the system will hash + them before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.emails + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: nRkBkcGCPh3CkMhXRfpUo9 + sortOrder: 1 + fieldKey: phoneNumbers + label: Phone Numbers + type: STRING + description: >- + A list of the user's phone numbers. If not already hashed, the system + will hash them before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.phoneNumbers + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: iKhX1uinTtH1h3U4Dm4gaq + sortOrder: 2 + fieldKey: zipCodes + label: ZIP Codes + type: STRING + description: A list of the user's zip codes. + placeholder: '' + defaultValue: + '@path': $.context.traits.zipCodes + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: mUVtit9CqM9CjbQBnEUuze + sortOrder: 3 + fieldKey: firstName + label: First Name + type: STRING + description: >- + The user's first name. If not already hashed, the system will hash it + before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.firstName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: m6UJjUoLKDQK9CgLw8boAR + sortOrder: 4 + fieldKey: lastName + label: Last Name + type: STRING + description: >- + The user's last name. If not already hashed, the system will hash it + before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.lastName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: hDb93iDZswBJELhLyvyd4W + sortOrder: 5 + fieldKey: countryCode + label: Country Code + type: STRING + description: The country code of the user. + placeholder: '' + defaultValue: + '@path': $.context.traits..countryCode + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: vykfWPGTjXpdHZiaaSUYRC + name: Remove Customer Match Members - Contact Info List + slug: removeFromAudContactInfo + description: >- + Remove customer match members in Google Display & Video 360 Contact Info + List Audience. + platform: CLOUD + hidden: false + defaultTrigger: event = "Audience Exited" + fields: + - id: 8a2YMuRfDVjc7pM2PtNk6B + sortOrder: 0 + fieldKey: emails + label: Emails + type: STRING + description: >- + A list of the user's emails. If not already hashed, the system will hash + them before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.emails + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: bwznBSaBAELeAituYtxp18 + sortOrder: 1 + fieldKey: phoneNumbers + label: Phone Numbers + type: STRING + description: >- + A list of the user's phone numbers. If not already hashed, the system + will hash them before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.phoneNumbers + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: xk7JHGRNKm8MWqg5L3TFF1 + sortOrder: 2 + fieldKey: zipCodes + label: ZIP Codes + type: STRING + description: A list of the user's zip codes. + placeholder: '' + defaultValue: + '@path': $.context.traits.zipCodes + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: htaHz7759wvmzUeg4L7KjZ + sortOrder: 3 + fieldKey: firstName + label: First Name + type: STRING + description: >- + The user's first name. If not already hashed, the system will hash it + before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.firstName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 9y9rrfjVMxHdPAkQbmGCd9 + sortOrder: 4 + fieldKey: lastName + label: Last Name + type: STRING + description: >- + The user's last name. If not already hashed, the system will hash it + before use. If not hashed, Segment will hash this value. + placeholder: '' + defaultValue: + '@path': $.context.traits.lastName + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: s9oBRJpFD1EC1LpoZSC7NS + sortOrder: 5 + fieldKey: countryCode + label: Country Code + type: STRING + description: The country code of the user. + placeholder: '' + defaultValue: + '@path': $.context.traits..countryCode + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + presets: [] + partnerOwned: false - id: 66048cbafa5a03fc49b153d3 display_name: FL0 name: FL0 @@ -45881,7 +49520,7 @@ items: hidden: false defaultTrigger: null fields: - - id: ejWurq2rBDsCgnuu7gUkfP + - id: d8ZX5a19Xv36HNTk5SxWeP sortOrder: 0 fieldKey: eventType label: Event Type @@ -45896,7 +49535,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 49UBKvAQRCHcvU8p3bBgMU + - id: bqoumn1Za2cwqcsb7u4tv9 sortOrder: 1 fieldKey: eventProperties label: Event Properties @@ -45914,7 +49553,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mGVhUaP3RuwTsTZdpEoQPX + - id: d4ukxc9VWsrFEewLkk54PL sortOrder: 2 fieldKey: deduplicationId label: Event ID @@ -45931,7 +49570,7 @@ items: dynamic: false allowNull: false hidden: false - - id: Gjy2F7ujet3ZtFNa36vvB + - id: VBRCSArFbFmTaNmNexuD9 sortOrder: 3 fieldKey: customerId label: Customer ID @@ -45952,7 +49591,7 @@ items: dynamic: false allowNull: false hidden: false - - id: uQUG6igtnQaaHMtkBDLBPy + - id: 7dbozzEhtjFwbmQj3AEre9 sortOrder: 4 fieldKey: anonymousId label: Anonymous ID @@ -45967,7 +49606,7 @@ items: dynamic: false allowNull: false hidden: false - - id: u7Ren1bQoSKSZEX7q31aAP + - id: jmHz964gJgZF7BbQnGsL5s sortOrder: 5 fieldKey: email label: Email @@ -45990,7 +49629,7 @@ items: hidden: false defaultTrigger: event = "Signed Up" fields: - - id: vCYC98ivGTnZFPD2BdigAk + - id: kziVHoixgvK2GzbQ1NawYZ sortOrder: 0 fieldKey: customerId label: Customer ID @@ -46011,7 +49650,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8ovNDhpRH8b7ftYUSbiYuq + - id: enVaDD5pXR2utLkhcHmfEE sortOrder: 1 fieldKey: anonymousId label: Anonymous ID @@ -46026,7 +49665,7 @@ items: dynamic: false allowNull: false hidden: false - - id: w2BSBoSzA6sPjTPhxCimyP + - id: 5VYcjBeByFwwK5bAX8un46 sortOrder: 2 fieldKey: email label: Email @@ -46041,7 +49680,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9RPeb3FwcZ2PkX4kTfjwf9 + - id: 7mWFogh1knG4oBnPXG9tu8 sortOrder: 3 fieldKey: isNewCustomer label: New Customer Flag @@ -46056,7 +49695,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tRnUs96hC8qtBpDJULC5Wv + - id: ms3Vb5UwXcb3XmEoYB86YR sortOrder: 4 fieldKey: loyaltyStatus label: Loyalty Program Status @@ -46073,7 +49712,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8mSVU4ZFrZLdaQ5zhWMCQg + - id: 4CeDLqyBbfKR8MbPPk3Mgf sortOrder: 5 fieldKey: firstName label: First Name @@ -46088,7 +49727,7 @@ items: dynamic: false allowNull: false hidden: false - - id: wmrSZxSGDkg49HzeX9x38s + - id: 2CQGvV5FaGA9TNrsZPhvYp sortOrder: 6 fieldKey: lastName label: Last Name @@ -46103,7 +49742,7 @@ items: dynamic: false allowNull: false hidden: false - - id: pnSYzM79hHRUAnfqmXhPR1 + - id: dRZRctiaZEPpSZdoiFZvZo sortOrder: 7 fieldKey: name label: Name @@ -46118,7 +49757,7 @@ items: dynamic: false allowNull: false hidden: false - - id: pZ8DujrjiSURj9Tgf5G72Z + - id: mZKhWaiZnd8AsnZvdMHyHW sortOrder: 8 fieldKey: age label: Age @@ -46133,7 +49772,7 @@ items: dynamic: false allowNull: false hidden: false - - id: wtxL8ncWxq4eCaL69QZEPN + - id: rNwRi3hVNgUzpNKRHqAsiw sortOrder: 9 fieldKey: birthday label: Birthday @@ -46150,7 +49789,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 2nW3vfptTX13YhyjkgTFuA + - id: 5yPzkQBn4VbvZr3R5sH3Ko sortOrder: 10 fieldKey: coupon label: Coupon Code @@ -46165,7 +49804,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9kvGtxJGeTxMBQDW5ki3XL + - id: vS2KjQwtYgtNGBJ7Zmx474 sortOrder: 11 fieldKey: attributionId label: Friendbuy Attribution ID @@ -46182,7 +49821,7 @@ items: dynamic: false allowNull: false hidden: false - - id: m7KAr3ogqs7qoA6tdMZ2Jw + - id: 9NTxhvRdYhfmaesQPr9DXB sortOrder: 12 fieldKey: referralCode label: Friendbuy Referral ID @@ -46199,7 +49838,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ijWBVDgTHCNy8m25YMVW8o + - id: xahUp79NtFA9zY9Emra6L1 sortOrder: 13 fieldKey: friendbuyAttributes label: Custom Attributes @@ -46225,7 +49864,7 @@ items: hidden: false defaultTrigger: event = "Order Completed" fields: - - id: 5WjHrBCkCj3edpz7bngu1L + - id: 9AEP912d257Xi9c5DujmN1 sortOrder: 0 fieldKey: orderId label: Order ID @@ -46240,7 +49879,7 @@ items: dynamic: false allowNull: false hidden: false - - id: neQbZ7y9G8D8GBmi6L7TwG + - id: kNo8MNntCJevg9EkC5gJM7 sortOrder: 1 fieldKey: amount label: Purchase Amount @@ -46255,7 +49894,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mcbEjuL8xaFp2Y5feaGzQj + - id: j15ZWtXFyANdJvk71hRi2w sortOrder: 2 fieldKey: currency label: Currency @@ -46270,7 +49909,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hRbLRY8WxGxMyXtnR4Vy2z + - id: dJ2nuUARwbXM14vvepSTda sortOrder: 3 fieldKey: coupon label: Coupon @@ -46285,7 +49924,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tTuq8xv1LZjdK429XHQQJE + - id: umiNBqS58WvUXTHehdiXGF sortOrder: 4 fieldKey: attributionId label: Friendbuy Attribution ID @@ -46302,7 +49941,7 @@ items: dynamic: false allowNull: false hidden: false - - id: d7zKntMD3XhSsyUXycTVM8 + - id: hkozD7eyipEVgargQUVYwS sortOrder: 5 fieldKey: referralCode label: Friendbuy Referral ID @@ -46319,7 +49958,7 @@ items: dynamic: false allowNull: false hidden: false - - id: f5ftrEEpvZodKvCevvxyYs + - id: 56BkojcpCkT52pA25TQSoH sortOrder: 6 fieldKey: giftCardCodes label: Gift Card Codes @@ -46334,7 +49973,7 @@ items: dynamic: false allowNull: false hidden: false - - id: r1qtFhFk8h4czXxQinHwXD + - id: bnXCmz11HimhNbtQVNCZoS sortOrder: 7 fieldKey: products label: Products @@ -46349,7 +49988,7 @@ items: dynamic: false allowNull: false hidden: false - - id: xouR34VFZfRSqVhkeydA6w + - id: 6nvbgosu9x2FaXvyXiSuJk sortOrder: 8 fieldKey: customerId label: Customer ID @@ -46370,7 +50009,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9pJKLMZLpmwU4SHnhcwmfz + - id: rC5X9PghsymRb75A2nGgmm sortOrder: 9 fieldKey: anonymousId label: Anonymous ID @@ -46385,7 +50024,7 @@ items: dynamic: false allowNull: false hidden: false - - id: kQ8ngcFNgb3f7zsHLNHzgB + - id: 66GbxZRJbF6ttB1F2bTDyN sortOrder: 10 fieldKey: email label: Email @@ -46400,7 +50039,7 @@ items: dynamic: false allowNull: false hidden: false - - id: sD9VkFwa7tNc4msLjRQs1R + - id: qArtRrSKhYN11gJPr77rKq sortOrder: 11 fieldKey: isNewCustomer label: New Customer Flag @@ -46415,7 +50054,7 @@ items: dynamic: false allowNull: false hidden: false - - id: fua5c3GJUihvNuS5YS5YSm + - id: 2K3X7unfcYgtZDAz5X7sDr sortOrder: 12 fieldKey: loyaltyStatus label: Loyalty Program Status @@ -46432,7 +50071,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 6Y5kFPumK9qLifaG8DxiPt + - id: g2USvWypGhiZFSFbuPJyZa sortOrder: 13 fieldKey: firstName label: First Name @@ -46447,7 +50086,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8PAax2B2zXMw2HanvYJgB4 + - id: j8o9jrMEF1ZTBW9k3mcVkU sortOrder: 14 fieldKey: lastName label: Last Name @@ -46462,7 +50101,7 @@ items: dynamic: false allowNull: false hidden: false - - id: fvujcPZpLpYweszLWLacGG + - id: ha4KHTBeHtxzvci9Fv866j sortOrder: 15 fieldKey: name label: Name @@ -46477,7 +50116,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 2raZiFQAUFEXDVJsXmSrXs + - id: i5NDZnXEdeVikZvcezs7rP sortOrder: 16 fieldKey: age label: Age @@ -46492,7 +50131,7 @@ items: dynamic: false allowNull: false hidden: false - - id: efyUW87iUbKEbrFCovPfJe + - id: iD6EntrdLxhf8p1GkeaNGH sortOrder: 17 fieldKey: birthday label: Birthday @@ -46509,7 +50148,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 57iKyKbadLvmSPS7yG4bez + - id: hQtVzytUyGTzu1eDb1ntvW sortOrder: 18 fieldKey: friendbuyAttributes label: Custom Attributes @@ -46535,7 +50174,7 @@ items: hidden: false defaultTrigger: type = "identify" fields: - - id: cRpZUanEFouGKUmPaAynae + - id: mt1tsyzXdsgx2q2MuzezJ sortOrder: 0 fieldKey: customerId label: Customer ID @@ -46550,7 +50189,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tXzWmhtx5zMDkzLPqbuWPX + - id: ihjXAgoPZ8wvRyVqRzjTzS sortOrder: 1 fieldKey: anonymousId label: Anonymous ID @@ -46565,7 +50204,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 4LBJGNXckZ45Q7DMaNsxE1 + - id: oHNrPAeF3PWfWk7C7A5D7Y sortOrder: 2 fieldKey: email label: Email @@ -46580,7 +50219,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mCHjjrNqWxsrfPTJV8NUkj + - id: tQ23DP7HXw8CuaeDL7ceCt sortOrder: 3 fieldKey: firstName label: First Name @@ -46595,7 +50234,7 @@ items: dynamic: false allowNull: false hidden: false - - id: jhU9DPhtN9NPcnRhfWSDAn + - id: sk3uGGQ6c9F2u7paaNyUY1 sortOrder: 4 fieldKey: lastName label: Last Name @@ -46610,7 +50249,7 @@ items: dynamic: false allowNull: false hidden: false - - id: cW7Z2tJ8BQoMBpnkk9LPLS + - id: 6dDCzVwiMqG89kcYQBbNgA sortOrder: 5 fieldKey: name label: Name @@ -46628,7 +50267,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ggEfxnbXSzb7PH86VvNjAr + - id: vzUvVM9Ymu75883KmjpzfA sortOrder: 6 fieldKey: age label: Age @@ -46643,7 +50282,7 @@ items: dynamic: false allowNull: false hidden: false - - id: BGVd2mbDda3Dapz45iF5P + - id: jpUb81CTqjs1wsBuh79QPv sortOrder: 7 fieldKey: birthday label: Birthday @@ -46660,7 +50299,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 5z8txbByuGPQpKNi79fQjk + - id: f9E9V3HSCKMU6QKX6spNCv sortOrder: 8 fieldKey: language label: Language @@ -46675,7 +50314,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 7h2KBTf6Pje2S7qSgRD5y1 + - id: iD3yVFcXbQdH2BxwXAyXTY sortOrder: 9 fieldKey: addressCountry label: Country @@ -46690,7 +50329,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hb4URs3QmKh3BCU4eCQtHf + - id: ceWgsjeVL7GUZbQ2GEPanU sortOrder: 10 fieldKey: addressState label: State @@ -46705,7 +50344,7 @@ items: dynamic: false allowNull: false hidden: false - - id: iQitSpMkfs7E1EAhY9Z39B + - id: ppZPTSRHVbp4aB5Tjsp8Sq sortOrder: 11 fieldKey: addressCity label: City @@ -46720,7 +50359,7 @@ items: dynamic: false allowNull: false hidden: false - - id: j64R2HBx8LC4eBotQ6T4sX + - id: vG9t2zsqR1eLgkWVzjiDmQ sortOrder: 12 fieldKey: addressPostalCode label: State @@ -46735,7 +50374,7 @@ items: dynamic: false allowNull: false hidden: false - - id: jywnQKwXgWqM1Z36LyRxkh + - id: 5VWdFYYiFLzAsCYsmR1cAV sortOrder: 13 fieldKey: customerSince label: Customer Since @@ -46750,7 +50389,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hhsGTynpidBroAJAvb8Xfj + - id: 6GFUvQ4oN9jT6WgyocDEdK sortOrder: 14 fieldKey: loyaltyStatus label: Loyalty Status @@ -46767,7 +50406,7 @@ items: dynamic: false allowNull: false hidden: false - - id: gVYGWF7cBNUC1mbKfb8hF8 + - id: 4HFSh4tmpZhnXr361sgsrB sortOrder: 15 fieldKey: isNewCustomer label: New Customer Flag @@ -46782,7 +50421,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8A3b5omAUfFNiqdXYdFnRa + - id: 6di6K8ZRAzpK7oU7V6tjRq sortOrder: 16 fieldKey: friendbuyAttributes label: Custom Attributes @@ -46810,7 +50449,7 @@ items: hidden: false defaultTrigger: type = "page" fields: - - id: 9m4ebCrh63BiJ5JZfHfLjx + - id: 7d99TsT6iyvqgegs4jDRNb sortOrder: 0 fieldKey: name label: Page Name @@ -46825,7 +50464,7 @@ items: dynamic: false allowNull: false hidden: false - - id: gpbuBNz73y2QzrqcKAssZK + - id: vp5V75NmVcHSRDYBcPPLVP sortOrder: 1 fieldKey: category label: Page Category @@ -46840,7 +50479,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ja1bDYBCX5nbifXwAARRwu + - id: nNSJNxaVnyki7GF3avoBXN sortOrder: 2 fieldKey: title label: Page Title @@ -46856,64 +50495,6 @@ items: allowNull: false hidden: false presets: - - actionId: fk2xKEXiXd9qEkQb24nzXh - name: Track Page - fields: - name: - '@path': $.name - category: - '@path': $.category - title: - '@path': $.properties.title - trigger: type = "page" - - actionId: vj1sYaj9saWmcRUVbFaPf5 - name: Track Purchase - fields: - orderId: - '@path': $.properties.order_id - amount: - '@path': $.properties.total - currency: - '@path': $.properties.currency - coupon: - '@path': $.properties.coupon - attributionId: - '@path': $.properties.attributionId - referralCode: - '@path': $.properties.referralCode - giftCardCodes: - '@path': $.properties.giftCardCodes - products: - '@path': $.properties.products - customerId: - '@if': - exists: - '@path': $.properties.customerId - then: - '@path': $.properties.customerId - else: - '@path': $.userId - anonymousId: - '@path': $.anonymousId - email: - '@path': $.properties.email - isNewCustomer: - '@path': $.properties.isNewCustomer - loyaltyStatus: - '@path': $.properties.loyaltyStatus - firstName: - '@path': $.properties.firstName - lastName: - '@path': $.properties.lastName - name: - '@path': $.properties.name - age: - '@path': $.properties.age - birthday: - '@path': $.properties.birthday - friendbuyAttributes: - '@path': $.properties.friendbuyAttributes - trigger: event = "Order Completed" - actionId: otSYqZFafJi5aae1yTwynq name: Track Sign Up fields: @@ -46990,6 +50571,64 @@ items: friendbuyAttributes: '@path': $.traits.friendbuyAttributes trigger: type = "identify" + - actionId: fk2xKEXiXd9qEkQb24nzXh + name: Track Page + fields: + name: + '@path': $.name + category: + '@path': $.category + title: + '@path': $.properties.title + trigger: type = "page" + - actionId: vj1sYaj9saWmcRUVbFaPf5 + name: Track Purchase + fields: + orderId: + '@path': $.properties.order_id + amount: + '@path': $.properties.total + currency: + '@path': $.properties.currency + coupon: + '@path': $.properties.coupon + attributionId: + '@path': $.properties.attributionId + referralCode: + '@path': $.properties.referralCode + giftCardCodes: + '@path': $.properties.giftCardCodes + products: + '@path': $.properties.products + customerId: + '@if': + exists: + '@path': $.properties.customerId + then: + '@path': $.properties.customerId + else: + '@path': $.userId + anonymousId: + '@path': $.anonymousId + email: + '@path': $.properties.email + isNewCustomer: + '@path': $.properties.isNewCustomer + loyaltyStatus: + '@path': $.properties.loyaltyStatus + firstName: + '@path': $.properties.firstName + lastName: + '@path': $.properties.lastName + name: + '@path': $.properties.name + age: + '@path': $.properties.age + birthday: + '@path': $.properties.birthday + friendbuyAttributes: + '@path': $.properties.friendbuyAttributes + trigger: event = "Order Completed" partnerOwned: true - id: 54521fd625e721e32a72eeb8 display_name: FullStory @@ -50437,7 +54076,7 @@ items: hidden: true defaultTrigger: null fields: - - id: 3bZAgPB471jgRy2CjKKEQj + - id: uWha72GX25vPRfwS2oBdMu sortOrder: 0 fieldKey: conversion_label label: Conversion Label @@ -50454,7 +54093,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qHu13sQLr2yjQ5wTKs87Gp + - id: nqYxqC3UvSFpzX5JYGpYSG sortOrder: 1 fieldKey: email label: Email @@ -50475,7 +54114,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tVz2QxtywA1k4dhVDABsv3 + - id: vDm94ayk9M7uGiD1C1UULd sortOrder: 2 fieldKey: transaction_id label: Order ID @@ -50494,7 +54133,7 @@ items: dynamic: false allowNull: false hidden: false - - id: stCwgnB523rRpfSZ7uaScB + - id: o3GVPNN5j3sxvMapS2x893 sortOrder: 3 fieldKey: user_agent label: User Agent @@ -50514,7 +54153,7 @@ items: dynamic: false allowNull: false hidden: false - - id: gHjpBPZGpqc6Gdr5wGgJrs + - id: cG2xRCv3wgXbVHwQkLFrJW sortOrder: 4 fieldKey: conversion_time label: Conversion Time @@ -50529,7 +54168,7 @@ items: dynamic: false allowNull: false hidden: false - - id: aWM1cqV5782QVpYZm757mb + - id: 6cymPUj7eTgTf8LH1LojWN sortOrder: 5 fieldKey: value label: Value @@ -50544,7 +54183,7 @@ items: dynamic: false allowNull: false hidden: false - - id: sHrkE9W82Z2C2NMzA3bTbe + - id: eBic8Z7rk8EUTNx1PWj1ph sortOrder: 6 fieldKey: currency_code label: Currency Code @@ -50561,7 +54200,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tSKsWmndr5Nn7PnoJYKDTk + - id: 2wvNLpdBjK5qJoYzqb7RSn sortOrder: 7 fieldKey: is_app_incrementality label: App Conversion for Incrementality Study @@ -50575,7 +54214,7 @@ items: dynamic: false allowNull: false hidden: false - - id: gXWozm7sxo36ELAp5hLgLj + - id: cHHA1hA8bMUQ3stn2KZj1C sortOrder: 8 fieldKey: pcc_game label: PCC Game Flag @@ -50591,7 +54230,7 @@ items: dynamic: false allowNull: false hidden: false - - id: jz2BkejtpS5Wm7mCNwZpCb + - id: 4M3opu9vUaW9NmmLk2phi9 sortOrder: 9 fieldKey: phone_number label: Phone Number @@ -50614,7 +54253,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 6cpjBydwrxwhbq4NsSZqHr + - id: 3795pqaQ8YcSW61WMfDeAm sortOrder: 10 fieldKey: first_name label: First Name @@ -50635,7 +54274,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 64FnctTsfkPwZJoNefGaw1 + - id: emMif2fkzP6onGVxTKu2m6 sortOrder: 11 fieldKey: last_name label: Last Name @@ -50656,7 +54295,7 @@ items: dynamic: false allowNull: false hidden: false - - id: uqD9XgEJTjueH6HnKyYRR4 + - id: fA6XiPUFktDo8zESsuasC1 sortOrder: 12 fieldKey: street_address label: Street Address @@ -50679,7 +54318,7 @@ items: dynamic: false allowNull: false hidden: false - - id: s3UzJjX83aHP8fiX67SY7V + - id: 4ajoxYfPqM7YwTd6GXthBq sortOrder: 13 fieldKey: city label: City @@ -50700,7 +54339,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9HVZkUGBL4pV7X4QSr5vfQ + - id: aPCKAtxzCNZWtDYE1DyfKD sortOrder: 14 fieldKey: region label: Region @@ -50721,7 +54360,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 7nGFGJ6nUFEjxdXNepB8X1 + - id: jxSRRZbXvpCnFuE9dP4V5q sortOrder: 15 fieldKey: post_code label: Postal Code @@ -50742,7 +54381,7 @@ items: dynamic: false allowNull: false hidden: false - - id: oWpZTGZewx6NLRFo79qCsu + - id: 5skcRYpfcyprMkUfDCXeUy sortOrder: 16 fieldKey: country label: Country @@ -50771,7 +54410,7 @@ items: hidden: false defaultTrigger: null fields: - - id: w5vt6DYqCB8GnrD3H8P8VS + - id: omAgmRFFNfRXAdG8qr5PC2 sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -50784,7 +54423,7 @@ items: dynamic: true allowNull: false hidden: false - - id: gZ2xN9YQ1vz9cFjYGDewgq + - id: fLQsHXoaizEdcz7yBKx6h2 sortOrder: 1 fieldKey: adjustment_type label: Adjustment Type @@ -50810,7 +54449,7 @@ items: dynamic: false allowNull: false hidden: false - - id: bRFV8JFnGPtC4Q6SYjQknL + - id: YjbsszTfHkcZPe7jZCNkK sortOrder: 2 fieldKey: adjustment_timestamp label: Adjustment Timestamp @@ -50829,7 +54468,7 @@ items: dynamic: false allowNull: false hidden: false - - id: kc4BYRoPz4zzv3FkSXSpYH + - id: eyHychXsKvGHvqbcLgkFMs sortOrder: 3 fieldKey: order_id label: Order ID @@ -50853,7 +54492,7 @@ items: dynamic: false allowNull: false hidden: false - - id: uvPc3dup4QfAzwwooyxQ8T + - id: eG1VTciMMGGQqwaSpYciYB sortOrder: 4 fieldKey: gclid label: GCLID @@ -50868,7 +54507,7 @@ items: dynamic: false allowNull: false hidden: false - - id: viXMPh2EjVAhhiNMjS7E6q + - id: mRP2EZ2fK2zQoqn1NQavWr sortOrder: 5 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -50885,7 +54524,7 @@ items: dynamic: false allowNull: false hidden: false - - id: iJJ2sKkC1YEARLz1uHdary + - id: mu1VziJCgRGYksruacFzX1 sortOrder: 6 fieldKey: restatement_value label: Restatement Value @@ -50902,7 +54541,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 46DroEDMTsunb4fDWzbAK9 + - id: hNNorN3TagJfdSdzLJ4AeE sortOrder: 7 fieldKey: restatement_currency_code label: Restatement Currency Code @@ -50919,7 +54558,7 @@ items: dynamic: false allowNull: false hidden: false - - id: csJWct1Umny4cLJgnqEe6Q + - id: cZ6z9BRcxohbgyMqMFSXQT sortOrder: 8 fieldKey: email_address label: Email Address @@ -50942,7 +54581,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 4TvmHwYUTV1cDMbyNbfZqT + - id: 3EnTrjDja1eXh2vXsAVZ8P sortOrder: 9 fieldKey: phone_country_code label: Phone Number Country Code @@ -50957,7 +54596,7 @@ items: choices: null dynamic: false allowNull: false - - id: qXXnyw4ieGQPmZ9fbfbyX + - id: 3oHYVDBdCNy6CFSQzwLG4W sortOrder: 10 fieldKey: phone_number label: Phone Number @@ -50981,7 +54620,7 @@ items: dynamic: false allowNull: false hidden: false - - id: b3b1cNi1bXuS33jGeDnR3Z + - id: P6k1koEpQt8ZtFeavRbMP sortOrder: 11 fieldKey: first_name label: First Name @@ -51002,7 +54641,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 59cW4EKAnrCKcVqbkHzqvw + - id: tifAw4k5oBmovrHA5mCN9m sortOrder: 12 fieldKey: last_name label: Last Name @@ -51025,7 +54664,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8hCsgdBbiJ6Fr1ufheiNkn + - id: 2sa5Q9grqBUaWHQsb6ENGS sortOrder: 13 fieldKey: city label: City @@ -51046,7 +54685,7 @@ items: dynamic: false allowNull: false hidden: false - - id: a8og8H8ZmmDjYrn542Cxko + - id: wcLty1SR2haj4FAn52gi3o sortOrder: 14 fieldKey: state label: State @@ -51067,7 +54706,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qkV6Y32azth8B8rL1mp16X + - id: ckqcjRtGnZcPuBaJU4N2wA sortOrder: 15 fieldKey: country label: Country @@ -51090,7 +54729,7 @@ items: dynamic: false allowNull: false hidden: false - - id: s6MZRnWonvfXEFUoYMLb61 + - id: rjm2T3658dmempxaEFoupZ sortOrder: 16 fieldKey: postal_code label: Postal Code @@ -51111,7 +54750,7 @@ items: dynamic: false allowNull: false hidden: false - - id: iMXfbyDFffEoHfJbK3GRbK + - id: 77nneQeqaY1bqCQAH3cNFE sortOrder: 17 fieldKey: street_address label: Street Address @@ -51132,7 +54771,7 @@ items: dynamic: false allowNull: false hidden: false - - id: jxxHJMbSr5Uh2sKsgq5v6s + - id: af1SWEBhs68rWnGqbzQ23P sortOrder: 18 fieldKey: user_agent label: User Agent @@ -51160,7 +54799,7 @@ items: hidden: false defaultTrigger: null fields: - - id: 8sBZcoMgnPakXn1B6ypGBm + - id: utY2sb8LJT9ADHyuYjjS12 sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -51173,7 +54812,7 @@ items: dynamic: true allowNull: false hidden: false - - id: typy4rfLPuitTcN226Ck8g + - id: tj9vVGsUiTyX7owrw3mizK sortOrder: 1 fieldKey: gclid label: GCLID @@ -51186,7 +54825,7 @@ items: dynamic: false allowNull: false hidden: false - - id: uHz9QwcZfrMiXhVQKi9JWk + - id: sKeHtLQUrqpbwXWduXVKf2 sortOrder: 2 fieldKey: gbraid label: GBRAID @@ -51201,7 +54840,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qGRp9DEvZPLiLXFuFKbxcb + - id: uqsSkCzwJuytniECH8tmkU sortOrder: 3 fieldKey: wbraid label: WBRAID @@ -51216,7 +54855,7 @@ items: dynamic: false allowNull: false hidden: false - - id: bqoBby7dkZ5trthTc82LhP + - id: vHEeru15MW6RLQ8p3H5mTT sortOrder: 4 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -51234,7 +54873,7 @@ items: dynamic: false allowNull: false hidden: false - - id: i4cxmcUMK7FBjV5fN7FreD + - id: tv5ZPVcvDwYAC5Ku27ZAup sortOrder: 5 fieldKey: email_address label: Email Address @@ -51257,7 +54896,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tC7pWiLueoCpjX6pn3KY5c + - id: 3YQ4QmgHmBJUERDrxMPt2N sortOrder: 6 fieldKey: phone_country_code label: Phone Number Country Code @@ -51272,7 +54911,7 @@ items: choices: null dynamic: false allowNull: false - - id: gMq8C9jLVK9h8rt7hy8uHg + - id: dzbLeXVJ8pgWWDoPrcV5ZQ sortOrder: 7 fieldKey: phone_number label: Phone Number @@ -51296,7 +54935,7 @@ items: dynamic: false allowNull: false hidden: false - - id: joW6XtDCvE7UDXuRwAjhn + - id: 9kFez51zJhGGuxzV49Prgw sortOrder: 8 fieldKey: order_id label: Order ID @@ -51319,7 +54958,7 @@ items: dynamic: false allowNull: false hidden: false - - id: uMwbjijhPgafofg66MGpba + - id: 4UgV2XrmqNowXqjv2AEZPV sortOrder: 9 fieldKey: value label: Value @@ -51334,7 +54973,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tCKRsqUr9UL82ZFGuqkaYf + - id: dUxuXfrsjwExTb92n44BUp sortOrder: 10 fieldKey: currency label: Currency @@ -51351,7 +54990,7 @@ items: dynamic: false allowNull: false hidden: false - - id: xfHL7Kj2X9JzLE78ytAmDw + - id: e1iuQhPPdoYfppCs2ptu5m sortOrder: 11 fieldKey: conversion_environment label: Conversion Environment @@ -51374,7 +55013,7 @@ items: dynamic: false allowNull: false hidden: false - - id: sxhzN3Y82Z7Fa6aJj7G8wD + - id: dojz5Puob4x5dzruztLwx6 sortOrder: 12 fieldKey: merchant_id label: Merchant Center ID @@ -51387,7 +55026,7 @@ items: dynamic: false allowNull: false hidden: false - - id: uu5V68zRRXPDHnkPaVF9ap + - id: 4fBEAM2cx3WEzu5uKt3F7g sortOrder: 13 fieldKey: merchant_country_code label: Merchant Center Feed Country Code @@ -51402,7 +55041,7 @@ items: dynamic: false allowNull: false hidden: false - - id: fxDNXLgrx9UiWmKioyW2YV + - id: m6SKLqLSQCPhs6GcedMSAM sortOrder: 14 fieldKey: merchant_language_code label: Merchant Center Feed Language Code @@ -51417,7 +55056,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ibZSjipUTYXa43qKiD5E2X + - id: fXk3Kd7rsEPNoiTuWs3D2q sortOrder: 15 fieldKey: local_cost label: Local Transaction Cost @@ -51432,7 +55071,7 @@ items: dynamic: false allowNull: false hidden: false - - id: BWibksrDxaLPXefnLdUrw + - id: vVtKHGQBAVkwg3a1dgCcFN sortOrder: 16 fieldKey: items label: Items @@ -51454,7 +55093,7 @@ items: dynamic: false allowNull: false hidden: false - - id: kU8zL8S5vqnvzusYf3k9KU + - id: 9bDGpB3DuW5QVgC6EUGT8z sortOrder: 17 fieldKey: custom_variables label: Custom Variables @@ -51473,7 +55112,7 @@ items: dynamic: false allowNull: false hidden: false - - id: a1p6x8yhhwA14569v89CHp + - id: d3E6JXeWs2Z7JDYFrGNMvj sortOrder: 18 fieldKey: ad_user_data_consent_state label: Ad User Data Consent State @@ -51494,7 +55133,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: srqiCoM4xaS4Kt18C7M58R + - id: rqWz2tdqWy44q3re2qPcan sortOrder: 19 fieldKey: ad_personalization_consent_state label: Ad Personalization Consent State @@ -51524,7 +55163,7 @@ items: hidden: false defaultTrigger: null fields: - - id: 9iCRfwQ3Hu9ng9jJ95XKSq + - id: 4f8DkasEy7gfgiDGoKYLwW sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -51537,7 +55176,7 @@ items: dynamic: true allowNull: false hidden: false - - id: 7nxhLWuYGFpMsAUNnbWwew + - id: bvyoBYtRUjfNiMWUuswzy7 sortOrder: 1 fieldKey: caller_id label: Caller ID @@ -51552,7 +55191,7 @@ items: dynamic: false allowNull: false hidden: false - - id: uhhwxyNVy7FmaLj5nH3R9u + - id: bWqYFPJVEAEKC9steowERU sortOrder: 2 fieldKey: call_timestamp label: Call Timestamp @@ -51568,7 +55207,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vzePAgDkRk3omSnEExzDhd + - id: rvVsxF5358hvqsfBMzhFWw sortOrder: 3 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -51586,7 +55225,7 @@ items: dynamic: false allowNull: false hidden: false - - id: jYDen4HJugeccdD5NHWNvD + - id: acryZDEJ2QWzS1yxEkjVQJ sortOrder: 4 fieldKey: value label: Value @@ -51601,7 +55240,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 89bzqWrBvnDKDxjht5hTan + - id: tY7j77TwuB8sCKG8jZ9ojM sortOrder: 5 fieldKey: currency label: Currency @@ -51618,7 +55257,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hESW8JuJRBgW5NAYMhTzyn + - id: euiUmiVGEDNyjXPnzjRBWP sortOrder: 6 fieldKey: custom_variables label: Custom Variables @@ -51637,7 +55276,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 5Xu3WkCfDZGeLEE8hDihDw + - id: gFYUVWNwr3X3nMUyFnFCQ2 sortOrder: 7 fieldKey: ad_user_data_consent_state label: Ad User Data Consent State @@ -51658,7 +55297,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: b6osR2gJJrupN5SEsbPCFL + - id: hmsZr7YmBzE5nVzeGZxRWS sortOrder: 8 fieldKey: ad_personalization_consent_state label: Ad Personalization Consent State @@ -51688,7 +55327,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" or event = "Audience Exited" fields: - - id: sYKvTs3XHTuaQJ3JMpPtAU + - id: cqgHCGxFhFynHcpvCAinf9 sortOrder: 0 fieldKey: first_name label: First Name @@ -51708,7 +55347,7 @@ items: choices: null dynamic: false allowNull: false - - id: jnP6smP7dxigHzd7XnwDpf + - id: 3anbKJFHuFB7VVz2XEvfRz sortOrder: 1 fieldKey: last_name label: Last Name @@ -51728,7 +55367,7 @@ items: choices: null dynamic: false allowNull: false - - id: gyXSjqydeMdJC9hUKQkJfq + - id: wHnpK7yAaVjxXTu1AMMx8 sortOrder: 2 fieldKey: email label: Email @@ -51748,7 +55387,7 @@ items: choices: null dynamic: false allowNull: false - - id: 23r2a7eAT3Ye5rVuXJQUmG + - id: 9wgSGJqKpBZLUHrHdUrXBx sortOrder: 3 fieldKey: phone label: Phone @@ -51768,7 +55407,7 @@ items: choices: null dynamic: false allowNull: false - - id: pGBisyjtPDzStweEnru8LR + - id: 7rPpLTruSeHmnqTGjDogkQ sortOrder: 4 fieldKey: phone_country_code label: Phone Number Country Code @@ -51783,7 +55422,7 @@ items: choices: null dynamic: false allowNull: false - - id: mzgN3hriVm24nmTL2odRyM + - id: 2vAZpKhruZ3sKDZNsRmZvf sortOrder: 5 fieldKey: country_code label: Address Country Code @@ -51795,7 +55434,7 @@ items: choices: null dynamic: false allowNull: false - - id: di9YZ7KJ1Lb6uDSeQx57G4 + - id: aG5zwwx7yy42DJbL76zNNW sortOrder: 6 fieldKey: postal_code label: Postal Code @@ -51807,7 +55446,7 @@ items: choices: null dynamic: false allowNull: false - - id: rv5YLC6QHznLb1DurZcyXv + - id: 5zBABfn9QKKVt67JoLPZAo sortOrder: 7 fieldKey: crm_id label: CRM ID @@ -51821,7 +55460,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9B3urwjPfX26wULjrxunhu + - id: pFKVAjgoXpUoa2Vbb8XFT7 sortOrder: 8 fieldKey: mobile_advertising_id label: Mobile Advertising ID @@ -51837,7 +55476,7 @@ items: choices: null dynamic: false allowNull: false - - id: 214pE7AhFePMYx1NreyqHF + - id: 88sX6YKP5mv7Nt2mnx1sZU sortOrder: 9 fieldKey: ad_user_data_consent_state label: Ad User Data Consent State @@ -51858,7 +55497,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: ubo1V42sdSB2rhWDdE6mT9 + - id: 3FFkdHp9kNiMpyiv8susSF sortOrder: 10 fieldKey: ad_personalization_consent_state label: Ad Personalization Consent State @@ -51880,7 +55519,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: nDiBRzCeUzGUktQrFpJQcK + - id: 4o5yQvZcXaih4UfkLg3qxe sortOrder: 15 fieldKey: list_id label: Existing List ID @@ -51894,7 +55533,7 @@ items: choices: null dynamic: true allowNull: false - - id: 6CYZRDJGE5kYC3DzN89QXK + - id: dH4J3TKA61RNod7wgFMqro sortOrder: 16 fieldKey: list_name label: List Name @@ -51906,7 +55545,7 @@ items: choices: null dynamic: false allowNull: false - - id: rP6G7A4u18pJ4M8CJjbuNf + - id: hgSR6UEShMHzyVZPizPieU sortOrder: 17 fieldKey: external_id_type label: External ID Type @@ -51925,7 +55564,7 @@ items: value: MOBILE_ADVERTISING_ID dynamic: false allowNull: false - - id: uPyYkqtQZMBf2ddRV2sXCh + - id: hu9WBML44VyhHaamrsuPgo sortOrder: 18 fieldKey: app_id label: App ID @@ -51940,7 +55579,7 @@ items: choices: null dynamic: false allowNull: false - - id: dhVK4wu3a9BKWPLTNoHH1k + - id: m7JeAmkXZTsHrKpLx4o6u9 sortOrder: 19 fieldKey: retlOnMappingSave label: Connect to a Google Customer Match User List @@ -51963,7 +55602,7 @@ items: hidden: false defaultTrigger: null fields: - - id: hW86nggLFqwHaQcMqust66 + - id: uAf37jkKyodreoNnhh7A76 sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -51975,7 +55614,7 @@ items: choices: null dynamic: true allowNull: false - - id: 5cGQ7TAfpuEMt5xRvuvEeG + - id: 74nya66shfGVbGZHVFDghm sortOrder: 1 fieldKey: caller_id label: Caller ID @@ -51989,7 +55628,7 @@ items: choices: null dynamic: false allowNull: false - - id: eYfLLFCbi3o2kwY6Njh135 + - id: imFcuLiJvXpXgveKMzUqNN sortOrder: 2 fieldKey: call_timestamp label: Call Timestamp @@ -52004,7 +55643,7 @@ items: choices: null dynamic: false allowNull: false - - id: ctVGoQ33jepVz2eM7L9y6m + - id: foMqCVRjR1xyAZHikbN14o sortOrder: 3 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -52021,7 +55660,7 @@ items: choices: null dynamic: false allowNull: false - - id: i1KPvWvqCoK7vA7APdDRuo + - id: rRX4cn9PzKioY4Euc4Vjvc sortOrder: 4 fieldKey: value label: Value @@ -52035,7 +55674,7 @@ items: choices: null dynamic: false allowNull: false - - id: p6rvSY8LuqEWYEVeHi6few + - id: o6NSyFFV9hP7s2JDP4eZSd sortOrder: 5 fieldKey: currency label: Currency @@ -52051,7 +55690,7 @@ items: choices: null dynamic: false allowNull: false - - id: h3oZFQtZtuXvkZjohSwMKu + - id: utLakv71FgC5qe9GDMYerC sortOrder: 6 fieldKey: custom_variables label: Custom Variables @@ -52069,7 +55708,7 @@ items: choices: null dynamic: false allowNull: false - - id: qYs9ADuC4cUvPTf2UbAPhg + - id: 6tinsFCw84ZjhxBcmz35Xo sortOrder: 7 fieldKey: ad_user_data_consent_state label: Ad User Data Consent State @@ -52090,7 +55729,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: eWX8AxeQQWDGsFyjrE1U2q + - id: dYP484NWtQS97KQLwBfAx6 sortOrder: 8 fieldKey: ad_personalization_consent_state label: Ad Personalization Consent State @@ -52120,7 +55759,7 @@ items: hidden: false defaultTrigger: null fields: - - id: nTskMs95WwFE6yxszgQ7dU + - id: b3rMFQQMqvHSKHxxnygxdf sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -52132,7 +55771,7 @@ items: choices: null dynamic: true allowNull: false - - id: s7P4KTn85A9VhM4ymkZk1 + - id: 3nBUnvLoZHPvogC96VnEZe sortOrder: 1 fieldKey: adjustment_type label: Adjustment Type @@ -52157,7 +55796,7 @@ items: value: ENHANCEMENT dynamic: false allowNull: false - - id: uQ5WRVERqqkvmZNbHuADDH + - id: YQAPDsJzVVViLTD6JS5r5 sortOrder: 2 fieldKey: adjustment_timestamp label: Adjustment Timestamp @@ -52175,7 +55814,7 @@ items: choices: null dynamic: false allowNull: false - - id: beGFavgpnXuBF6hSwQe5nN + - id: 9oR8yB31h8mWDAszBxWQvU sortOrder: 3 fieldKey: order_id label: Order ID @@ -52198,7 +55837,7 @@ items: choices: null dynamic: false allowNull: false - - id: pkoAjQSCMHrMNecDmpEYvP + - id: auFdQjYFV4GKJ9fap23nT2 sortOrder: 4 fieldKey: gclid label: GCLID @@ -52212,7 +55851,7 @@ items: choices: null dynamic: false allowNull: false - - id: mgf5Bg2AmB7JgeesA35xZ4 + - id: DEJzZuWinQNduc4TVBpUY sortOrder: 5 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -52228,7 +55867,7 @@ items: choices: null dynamic: false allowNull: false - - id: aYK22gsSFMStD6PY3LoJq5 + - id: rrQZJWaZpowfC25sYDAQet sortOrder: 6 fieldKey: restatement_value label: Restatement Value @@ -52244,7 +55883,7 @@ items: choices: null dynamic: false allowNull: false - - id: x27b5CZt6p8GYkrc2qTCAx + - id: 5v9Siudh9PZc8i4i1FFrFJ sortOrder: 7 fieldKey: restatement_currency_code label: Restatement Currency Code @@ -52260,7 +55899,7 @@ items: choices: null dynamic: false allowNull: false - - id: saVEr9jsHAnApLZXddgmNZ + - id: tXxefoZhS5xjwdVyBRYYvz sortOrder: 8 fieldKey: phone_country_code label: Phone Number Country Code @@ -52275,7 +55914,7 @@ items: choices: null dynamic: false allowNull: false - - id: xqfvrCw1bv3rctcYneAXSp + - id: poFPAgMJ8Er3LNiAVezZ49 sortOrder: 9 fieldKey: email_address label: Email Address @@ -52297,7 +55936,7 @@ items: choices: null dynamic: false allowNull: false - - id: sBbKHzKaHMFFKo566WLZvP + - id: wQxcuDSrm8TzRyZLUPhi94 sortOrder: 10 fieldKey: phone_number label: Phone Number @@ -52320,7 +55959,7 @@ items: choices: null dynamic: false allowNull: false - - id: jFGN1v9E1aag7LTevrf2jn + - id: qg9fSUT8WMsDNKaAuGGvhT sortOrder: 11 fieldKey: first_name label: First Name @@ -52340,7 +55979,7 @@ items: choices: null dynamic: false allowNull: false - - id: iN93zPhJCTtpjs6JLJJQn4 + - id: wGKYaTi7vQHxekqQvUWfbp sortOrder: 12 fieldKey: last_name label: Last Name @@ -52362,7 +56001,7 @@ items: choices: null dynamic: false allowNull: false - - id: pazQfBWyrbFbLihtowzTQG + - id: hoXuP7SZKFQM2DQYCQhHEF sortOrder: 13 fieldKey: city label: City @@ -52382,7 +56021,7 @@ items: choices: null dynamic: false allowNull: false - - id: rv1N7MbKNfRDk2DcjwEMxn + - id: vTg9cqmwUN4ZfjY9yR7NL1 sortOrder: 14 fieldKey: state label: State @@ -52402,7 +56041,7 @@ items: choices: null dynamic: false allowNull: false - - id: nzEgwgivyvDxhekAorbQBh + - id: hBgt8cceFPUTsUK5synUnj sortOrder: 15 fieldKey: country label: Country @@ -52424,7 +56063,7 @@ items: choices: null dynamic: false allowNull: false - - id: p8S5ZiUpvZCM6LRSPLp4GY + - id: oJmjV5rsmkJqSd9d393fnr sortOrder: 16 fieldKey: postal_code label: Postal Code @@ -52444,7 +56083,7 @@ items: choices: null dynamic: false allowNull: false - - id: kzyLTupYyvMqRpR81otWDE + - id: w3W8nYGji2b54noDiWNYJB sortOrder: 17 fieldKey: street_address label: Street Address @@ -52466,7 +56105,7 @@ items: choices: null dynamic: false allowNull: false - - id: w4cQE6sD2XNueUe8BcKZcX + - id: 8S38afzUEaARBu8XwNojPi sortOrder: 18 fieldKey: user_agent label: User Agent @@ -52493,7 +56132,7 @@ items: hidden: false defaultTrigger: null fields: - - id: 9D9iShrZrbJi2Q7c7WQYyP + - id: 7ABZGortsUcvwLZvqQM2As sortOrder: 0 fieldKey: conversion_action label: Conversion Action ID @@ -52505,7 +56144,7 @@ items: choices: null dynamic: true allowNull: false - - id: uiXcGHWNTuxq24MUm9UDkS + - id: ctaGgQGVTWiLX2GhiJjnQM sortOrder: 1 fieldKey: gclid label: GCLID @@ -52517,7 +56156,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7fdSWkw11RojegYuSvUikM + - id: 67vCA5yPvgu2FyGM3orNvY sortOrder: 2 fieldKey: gbraid label: GBRAID @@ -52531,7 +56170,7 @@ items: choices: null dynamic: false allowNull: false - - id: kAqmEjaME2gsmvdGPs687y + - id: 2RsMyoVRGWdxhd6qcykCQx sortOrder: 3 fieldKey: wbraid label: WBRAID @@ -52545,7 +56184,7 @@ items: choices: null dynamic: false allowNull: false - - id: v5QqqjRQQo3Dh2mVU9ioWL + - id: cfumqtkwbDJfyZMT71s4Wr sortOrder: 4 fieldKey: conversion_timestamp label: Conversion Timestamp @@ -52562,7 +56201,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9QfTjMSq3LCjJ3kpGEWW3h + - id: 9f2dVz4zgHCHsaiiW7NiED sortOrder: 5 fieldKey: email_address label: Email Address @@ -52584,7 +56223,7 @@ items: choices: null dynamic: false allowNull: false - - id: fZzjyZ9JKv18vZtjFGXNzy + - id: cREGbk5YX4wyWzmope9rMm sortOrder: 6 fieldKey: phone_country_code label: Phone Number Country Code @@ -52599,7 +56238,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5i1BTrJH8Sk9kUHFTwGr82 + - id: 4jYayQRzhmJ6pD5sG5oEuH sortOrder: 7 fieldKey: phone_number label: Phone Number @@ -52622,7 +56261,7 @@ items: choices: null dynamic: false allowNull: false - - id: jmCwYSYxJGgJyBJqFTrf7w + - id: 4hWmJCeKaCdsouF6JJ52dH sortOrder: 8 fieldKey: order_id label: Order ID @@ -52644,7 +56283,7 @@ items: choices: null dynamic: false allowNull: false - - id: xgNBCxDBakwGF6bHC59ki4 + - id: vEq3e2RLGKMVszaQPSEff2 sortOrder: 9 fieldKey: value label: Value @@ -52658,7 +56297,7 @@ items: choices: null dynamic: false allowNull: false - - id: 6qhNWVHkzNEH7JNkS21D9i + - id: 5EoY6GCfsfR8estmYYA9f7 sortOrder: 10 fieldKey: currency label: Currency @@ -52674,7 +56313,7 @@ items: choices: null dynamic: false allowNull: false - - id: etwYWBYjfb2JWTCWom2NVw + - id: sNp38MdzVKx95jQZUTmn7s sortOrder: 11 fieldKey: conversion_environment label: Conversion Environment @@ -52696,7 +56335,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: 75eznopfeVhgsyc9gv4D7j + - id: rqXZwyZVefjUToq4eaWPAS sortOrder: 12 fieldKey: merchant_id label: Merchant Center ID @@ -52708,7 +56347,7 @@ items: choices: null dynamic: false allowNull: false - - id: 6iKnz83h6YA4ZrBkMTeuTT + - id: 5fVHWgqDq29dGoG7L349ub sortOrder: 13 fieldKey: merchant_country_code label: Merchant Center Feed Country Code @@ -52722,7 +56361,7 @@ items: choices: null dynamic: false allowNull: false - - id: mvnoe2qetDLS6XrPzF5Psa + - id: 5Nx1N3VvkykR7EyBVtfo8 sortOrder: 14 fieldKey: merchant_language_code label: Merchant Center Feed Language Code @@ -52736,7 +56375,7 @@ items: choices: null dynamic: false allowNull: false - - id: uTHtFyWdJ28F6xUVDGXe7S + - id: 5fqhNPgWg66GWzihfoDa3o sortOrder: 15 fieldKey: local_cost label: Local Transaction Cost @@ -52750,7 +56389,7 @@ items: choices: null dynamic: false allowNull: false - - id: bbniFMrGTpxx9XiWYh1HUd + - id: mcKcE4iKz4kVSLtXFVaXEY sortOrder: 16 fieldKey: items label: Items @@ -52771,7 +56410,7 @@ items: choices: null dynamic: false allowNull: false - - id: wsEP2fkY8Z3RSSy6oxxTvg + - id: n5u5EL7kXGk6NTJrVYRheZ sortOrder: 17 fieldKey: custom_variables label: Custom Variables @@ -52789,7 +56428,7 @@ items: choices: null dynamic: false allowNull: false - - id: i191aQ6RpqXVmQEXXQXcph + - id: 7sKm97uefWyBEdS3JVcMkp sortOrder: 18 fieldKey: ad_user_data_consent_state label: Ad User Data Consent State @@ -52810,7 +56449,7 @@ items: value: UNSPECIFIED dynamic: false allowNull: false - - id: ajZ5chPcQL4NaxqJCusTv4 + - id: aNuZsRK3V3QmGKrkkJPfBR sortOrder: 19 fieldKey: ad_personalization_consent_state label: Ad Personalization Consent State @@ -66346,7 +69985,7 @@ items: hidden: false defaultTrigger: type = "track" or type = "identify" fields: - - id: 5cY2gmAjT7DcH7jJYeC6A4 + - id: 775trsAhAPYd17NqGP3VTV sortOrder: 0 fieldKey: custom_audience_name label: Custom Audience Name @@ -66361,7 +70000,7 @@ items: dynamic: false allowNull: false hidden: false - - id: pM4dn6ACmip7fEtv7fRPyd + - id: hY8h2gV8u2b2gDFjWxyQpK sortOrder: 1 fieldKey: segment_computation_action label: Segment Computation Action @@ -66378,7 +70017,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 6nmVCm14f4RwY2dKpPigo2 + - id: nkV3MrsnGL4kTaSGnyr962 sortOrder: 2 fieldKey: append_arrays label: Append Array Fields @@ -66393,7 +70032,7 @@ items: choices: null dynamic: false allowNull: false - - id: rm6VSenWZ5VGUgmoggq6e6 + - id: iTUL5rDVguVC1brzCLKEzA sortOrder: 3 fieldKey: email label: Email @@ -66408,13 +70047,13 @@ items: '@path': $.context.traits.email else: '@path': $.traits.email - required: true + required: false multiple: false choices: null dynamic: false allowNull: false hidden: false - - id: bf1yxxMjviJbjSCDUWJfRC + - id: uwsRqaXZZzNTDyL8khFhTZ sortOrder: 4 fieldKey: phone label: Phone @@ -66435,7 +70074,7 @@ items: dynamic: false allowNull: false hidden: false - - id: iXQp8DQwvXnqdikYSHVxr4 + - id: sxEkWkgFTfMC2Csjh4DTU9 sortOrder: 5 fieldKey: traits_or_props label: traits or properties object @@ -66456,7 +70095,7 @@ items: dynamic: false allowNull: false hidden: false - - id: twctYXqLpW612tYSdgZdnf + - id: 3NUgLyanMaBff3BLy23WRW sortOrder: 6 fieldKey: user_id label: User ID @@ -66471,7 +70110,7 @@ items: dynamic: false allowNull: false hidden: false - - id: czuyBxpCF4n4QbnzPM8MLT + - id: aKFmYu3u3e88L8rZoVAfZT sortOrder: 7 fieldKey: anonymous_id label: Anonymous ID @@ -66486,7 +70125,7 @@ items: dynamic: false allowNull: false hidden: false - - id: dcw7S2ANngS6ssCyq9iw1w + - id: k6yzvnHbKoM9ZVj3RqiTuu sortOrder: 8 fieldKey: event_type label: Event Type @@ -66501,7 +70140,7 @@ items: dynamic: false allowNull: false hidden: false - - id: jQbdxQvzn1tKTejfyUZyfX + - id: goufJ3ucmppMy3u2WAYm3D sortOrder: 9 fieldKey: event_name label: Event Name @@ -66522,7 +70161,7 @@ items: dynamic: false allowNull: false hidden: false - - id: j1oLfmENnEeVXR2pspqrJS + - id: qETT7qHwKgdFdP4xXNDbAE sortOrder: 10 fieldKey: timestamp label: Timestamp @@ -69776,7 +73415,7 @@ items: hidden: false defaultTrigger: type = "group" fields: - - id: oeXyov7U6NLQH7Jw4neEF7 + - id: uo3XjXtL6c3hBUtRzUvYYr sortOrder: 0 fieldKey: remote_created_at label: Company Creation Time @@ -69791,7 +73430,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ucJM58rFexjfCrGwEN6T9a + - id: gxFZXcgEKSCkhvdCjaeiuF sortOrder: 1 fieldKey: external_id label: External ID @@ -69809,7 +73448,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qeGt6jeQYwbfsCh8XyAHHt + - id: mjCd2R5efzCdKHVmPfkRGX sortOrder: 2 fieldKey: email label: Email Address @@ -69826,7 +73465,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 3zvvodmcQL6eMvu9pKSJkp + - id: 9XSUQ6JamjwHVCBTLEz6FP sortOrder: 3 fieldKey: company_id label: Company ID @@ -69841,7 +73480,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hhRjg8EGd2kfJohtdrsqio + - id: 8vULgyxtCDwJG5aA2bqiy5 sortOrder: 4 fieldKey: contact_id label: Contact ID @@ -69857,7 +73496,7 @@ items: dynamic: false allowNull: false hidden: false - - id: mMLGLDug2128ZgdQCaKr3B + - id: wHQrs3WXsi4516YScR7MJj sortOrder: 5 fieldKey: name label: Company Name @@ -69872,7 +73511,7 @@ items: dynamic: false allowNull: false hidden: false - - id: iWLnToWr36FEBxFeDu9W7B + - id: omTjG7C2UDKrT5xDqi1zEm sortOrder: 6 fieldKey: monthly_spend label: Monthly Spend @@ -69889,7 +73528,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 2UDwZg5xVcPdg8f5eNj9Vm + - id: cuFabaT3FuRCFp7WbaufTC sortOrder: 7 fieldKey: plan label: Company Plan @@ -69904,7 +73543,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vfQafC7bb1kkCUusCPiwsF + - id: rPaEnNbgJY1ubHUxfMKUjh sortOrder: 8 fieldKey: size label: Company Size @@ -69919,7 +73558,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 3k78RcWBkdAbZomRCkxoNL + - id: 8qHuSj928FwAJJV29LsDDu sortOrder: 9 fieldKey: website label: Company Website @@ -69934,7 +73573,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 3J63RzwjgUN5ze5cktxojL + - id: bLHQBaDdVtG6W1CirqXBYo sortOrder: 10 fieldKey: industry label: Industry @@ -69949,7 +73588,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8n3TzK2uEcsbEjrD8TQqAk + - id: myY2tseMpwHfeiu7qCxY4u sortOrder: 11 fieldKey: custom_attributes label: Custom Attributes @@ -69976,7 +73615,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: i7i2DNSqyvHCgzcBt6yBPc + - id: iA65oFpbLf1BuQfD1pqPNJ sortOrder: 0 fieldKey: event_name label: Event Name @@ -69994,7 +73633,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ukg6BhmhEjDqynPmFnJXRM + - id: 5TPE7fDBiP4fZnTQgQv1GZ sortOrder: 1 fieldKey: created_at label: Event Timestamp @@ -70011,7 +73650,7 @@ items: dynamic: false allowNull: false hidden: false - - id: hHEo64wDE5RQjZURpHVgyj + - id: hxCXijSH2dag6RsGrj5dDv sortOrder: 2 fieldKey: user_id label: User ID @@ -70028,7 +73667,7 @@ items: dynamic: false allowNull: false hidden: false - - id: tsAqdc9Jpi32sGqpyuDXMW + - id: tVDu63tdBtr2bkVWGGfYsc sortOrder: 3 fieldKey: email label: Email Address @@ -70045,7 +73684,7 @@ items: dynamic: false allowNull: false hidden: false - - id: edZKCPgHaG2NR51WitdFzr + - id: rt4JKBEWmFXXvRS2zwRZbL sortOrder: 4 fieldKey: revenue label: Revenue @@ -70062,7 +73701,7 @@ items: dynamic: false allowNull: false hidden: false - - id: w4EDFkPKd3qbQwNuZUVpV7 + - id: s914Cc3TTAQ81TqsrwLu6i sortOrder: 5 fieldKey: currency label: Currency @@ -70079,7 +73718,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 4mNEijqUPQ1qikRsSNnXUZ + - id: 9YL8caHhQUx9fWmSZdLpoS sortOrder: 6 fieldKey: id label: Contact ID @@ -70094,7 +73733,7 @@ items: dynamic: false allowNull: false hidden: false - - id: c7DcCxoMJoYz7HVjEgopJS + - id: xmXJ8T5HZeFhcEVF5W7gw sortOrder: 7 fieldKey: metadata label: Event Metadata @@ -70121,7 +73760,7 @@ items: hidden: false defaultTrigger: type = "identify" fields: - - id: mGdbfDkhy8kFVMM6Xi761K + - id: 4QnZWCrbWNo6MLWqmpzV17 sortOrder: 0 fieldKey: role label: Role @@ -70138,7 +73777,7 @@ items: dynamic: false allowNull: false hidden: false - - id: utCVvf2G8nYb5d1MUbFG2w + - id: mV7xhAEdUUNtyRk1tpSjrt sortOrder: 1 fieldKey: external_id label: External ID @@ -70156,7 +73795,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vQbMeXKMZoFZP4HQyyAWc9 + - id: knuwmtRh6WfoXk6DBbkfJM sortOrder: 2 fieldKey: email label: Email Address @@ -70173,7 +73812,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qDjSPcHVrBMAPmMCgRiDLA + - id: 9hu6Efjv7AcXLB6Zxy3kKT sortOrder: 3 fieldKey: phone label: Phone Number @@ -70188,7 +73827,7 @@ items: dynamic: false allowNull: false hidden: false - - id: iUD71GpG2zBmukJnkMkD7a + - id: mchhs95i1LkyPQYFfcxUaP sortOrder: 4 fieldKey: name label: Name @@ -70203,7 +73842,7 @@ items: dynamic: false allowNull: false hidden: false - - id: ncPPawJUjh2o9JLHKxKuF4 + - id: agR6b7qkfbk82AjZiMTHFk sortOrder: 5 fieldKey: avatar label: Avatar @@ -70218,7 +73857,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 6p7W147JBjVAxgn795M3h4 + - id: huhwb4XFp4fnNu3FdwdHY5 sortOrder: 6 fieldKey: signed_up_at label: Signed Up Timestamp @@ -70231,7 +73870,7 @@ items: dynamic: false allowNull: false hidden: false - - id: dabFySubdRKMLdbf1SbkEs + - id: U4Fagpb4q3UkMfMRAkv9J sortOrder: 7 fieldKey: last_seen_at label: Last Seen Timestamp @@ -70246,7 +73885,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9HaBE2nNGwWc8xqJT4Ke3j + - id: a3GMJDQpFxMAJRGLKkS2jM sortOrder: 8 fieldKey: owner_id label: Owner ID @@ -70261,7 +73900,7 @@ items: dynamic: false allowNull: false hidden: false - - id: sb8aCyo1wnqiWrzxFmWKpR + - id: cEnM5TqBYoMdsoYKbiVAej sortOrder: 9 fieldKey: unsubscribed_from_emails label: Unsubscribed From Emails @@ -70274,7 +73913,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vS4VtmHvvkYnRRJhBXETYn + - id: eaTZQkAX73VizZvvCqNmXi sortOrder: 10 fieldKey: custom_attributes label: Custom Attributes @@ -70387,7 +74026,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: mq1JBc7UE5jezBA9BJuNkH + - id: q3tMM7GJnQDrR9434wLyrx sortOrder: 0 fieldKey: event_name label: Event Name @@ -70401,7 +74040,7 @@ items: choices: null dynamic: false allowNull: false - - id: xynLS9fBioXaiHxTk5q2Qc + - id: iBmfEFXhgW2y4YDCxB3k3m sortOrder: 1 fieldKey: revenue label: Revenue @@ -70417,7 +74056,7 @@ items: choices: null dynamic: false allowNull: false - - id: d1fFHeUCUmYupZCkzBFhW4 + - id: qmCjcgmFhLVmGUvmWUdkN7 sortOrder: 2 fieldKey: currency label: Currency @@ -70433,7 +74072,7 @@ items: choices: null dynamic: false allowNull: false - - id: pY9vJcUt4Ps96fZu51uAn3 + - id: ptGRqqjrbV2MeMi1rJV6xA sortOrder: 3 fieldKey: event_metadata label: Event Metadata @@ -70455,7 +74094,7 @@ items: hidden: false defaultTrigger: type = "group" fields: - - id: 6aEhSk9Xxi6zdwt78AunMp + - id: bDPnWGcGHWXWj5nANtZYZP sortOrder: 0 fieldKey: company label: Company @@ -70490,7 +74129,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5zBgiK62Rp8w3YGB7VjGg9 + - id: juHWuh64cJFTmu4fQby8Vk sortOrder: 1 fieldKey: hide_default_launcher label: Hide Default Launcher @@ -70524,7 +74163,7 @@ items: hidden: false defaultTrigger: type = "identify" or type = "page" fields: - - id: szzhV3uoFuH1cDpqyMNoYx + - id: b38rUKWz2doCTdnf7uaJ4B sortOrder: 0 fieldKey: user_id label: User ID @@ -70538,7 +74177,7 @@ items: choices: null dynamic: false allowNull: false - - id: kczvBPohUPGu38k8otGk5g + - id: anqafKKQ66Se8ttGaXkRSr sortOrder: 1 fieldKey: custom_traits label: Custom Attributes @@ -70550,7 +74189,7 @@ items: choices: null dynamic: false allowNull: false - - id: cMvFExAeUenaZTCdtPaNVu + - id: uwLDCEbBSriBL2tQ53zKAf sortOrder: 2 fieldKey: name label: Name @@ -70564,7 +74203,7 @@ items: choices: null dynamic: false allowNull: false - - id: d5wyJQybuiaoFJ87JfMcx4 + - id: ocfjoKATo9M2xFmRZDX1YL sortOrder: 3 fieldKey: phone label: Phone Number @@ -70578,7 +74217,7 @@ items: choices: null dynamic: false allowNull: false - - id: ran9B5T8nV1Jqskruk8skp + - id: aHcMwcmDQLK6vtkPdDFYVo sortOrder: 4 fieldKey: unsubscribed_from_emails label: Unsubscribed From Emails @@ -70590,7 +74229,7 @@ items: choices: null dynamic: false allowNull: false - - id: tW4W819YNUhtF5itADRUkc + - id: utTEacb4Z3YodS9LYxFwyZ sortOrder: 5 fieldKey: language_override label: Language Override @@ -70604,7 +74243,7 @@ items: choices: null dynamic: false allowNull: false - - id: uBbuEwKUaikLUw6VH5MQTh + - id: qKZkWiHyT7MD8n4F23XJKo sortOrder: 6 fieldKey: email label: Email Address @@ -70618,7 +74257,7 @@ items: choices: null dynamic: false allowNull: false - - id: d1oAVy86TTzDk3KYxXzvFB + - id: faSozTVDyr41hu1AJJ7K9a sortOrder: 7 fieldKey: created_at label: User Creation Time @@ -70638,7 +74277,7 @@ items: choices: null dynamic: false allowNull: false - - id: hdGhrbjyGsJ7RiFQtbGpG6 + - id: 2VuNZhEmxiTWjU8ka9DBrM sortOrder: 8 fieldKey: avatar_image_url label: Avatar @@ -70652,7 +74291,7 @@ items: choices: null dynamic: false allowNull: false - - id: 8GWMZnfBhwBaoKhhWMCVPY + - id: oSYzfbVpP53GcMGRz6hSKo sortOrder: 9 fieldKey: user_hash label: User Hash @@ -70675,7 +74314,7 @@ items: choices: null dynamic: false allowNull: false - - id: eAKgAWEvqBx9eYghqpZBNQ + - id: 2UMW9XztJGHE7RUwFy344C sortOrder: 10 fieldKey: intercom_user_jwt label: Intercom User JWT @@ -70699,7 +74338,7 @@ items: choices: null dynamic: false allowNull: false - - id: wbgKoz36MtxFcic8Pz3rHD + - id: sc4asvfuszwnTY6nGGJqQp sortOrder: 11 fieldKey: company label: Company @@ -70729,19 +74368,136 @@ items: '@path': $.traits.company.industry monthly_spend: '@path': $.traits.company.monthly_spend - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: ihytDbuPQgRhpJptC5HmZX - sortOrder: 12 - fieldKey: companies - label: Companies - type: OBJECT - description: The array of companies the user is associated to. - placeholder: '' - defaultValue: + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: uqrhkyxQA2vRV5s74KeBgK + sortOrder: 12 + fieldKey: companies + label: Companies + type: OBJECT + description: The array of companies the user is associated to. + placeholder: '' + defaultValue: + '@arrayPath': + - $.traits.companies + - company_id: + '@path': $.id + name: + '@path': $.name + created_at: + '@if': + exists: + '@path': $.createdAt + then: + '@path': $.createdAt + else: + '@path': $.created_at + plan: + '@path': $.plan + size: + '@path': $.size + website: + '@path': $.website + industry: + '@path': $.industry + monthly_spend: + '@path': $.monthly_spend + required: false + multiple: true + choices: null + dynamic: false + allowNull: false + - id: 4yGDpFYKBjzGT8k8DETUW9 + sortOrder: 13 + fieldKey: hide_default_launcher + label: Hide Default Launcher + type: BOOLEAN + description: >- + Selectively show the chat widget. As per [Intercom + docs](https://www.intercom.com/help/en/articles/189-turn-off-show-or-hide-the-intercom-messenger), + you want to first hide the Messenger for all users inside the Intercom + UI using Messenger settings. Then think about how you want to + programmatically decide which users you would like to show the widget + to. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.context.Intercom.hideDefaultLauncher + then: + '@path': $.context.Intercom.hideDefaultLauncher + else: + '@path': $.context.Intercom.hide_default_launcher + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + presets: + - actionId: soJTzcZj8roZAwGZow5YNp + name: Identify User + fields: + user_id: + '@path': $.userId + name: + '@path': $.traits.name + phone: + '@path': $.traits.phone + email: + '@path': $.traits.email + created_at: + '@if': + exists: + '@path': $.traits.createdAt + then: + '@path': $.traits.createdAt + else: + '@path': $.traits.created_at + avatar_image_url: + '@path': $.traits.avatar + user_hash: + '@if': + exists: + '@path': $.integrations.Intercom.user_hash + then: + '@path': $.integrations.Intercom.user_hash + else: + '@path': $.integrations.Intercom.userHash + intercom_user_jwt: + '@if': + exists: + '@path': $.integrations.Intercom.intercom_user_jwt + then: + '@path': $.integrations.Intercom.intercom_user_jwt + else: + '@path': $.integrations.Intercom.intercomUserJwt + company: + company_id: + '@path': $.traits.company.id + name: + '@path': $.traits.company.name + created_at: + '@if': + exists: + '@path': $.traits.company.createdAt + then: + '@path': $.traits.company.createdAt + else: + '@path': $.traits.company.created_at + plan: + '@path': $.traits.company.plan + size: + '@path': $.traits.company.size + website: + '@path': $.traits.company.website + industry: + '@path': $.traits.company.industry + monthly_spend: + '@path': $.traits.company.monthly_spend + companies: '@arrayPath': - $.traits.companies - company_id: @@ -70766,25 +74522,7 @@ items: '@path': $.industry monthly_spend: '@path': $.monthly_spend - required: false - multiple: true - choices: null - dynamic: false - allowNull: false - - id: 9WCnDuuQPojuykHHxzpwqo - sortOrder: 13 - fieldKey: hide_default_launcher - label: Hide Default Launcher - type: BOOLEAN - description: >- - Selectively show the chat widget. As per [Intercom - docs](https://www.intercom.com/help/en/articles/189-turn-off-show-or-hide-the-intercom-messenger), - you want to first hide the Messenger for all users inside the Intercom - UI using Messenger settings. Then think about how you want to - programmatically decide which users you would like to show the widget - to. - placeholder: '' - defaultValue: + hide_default_launcher: '@if': exists: '@path': $.context.Intercom.hideDefaultLauncher @@ -70792,12 +74530,7 @@ items: '@path': $.context.Intercom.hideDefaultLauncher else: '@path': $.context.Intercom.hide_default_launcher - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - presets: + trigger: type = "identify" or type = "page" - actionId: 9e8n4VX1tR81fawEiAtGPg name: Identify Company fields: @@ -70845,100 +74578,6 @@ items: event_metadata: '@path': $.properties trigger: type = "track" - - actionId: soJTzcZj8roZAwGZow5YNp - name: Identify User - fields: - user_id: - '@path': $.userId - name: - '@path': $.traits.name - phone: - '@path': $.traits.phone - email: - '@path': $.traits.email - created_at: - '@if': - exists: - '@path': $.traits.createdAt - then: - '@path': $.traits.createdAt - else: - '@path': $.traits.created_at - avatar_image_url: - '@path': $.traits.avatar - user_hash: - '@if': - exists: - '@path': $.integrations.Intercom.user_hash - then: - '@path': $.integrations.Intercom.user_hash - else: - '@path': $.integrations.Intercom.userHash - intercom_user_jwt: - '@if': - exists: - '@path': $.integrations.Intercom.intercom_user_jwt - then: - '@path': $.integrations.Intercom.intercom_user_jwt - else: - '@path': $.integrations.Intercom.intercomUserJwt - company: - company_id: - '@path': $.traits.company.id - name: - '@path': $.traits.company.name - created_at: - '@if': - exists: - '@path': $.traits.company.createdAt - then: - '@path': $.traits.company.createdAt - else: - '@path': $.traits.company.created_at - plan: - '@path': $.traits.company.plan - size: - '@path': $.traits.company.size - website: - '@path': $.traits.company.website - industry: - '@path': $.traits.company.industry - monthly_spend: - '@path': $.traits.company.monthly_spend - companies: - '@arrayPath': - - $.traits.companies - - company_id: - '@path': $.id - name: - '@path': $.name - created_at: - '@if': - exists: - '@path': $.createdAt - then: - '@path': $.createdAt - else: - '@path': $.created_at - plan: - '@path': $.plan - size: - '@path': $.size - website: - '@path': $.website - industry: - '@path': $.industry - monthly_spend: - '@path': $.monthly_spend - hide_default_launcher: - '@if': - exists: - '@path': $.context.Intercom.hideDefaultLauncher - then: - '@path': $.context.Intercom.hideDefaultLauncher - else: - '@path': $.context.Intercom.hide_default_launcher - trigger: type = "identify" or type = "page" partnerOwned: false - id: 54521fd725e721e32a72eec5 display_name: Iron.io @@ -74712,7 +78351,7 @@ items: hidden: false defaultTrigger: type = "identify" fields: - - id: psH3mh5nGaAqwqWZiHoV2v + - id: jKha8vcFKRDa3n9zQi25Zi sortOrder: 0 fieldKey: email label: Email @@ -74728,7 +78367,7 @@ items: choices: null dynamic: false allowNull: false - - id: uNvP8gTtWLWVndf3QwQzMh + - id: eVj9ANPjfTjbcrbhSjJYEY sortOrder: 1 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -74740,7 +78379,7 @@ items: choices: null dynamic: false allowNull: false - - id: kxooop3Pg9YhLAVMPgYBvm + - id: uM85Hdwk5juCsGFkq2Yvvp sortOrder: 2 fieldKey: phone_number label: Phone Number @@ -74757,7 +78396,7 @@ items: choices: null dynamic: false allowNull: false - - id: 35q8tEiCNoBMvepabdEaVX + - id: rDBZEaRvguF28NHupzggwA sortOrder: 3 fieldKey: country_code label: Country Code @@ -75266,7 +78905,7 @@ items: value: ZW dynamic: false allowNull: false - - id: dk37MtDtFtWiNoggxk5Vc2 + - id: k5RCVGhmz9wtUNPPue3td6 sortOrder: 4 fieldKey: external_id label: External ID @@ -75281,7 +78920,7 @@ items: choices: null dynamic: false allowNull: false - - id: 8gRvQcfxfzhnoZWShcA6yd + - id: 42Jphn41tdDvLxQiRWofrM sortOrder: 5 fieldKey: first_name label: First Name @@ -75295,7 +78934,7 @@ items: choices: null dynamic: false allowNull: false - - id: dCmEt1X7wMz2ukUna4KpEJ + - id: jjubA5imQBfP1GPYzGUgs8 sortOrder: 6 fieldKey: last_name label: Last Name @@ -75309,7 +78948,7 @@ items: choices: null dynamic: false allowNull: false - - id: Ro6yGr6wuKkdXqAEcWjvo + - id: wA5WHfF1Fc1oyn8WKW1GLu sortOrder: 7 fieldKey: organization label: Organization @@ -75325,7 +78964,7 @@ items: choices: null dynamic: false allowNull: false - - id: suMaaUMa4Kwm35RZWDvEwt + - id: RToTARLQ3t1chPyC9LaM9 sortOrder: 8 fieldKey: title label: Title @@ -75339,7 +78978,7 @@ items: choices: null dynamic: false allowNull: false - - id: 7c5U6XkNRByVMVq33oZ2Gf + - id: kfNKgMBD9oeXpSJztd9Car sortOrder: 9 fieldKey: image label: Image @@ -75353,7 +78992,7 @@ items: choices: null dynamic: false allowNull: false - - id: tFRSoTGqf9TD1QuD5sF5sF + - id: do48pYZ88HqgEFseJ99TEq sortOrder: 10 fieldKey: location label: Location @@ -75376,7 +79015,7 @@ items: choices: null dynamic: false allowNull: false - - id: vjhd3L4RSTFFComPMh5VeY + - id: kYtihbzKHarCS9QNKpJepU sortOrder: 11 fieldKey: properties label: Properties @@ -75392,7 +79031,7 @@ items: choices: null dynamic: false allowNull: false - - id: uzgDUrkW7c9PMWwXcL6KBs + - id: qVxSUH2EK7P7Xpr9aCzw8A sortOrder: 12 fieldKey: list_id label: List @@ -75404,7 +79043,7 @@ items: choices: null dynamic: true allowNull: false - - id: tEmhC8a9Fr6oVACBFTLbzs + - id: a722YHhX8juoHuGSu15L5C sortOrder: 16 fieldKey: list_identifier label: Existing List ID @@ -75418,7 +79057,7 @@ items: choices: null dynamic: true allowNull: false - - id: nX89QpMzLSo88HHCv4Q2tw + - id: vUkG5NYrHA5uzhMRNEq7W3 sortOrder: 17 fieldKey: list_name label: Name of list to create @@ -75430,7 +79069,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3eaF1RdjF5s8R4sVfYDAkn + - id: kgUtwivBuvVEWaCA556yMK sortOrder: 18 fieldKey: retlOnMappingSave label: Connect to a static list in Klaviyo @@ -75453,7 +79092,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: 9moGkbvWYP5nGFkH1tjcic + - id: jzboicyJyfDdzFvP4a76UW sortOrder: 0 fieldKey: profile label: Profile @@ -75465,7 +79104,7 @@ items: choices: null dynamic: false allowNull: false - - id: bdjTtMLr7Cqkfm71NqTnzr + - id: uoaGhss7yL8arFZTZUQq5P sortOrder: 1 fieldKey: properties label: Properties @@ -75479,7 +79118,7 @@ items: choices: null dynamic: false allowNull: false - - id: 4UkG5cGttRUPM2dH9Gh8U9 + - id: tdT7NBhxPkmSW4AKWq4mQh sortOrder: 2 fieldKey: time label: Time @@ -75498,7 +79137,7 @@ items: choices: null dynamic: false allowNull: false - - id: vLzteKEPs9rE1f583KKnjK + - id: 2GXC9cmfftBemffwB93vSd sortOrder: 3 fieldKey: value label: Value @@ -75512,7 +79151,7 @@ items: choices: null dynamic: false allowNull: false - - id: 4b7a1uN2PZmpQV4pQ6jUoe + - id: picLsVjnYVVhV87iLC7tyu sortOrder: 4 fieldKey: unique_id label: Unique ID @@ -75532,7 +79171,7 @@ items: choices: null dynamic: false allowNull: false - - id: o6CeLsPKRN6msCYPEHcBh3 + - id: e8e4ewmWnX2D71v9uHbn7c sortOrder: 5 fieldKey: products label: Products @@ -75544,7 +79183,7 @@ items: choices: null dynamic: false allowNull: false - - id: t9X2DNPFnTMsoTVCkmfns9 + - id: fyB74sfELzhUdqDQjd2UEn sortOrder: 6 fieldKey: event_name label: Event Name @@ -75559,7 +79198,7 @@ items: choices: null dynamic: false allowNull: false - - id: 4wcMU2stCNrszts8rftx2A + - id: fSomoGsssVnTEuFQ3vFdCq sortOrder: 7 fieldKey: product_event_name label: Product Event Name @@ -75583,7 +79222,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: sPYKJuaUJKEnY5uWVTWM6M + - id: hQRtitfxoKDSps5kfTvXeD sortOrder: 0 fieldKey: profile label: Profile @@ -75595,7 +79234,7 @@ items: choices: null dynamic: false allowNull: false - - id: jfrmdPFCKrfY9VErnzsKSU + - id: oF1pmSb1FEaq25odehpBLN sortOrder: 1 fieldKey: metric_name label: Metric Name @@ -75609,7 +79248,7 @@ items: choices: null dynamic: false allowNull: false - - id: njcSX553MqzbSY3J1Wueb9 + - id: nAWvCVjEb2rcw9E6zMhWv sortOrder: 2 fieldKey: properties label: Properties @@ -75623,7 +79262,7 @@ items: choices: null dynamic: false allowNull: false - - id: jUwNb8rpAat4XWgskYhep8 + - id: iPPQNuDhavA3gCixpuqn6c sortOrder: 3 fieldKey: time label: Time @@ -75642,7 +79281,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9fC4qD3zpm6fnfVnCWU3R5 + - id: icVF8Jy2iLVokVeHQWZMsu sortOrder: 4 fieldKey: value label: Value @@ -75656,7 +79295,7 @@ items: choices: null dynamic: false allowNull: false - - id: cnULPG6z3o4qKLCiFmxPrM + - id: kvuYYrR1PCo1EWzvBzhin5 sortOrder: 5 fieldKey: unique_id label: Unique ID @@ -75676,7 +79315,7 @@ items: choices: null dynamic: false allowNull: false - - id: siz1crCeGz2yg3twoA9MPx + - id: wM6FSo6466vTxDQzDtgbbu sortOrder: 6 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -75697,7 +79336,7 @@ items: hidden: false defaultTrigger: event = "Audience Exited" fields: - - id: x9fpYFcsF325YUEGYVoenV + - id: h7sZWgKBkZ9CBHonSDoD5H sortOrder: 0 fieldKey: email label: Email @@ -75711,7 +79350,7 @@ items: choices: null dynamic: false allowNull: false - - id: nXH8cyTuCZy534BuoD1n7A + - id: 6vNrzjwTGxbjFmfX7Pfppd sortOrder: 1 fieldKey: external_id label: External ID @@ -75725,7 +79364,7 @@ items: choices: null dynamic: false allowNull: false - - id: CvkstHgJ1iD1Y62ow9bzU + - id: nhFXvFsDFHAqvFmeAtsfFA sortOrder: 3 fieldKey: phone_number label: Phone Number @@ -75742,7 +79381,7 @@ items: choices: null dynamic: false allowNull: false - - id: inEA1R6m8UdPzCZACbeMP6 + - id: 6fuvuXhGHBkw2FPDuG8Xk3 sortOrder: 4 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -75755,7 +79394,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5mBQXywjGJL53bYubSdAqo + - id: nhCURcc4GfuBcMJxYxixuB sortOrder: 5 fieldKey: country_code label: Country Code @@ -76272,7 +79911,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" fields: - - id: jyXQzqg1DVL5pEECEESdRA + - id: onU7GeoiNCd52UARGkDyDB sortOrder: 0 fieldKey: email label: Email @@ -76286,7 +79925,7 @@ items: choices: null dynamic: false allowNull: false - - id: gZWgAU6GaN9Fak1LgsMaJ2 + - id: tygpoevD79Se4ZbPbPNYcH sortOrder: 1 fieldKey: phone_number label: Phone Number @@ -76303,7 +79942,7 @@ items: choices: null dynamic: false allowNull: false - - id: gj3NwR52jCcsJDgRZ7aYsS + - id: 72gwqYNbjeJ1H5rtFaVuun sortOrder: 3 fieldKey: external_id label: External ID @@ -76317,7 +79956,7 @@ items: choices: null dynamic: false allowNull: false - - id: kyHGe67xXVg8EjoJ1QqBy4 + - id: 4wsCLSQDm2KgeE7VCF4tvo sortOrder: 4 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -76330,7 +79969,7 @@ items: choices: null dynamic: false allowNull: false - - id: kMwDvyCVr3mu8UdrWaWtN5 + - id: rJy7boyHwXompfnZV8G9Hc sortOrder: 6 fieldKey: first_name label: First Name @@ -76344,7 +79983,7 @@ items: choices: null dynamic: false allowNull: false - - id: 6WwCmmoDfoMQuzMfWKc5RW + - id: 7dPy7P4Tcin6V89hs2gdTK sortOrder: 7 fieldKey: last_name label: Last Name @@ -76358,7 +79997,7 @@ items: choices: null dynamic: false allowNull: false - - id: hKNGiEHVhRfrco66unJd4P + - id: wgYifTnXFQ52cTn8bopDg4 sortOrder: 8 fieldKey: image label: Image @@ -76372,7 +80011,7 @@ items: choices: null dynamic: false allowNull: false - - id: veBjTr3FuQBsvhfDxewYbG + - id: qbfRewkzR8WaNsuMVSNBDt sortOrder: 9 fieldKey: title label: Title @@ -76386,7 +80025,7 @@ items: choices: null dynamic: false allowNull: false - - id: rp9tx4jTiQNekY7CFhbb2T + - id: 9tevcp8Cyg58PPQWgLg4eD sortOrder: 10 fieldKey: organization label: Organization @@ -76402,7 +80041,7 @@ items: choices: null dynamic: false allowNull: false - - id: xqvi4yshvVuB6heW1JsTPB + - id: pv6WUuiZ8dFk4iSdMnKqaq sortOrder: 11 fieldKey: location label: Location @@ -76425,7 +80064,7 @@ items: choices: null dynamic: false allowNull: false - - id: fUoXCyhoNcxXusuRFP3eMG + - id: dEz5yjaHp3KmYyohguNSN sortOrder: 12 fieldKey: properties label: Properties @@ -76441,7 +80080,7 @@ items: choices: null dynamic: false allowNull: false - - id: bSXvNCrYBXPwwgTe3BCP52 + - id: fhjFshzF6BtBFhom9rh8EH sortOrder: 13 fieldKey: country_code label: Country Code @@ -76958,7 +80597,7 @@ items: hidden: false defaultTrigger: type = "Identify" fields: - - id: 4sWoGT8o1n4g77pcNpzpZP + - id: mueRLFHBZDCTiJQCuKhbTk sortOrder: 0 fieldKey: email label: Email @@ -76972,7 +80611,7 @@ items: choices: null dynamic: false allowNull: false - - id: vZ1aFhZvdxYuYZUmK8x4zv + - id: oPFrX45tL4gxjpe931epL5 sortOrder: 1 fieldKey: external_id label: External ID @@ -76987,7 +80626,7 @@ items: choices: null dynamic: false allowNull: false - - id: pv3rbsFAq7bizxS4VLcQ9Z + - id: 3CPn9s4EE8YAvXicVMrHwx sortOrder: 2 fieldKey: list_id label: List @@ -76999,7 +80638,7 @@ items: choices: null dynamic: true allowNull: false - - id: tJQMM3azsUayz6CrQRYdpr + - id: 74EWaMoEjoUG848uMJq5RS sortOrder: 3 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -77012,7 +80651,7 @@ items: choices: null dynamic: false allowNull: false - - id: g1sMigCrMJiF9vwf9358Ci + - id: vNopxHtN4798izPSemYMiA sortOrder: 5 fieldKey: phone_number label: Phone Number @@ -77029,7 +80668,7 @@ items: choices: null dynamic: false allowNull: false - - id: 6zocEtQMgGMVLQHAovfxot + - id: 3LafQaH7znBAeNFekFPJmu sortOrder: 6 fieldKey: country_code label: Country Code @@ -77546,7 +81185,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "User Subscribed" fields: - - id: 7Lar8JXJ9pqGz1bqGnRuLP + - id: kshdhHhjf66iZw53JP4jCa sortOrder: 0 fieldKey: email label: Email @@ -77568,7 +81207,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5SCMBHSAC1qHbRrsZ3QoMz + - id: qST8R3nTF2imwr3M6V9bm5 sortOrder: 1 fieldKey: phone_number label: Phone Number @@ -77590,7 +81229,7 @@ items: choices: null dynamic: false allowNull: false - - id: vM25UXsXAbTxgZGCqFoMaE + - id: j2Ky8UfaGisDWjaEVRCNig sortOrder: 2 fieldKey: country_code label: Country Code @@ -78099,7 +81738,7 @@ items: value: ZW dynamic: false allowNull: false - - id: 8jeFGWenYFriWVqYQ8NwTL + - id: faYe8qvEVa8eyCJWJnZCvL sortOrder: 3 fieldKey: list_id label: List Id @@ -78114,7 +81753,7 @@ items: choices: null dynamic: true allowNull: false - - id: cHA3mg1dSX1i7fv83koNNV + - id: 3YGr8GYmsN5hQ4QZLyGM1j sortOrder: 4 fieldKey: custom_source label: Custom Source ($source) @@ -78131,8 +81770,24 @@ items: choices: null dynamic: false allowNull: false - - id: 8yQvzPCPXZyKqjxPGDGg31 + - id: v3aZwzQrSUh6r9hKQp5Kzo sortOrder: 5 + fieldKey: historical_import + label: Historical Import + type: BOOLEAN + description: >- + When set to true, the profile will be subscribed as a historical import. + This is useful for importing existing profiles into Klaviyo without + sending them an email or SMS. + placeholder: '' + defaultValue: false + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: qDpwA9fftnuZEfpy5JzhmK + sortOrder: 6 fieldKey: consented_at label: Consented At type: DATETIME @@ -78145,8 +81800,8 @@ items: choices: null dynamic: false allowNull: false - - id: jfASe8xP3kzqBAMhMs5pxo - sortOrder: 6 + - id: oKrpoLtsxh7mAGfiW8UKym + sortOrder: 7 fieldKey: enable_batching label: Batch Data to Klaviyo type: BOOLEAN @@ -78165,7 +81820,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "User Unsubscribed" fields: - - id: b16sEJ8ZsjUQvSiWSWp6yV + - id: tYGkLpEwhTPBWsJKNx8Su6 sortOrder: 0 fieldKey: email label: Email @@ -78187,7 +81842,7 @@ items: choices: null dynamic: false allowNull: false - - id: 4EnwEPyEAGLgx7bKg3yVXY + - id: 5mFaagb3XRFKNr5pzcm2b4 sortOrder: 1 fieldKey: phone_number label: Phone Number @@ -78209,7 +81864,7 @@ items: choices: null dynamic: false allowNull: false - - id: r1DajHGgYEerWaEmrth9h4 + - id: krpYAFsuUWomwmc7RnqKNK sortOrder: 2 fieldKey: country_code label: Country Code @@ -78718,7 +82373,7 @@ items: value: ZW dynamic: false allowNull: false - - id: qFhhdiJNjbuB1UEAvLdFDK + - id: xzrkuef5bwxbyPG5RxLGgP sortOrder: 3 fieldKey: list_id label: List Id @@ -78732,7 +82387,7 @@ items: choices: null dynamic: true allowNull: false - - id: beWdRFWtxv4uapfJxwzMXb + - id: fCnmfYh5uz1FN8wpdaQSVd sortOrder: 4 fieldKey: enable_batching label: Batch Data to Klaviyo @@ -80236,7 +83891,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" or event = "Audience Exited" fields: - - id: 7511VyvY4NS4w9dtpSTfdh + - id: grzymw7kTgosuBnJ66iSbM sortOrder: 0 fieldKey: dmp_segment_name label: DMP Segment Display Name @@ -80247,14 +83902,20 @@ items: has created an audience will not update the audience name in LinkedIn. placeholder: '' defaultValue: - '@path': $.properties.audience_key + '@if': + exists: + '@path': $.properties.audience_key + then: + '@path': $.properties.audience_key + else: + '@path': $.context.personas.computation_key required: false multiple: false choices: null dynamic: false allowNull: false hidden: false - - id: xzNE674njRGb54csuz8w2k + - id: 8GJ1D1dX6wNsgaoro5cunP sortOrder: 1 fieldKey: enable_batching label: Enable Batching @@ -80268,7 +83929,7 @@ items: dynamic: false allowNull: false hidden: false - - id: jaRpaeYSg3CVGZYedFipFY + - id: eyG2pmPE8nUSWfybrVqZbE sortOrder: 2 fieldKey: email label: User Email @@ -80290,7 +83951,7 @@ items: choices: null dynamic: false allowNull: false - - id: p4zXdsFeV2q3pXL4XSpbjx + - id: 6bubqqywwk5kvYDRCQj3KT sortOrder: 3 fieldKey: first_name label: User First Name @@ -80304,7 +83965,7 @@ items: choices: null dynamic: false allowNull: false - - id: gSC9KCcNN6r5c1VxLszdJa + - id: tmXozQyG4GAC19yQt23x6r sortOrder: 4 fieldKey: last_name label: User Last Name @@ -80318,7 +83979,7 @@ items: choices: null dynamic: false allowNull: false - - id: gcYH9oH6d8FutpRsmWvzmT + - id: 9jBroPjFYTKfJ8Zg1MVUUj sortOrder: 5 fieldKey: title label: User Title @@ -80332,7 +83993,7 @@ items: choices: null dynamic: false allowNull: false - - id: nHG9m4eH8i7FfrNMRY87F4 + - id: kTMpFrE5VfSiuTkvPmLATm sortOrder: 6 fieldKey: company label: User Company @@ -80346,7 +84007,7 @@ items: choices: null dynamic: false allowNull: false - - id: nwXuuLFxX4RQoEaai3Bezs + - id: i5uCBBgCwQJzXQWPPpyMKo sortOrder: 7 fieldKey: country label: User Country @@ -80362,7 +84023,7 @@ items: choices: null dynamic: false allowNull: false - - id: 3J6d7CWpHKLCaf9cUJton9 + - id: hYv6SLh75LrtqFKsg4vF4D sortOrder: 10 fieldKey: personas_audience_key label: Segment Engage Audience Key @@ -80378,7 +84039,7 @@ items: dynamic: false allowNull: false hidden: false - - id: w8KuaMrKHmQeyaw7KBg8sb + - id: ucjmSCtjJVxHJ8AMQAV5No sortOrder: 12 fieldKey: dmp_user_action label: DMP User Action @@ -81256,7 +84917,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: ghfHdBxx9d9GJVHn1588jR + - id: bG7p4gBRVor9W2cpNgVo7Y sortOrder: 0 fieldKey: event_name label: Event Name @@ -81274,7 +84935,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vQXsGa5x39esNqwpN1X2jH + - id: sTck5gv4rpr4Ytb54bsgcd sortOrder: 1 fieldKey: event_type label: Event Type @@ -81289,7 +84950,7 @@ items: dynamic: false allowNull: false hidden: false - - id: b2jsatNsNR2MdcSWLHcuzy + - id: tPZqRnyrpcZCFam1fjAQK sortOrder: 2 fieldKey: segment_user_id label: User ID @@ -81304,7 +84965,7 @@ items: dynamic: false allowNull: false hidden: false - - id: o1ho88oDZ6UqdijgvcdEzM + - id: pXxJb1AjJcQshzJq1hLeXc sortOrder: 3 fieldKey: livelike_profile_id label: LiveLike User Profile ID @@ -81319,7 +84980,7 @@ items: dynamic: false allowNull: false hidden: false - - id: piGMFX4emcuw6Jg54FdMAz + - id: ssAmWCqsKUP7xQM9Wg4xFV sortOrder: 5 fieldKey: custom_id label: Custom ID @@ -81339,7 +85000,7 @@ items: dynamic: false allowNull: false hidden: false - - id: jHUjAyqvQAHTNgdeZUNfLh + - id: mLpype1QecLqkwtAnoUyc4 sortOrder: 6 fieldKey: timestamp label: Timestamp @@ -81357,7 +85018,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 4XCGdGqszrx2kCcPxVYmrN + - id: jE7VA9DydShkYwQPcC8SYg sortOrder: 7 fieldKey: properties label: Event Properties @@ -81372,9 +85033,147 @@ items: dynamic: false allowNull: false hidden: false + - id: 6cquCWDuRPE99wLjvV4Lh6 + name: Sync to User Group + slug: syncToUserGroup + description: >- + Sync Segment user data to a user group in LiveLike. Can be used to sync + Engage Audience data to LiveLike User Groups. + platform: CLOUD + hidden: false + defaultTrigger: type = "identify" + fields: + - id: 7CwiWQFxVRE4NtZPWPMxCi + sortOrder: 0 + fieldKey: audience_id + label: Segment Audience ID + type: STRING + description: The unique identifier for the Segment Audience. + placeholder: '' + defaultValue: + '@path': $.context.personas.computation_id + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: hpRmg1vQNDkz9CdjT24Cx4 + sortOrder: 1 + fieldKey: audience_name + label: Segment Audience Name + type: STRING + description: The name of the Segment Audience. + placeholder: '' + defaultValue: + '@path': $.context.personas.computation_key + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: eo7oYaA4PuKtRpvZ44qBBm + sortOrder: 2 + fieldKey: action + label: Action + type: BOOLEAN + description: >- + Set to true to add the user to the User Group, set to false to remove + the user from the User Group. If connecting to an Engage Audience, leave + this field empty. + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: dpPHyShfG1wdFitCfiMVH7 + sortOrder: 3 + fieldKey: timestamp + label: Timestamp + type: STRING + description: The timestamp of the event. + placeholder: '' + defaultValue: + '@path': $.timestamp + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: ikpcPk2Yd7Um1gGANMeywK + sortOrder: 4 + fieldKey: additional_user_traits + label: Additional user traits + type: OBJECT + description: Used for trait values to send to Livelike. + placeholder: '' + defaultValue: + livelike_profile_id: + '@if': + exists: + '@path': $.traits.livelike_profile_id + then: + '@path': $.traits.livelike_profile_id + else: + '@path': $.properties.livelike_profile_id + email: + '@if': + exists: + '@path': $.traits.email + then: + '@path': $.traits.email + else: + '@path': $.properties.email + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 4YHwpQJjX9dHU3RhYmXBAq + sortOrder: 6 + fieldKey: user_id + label: User ID + type: STRING + description: A unique identifier for a user. + placeholder: '' + defaultValue: + '@path': $.userId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: xjXtFJhkSWunszHXcMUF3Q + sortOrder: 7 + fieldKey: enable_batching + label: Enable Batching + type: BOOLEAN + description: >- + Enable batching for this action. If enabled, the action will process + records in batches. + placeholder: '' + defaultValue: true + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 8LgVSFPCm5NHonkJF3uSPH + sortOrder: 8 + fieldKey: batch_size + label: Batch Size + type: NUMBER + description: The number of records to process in each batch. Default is 100. + placeholder: '' + defaultValue: 100 + required: false + multiple: false + choices: null + dynamic: false + allowNull: false presets: - actionId: hi6egKehiHEcn789ZZvs18 - name: Screen Calls + name: Page Calls fields: event_name: '@if': @@ -81398,7 +85197,7 @@ items: '@path': $.timestamp properties: '@path': $.properties - trigger: type = "screen" + trigger: type = "page" - actionId: hi6egKehiHEcn789ZZvs18 name: Track User Actions fields: @@ -81420,7 +85219,7 @@ items: '@path': $.properties trigger: type = "track" - actionId: hi6egKehiHEcn789ZZvs18 - name: Page Calls + name: Screen Calls fields: event_name: '@if': @@ -81444,7 +85243,7 @@ items: '@path': $.timestamp properties: '@path': $.properties - trigger: type = "page" + trigger: type = "screen" partnerOwned: true - id: 644ad6c6c4a87a3290450602 display_name: LiveRamp Audiences @@ -81508,7 +85307,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" fields: - - id: kMgyerASLivvGmMF5YLRK1 + - id: k3mhDicSXuifyaW5XtxiTQ sortOrder: 0 fieldKey: sftp_username label: Username @@ -81521,7 +85320,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 3hnbAU6ztRqHAHtXdtsSS5 + - id: 6oUUAu7AFbrt9aafbsgGu4 sortOrder: 1 fieldKey: sftp_password label: Password @@ -81534,7 +85333,7 @@ items: dynamic: false allowNull: false hidden: false - - id: dK2ei4KkRg13BtKKzfwUF9 + - id: mJ3cmGfEBmMr8rR42XD6FG sortOrder: 2 fieldKey: sftp_folder_path label: Folder Path @@ -81551,7 +85350,7 @@ items: dynamic: false allowNull: false hidden: false - - id: x96cA8SB9oxXzywrLP7wXk + - id: t1ZZ7wxaWn5z7dzVfppPgy sortOrder: 3 fieldKey: audience_key label: LiveRamp Audience Key @@ -81570,7 +85369,7 @@ items: dynamic: false allowNull: false hidden: false - - id: twGu7B9VUEoGPoMKHUfD7G + - id: twV2vtaLtG2niwaQv6UMsS sortOrder: 4 fieldKey: identifier_data label: Identifier Data @@ -81583,7 +85382,7 @@ items: dynamic: false allowNull: false hidden: false - - id: h1ASLUgE6GjxCMXyBBWG6y + - id: jEiuGaTjfAZzCpiWVc83jY sortOrder: 5 fieldKey: unhashed_identifier_data label: Hashable Identifier Data @@ -81599,7 +85398,7 @@ items: dynamic: false allowNull: false hidden: false - - id: qS42Y8bSvzQYFTmcY55cT8 + - id: sRRXcW5KjridwppD1kHk6n sortOrder: 6 fieldKey: delimiter label: Delimeter @@ -81613,7 +85412,7 @@ items: dynamic: false allowNull: false hidden: false - - id: sJqPmPaKrfnUGCkrLDgddT + - id: 6JYHxJ7e176ZCaNQD3BsPT sortOrder: 7 fieldKey: filename label: Filename @@ -81638,7 +85437,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" fields: - - id: daCKHSi8JhZwut8Cxg6HR5 + - id: 2MUCKviAJMGWWS8k3kk2uJ sortOrder: 0 fieldKey: s3_aws_access_key label: AWS Access Key ID @@ -81651,7 +85450,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 89U7s6TP78WYwsCjPvE93u + - id: 2WiwXFCGvuGAnL73BTWkbX sortOrder: 1 fieldKey: s3_aws_secret_key label: AWS Secret Access Key @@ -81664,7 +85463,7 @@ items: dynamic: false allowNull: false hidden: false - - id: c66uem7Z16uXsNSbrwB8Bj + - id: 5dAHm9m3eu8WAHpqgUqEyX sortOrder: 2 fieldKey: s3_aws_bucket_name label: AWS Bucket Name @@ -81677,20 +85476,20 @@ items: dynamic: false allowNull: false hidden: false - - id: iv4ZA4WQRK1tFGsE2nzcyE + - id: 8gCdxXCFkJ2gTrtQnvyvAP sortOrder: 3 fieldKey: s3_aws_region label: AWS Region (S3 only) type: STRING description: Region where the S3 bucket is hosted. placeholder: '' - required: false + required: true multiple: false choices: null dynamic: false allowNull: false hidden: false - - id: 2vea8KdovH8VMqtbXhx8pV + - id: vUjtXhYp55e7bd6qxkTg3p sortOrder: 4 fieldKey: audience_key label: LiveRamp Audience Key @@ -81709,7 +85508,7 @@ items: dynamic: false allowNull: false hidden: false - - id: vwYppuEgPFQwEPmvEnoDUt + - id: wEpEMcgx6BEWNrSFYwfJZo sortOrder: 5 fieldKey: identifier_data label: Identifier Data @@ -81722,7 +85521,7 @@ items: dynamic: false allowNull: false hidden: false - - id: nFg9kJWTyvuq9M5WDdkTdE + - id: hhdh14b4ZFcbArNz5p9Pyi sortOrder: 6 fieldKey: unhashed_identifier_data label: Hashable Identifier Data @@ -81738,7 +85537,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9xUCLtDdUuCUBzMjtRWr3W + - id: qUnMU8eixADgi755nunvZe sortOrder: 7 fieldKey: delimiter label: Delimeter @@ -81752,7 +85551,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 8xZ1w2rx3r1M5qWjsihLWf + - id: ahneRYCYP7CEvm3v3UFyCu sortOrder: 8 fieldKey: filename label: Filename @@ -81769,7 +85568,7 @@ items: dynamic: false allowNull: false hidden: false - - id: 9gzRouweQC4noqggvXoywB + - id: 4PLfCV1ZEbBaX2591KYqYq sortOrder: 11 fieldKey: s3_aws_bucket_path label: AWS Bucket Path [optional] @@ -92734,14 +96533,14 @@ items: - id: 682db7017819e7e055f55cb4 display_name: Ortto (Actions) name: Ortto (Actions) - slug: ortto-actions + slug: actions-ortto hidden: false endpoints: - US regions: - us-west-2 - eu-west-1 - url: connections/destinations/catalog/ortto-actions + url: connections/destinations/catalog/actions-ortto previous_names: - Ortto (Actions) website: https://ortto.com/ @@ -101387,7 +105186,821 @@ items: '@path': $.context.traits.email else: '@path': $.properties.email - external_id: + external_id: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + ip_address: + '@path': $.context.ip + user_agent: + '@path': $.context.userAgent + uuid: + '@if': + exists: + '@path': $.integrations.Reddit Conversions Api.uuid + then: + '@path': $.integrations.Reddit Conversions Api.uuid + else: + '@path': $.properties.uuid + phone_number: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + screen_dimensions: + height: + '@path': $.context.screen.height + width: + '@path': $.context.screen.width + event_metadata: + currency: + '@path': $.properties.currency + itemCount: + '@path': $.properties.quantity + value: + '@path': $.properties.price + conversion_id: + '@path': $.messageId + tracking_type: AddToWishlist + trigger: type = "track" and event = "Product Added to Wishlist" + - actionId: oKfDyMn39WEUWwEU4puB6Z + name: Page Visit + fields: + event_at: + '@path': $.timestamp + click_id: + '@if': + exists: + '@path': $.integrations.Reddit Conversions Api.click_id + then: + '@path': $.integrations.Reddit Conversions Api.click_id + else: + '@path': $.properties.click_id + products: + '@arrayPath': + - $.properties.products + - category: + '@path': $.category + id: + '@path': $.product_id + name: + '@path': $.name + user: + advertising_id: + '@path': $.context.device.advertisingId + device_type: + '@path': $.context.device.type + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + external_id: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + ip_address: + '@path': $.context.ip + user_agent: + '@path': $.context.userAgent + uuid: + '@if': + exists: + '@path': $.integrations.Reddit Conversions Api.uuid + then: + '@path': $.integrations.Reddit Conversions Api.uuid + else: + '@path': $.properties.uuid + phone_number: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + screen_dimensions: + height: + '@path': $.context.screen.height + width: + '@path': $.context.screen.width + event_metadata: {} + conversion_id: + '@path': $.messageId + tracking_type: PageVisit + trigger: type = "page" + - actionId: oKfDyMn39WEUWwEU4puB6Z + name: Add to Cart + fields: + event_at: + '@path': $.timestamp + click_id: + '@if': + exists: + '@path': $.integrations.Reddit Conversions Api.click_id + then: + '@path': $.integrations.Reddit Conversions Api.click_id + else: + '@path': $.properties.click_id + products: + '@arrayPath': + - $.properties.products + - category: + '@path': $.category + id: + '@path': $.product_id + name: + '@path': $.name + user: + advertising_id: + '@path': $.context.device.advertisingId + device_type: + '@path': $.context.device.type + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + external_id: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + ip_address: + '@path': $.context.ip + user_agent: + '@path': $.context.userAgent + uuid: + '@if': + exists: + '@path': $.integrations.Reddit Conversions Api.uuid + then: + '@path': $.integrations.Reddit Conversions Api.uuid + else: + '@path': $.properties.uuid + phone_number: + '@if': + exists: + '@path': $.context.traits.phone + then: + '@path': $.context.traits.phone + else: + '@path': $.properties.phone + screen_dimensions: + height: + '@path': $.context.screen.height + width: + '@path': $.context.screen.width + event_metadata: + currency: + '@path': $.properties.currency + itemCount: + '@path': $.properties.quantity + value: + '@path': $.properties.price + conversion_id: + '@path': $.messageId + tracking_type: AddToCart + trigger: type = "track" and event = "Product Added" + partnerOwned: true +- id: 68383577d2c19626da376944 + display_name: Reddit Pixel + name: Reddit Pixel + slug: reddit-pixel + hidden: false + endpoints: + - US + regions: + - us-west-2 + - eu-west-1 + url: connections/destinations/catalog/reddit-pixel + previous_names: + - Reddit Pixel + website: https://business.reddithelp.com/s/article/reddit-pixel + status: PUBLIC_BETA + categories: + - Advertising + logo: + url: https://cdn-devcenter.segment.com/e2e587b9-ae3f-45d8-954e-da69167c8ff5.svg + mark: + url: https://cdn-devcenter.segment.com/e25f3e39-9cfb-47cd-9320-2428ef9fadb0.svg + methods: + track: true + identify: true + group: true + alias: true + screen: false + page: true + platforms: + browser: true + mobile: false + server: false + 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: false + settings: + - name: ldu + type: boolean + defaultValue: false + description: >- + Limited Data Use - When the LDU flag is enabled, it may impact campaign + performance and limit the size of targetable audiences. See [this + documentation](https://business.reddithelp.com/s/article/Limited-Data-Use) + for more information. If enabling this toggle, also go into each event and + configure the Country and Region in the Data Processing Options for each + event being sent. + required: false + label: Limited Data Use + - name: pixel_id + type: string + defaultValue: '' + description: Your Reddit Pixel ID + required: true + label: Pixel ID + actions: + - id: gTQSdHawHaqppKUY37arYQ + name: Reddit Pixel - Custom Event + slug: reportCustomWebEvent + description: Send Custom Pixel Events to Reddit. + platform: WEB + hidden: false + defaultTrigger: type = "track" + fields: + - id: dYueyHrTh28t1xg6XVeuLS + sortOrder: 0 + fieldKey: conversion_id + label: Conversion ID + type: STRING + description: >- + The unique conversion ID that corresponds to a distinct conversion + event. This is used for deduplication. If you are using both Reddit + Pixel and CAPI integrations, this field is required in order to dedupe + the same events across both sources. + placeholder: '' + defaultValue: + '@path': $.messageId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: bpqRoTFPmaQoY1p1bQgwnU + sortOrder: 1 + fieldKey: event_metadata + label: Event Metadata + type: OBJECT + description: The metadata associated with the conversion event. + placeholder: '' + defaultValue: + currency: + '@path': $.properties.currency + itemCount: + '@path': $.properties.quantity + value: + '@if': + exists: + '@path': $.properties.revenue + then: + '@path': $.properties.revenue + else: + '@path': $.properties.total + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: fC4Nrzh7KDFhMr2mPmD3FJ + sortOrder: 2 + fieldKey: user + label: User + type: OBJECT + description: The identifying user parameters associated with the conversion event. + placeholder: '' + defaultValue: + advertising_id: + '@path': $.context.device.advertisingId + device_type: + '@path': $.context.device.type + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + externalId: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + phoneNumber: + '@if': + exists: + '@path': $.properties.phone + then: + '@path': $.properties.phone + else: + '@path': $.context.traits.phone + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: fZREqEeYDQ7JPEYeSLDCSN + sortOrder: 3 + fieldKey: products + label: Products + type: OBJECT + description: The products associated with the conversion event. + placeholder: '' + defaultValue: + '@arrayPath': + - $.properties.products + - category: + '@path': $.category + id: + '@path': $.product_id + name: + '@path': $.name + required: false + multiple: true + choices: null + dynamic: false + allowNull: false + - id: ce32XbM7CPHgu1CAXNXW3U + sortOrder: 4 + fieldKey: data_processing_options + label: Data Processing Options + type: OBJECT + description: >- + A structure of data processing options to specify the processing type + for the event. This is only used for LDU - when the LDU flag is enabled, + it may impact campaign performance and limit the size of targetable + audiences. + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: oXNkokeYffage1QxkDh5HK + sortOrder: 5 + fieldKey: custom_event_name + label: Custom Event Name + type: STRING + description: >- + A custom event name that can be passed when tracking_type is set to + "Custom". All UTF-8 characters are accepted and custom_event_name must + be at most 64 characters long. + placeholder: '' + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: vBBtwiop4u89bdJLovT3p1 + name: Reddit Pixel + slug: reportWebEvent + description: >- + Send Standard Pixel Events to Reddit. This includes pagevisits, + addtocarts, search, etc. + platform: WEB + hidden: false + defaultTrigger: type = "track" + fields: + - id: ai9oQFzCZF6z33uRUZYGtU + sortOrder: 0 + fieldKey: tracking_type + label: Tracking Type + type: STRING + description: >- + One of Reddit Pixel's standard conversion event types. To send a Custom + event to Reddit use the Custom Event Action instead. + placeholder: '' + required: true + multiple: false + choices: + - label: Page Visit + value: PageVisit + - label: View Content + value: ViewContent + - label: Search + value: Search + - label: Add to Cart + value: AddToCart + - label: Add to Wishlist + value: AddToWishlist + - label: Purchase + value: Purchase + - label: Lead + value: Lead + - label: Sign Up + value: SignUp + dynamic: false + allowNull: false + - id: faRNyPJjyZzF6MMgB8BqoJ + sortOrder: 1 + fieldKey: products + label: Products + type: OBJECT + description: The products associated with the conversion event. + placeholder: '' + defaultValue: + '@arrayPath': + - $.properties.products + - category: + '@path': $.category + id: + '@path': $.product_id + name: + '@path': $.name + required: false + multiple: true + choices: null + dynamic: false + allowNull: false + - id: dciyuNcJXB1apXLxdXTnTf + sortOrder: 2 + fieldKey: user + label: User + type: OBJECT + description: The identifying user parameters associated with the conversion event. + placeholder: '' + defaultValue: + advertising_id: + '@path': $.context.device.advertisingId + device_type: + '@path': $.context.device.type + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + externalId: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + phoneNumber: + '@if': + exists: + '@path': $.properties.phone + then: + '@path': $.properties.phone + else: + '@path': $.context.traits.phone + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: diUiY6uVaUErutcyZqcMd1 + sortOrder: 3 + fieldKey: data_processing_options + label: Data Processing Options + type: OBJECT + description: >- + A structure of data processing options to specify the processing type + for the event. This is only used for LDU - when the LDU flag is enabled, + it may impact campaign performance and limit the size of targetable + audiences. + placeholder: '' + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: iT9oMpxu1XqrQFuRgq3eyt + sortOrder: 4 + fieldKey: event_metadata + label: Event Metadata + type: OBJECT + description: The metadata associated with the conversion event. + placeholder: '' + defaultValue: + currency: + '@path': $.properties.currency + itemCount: + '@path': $.properties.quantity + value: + '@if': + exists: + '@path': $.properties.revenue + then: + '@path': $.properties.revenue + else: + '@path': $.properties.total + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 5zc2jUCQjQ763Y5ZYYaGj3 + sortOrder: 5 + fieldKey: conversion_id + label: Conversion ID + type: STRING + description: >- + The unique conversion ID that corresponds to a distinct conversion + event. This is used for deduplication. If you are using both Reddit + Pixel and CAPI integrations, this field is required in order to dedupe + the same events across both sources. + placeholder: '' + defaultValue: + '@path': $.messageId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + presets: + - actionId: vBBtwiop4u89bdJLovT3p1 + name: Page Visit + fields: + products: + '@arrayPath': + - $.properties.products + - category: + '@path': $.category + id: + '@path': $.product_id + name: + '@path': $.name + user: + advertising_id: + '@path': $.context.device.advertisingId + device_type: + '@path': $.context.device.type + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + externalId: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + phoneNumber: + '@if': + exists: + '@path': $.properties.phone + then: + '@path': $.properties.phone + else: + '@path': $.context.traits.phone + event_metadata: + currency: + '@path': $.properties.currency + itemCount: + '@path': $.properties.quantity + value: + '@if': + exists: + '@path': $.properties.revenue + then: + '@path': $.properties.revenue + else: + '@path': $.properties.total + conversion_id: + '@path': $.messageId + tracking_type: PageVisit + trigger: type = "page" + - actionId: vBBtwiop4u89bdJLovT3p1 + name: View Content + fields: + products: + '@arrayPath': + - $.properties.products + - category: + '@path': $.category + id: + '@path': $.product_id + name: + '@path': $.name + user: + advertising_id: + '@path': $.context.device.advertisingId + device_type: + '@path': $.context.device.type + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + externalId: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + phoneNumber: + '@if': + exists: + '@path': $.properties.phone + then: + '@path': $.properties.phone + else: + '@path': $.context.traits.phone + event_metadata: + currency: + '@path': $.properties.currency + itemCount: + '@path': $.properties.quantity + value: + '@if': + exists: + '@path': $.properties.revenue + then: + '@path': $.properties.revenue + else: + '@path': $.properties.total + conversion_id: + '@path': $.messageId + tracking_type: ViewContent + trigger: type = "track" and event = "Product Viewed" + - actionId: vBBtwiop4u89bdJLovT3p1 + name: Lead + fields: + products: + '@arrayPath': + - $.properties.products + - category: + '@path': $.category + id: + '@path': $.product_id + name: + '@path': $.name + user: + advertising_id: + '@path': $.context.device.advertisingId + device_type: + '@path': $.context.device.type + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + externalId: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + phoneNumber: + '@if': + exists: + '@path': $.properties.phone + then: + '@path': $.properties.phone + else: + '@path': $.context.traits.phone + event_metadata: + currency: + '@path': $.properties.currency + value: + '@path': $.properties.value + conversion_id: + '@path': $.messageId + tracking_type: Lead + trigger: type = "track" and event = "Lead Generated" + - actionId: vBBtwiop4u89bdJLovT3p1 + name: Add to Wishlist + fields: + products: + '@arrayPath': + - $.properties.products + - category: + '@path': $.category + id: + '@path': $.product_id + name: + '@path': $.name + user: + advertising_id: + '@path': $.context.device.advertisingId + device_type: + '@path': $.context.device.type + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + externalId: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + phoneNumber: + '@if': + exists: + '@path': $.properties.phone + then: + '@path': $.properties.phone + else: + '@path': $.context.traits.phone + event_metadata: + currency: + '@path': $.properties.currency + itemCount: + '@path': $.properties.quantity + value: + '@path': $.properties.price + conversion_id: + '@path': $.messageId + tracking_type: AddToWishlist + trigger: type = "track" and event = "Product Added to Wishlist" + - actionId: vBBtwiop4u89bdJLovT3p1 + name: Search + fields: + products: + '@arrayPath': + - $.properties.products + - category: + '@path': $.category + id: + '@path': $.product_id + name: + '@path': $.name + user: + advertising_id: + '@path': $.context.device.advertisingId + device_type: + '@path': $.context.device.type + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email + else: + '@path': $.properties.email + externalId: '@if': exists: '@path': $.userId @@ -101395,31 +106008,72 @@ items: '@path': $.userId else: '@path': $.anonymousId - ip_address: - '@path': $.context.ip - user_agent: - '@path': $.context.userAgent - uuid: + phoneNumber: '@if': exists: - '@path': $.integrations.Reddit Conversions Api.uuid + '@path': $.properties.phone then: - '@path': $.integrations.Reddit Conversions Api.uuid + '@path': $.properties.phone else: - '@path': $.properties.uuid - phone_number: + '@path': $.context.traits.phone + event_metadata: + currency: + '@path': $.properties.currency + itemCount: + '@path': $.properties.quantity + value: '@if': exists: - '@path': $.context.traits.phone + '@path': $.properties.revenue then: - '@path': $.context.traits.phone + '@path': $.properties.revenue + else: + '@path': $.properties.total + conversion_id: + '@path': $.messageId + tracking_type: Search + trigger: type = "track" and event = "Products Searched" + - actionId: vBBtwiop4u89bdJLovT3p1 + name: Add to Cart + fields: + products: + '@arrayPath': + - $.properties.products + - category: + '@path': $.category + id: + '@path': $.product_id + name: + '@path': $.name + user: + advertising_id: + '@path': $.context.device.advertisingId + device_type: + '@path': $.context.device.type + email: + '@if': + exists: + '@path': $.context.traits.email + then: + '@path': $.context.traits.email else: + '@path': $.properties.email + externalId: + '@if': + exists: + '@path': $.userId + then: + '@path': $.userId + else: + '@path': $.anonymousId + phoneNumber: + '@if': + exists: '@path': $.properties.phone - screen_dimensions: - height: - '@path': $.context.screen.height - width: - '@path': $.context.screen.width + then: + '@path': $.properties.phone + else: + '@path': $.context.traits.phone event_metadata: currency: '@path': $.properties.currency @@ -101429,21 +106083,11 @@ items: '@path': $.properties.price conversion_id: '@path': $.messageId - tracking_type: AddToWishlist - trigger: type = "track" and event = "Product Added to Wishlist" - - actionId: oKfDyMn39WEUWwEU4puB6Z - name: Page Visit + tracking_type: AddToCart + trigger: type = "track" and event = "Product Added" + - actionId: vBBtwiop4u89bdJLovT3p1 + name: Purchase fields: - event_at: - '@path': $.timestamp - click_id: - '@if': - exists: - '@path': $.integrations.Reddit Conversions Api.click_id - then: - '@path': $.integrations.Reddit Conversions Api.click_id - else: - '@path': $.properties.click_id products: '@arrayPath': - $.properties.products @@ -101466,7 +106110,7 @@ items: '@path': $.context.traits.email else: '@path': $.properties.email - external_id: + externalId: '@if': exists: '@path': $.userId @@ -101474,49 +106118,34 @@ items: '@path': $.userId else: '@path': $.anonymousId - ip_address: - '@path': $.context.ip - user_agent: - '@path': $.context.userAgent - uuid: + phoneNumber: '@if': exists: - '@path': $.integrations.Reddit Conversions Api.uuid + '@path': $.properties.phone then: - '@path': $.integrations.Reddit Conversions Api.uuid + '@path': $.properties.phone else: - '@path': $.properties.uuid - phone_number: + '@path': $.context.traits.phone + event_metadata: + currency: + '@path': $.properties.currency + itemCount: + '@path': $.properties.quantity + value: '@if': exists: - '@path': $.context.traits.phone + '@path': $.properties.revenue then: - '@path': $.context.traits.phone + '@path': $.properties.revenue else: - '@path': $.properties.phone - screen_dimensions: - height: - '@path': $.context.screen.height - width: - '@path': $.context.screen.width - event_metadata: {} + '@path': $.properties.total conversion_id: '@path': $.messageId - tracking_type: PageVisit - trigger: type = "page" - - actionId: oKfDyMn39WEUWwEU4puB6Z - name: Add to Cart + tracking_type: Purchase + trigger: type = "track" and event = "Order Completed" + - actionId: vBBtwiop4u89bdJLovT3p1 + name: Sign Up fields: - event_at: - '@path': $.timestamp - click_id: - '@if': - exists: - '@path': $.integrations.Reddit Conversions Api.click_id - then: - '@path': $.integrations.Reddit Conversions Api.click_id - else: - '@path': $.properties.click_id products: '@arrayPath': - $.properties.products @@ -101539,7 +106168,7 @@ items: '@path': $.context.traits.email else: '@path': $.properties.email - external_id: + externalId: '@if': exists: '@path': $.userId @@ -101547,42 +106176,23 @@ items: '@path': $.userId else: '@path': $.anonymousId - ip_address: - '@path': $.context.ip - user_agent: - '@path': $.context.userAgent - uuid: + phoneNumber: '@if': exists: - '@path': $.integrations.Reddit Conversions Api.uuid + '@path': $.properties.phone then: - '@path': $.integrations.Reddit Conversions Api.uuid + '@path': $.properties.phone else: - '@path': $.properties.uuid - phone_number: - '@if': - exists: '@path': $.context.traits.phone - then: - '@path': $.context.traits.phone - else: - '@path': $.properties.phone - screen_dimensions: - height: - '@path': $.context.screen.height - width: - '@path': $.context.screen.width event_metadata: currency: '@path': $.properties.currency - itemCount: - '@path': $.properties.quantity value: - '@path': $.properties.price + '@path': $.properties.value conversion_id: '@path': $.messageId - tracking_type: AddToCart - trigger: type = "track" and event = "Product Added" + tracking_type: SignUp + trigger: type = "track" and event = "Signed Up" partnerOwned: true - id: 5cacbf88fa2aed000104edcc display_name: Refersion @@ -111033,144 +115643,6 @@ items: hidden: false presets: [] partnerOwned: false -- id: 6189bc6dc616c2d82f61349c - display_name: Segment Data Lakes (Azure) - name: Segment Data Lakes (Azure) - slug: segment-data-lakes-azure - hidden: true - endpoints: - - US - regions: - - us-west-2 - - eu-west-1 - url: connections/destinations/catalog/segment-data-lakes-azure - previous_names: - - Azure Data Lakes - - Segment Data Lakes (Azure) - website: https://segment.com/docs/connections/storage/data-lakes/ - status: PUBLIC - categories: - - Raw Data - - Email - - CRM - logo: - url: https://cdn.filepicker.io/api/file/blchmYvQ36JOzWPWZ7Qa - mark: - url: https://cdn.filepicker.io/api/file/SIWnw2VqRPqF7abxuHZK - methods: - track: true - identify: true - group: true - alias: true - screen: false - page: true - platforms: - browser: true - mobile: true - server: true - warehouse: false - cloudAppObject: false - linkedAudiences: false - components: - - code: https://github.com/segmentio/integrations/tree/master/integrations/hubspot - owner: SEGMENT - type: SERVER - browserUnbundlingSupported: false - browserUnbundlingPublic: true - replay: false - connection_modes: - device: - web: false - mobile: false - server: false - cloud: - web: true - mobile: true - server: true - settings: - - name: azureStorageAccount - type: string - defaultValue: '' - description: The name of the Azure Storage Account - required: true - label: Azure Storage Account Name - - name: azureStorageContainer - type: string - defaultValue: '' - description: The name of the storage container - required: true - label: Azure Storage Container Name - - name: azureSubscriptionId - type: string - defaultValue: '' - description: Azure Subscription ID - required: true - label: Azure Subscription ID - - name: azureTenantId - type: string - defaultValue: '' - description: Azure Tenant ID - required: true - label: Azure Tenant ID - - name: databricksClusterId - type: string - defaultValue: '' - description: Databricks Cluster ID - required: true - label: Databricks Cluster ID - - name: databricksInstanceUrl - type: string - defaultValue: '' - description: Databricks Instance URL - required: true - label: Databricks Instance URL - - name: databricksWorkspaceName - type: string - defaultValue: '' - description: Databricks Workspace Name - required: true - label: Databricks Workspace Name - - name: databricksWorkspaceResourceGroup - type: string - defaultValue: '' - description: Databricks Workspace Resource Group - required: true - label: Databricks Workspace Resource Group Id - - name: datePartition - type: select - defaultValue: '' - description: >- - This drop down can be used to select the type of date partition required - to store the tables. - required: false - label: Date Partition - - name: partitionBySlugName - type: boolean - defaultValue: false - description: Enable to partition the data by source_slug_name instead of source_id - required: false - label: Partition by Slug Name - - name: region - type: string - defaultValue: '' - description: Azure Account Region - required: true - label: Region - - name: servicePrincipalClientId - type: string - defaultValue: '' - description: Service Principal Client ID - required: true - label: Service Principal Client ID - - name: servicePrincipalClientSecret - type: string - defaultValue: '' - description: Service Principal Client Secret - required: true - label: Service Principal Client Secret - actions: [] - presets: [] - partnerOwned: false - id: 639c2dbb1309fdcad13951b6 display_name: Segment Profiles name: Segment Profiles @@ -113161,7 +117633,7 @@ items: browser: true mobile: false server: true - warehouse: false + warehouse: true cloudAppObject: false linkedAudiences: true components: [] @@ -113184,68 +117656,229 @@ items: description: The name of the database. required: true label: Database Name - - name: environment - type: select - defaultValue: Prod - description: The environment of the Singlestore database. - required: true - label: Environment - name: host type: string defaultValue: '' - description: The host of the Singlestore database. + description: The host of the SingleStore database. required: true label: Host - name: password type: password defaultValue: '' - description: The password of the Singlestore database. + description: The password of the SingleStore database. required: true label: Password - name: port - type: number - defaultValue: 3306 - description: The port of the Singlestore database. - required: true + type: string + defaultValue: '443' + description: The port of the SingleStore Data API. Defaults to 443. + required: false label: Port + - name: tableName + type: string + defaultValue: segment_data + description: The name of the table. Defaults to "segment_data". + required: true + label: Table Name - name: username type: string defaultValue: '' - description: The username of the Singlestore database. + description: The username of the SingleStore database. required: true label: Username actions: - id: xxgUnx4BHqGLDYCJ4TiWPW name: Send Data slug: send - description: Send data to Singlestore. + description: Send data to SingleStore. platform: CLOUD hidden: false defaultTrigger: >- type = "track" or type = "screen" or type = "identify" or type = "page" or type = "group" or type = "alias" fields: - - id: o4FSHmgGNDZjGayk4VpDqK + - id: uFdNMu4c1FZ7QvhrX2UwYk sortOrder: 0 - fieldKey: database - label: Database + fieldKey: messageid + label: Message ID type: STRING - description: The name of the SingleStore database to send data to. + description: A unique identifier for the message. placeholder: '' + defaultValue: + '@path': $.messageId required: true multiple: false choices: null - dynamic: true + dynamic: false allowNull: false - - id: pV6xn9yXzxddMKs6EU2Ps2 + - id: qv8ep2ZWmCn5ASxMF95r5q sortOrder: 1 - fieldKey: message - label: Message + fieldKey: timestamp + label: Timestamp + type: STRING + description: The timestamp of the event. + placeholder: '' + defaultValue: + '@path': $.timestamp + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: gARMypQ6fRbwnnGbMo7q5B + sortOrder: 2 + fieldKey: type + label: Type + type: STRING + description: >- + The type of the event (e.g., "track", "identify", "page", "screen", + "group", "alias"). + placeholder: '' + defaultValue: + '@path': $.type + required: true + multiple: false + choices: + - label: Track + value: track + - label: Identify + value: identify + - label: Page + value: page + - label: Screen + value: screen + - label: Group + value: group + - label: Alias + value: alias + dynamic: false + allowNull: false + - id: oc4peBrKxsaw2edsazbJyv + sortOrder: 3 + fieldKey: event + label: Event + type: STRING + description: The name of the event. Only required for "track" events. + placeholder: '' + defaultValue: + '@path': $.event + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: uU6mqg66kHwXQEgdzfeNaj + sortOrder: 4 + fieldKey: name + label: Name + type: STRING + description: The name of the page or screen. + placeholder: '' + defaultValue: + '@path': $.name + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: 4CGR4GiYgBasPUCn7x2PAt + sortOrder: 5 + fieldKey: properties + label: Properties type: OBJECT - description: The complete event payload. + description: The properties of the track, page or screen event. placeholder: '' defaultValue: - '@path': $. + '@path': $.properties + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: mXjcaPpw27APLi5ZXMJ1hY + sortOrder: 6 + fieldKey: userId + label: User ID + type: STRING + description: The user ID associated with the event. + placeholder: '' + defaultValue: + '@path': $.userId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: aGbTkSehVquNZtR4yupyCr + sortOrder: 7 + fieldKey: anonymousId + label: Anonymous ID + type: STRING + description: The anonymous ID associated with the event. + placeholder: '' + defaultValue: + '@path': $.anonymousId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: sCde1yZDDXbVRFNvupx3K2 + sortOrder: 8 + fieldKey: groupId + label: Group ID + type: STRING + description: The group ID associated with the event. + placeholder: '' + defaultValue: + '@path': $.groupId + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: uTcyMLdSKvQS2oTySqUjKJ + sortOrder: 9 + fieldKey: traits + label: Traits + type: OBJECT + description: The traits of the user associated with the event. + placeholder: '' + defaultValue: + '@if': + exists: + '@path': $.context.traits + then: + '@path': $.context.traits + else: + '@path': $.traits + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: wqBUu6qhyzjCvq6ZtajvBB + sortOrder: 10 + fieldKey: context + label: Context + type: OBJECT + description: The context of the event. Contains user environment information. + placeholder: '' + defaultValue: + '@path': $.context + required: false + multiple: false + choices: null + dynamic: false + allowNull: false + - id: rZxfc9eLfCWwgxNCQAfnMx + sortOrder: 11 + fieldKey: max_batch_size + label: Max Batch Size + type: NUMBER + description: The maximum number of rows to include in a batch. + placeholder: '' + defaultValue: 100 required: true multiple: false choices: null @@ -118918,7 +123551,7 @@ items: hidden: false defaultTrigger: type = "track" fields: - - id: a7snxwYd8PTo1773tNESuG + - id: wDULRmh3dfsyn6MvYFA6Kv sortOrder: 3 fieldKey: user_email label: Email address @@ -118939,7 +123572,7 @@ items: dynamic: false allowNull: false hidden: false - - id: dEZShqyhG6fT2tDNe7cGY8 + - id: mkR6JSGrZXG2Krj1qCrqrz sortOrder: 5 fieldKey: enable_batching label: Batch events @@ -118954,7 +123587,7 @@ items: choices: null dynamic: false allowNull: false - - id: fJQQjeJkcQKU7WzDDHT88K + - id: pFY9Jo15GfxVC2NVjnMWWM sortOrder: 6 fieldKey: device_id label: Mobile Device ID @@ -120681,21 +125314,7 @@ items: hidden: false defaultTrigger: event = "Audience Entered" fields: - - id: 2paiXUn1PV2MRu4qUrY1UD - sortOrder: 0 - fieldKey: external_id - label: External Audience ID - type: STRING - description: The CRM Data ID for The Trade Desk Segment. - placeholder: '' - defaultValue: - '@path': $.context.personas.external_audience_id - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: agE9DjGQKgQLy4L9imtVEc + - id: uukqUY4RBjHJe5fUF6KFvZ sortOrder: 1 fieldKey: pii_type label: PII Type @@ -120711,7 +125330,7 @@ items: value: EmailHashedUnifiedId2 dynamic: false allowNull: false - - id: pz8AT8GNgzPUtF3Jco9rQu + - id: 9eb2ZZXEU3AjyiWxVCF6jJ sortOrder: 2 fieldKey: email label: User Email @@ -120725,48 +125344,6 @@ items: choices: null dynamic: false allowNull: false - - id: fdvcMzzjcVgmq69uNY4AgG - sortOrder: 3 - fieldKey: enable_batching - label: Enable Batching - type: BOOLEAN - description: Enable batching of requests to The Trade Desk CRM Segment. - placeholder: '' - defaultValue: true - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: dAXAehsYk6RQk6QiADHbh5 - sortOrder: 4 - fieldKey: event_name - label: Event Name - type: STRING - description: The name of the current Segment event. - placeholder: '' - defaultValue: - '@path': $.event - required: false - multiple: false - choices: null - dynamic: false - allowNull: false - - id: cVTM3kQumtRnJhyd1adti7 - sortOrder: 5 - fieldKey: batch_size - label: Batch Size - type: NUMBER - description: >- - Maximum number of events to include in each batch. Actual batch sizes - may be lower. - placeholder: '' - defaultValue: 100000 - required: false - multiple: false - choices: null - dynamic: false - allowNull: false presets: [] partnerOwned: false - id: 63d2e550fb90f1632ed8820a @@ -129309,7 +133886,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "Order Completed" fields: - - id: wXRDxgsSpngoRbsZUc1U9C + - id: 9Mip7RXK19Na9ThBW8fVMx sortOrder: 0 fieldKey: id label: Event ID @@ -129325,7 +133902,7 @@ items: choices: null dynamic: false allowNull: false - - id: d7cUAxLpX82z2q9ttM6RVY + - id: 6dT8g3W5tZsZPjcBkfooXf sortOrder: 1 fieldKey: occurredAt label: Occurred At @@ -129339,7 +133916,7 @@ items: choices: null dynamic: false allowNull: false - - id: jkJNT1hTDXYNZDUQb99PxC + - id: aSRSpnEgdk9RfA5Wp6agWz sortOrder: 2 fieldKey: opaqueUserId label: Opaque User ID @@ -129355,7 +133932,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5sAJdxVfDmaZBKPaTFQE11 + - id: h7xm3WFmRe9Lc5kwf4jdjc sortOrder: 3 fieldKey: items label: Items @@ -129371,6 +133948,14 @@ items: '@path': $.price quantity: '@path': $.quantity + vendorId: + '@if': + exists: + '@path': $.vendorId + then: + '@path': $.vendorId + else: + '@path': $.brand required: true multiple: true choices: null @@ -129384,7 +133969,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "Product Clicked" fields: - - id: gJFfrX8rnksHyzQ4PvBKdt + - id: sZMs8z8aZBKiKPqyLqBH7U sortOrder: 0 fieldKey: id label: Event ID @@ -129400,7 +133985,7 @@ items: choices: null dynamic: false allowNull: false - - id: 9N6tPSHCSjULZBgtCBYkD8 + - id: bZk3VFRfjeu8CyjZTV7bnW sortOrder: 1 fieldKey: occurredAt label: Occurred At @@ -129414,7 +133999,7 @@ items: choices: null dynamic: false allowNull: false - - id: 5xLcFbddhBmsuyszbbGNcn + - id: irgTfafpV9pWEBGzPaV8s9 sortOrder: 2 fieldKey: opaqueUserId label: Opaque User ID @@ -129430,7 +134015,7 @@ items: choices: null dynamic: false allowNull: false - - id: o1Xyj8d3EHbpt4yZxcgFG7 + - id: uJXo7pnnSYvzDMSGbgLJAM sortOrder: 3 fieldKey: resolvedBidId label: Resolved Bid ID @@ -129446,7 +134031,7 @@ items: choices: null dynamic: false allowNull: false - - id: eNf44PRkt9BM7GSGKYmp55 + - id: uexA8viyACctUNLV1QWxW5 sortOrder: 4 fieldKey: additionalAttribution label: Additional Attribution @@ -129468,7 +134053,7 @@ items: hidden: false defaultTrigger: type = "track" and event = "Product Viewed" fields: - - id: kpqSwQjLLPaaBaeRx7MJK8 + - id: 48ZRK4fsba1yWWkU4a8Zzv sortOrder: 0 fieldKey: id label: Event ID @@ -129484,7 +134069,7 @@ items: choices: null dynamic: false allowNull: false - - id: oFBkX1SXpNkeEoxJZq63ER + - id: bsG4sbuRKbYys1z69SAR9w sortOrder: 1 fieldKey: occurredAt label: Occurred At @@ -129498,7 +134083,7 @@ items: choices: null dynamic: false allowNull: false - - id: pepFfPW83tDujBk8Y9v5RU + - id: aYDDEk9htRnP1gzK3AGHi8 sortOrder: 2 fieldKey: opaqueUserId label: Opaque User ID @@ -129514,7 +134099,7 @@ items: choices: null dynamic: false allowNull: false - - id: ebxBbypcT3vXTSLnyUz8QW + - id: id8Ty6Ry4WMhGsMaLMjAt4 sortOrder: 3 fieldKey: resolvedBidId label: Resolved Bid ID @@ -129530,7 +134115,7 @@ items: choices: null dynamic: false allowNull: false - - id: gmN881Z6cv2EN3muvqvYgL + - id: fnfKhgEywRhVBP54BxBaPj sortOrder: 4 fieldKey: additionalAttribution label: Additional Attribution @@ -129544,9 +134129,84 @@ items: choices: null dynamic: false allowNull: false + - id: qUNeYJwVLKViryniyx8Pb8 + name: ImpressionsList + slug: impressionsList + description: >- + Send impression events to Topsort when a consumer has viewed a list of + promotables. + platform: CLOUD + hidden: false + defaultTrigger: type = "track" and event = "Product List Viewed" + fields: + - id: tMfVUhNWNZ7zag1EDf7af8 + sortOrder: 0 + fieldKey: id + label: Event ID + type: STRING + description: >- + Unique ID generated by the client to suppress duplicate events. The + length should not exceed 128 characters. + placeholder: '' + defaultValue: + '@path': $.messageId + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: iAN1vvGMHYaF6NmRCCKDZ3 + sortOrder: 1 + fieldKey: occurredAt + label: Occurred At + type: DATETIME + description: Timestamp that the event happened at. + placeholder: '' + defaultValue: + '@path': $.timestamp + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: mNFzKRLzCX3GtxvUV9E4qL + sortOrder: 2 + fieldKey: opaqueUserId + label: Opaque User ID + type: STRING + description: >- + Identifier for tracking users regardless of sign-in status. The length + should not exceed 128 characters. + placeholder: '' + defaultValue: + '@path': $.anonymousId + required: true + multiple: false + choices: null + dynamic: false + allowNull: false + - id: dyNpukrBLg9yGFn4hbXigH + sortOrder: 3 + fieldKey: products + label: Products + type: OBJECT + description: The list of products viewed. Each product is a promotable entity. + placeholder: '' + defaultValue: + '@arrayPath': + - $.properties.products + - resolvedBidId: + '@path': resolvedBidId + additionalAttribution: + '@path': additionalAttribution + required: true + multiple: true + choices: null + dynamic: false + allowNull: false presets: - - actionId: 6hi4YVo8BFtB3xqeESgvPK - name: Purchase + - actionId: qUNeYJwVLKViryniyx8Pb8 + name: Impressions List fields: id: '@path': $.messageId @@ -129554,18 +134214,16 @@ items: '@path': $.timestamp opaqueUserId: '@path': $.anonymousId - items: + products: '@arrayPath': - $.properties.products - - productId: - '@path': $.product_id - unitPrice: - '@path': $.price - quantity: - '@path': $.quantity - trigger: type = "track" and event = "Order Completed" - - actionId: bB6C4ayDhAhkCaRq83iJVw - name: Click + - resolvedBidId: + '@path': resolvedBidId + additionalAttribution: + '@path': additionalAttribution + trigger: type = "track" and event = "Product List Viewed" + - actionId: haYWUuXp1KDvb8u6uLj9h4 + name: Banner Impression fields: id: '@path': $.messageId @@ -129577,9 +134235,9 @@ items: '@path': $.properties.resolvedBidId additionalAttribution: '@path': $.properties.additionalAttribution - trigger: type = "track" and event = "Product Clicked" - - actionId: bB6C4ayDhAhkCaRq83iJVw - name: Banner Click + trigger: type = "track" and event = "Banner Impression" + - actionId: haYWUuXp1KDvb8u6uLj9h4 + name: Impression fields: id: '@path': $.messageId @@ -129591,9 +134249,9 @@ items: '@path': $.properties.resolvedBidId additionalAttribution: '@path': $.properties.additionalAttribution - trigger: type = "track" and event = "Banner Click" - - actionId: haYWUuXp1KDvb8u6uLj9h4 - name: Impression + trigger: type = "track" and event = "Product Viewed" + - actionId: bB6C4ayDhAhkCaRq83iJVw + name: Banner Click fields: id: '@path': $.messageId @@ -129605,9 +134263,9 @@ items: '@path': $.properties.resolvedBidId additionalAttribution: '@path': $.properties.additionalAttribution - trigger: type = "track" and event = "Product Viewed" - - actionId: haYWUuXp1KDvb8u6uLj9h4 - name: Banner Impression + trigger: type = "track" and event = "Banner Click" + - actionId: bB6C4ayDhAhkCaRq83iJVw + name: Click fields: id: '@path': $.messageId @@ -129619,7 +134277,34 @@ items: '@path': $.properties.resolvedBidId additionalAttribution: '@path': $.properties.additionalAttribution - trigger: type = "track" and event = "Banner Impression" + trigger: type = "track" and event = "Product Clicked" + - actionId: 6hi4YVo8BFtB3xqeESgvPK + name: Purchase + fields: + id: + '@path': $.messageId + occurredAt: + '@path': $.timestamp + opaqueUserId: + '@path': $.anonymousId + items: + '@arrayPath': + - $.properties.products + - productId: + '@path': $.product_id + unitPrice: + '@path': $.price + quantity: + '@path': $.quantity + vendorId: + '@if': + exists: + '@path': $.vendorId + then: + '@path': $.vendorId + else: + '@path': $.brand + trigger: type = "track" and event = "Order Completed" partnerOwned: true - id: 54521fdb25e721e32a72eefa display_name: Totango @@ -134545,8 +139230,8 @@ items: website: https://www.getvero.com status: PUBLIC categories: - - Email Marketing - Marketing Automation + - Email Marketing logo: url: https://cdn-devcenter.segment.com/ecdb74d7-19f7-4c64-acbf-9552da63e447.svg mark: diff --git a/src/_data/catalog/destinations_private.yml b/src/_data/catalog/destinations_private.yml index d78ab8da5e..a2ca2cacf2 100644 --- a/src/_data/catalog/destinations_private.yml +++ b/src/_data/catalog/destinations_private.yml @@ -1,5 +1,5 @@ # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT -# destination data last updated 2025-07-07 +# destination data last updated 2025-08-14 items: - id: 54521fd925e721e32a72eee1 display_name: Pardot diff --git a/src/_data/catalog/slugs.yml b/src/_data/catalog/slugs.yml index b8f945317b..2edea25473 100644 --- a/src/_data/catalog/slugs.yml +++ b/src/_data/catalog/slugs.yml @@ -325,4 +325,8 @@ destinations: override: "ninetailed" - original: "topsort" override: "actions-topsort" + - original: "ortto-actions" + override: "actions-ortto" + - original: "aampe-actions" + override: "actions-aampe" diff --git a/src/_data/catalog/source_categories.yml b/src/_data/catalog/source_categories.yml index 8e23322b82..fa238ca0d4 100644 --- a/src/_data/catalog/source_categories.yml +++ b/src/_data/catalog/source_categories.yml @@ -1,5 +1,5 @@ # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT -# source categories last updated 2025-07-07 +# source categories last updated 2025-08-14 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 63f73ab407..d794611833 100644 --- a/src/_data/catalog/sources.yml +++ b/src/_data/catalog/sources.yml @@ -1,5 +1,5 @@ # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT -# sources last updated 2025-07-07 +# sources last updated 2025-08-14 items: - id: 8HWbgPTt3k display_name: .NET @@ -2359,7 +2359,7 @@ items: url: https://cdn.filepicker.io/api/file/LC02PCIyQaR7Lpt0Ulk1 categories: - A/B Testing - status: PUBLIC_BETA + status: PUBLIC partnerOwned: true - id: 1bow82lmk display_name: Stripe @@ -2548,11 +2548,12 @@ items: source_type: cloud-app description: '' logo: - url: https://d3hotuclm6if1r.cloudfront.net/logos/vero-default.svg + url: >- + https://cdn-devcenter.segment.com/74267292-206c-47a3-927e-f0874c792038.svg categories: - Email Marketing status: PUBLIC - partnerOwned: true + partnerOwned: false - id: wFC7PGNwGR display_name: Voucherify isCloudEventSource: true diff --git a/src/_data/privacy.yml b/src/_data/privacy.yml index e03789d66c..be80df6fd2 100644 --- a/src/_data/privacy.yml +++ b/src/_data/privacy.yml @@ -3,22 +3,48 @@ sections: section_col: 6 section: - name: Detect and classify customer data - description: "The Privacy Portal helps automate preparing for new privacy regulations." + description: "The Privacy Portal helps streamline your response to new privacy regulations." path: /privacy/portal/ icon: media/classify.svg - name: Control what data you collect - description: "Take control over whether specific data is allowed to enter Segment" + description: "Take control of the data that enters your workspace." path: /privacy/data-controls/ icon: media/control.svg -- section_title: Prepare for GDPR & CCPA +- section_title: Respect your end user's consent preferences + section_col: 4 + section: + - name: Consent in Segment Connections + description: "Manage end user consent in your downstream tools with Consent Management." + path: /privacy/consent-management/consent-in-segment-connections/ + - name: Consent in Reverse ETL + description: "Enforce consent preferences stored in your data warehouse." + path: /privacy/consent-management/consent-in-retl/ + - name: Consent stored on the Profile + description: "Create Audiences of users based on consent status." + path: /docs/privacy/consent-management/consent-in-unify/ + +- section_title: Delete user and workspace data + section_col: 4 + section: + - name: Delete and suppress data about end users + description: "Comply with GDPR and CCPA by deleting information from Segment about your company's end users." + path: /privacy/user-deletion-and-suppression/ + - name: Delete data from sources, a Unify space, or your entire workspace + description: "Remove all data from a source, a Unify space, or a workspace." + path: /privacy/account-deletion/ + - name: Data Deletion and Retention Policy + description: "Manage your data accurately, efficiently, and securely within clearly defined retention periods." + path: /privacy/data-retention-policy/ + +- section_title: Tools to comply with privacy regulations section_col: 6 section: - - name: Understand and Comply with regulations - description: "Segment is committed to making it easier for you to comply with the GDPR." - path: /privacy/complying-with-the-gdpr/ + - name: HIPAA-Eligible Segment + icon: media/database-star.svg + description: "Segment is a HIPAA eligible platform, and meets the data privacy and security requirements of healthcare customers and their stakeholders." + path: /privacy/hipaa-eligible-segment/ + - name: Complying with the GDPR icon: media/comply.svg - - name: Delete and suppress data about end-users - description: "Easily remove your company's end-users from Segment and supported connections." - path: /privacy/user-deletion-and-suppression/ - icon: media/delete.svg + description: "Learn more about the tools and strategies you can use to maintain GDPR compliance." + path: /privacy/hipaa-eligible-segment/ \ No newline at end of file diff --git a/src/_data/sidenav/main.yml b/src/_data/sidenav/main.yml index 43d04ab97e..4151888a64 100644 --- a/src/_data/sidenav/main.yml +++ b/src/_data/sidenav/main.yml @@ -587,23 +587,13 @@ sections: title: Privacy Overview - section_title: Privacy Portal slug: protocols/portal - expanded: true section: - path: /privacy/portal title: Detect PII - path: /privacy/data-controls title: Data Controls and Alerts - - section_title: GDPR - slug: protocols/complying-with-the-gdpr - expanded: true - section: - - path: /privacy/complying-with-the-gdpr - title: Complying With GDPR - - path: /privacy/user-deletion-and-suppression - title: User Deletion and Suppression - section_title: Consent Management slug: privacy/consent-management - expanded: true section: - path: /privacy/consent-management title: Consent Management Overview @@ -617,10 +607,17 @@ sections: title: Consent in Reverse ETL - path: /privacy/consent-management/consent-faq title: Consent FAQs + - section_title: Deletion and Suppression + slug: privacy/user-deletion-and-suppression + section: + - path: /privacy/user-deletion-and-suppression + title: User Deletion and Suppression + - path: /privacy/account-deletion + title: Account & Data Deletion - path: /privacy/data-retention-policy title: Data Retention and Deletion Policy - - path: /privacy/account-deletion - title: Account & Data Deletion + - path: /privacy/complying-with-the-gdpr + title: Complying With GDPR - path: /privacy/hipaa-eligible-segment title: HIPAA Eligible Segment - path: /privacy/faq diff --git a/src/_includes/content/cloud-app-note.md b/src/_includes/content/cloud-app-note.md index dd7d09faba..8a32a7983f 100644 --- a/src/_includes/content/cloud-app-note.md +++ b/src/_includes/content/cloud-app-note.md @@ -9,13 +9,8 @@
The {{ page.title }} is an **Event Cloud** source. This means that it sends data as events, which are behaviors or occurrences tied to a user and a point in time. Data from these sources can be loaded into your Segment warehouses, and **also** sent to Segment streaming destinations. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)
The {{ page.title }} is a Segment [Public API](/docs/api/public-api/){:target="_blank"} integration. It facilitates privacy requests using Segment’s API, including erasure and tracking opt-out for Segment users.
The {{ page.title }} is an **Object Cloud** source. This means that it sends information (traits) about a thing that exists and persists over time, such as a person or company, and which can be updated over time. Data from this source can only be exported directly to a warehouse, but it can then be used for further analysis. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)
{{item.type}}
{% if item.defaultValue != null and item.defaultValue != "" and item.defaultValue != '{}'%}, defaults to {%if item.type == "array" %}{{item.defaultValue | join: ", " }}{%elsif item.type == "string"%}{{item.defaultValue}}
{%elsif item.type == "boolean" %} {{item.defaultValue | upcase }}
{%else%} {{item.defaultValue}}{%endif%}. {{ item.type }}
{% unless item.defaultValue != nil and item.defaultValue != "" and item.defaultValue.size != 0 %}, has no default value. {{ item.defaultValue }}
{% elsif item.type == "boolean" %}{{ item.defaultValue | upcase }}
{% endif %}.Base Model - OpenAI - GPT-4
+ Claude HaikuBase Model - OpenAI - GPT-4
+ AWS Bedrock - Claude SonnetBase Model - OpenAI - GPT-3.5
+ Claude Sonnet