2017 © Pedro Peláez
 

symfony-bundle tracker-hub-bundle

This bundle provides an integration of the TrackerHub library

image

beeketing/tracker-hub-bundle

This bundle provides an integration of the TrackerHub library

  • Thursday, January 28, 2016
  • by quaninte
  • Repository
  • 3 Watchers
  • 0 Stars
  • 37,226 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

TrackerHubBundle

Integrate tracker-hub with symfony2, (*1)

Basic Usage

Set trackers settings in your config file, (*2)

``` yaml, (*3)

app/config/config.yml

bk_tracker_hub: clients: beeketing: base_url: %beeketing_base_url% api_key: %beeketing_api_key%, (*4)

    customerio:
        site_id: %customer_io_site_id%
        api_key: %customer_io_api_key%

    mixpanel:
        write_token: %mixpanel_write_token%

    indicative:
        api_key: %indicative_api_key%

Then track and identify your users by using ``` php $this->container->get('tracker_hub')->identify($userId, $properties); $this->container->get('tracker_hub')->track($userId, $event, $params);

Tips:, (*5)

  1. You should use it with a queue system like RabbitMQ

The Versions

28/01 2016

dev-master

9999999-dev

This bundle provides an integration of the TrackerHub library

  Sources   Download

MIT

The Requires

 

tracker mixpanel indicative

28/05 2015

dev-add-beeketing-support

dev-add-beeketing-support

This bundle provides an integration of the TrackerHub library

  Sources   Download

MIT

The Requires

 

tracker mixpanel indicative