Transcript
Page 1: Mobile Identification On Labs

Mobile Identification

A labs.ericsson.com enablerhttp://labs.ericsson.com/apis/mobile-identification/

Page 2: Mobile Identification On Labs

2

Mobile Identification

Develop web applications with the Mobile Identification enabler to provide services based on consumer’s ID.

The API consists of a simple web interface for identifying a consumer’s ID, usually the mobile phone number or an alphanumeric alias for which markets the consumer mobile phone number must be obfuscated.

Powered by Ericsson IPX

Page 3: Mobile Identification On Labs

3

Why Mobile Identification?

Mobile Identification offers a chance to precisely identify an unique user of your web application.

By means of Mobile Identification, you can provide personalized services or one-on-one services.

Page 4: Mobile Identification On Labs

4

Main Features of Mobile Identification

Identify a consumer’s ID, usually the mobile phonenumber or an alphanumeric alias for which markets the consumer mobile phone number must be obfuscated.

Provide user consent feature in different languages

Page 5: Mobile Identification On Labs

5

Mobile Identification Overview

Page 6: Mobile Identification On Labs

6

// Get a temporary key

$tkey = REST_GET(“http://id.labs.ericsson.net/keycreate?key=$API_KEY”);

// Redirect

header(“Location:

http://id.labs.ericsson.net/id?tmpkey=$tkey&returnURL=$rURL&lang=$LANG”);

Web API

The REST protocol, redirection, and the server of Mobile Identification enabler are independent of the platform used on the client side

You can use any programming languages with any web application environment to communicate with our enabler

Page 7: Mobile Identification On Labs

7

Internationalization

Mobile Identification speaks a lot of different languages

See the following page to check out the supported languages:

https://labs.ericsson.com/apis/mobile-identification/documentation/identification

10 languages from the top of the table

Page 8: Mobile Identification On Labs

8


Top Related