Construtor de Pacotes Dinâmicos
Decision Flow para determinar a pontuação do cliente no destino e o desconto aplicável a um pacote com opções adicionais no destino.
David Škarka
Template author
This Decision Flow determines the customer's destination score and the applicable discount for a bundle with additional options at the destination. It aggregates scores from various travel parameters to determine a package tier and adjusts the final pricing based on market demand.
A Decision Table named Destination Table determines the score of a destination based on available options (such as hotels or car rentals) at the specific landing airport.
A Decision Table named Loyalty Tier Weight Score determines the score of customer loyalty based on their tier.
A Decision Table named Plane Ticket Weighted Score determines the score of the customer's plane ticket tier.
A Decision Table named Discount Edition determines which discount option/tier applies to the customer based on their calculated aggregate score.
A Decision Table named Adjusted Discount based on Demand determines whether the calculated discount can be adjusted (increased or decreased) based on the current market demand.
A Decision Flow Dynamic Package Builder orchestrates these Decision Tables:
It gathers the individual scores from the Destination, Loyalty, and Plane Ticket tables and sums them to calculate a Final Score.
It uses this Final Score to identify the correct Discount Edition.
It applies a final adjustment to the discount based on demand and formats the final output to include the discount percentage, the edition name, and available destination options.
Use this Decision Flow as a pricing and bundling engine to dynamically categorize travel packages and automate discount strategies based on customer profile and market conditions.
More Templates
See Other Templates
Teste A/B
Descubra uma maneira simples de atribuir um grupo de teste para realizar testes A/B em suas decisões.
Precificação baseada em risco
Descubra uma maneira simples de aplicar uma matriz de precificação baseada em risco adequada ao tipo de cliente.
Critérios de Elegibilidade e Regras da Política
Descubra uma maneira simples de definir e executar vários conjuntos de regras e obter o resultado da decisão final.