Overview
Aampe is ready to share granular data about users, messages, and other events straight to your data warehouse. While there are many potential applications, customers generally find these datasets useful for- Reporting and monitoring
- Causal inference and offline message evaluation
- Inputs into various AI models (llm prompts, ML features, etc.)
Active Tables
AAMPE_CONTACT_PROFILES
AAMPE_CONTACT_PROFILES
Aampe generates a profile for each user that has interacted with an agent.
The propensity for each label within a given label set reflects the agent’s estimate for how often that label will outperform the other label options. (If I were to simulate 100 messages from Aampe for each user, how often would the agent choose each label?)
The propensity for each label within a given label set reflects the agent’s estimate for how often that label will outperform the other label options. (If I were to simulate 100 messages from Aampe for each user, how often would the agent choose each label?)
The propensity arrays contain scores that sum to one and look like the following:
User Profiles - Example Queries
AAMPE_MESSAGE_EVENTS
AAMPE_MESSAGE_EVENTS
Agents save the details of each decision they make, including the parameters of the statistical models, sampling results, and the final decision result.
With a row for every message event, this table helps with day-to-day reporting and monitoring. It also plays a key role in offline analysis and causal inference.
With a row for every message event, this table helps with day-to-day reporting and monitoring. It also plays a key role in offline analysis and causal inference.
Aampe Messages - Example Queries
AAMPE_MESSAGE_ATTEMPTS
AAMPE_MESSAGE_ATTEMPTS
Not all messages are delivered successfully. Some messages fail between Aampe and the message provider. Other messages fail between the message provider and the customer. The
aampe_message_attempts table provides message-level details on which messages were delivered successfully.AAMPE_CONTACT_EVENTS_PARTIAL
AAMPE_CONTACT_EVENTS_PARTIAL
This table contains events delivered to Aampe from the message provider. Depending on your message provider, channels, and Aampe settings Aampe, these events may include:
aampe_clickedaampe_email_clickedaampe_email_openedaampe_email_unsubscribedaampe_email_bounced
_partial suffix.