mobile network lookup on labs

7

Click here to load reader

Upload: tor-bjoern-minde

Post on 25-May-2015

1.661 views

Category:

Technology


0 download

DESCRIPTION

The Mobile Network Lookup enabler lets you to lookup the mobile network information of a user, such as his/her current operator, country, etc. The API consists of a simple web interface for looking up a consumer’s operator name, network code and country.

TRANSCRIPT

Page 1: Mobile Network Lookup On Labs

Mobile Network Lookup

A labs.ericsson.com enablerhttp://labs.ericsson.com/apis/mobile-network-lookup/

Page 2: Mobile Network Lookup On Labs

2

Mobile Network Lookup

Develop web applications with the Mobile Network Lookup enabler to provide services based on consumer’s mobile network information, such as operator name, country, etc.

The API consists of a simple web interface for looking up a consumer’s mobile operator name, network code and country.

Powered by Ericsson IPX

Page 3: Mobile Network Lookup On Labs

3

Why Mobile Network Lookup?

By means of the Mobile Network Lookup enabler, you can show your web pages in proper language corresponding to the country of the user. It would be great for the internationalization of your web application.

Or, you can show precise advertisement based on user's operator and country.

In a word, Mobile Network Lookup enabler can help you develop more personalized web applications, by either providing personalized languages or advertisements for your customers.

Page 4: Mobile Network Lookup On Labs

4

Main Features of Mobile Identification

Lookup consumer’s mobile network information, including:

– Name of the mobile network operator

– Network code of the mobile network

– Country name of the mobile network

– Country code of the mobile network

Please note that the operator name, network code and country are of the consumer's parent operator, i.e. home operator.

– For instance, if a Chinese guy's in his trip in Sweden with his Chinese SIM card of China mobile, his operator will be identified as China Mobile, and his country will be identified as China.

Page 5: Mobile Network Lookup On Labs

5

Mobile Network Lookup Overview

Your Web

ApplicationCustomer

Mobile Network

Lookup Enabler

Visit

Lookupwith

customer’sIP address

Return personalized

contents

Responsecustomer’snetworkinformation

Page 6: Mobile Network Lookup On Labs

6

// lookup

$jsonstr =

REST_GET("http://nl.labs.ericsson.net/lookup?key=$API_KEY&cip=$CLIENT_IP_AD

DRESS");

// decode JSON string

$result = json_decode($jsonstr);

REST API

The REST protocol for the server of Mobile Network Lookup enabler are independent of the platform used on the client side

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

Page 7: Mobile Network Lookup On Labs

7