Screen view

Trigger when: any Tiki mobile app screen starts loading.

1 - Host

Name

Value

URL

https://a.ants.vn/get

Method

POST

2 - Params

Param

Data Type

Description

Required

Sample Data

idsite

Long

to confirm source from tiki.vn. Values:

for testing: 677332133

or production: 643712461

yes

643712461

app_type

Integer

to identify device operation system.

Value:

for iOS: 1

for Android: 2

Other: 3

yes

1

app_version

String

to identify mobile app version.

yes

4.34.1

uid

String

device advertising id (AAID, IDFA,...)

yes

url

String

Url of page/screen that shopper is viewing

yes

https://tiki.vn/smart-tivi-samsung-50-inch-4k-uhd-ua50mu6153-p863621.html?spid=864115

url_title

String

Title of page/screen that shopper is viewing

Smart Tivi Samsung 50 inch 4K UHD UA50MU6153 – Giá tốt | Tiki.vn

click_bc

String

ANTS_CLICK_BEACON_VALUE. from beacon in ad response data (C1-A).

10650469598b1555206663

res

String

to get viewer’s screen resolution

1600x900

time

Long

Client tracked time (Unix timestamp)

yes

1469006299389

resp_type

String

To specify response type. Value: json

Yes

json

3 - POST data

Data Type

Description

Required

Sample Data

uinf

JSON string

Contains shopper data

customer_id

hashed customer id, ad system can identify unique shopper across all platforms

yes

13960238

4 - Samples

Sample Request

https://a.ants.vn/get?idsite=643712461&uid=10651554281
&app_type=1&app_version=4.34.1
&url=https://tiki.vn/smart-tivi-samsung-50-inch-4k-uhd-ua50mu6153-p863621.html?spid=864115&res=1600x900&time=
1469006299389&click_bc=10650469598b1555206663&resp_type=json

Sample Data POST

{
     "uinf":{
         "customer_id":"13960238"
    }
}

Last updated

Was this helpful?