ECONDA
ECONDA - Description
The ultimate customer experience with data analytics & personalization. We’ll help you predict what your customers want with data analytics. Together, we will create the best customer experience through a personalized approach. With data protection made in Germany, we will push your business to the next level and keep it there – no matter the industry.
Global Tool Constants
The following constant variables are available to be defined when a INFOnline Measurement tool instance is created. Providing a convenient tool-level configuration to all tags of that tool instance in your account.
Name | Description |
---|---|
Site ID* | Site ID is associated with your website. For different websites use different Site IDs. E.g.: myshop.de. |
Client Key* | Client key given by econda. E.g.: 00000001-564a9592-7c6c-4f6a-808c-b98bccc44ad6. |
Country ID* | The Country ID allows you to differentiate your website for different countries. Defining the country, which for the website is designated to as a 2 digit country code (ISO 3166-1 alpha-2). E.g.: DE. |
Site Language* | Use the language ID to transmit the language of the displayed page. Defining the website's language as 2 letter (ISO 639-1) code. E.g.: de. |
*) indicates mandatory parameter
ECONDA Measurement Tag Templates
A tag template provides a predefined setting of properties that also can be customized to hold dynamic variables or static values. Each tag template caters to a certain use case, ie. track a page view, event or ecommerce purchase.
Further a tag template sets the execution stage for the tag: client, server or in hybrid mode. More details on those options: JENTIS Client-, Server- and Hybrid-Tag modes.
S2S: Pageview - Server-side
Description | JENTIS Data Layer - Dependencies |
---|---|
The recording of all page views (onsite and app) enables maximum flexibility in the evaluation of the data. The entire journey is captured and available in the raw data in econda. | This tag will create the following data storages (cookies, local or session client side browser storages): - no data is explicitly stored or read on a users device (client side) specifically with this tag. The following JENTIS Data Layer push track calls are required for the default JENTIS implementation to work out of the box: - jts.push track: pageview - submit Code example (do not execute or copy paste; for reference only).
|
S2S: Productview - Server-side
Description | JENTIS Data Layer - Dependencies |
---|---|
Product is viewed on product detail page. | This tag will create the following data storages (cookies, local or session client side browser storages): - no data is explicitly stored or read on a users device (client side) specifically with this tag. The following JENTIS Data Layer push track calls are required for the default JENTIS implementation to work out of the box: _jts.push track: pageview - product 1 - product …n - productview - submit Code example (do not execute or copy paste; for reference only).
|
S2S: Add-to-Cart - Server-side
Description | JENTIS Data Layer - Dependencies |
---|---|
Product is added to the cart. | This tag will create the following data storages (cookies, local or session client side browser storages): - no data is explicitly stored or read on a users device (client side) specifically with this tag. The following JENTIS Data Layer push track calls are required for the default JENTIS implementation to work out of the box: _jts.push track: pageview - product 1 - addtocart - true | submit Code example (do not execute or copy paste; for reference only).
|
S2S: Order - Server-side
Description | JENTIS Data Layer - Dependencies |
---|---|
Purchase has been made. Transfer on the order confirmation page (“Thank you for your purchase...”). Thus, the previously filled shopping cart is considered purchased and the ordered products and details of the customer are transferred. The shopping cart with all purchased products and the customer information are are passed separately by an array. | This tag will create the following data storages (cookies, local or session client side browser storages): - no data is explicitly stored or read on a users device (client side) specifically with this tag. The following JENTIS Data Layer push track calls are required for the default JENTIS implementation to work out of the box: _jts.push track: pageview - product 1 - product ...n - order - submit Code example (do not execute or copy paste; for reference only).
|
S2S: User Login - Server-side
Description | JENTIS Data Layer - Dependencies |
---|---|
Event for user login. | There are no default dependencies defined for this tag that are required with the JENTIS data layer. Please use a custom trigger and state or default triggers from JENTIS that match your requirements. |
S2S: User Registration - Server-side
Description | JENTIS Data Layer - Dependencies |
---|---|
Event for a user registration. | There are no default dependencies defined for this tag that are required with the JENTIS data layer. Please use a custom trigger and state or default triggers from JENTIS that match your requirements. |