Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 9.3 KB

File metadata and controls

69 lines (51 loc) · 9.3 KB

Dynamic Yield

{% hint style="info" %} This destination is currently under final review and will be available soon. {% endhint %}

Dynamic Yield helps businesses deliver digital customer experiences that are personalized, optimized, and synchronized. This integration allows server-side tracking.

Key features

The Dynamic Yield destination provides the following key features:

  • Events structure: our Events reference covers Dynamic Yield events, meaning that your data is properly bridged to the expected fields in an optimized way.
  • Prebuilt mappings: data mapping for event-based destinations happens automatically, which simplifies user inputs.
  • Refined data: you can freely push additional information based on your specific needs (E.g. adding custom events and custom event properties).
  • Smart mapping: data mapping can be readjusted using your datalayer defined fields.
  • Send all properties: send all your event properties to Dynamic Yield with a single click.

Destination setup

{% hint style="info" %} Use Destination filters to refine events and/or other properties matching your specific needs. {% endhint %}

Configuration

SettingsDescription
API KeyRequired
Your API key as generated in Dynamic Yield interface. More details are available by following this LINK.
User IdentifierUser identifier generated by Dynamic Yield and managed, with their client-side tags, via cookies. More details are available by following this LINK (See cookies _dyid and _dyid_server). When keeping "Default", the above two cookies are used to retrieve a value. Selecting "[Custom Property]", you can specify a property holding the related value. Regardless of the chosen option, If no value is available our standard property user.tcId is used.
Custom PropertyWhen selecting "[Custom Property]" with the above User Identifier, you can Input your custom property name holding the user identifier (E.g. user.mycustomid).
Send All PropertiesWhen activating this option all properties included in the root of your Commanders Act events are also sent to Dynamic Yield in the properties object. Properties with child/sub properties are converted into a single one using the underscore character "_" as separator (E.g. device_lifecycle_last_session_start).
Custom Event PropertiesMap your custom event properties by setting their field names in Dynamic Yield property name and adding the field name holding the value in Your event property. E.g. if you input size in the Dynamic Yield property name and items.0.product.size [1] in Your event property, you will have a custom event property in Dynamic Yield called size with a value based on the content of the field items.0.product.size.

{% hint style="info" %} [1] Using "dots" (".") you can navigate deeper to the specific field you want to get the value of. See Events reference for more details on the standard field names by event. You can also freely set custom fields: there are no boundaries. {% endhint %}

Quick reference

Commanders Act Events Dynamic Yield Types (dyType)
add_to_cart add-to-cart-v1
add_to_wishlist add-to-wishlist-v1
generate_lead newsletter-subscription-v1
login login-v1
purchase purchase-v1
remove_from_cart remove-from-cart-v1
search keyword-search-v1
sign_up signup-v1

video_start

video_complete

video_ad_complete

video-watch-v1
[Any Other Event] [1] [Not Set] [2]

{% hint style="info" %} [1] Custom events are also supported.
[2] Dynamic Yield custom events don't have a type. More details are available following this LINK. {% endhint %}

Field Mappings

{% hint style="info" %} Most properties can be remapped using our "Smart Mapping" feature. {% endhint %}

Commanders Act PropertiesDynamic Yield Properties
User Identifier

user.dyid

user.dyid_server

context.device.lifecycle.session_idsession.custom
context.device.ipcontext.device.ip
event_nameevents[0].name
(event_name)dyType [1][2]
valuevalue [1]
currencycurrency [1]
items.0.idproductId [1][3]
items.0.quantityquantity [1][3]
items.X.idcart.X.productId [1]
items.X.quantitycart.X.quantity [1]
items.X.product.pricecart.X.itemPrice [1]
iduniqueTransactionId [1]
user.emailhashedEmail [1]
(event_name)progress [1][4]
search_termkeywords [1]
Your event propertyDynamic Yield property name [5]

{% hint style="info" %}
[1] This property is set in events[0].properties.
[2] See Quick reference for more details.
[3] Included for add_to_cart, remove_from_cart and add_to_wishlist events.
[4] Set with VIDEO_STARTED , VIDEO_FINISHED or PREROLL_FINISHED depending if the event name is video_start, video_complete or video_ad_complete respectively.
[5] See Custom Event Properties in Configuration for more details on how you can send custom properties to Dynamic Yield. {% endhint %}