Giter Club home page Giter Club logo

ab-test-balancer's Introduction

ab-test-balancer – An intelligent lead balancer for your next marketing A/B test

Go version Go report Code coverage Wiki License

The ab-test-balancer project provides an intelligent lead balancer for any A/B marketing tests with in-depth analytics of the client behavior on your landing pages.

Features:

  • 100% free and open source
  • One domain address for many different landing pages in A/B tests
  • Smart gathering full client details for in-depth analytics (clicks, User-Agent, IP, ...)
  • Balancing incoming leads per landing page based only on your rules
  • Easy BI integration by automatic generated REST API
  • Fast deploying to your server in isolated container

⚑️ Quick start

First, fork this repository, make git clone, and go to the project folder.

Next, prepare your configuration file. You could use any of a popular format (JSON, YAML, TOML or HCL), file structure must be the same.

For example, ./config.json:

{
  "type": "round-robin",
  "default": {
    "domain": "example.com",
    "url_path": ["main", "sales"],
    "get_params": null,
    "utm": null,
    "is_https": true
  },
  "landings": [
    {
      "domain": "example.com",
      "url_path": ["test", "1", "sales"],
      "get_params": [
        {"marketing_id": "123456-abc"},
        {"other_id": "abc-654321"}
      ],
      "utm": {
        "utm_source": "ab-test-balancer",
        "utm_medium": "landing",
        "utm_campaign": "test-1_sales",
        "utm_content": "NOW_DATE",
        "utm_term": "sale"
      },
      "is_https": true,
      "leads_count": 10000
    }
  ]
}

πŸ’‘ Note: See the repository's Wiki page to understand the full structure of the config file.

Final, build your own container:

docker build

And just run it:

docker run

Done! πŸŽ‰ Your own intelligent lead balancer is up and running.

✨ Usage

Basic usage and full code examples of all functions of the ab-test-balancer package, you can find on the pkg.go.dev page.

πŸ’‘ Motivation

...

πŸ† A win-win cooperation

And now, I invite you to participate in this project! Let's work together to create the most useful tool for marketers, SMM, and sales teams on the web today.

  • Issues: ask questions and submit your features.
  • Pull requests: send your improvements to the current.

Your PRs & issues are welcome! Thank you 😘

⚠️ License

ab-test-balancer is free and open-source software licensed under the Apache 2.0 License, created and supported with 🩡 for people and robots by Vic Shóstak.

ab-test-balancer's People

Contributors

koddr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.