Consumer Domain
Introduction
A consumer is a visitor, or potential visitor, to any one of our White-Label sites.
The consumer domain contains all the details we have for each Consumer.
We may receive advance consumer and consumer trip data from a partner or initialise a consumer when an anonymous visitor arrives on a white-label.
We use either conversation flows or on-site questionnaires to collect information about the consumer and any trip they may be planning.
Trip data may include destination and travel dates and associate system tags to them that will later be used to match the consumer trip with products and curations.
Database Tables
The consumer domain consists of the following tables:
Table Name | Purpose |
|---|---|
Consumer | Details such as the name of the consumer. |
ConsumerTrip | Details of destination (placeId), arrivalDate and departureDate. |
ConsumerTripCollection | Details of the collections assembled by our Collection Engine. |
ConsumerTripCollectionProductAssociation | Details of the products in each collection. |
EntitySystemTagAssociation | Details of the trip tags (SystemTags) associated with the consumer trip |