Este projeto se trata de uma análise de campanhas de marketing de uma empresa que vende acessórios para veículos.

Overview

Marketing Campaigns

Este projeto se trata de uma análise de campanhas de marketing de uma empresa que vende acessórios para veículos.

1. Problema

A empresa de data science foi contratada para desenvolver um algoritmo que maximize as campanhas de CRM de uma empresa que vende acessórios para veículos. Com base no histórico de compras, foram desenvolvidas campanhas específicas para atingir um grupo restrito de clientes e garantir o máximo de adesão possível. Para tanto, clientes foram clusterizados em três níveis:

  • Família: classe de veículo (Carro, Moto, Caminhão ou Off-Road)
  • Grupo: conjunto de produtos por interesse. Por exemplo, acessórios para lataria e adesivação (“lataria_adesivacao”) inclui cera, adesivos para veiculos, produtos anti-riscos, etc.
  • Subgrupo: subdivisão por categorias de produtos. Por exemplo: produtos premium, básico, high-end

Como forma de garantir que as campanhas tiveram um impacto positivo no hábito de consumo dos clientes, uma parte dos clientes de cada campanha foi alocado em grupos de controle, qu não recebeu as campanhas da ação de CRM.

2. Objetivo

O objetivo deste projeto é apresentar os resultados ao cliente em dashboard, levando em consideração so KPIs selecionados para mostrar os resultados de CRM, de que forma isolar o efeito das campanhas nos resultados auferidos pelos KPIs e se o investimento realizado (em descontos) retornou ao cliente.

3. Descrição da Tabela

  • 'anomes' - Ano e mês do disparo da campanha (campanhas pode ter sido disparadas em mais de um mês)
  • 'codcamp' - Código da campanha
  • 'codcliente' - Identificador do cliente
  • 'familia' - vide info acima
  • 'grupo' - vide info acima,
  • 'subgrupo' - vide acima,
  • 'gt' - True (pertencente ao grupo que recebe campanha), False (pertencente ao grupo que não recebe campanha - Grupo de Controle)
  • 'validade_de' - data de início da campanha,
  • 'validade_ate' - data de fim da campanha
  • 'fat' - faturamento gerado pelo cliente no período da campanha
  • 'fat_bl' - faturamento gerado pelo cliente no mês anterior a campanha (baseline)
  • 'lucro' - lucro gerado pelo cliente no período da campanha
  • 'lucro_bl' - lucro gerado pelo cliente no mês anterior a campanha (baseline)
  • 'custo' - Desconto concedido sobre os produtos promocionados

Dica: Caso o cliente com classe gt = “True” não tenha custo, isto significa que o cliente foi a loja porém não usou os descontos recebidos pela campanha.

LinkedIn

Owner
Bibiana Prevedello
Bibiana Prevedello
This speeds up PyCharm's package index processes and avoids CPU & memory overloading

This speeds up PyCharm's package index processes and avoids CPU & memory overloading

1 Feb 09, 2022
An unofficial python API for trading on the DeGiro platform, with the ability to get real time data and historical data.

DegiroAPI An unofficial API for the trading platform Degiro written in Python with the ability to get real time data and historical data for products.

Jorrick Sleijster 5 Dec 16, 2022
Hotpile: High Order Turing Machine Language Compiler

Hotpile: High Order Turing Machine Language Compiler Build and Run Requirements: Python 3.6+, bison, flex, and GCC installed. Needs to be run under UN

Jiang Weihao 4 Dec 29, 2021
A Python script to parse Fortinet products serial numbers, and detect the associated model and version.

ParseFortinetSerialNumber A Python script to parse Fortinet products serial numbers, and detect the associated model and version. Example $ ./ParseFor

Podalirius 10 Oct 28, 2022
A small script I made that takes any standard Decklist of magic the gathering cards and pulls all card images from scryfall at once!

A small script I made that takes any standard Decklist of magic the gathering cards and pulls all card images from scryfall at once!

15 Aug 26, 2022
NGEBUG is a tool that sends viruses to victims

Ngebug NGEBUG adalah tools pengirim virus ke korban NGEBUG adalah tools virus terbaru yang berasal dari rusia Informasi lengkap ada didalam tools Run

Profesor Acc 3 Dec 13, 2021
jmespath.rs Python binding

rjmespath-py jmespath.rs Python binding.

messense 3 Dec 14, 2022
Utility functions for working with data from Nix in Python

Pynixutil - Utility functions for working with data from Nix in Python Examples Base32 encoding/decoding import pynixutil input = "v5sv61sszx301i0x6x

Tweag 11 Dec 16, 2022
Team collaborative evaluation tracker.

Team collaborative evaluation tracker.

2 Dec 19, 2021
A wide AOI generator tool.

Dark Generator A wide AOI generator tool. Information Installation To Install you have to have python 3.x and pip installed on your system. If you hav

Darkest Surface 12 Dec 26, 2022
A python script made for personal use to monitor for sports card restocks on target.com since they are sold out often

TargetProductMonitor A python script made for personal use to monitor for sports card resocks on target.com since they are sold out often. When a rest

Bryan Lorden 2 Jul 31, 2022
Keyboard Layout Change - Extension for Ulauncher

Keyboard Layout Change - Extension for Ulauncher

Marco Borchi 4 Aug 26, 2022
A New, Interactive Approach to Learning Python

This is the repository for The Python Workshop, published by Packt. It contains all the supporting project files necessary to work through the course from start to finish.

Packt Workshops 231 Dec 26, 2022
The bidirectional mapping library for Python.

bidict The bidirectional mapping library for Python. Status bidict: has been used for many years by several teams at Google, Venmo, CERN, Bank of Amer

Joshua Bronson 1.2k Dec 31, 2022
A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT project.

circt-hls What is this?: A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT p

29 Dec 14, 2022
Archive, organize, and watch for changes to publicly available information.

0. Overview The Trapper Keeper is a collection of scripts that support archiving information from around the web to make it easier to study and use. I

Bill Fitzgerald 9 Oct 26, 2022
Build Xmas cards with user inputs

Automatically build Xmas cards with user inputs

Anand 9 Jan 25, 2022
Goddard A collection of small, simple strategies for Freqtrade

Goddard A collection of small, simple strategies for Freqtrade. Simply add the strategy you choose in your strategies folder and run. ⚠️ General Crypt

Shane Jones 118 Dec 14, 2022
Python-Kite: Simple python code to make kite pattern

Python-Kite Simple python code to make kite pattern. Getting Started These instr

Anoint 0 Mar 22, 2022
Simple but maybe too simple config management through python data classes. We use it for machine learning.

👩‍✈️ Coqpit Simple, light-weight and no dependency config handling through python data classes with to/from JSON serialization/deserialization. Curre

coqui 67 Nov 29, 2022