For the complete documentation index, see llms.txt. This page is also available as Markdown.

Monitor incident escalation(DSP)

Advertisers can fill in the corresponding callback address to help monitor the behavior of ad impressions/clicks, and the parameters currently supported are

parameter

__DEVICEID__

Device ID, the device ID of the user obtained when the ad is displayed, with a value replaced with the corresponding value, and if there is no value, it is replaced with empty

__IDFA__

The advertising identifier of the iOS system, obtained when the advertisement is displayed, with a value replaced with the corresponding value, and if there is no value, it is replaced with empty

__GOOGLEADVID__

The ID of the Google system, obtained when the ad is displayed, with a value replaced with the corresponding value, and no value replaced with empty

__MAC__

The device ID of the computer, obtained when the ad is displayed, with values replaced with corresponding values, and no values replaced with empty

__IMEI__

The international device ID, obtained when the ad is displayed, with values replaced with corresponding values, and null if no values

__TRANSACTIONID__

Required, the unique ID of the ad impression, a new TRANSACTIONID will be generated for each impression

__ADX3_TIMESTAMP__

Required, the timestamp of the corresponding event where the ad occurred

__IP__

Required, the user's IP information, if there is a value, replace the corresponding value, and replace it with empty if there is no value

example:http://example.com/click?ids=75420654&d=DEVICEID&c=TRANSACTIONID&affiliate_id=726

Last updated