Project

growthpush

0.0
No commit activity in last 3 years
No release in over 3 years
GrowthPush SDK for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

 Project Readme

GrowthPush SDK for Ruby

🚨 This SDK is no longer maintained 🚨

GrowthPush is push notification and analysis platform for smart devices. GrowthPush SDK for Ruby provides registration function of client devices and events.

gem install growthpush
require 'growth_push';

growth_push = GrowthPush.new(YOUR_APP_ID,'YOUR_APP_SECRET')
client = growth_push.create_client('DEVICE_TOKEN','ios')

Track events and tags.

If you want to track events of client devices, the following code are useful.

event = growth_push.create_event('DEVICE_TOKEN', 'Launch')

You can tag the devices.

tag = growth_push.create_tag('DEVICE_TOKEN', 'Gender', 'male')

That's all. Client devices can be browsed with dashboard. You can send push notifications to the devices and analyze the events.

License

Licensed under the Apache License.