location.network.decode Action

The location.network.decode trigger action is used to decode a location by network.

Action

To access the location.network.decode trigger action:

  • On the Adding Trigger page, under Location, drag location.network.decode to the canvas.

Canvas

When dragged onto the canvas, the appearance of the action is a rectangle with two routing points.

The left routing point (red) is the failure route. This route will be taken if there is an error during execution.

The right routing point (green) is the success route. This route will be taken if action executes successfully.

Form

Parameters

Name

Type

Required

Description

MNC

Integer

Yes

The mobile network code portion of the IMSI.

MCC

Integer 

 Yes

The mobile country code portion of the IMSI.

Location area code

Integer

Yes

An integer representing the code of the location area.

Cell Id

Integer

Yes

An integer representing the identifier of the Base transceiver station.

RSSI

Integer

Yes

An integer representing the received signal strength.

IMEI

String

Yes

An string representing the unique identifier of the mobile device.

Decode address

Boolean

 

Requests the address, if set to true.

Action variables

Name

Type

Description

$(trigger.exec_time)

String

The time of the trigger execution.

$(action.X.lat)

Number

The latitude coordinate associated with the location entry.

$(action.X.lng)

Number

The longitude coordinate associated with the location entry.

$(action.X.fixAcc)

Number

The fix accuracy of the location data (if set).

$(action.X.fixType)

String

The fix type of the location data (if set).