Coder Social home page Coder Social logo

ane-exponea's Introduction

built by distriqt //

Exponea

Exponea is a custom built AIR Native Extension for a client to access the Exponea SDK.

Features

  • Initialise the Exponea SDK
  • Identify and update users and properties
  • Track events
  • Track user sessions
  • Single API interface - your code works across supported platforms with no modifications
  • Sample project code and ASDocs reference

Documentation

Quick Example:

if (Exponea.isSupported)
{
    Exponea.instance.initialise( "AABBCCDDEEFFF", "https://api.exponea.com" );
    Exponea.instance.identify( "[email protected]" );

    Exponea.instance.track( "item_bought", { item_id: 45 } );
}

Links

This extension is based on the Exponea SDK:

It has been developed using the following custom fork of the SDK:

ane-exponea's People

Contributors

marchbold avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ane-exponea's Issues

track() method takes too much time to execute

We have been having drop in game performance, and debugging showed that ANE's track() method execution takes around 400ms which is VERY LONG.

We pass around 50 parameters in args.
We suspect this issue is FRE related as it was with Firebase ANE's updateChildren method (was fixed by you resulting on x200 performance increase).

@marchbold, can you please have a look into this ASAP?!

Exponea ANE build with tiny changes in original SDK code

Hi @marchbold ,

The Exponea SDK source code is openly available, and thing is that we need it to track one of the automatically tracked events ("payment") with other name.

I am not sure about when the ANE-s are built the SDK native source code is used, or already built SDK files are used?
If the first is the case, can you please build a new ANE with changed native source code for Exponea?
Any ideas if you can help us?

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.