Subscriber Data

Enables your applications to retrieve and utilize information about the subscribers that access your applications.

Subscriber data.jpg

Overview

The Playground Subscriber service provides access to basic subscriber information of mobile subscribers. The service can be used as a standalone service or it can be bundled with other Playground services. Please note that the playground Customer API's are connected to a simulator and not a real CRM system. If subscriber data is required for demonstration purposes, our partners are granted access to provision their own subscriber data.

The Playground Subscriber Data Service currently has the following features:

  • Access to subscriber attributes i.e:
    • Gender
    • Age
    • Home location
  • Anonymous or not - based on local regulations and subscriber consent

Usage Examples

An example of an application scenario could be an advertising service utilizing the Subscriber Data, Location and Messaging building blocks. When a subscriber enters a shopping area with his device switched on, the local supermarket checks the subscriber age and gender and submits an MMS with advertisement customized for this particular subscriber segment.

Java Code Sample:

// The example below shows how to invoke the subscriber data web service.
subscriberData = subscriberService.getSubscriberProfile(""
, new String[]{"GENDER","DATE_OF_BIRTH","HANDSET_TYPE","POSTCODE", });

Resources

playground Tutorials

API descriptions

 
faq

FAQ

Check out the Frequently Asked Question to find answers to the most common questions raised by the playground users.
forum

Forum

Participate in discussions and share your experiences by accessing the playground forum.