Giter Club home page Giter Club logo

gowebengage's Introduction

Webengage Golang SDK

Introduction

This SDK allows you to integrate WebEngage with your Golang application. Using this SDK, you can track user events, send transactional events, and more. You can also use this SDK to trigger campaigns and track user activity in your application.
The SDK is built using the WebEngage REST APIs. You can check the source document here.

Installation

To install the WebEngage Golang SDK, run the following command:

go get github.com/n25a/gowebengage

Usage

To use the WebEngage Golang SDK, you need to import the package and initialize the client.

package main

import (
    "github.com/n25a/gowebengage"
)

func main() {
    // Initialize the client
    client := gowebengage.NewClient("YOUR_WEBENGAGE_ADDRESS", "PROXY_ADDRESS", "USER_AGENT")
}

If you don't have a proxy, you can initialize the client without the proxy address and give empty string as the second parameter.

for more information about all functions and how to use them, please check `Webengage` interface in `client.go` file.  

gowebengage's People

Contributors

n25a avatar

Stargazers

 avatar

Watchers

 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.