ATT Privacy Macros & Parameters

App Transparency Tracking (ATT) macros and parameters supported by Swaarm.

Updated over a week ago

ATT Macros Supported for Advertiser and Parameters for Publishers

Apple’s iOS 14 update has impacted the advertising world requiring new ways of tracking data through the App Tracking Transparency (ATT) system. MMP’s have requested parameters that partners need to implement on impression and click URL’s.

Advertiser ATT Macros:

Macro Name

Description

Example

{device.ids.idfv}

Pass value from parameter IDFV.

3K0XXXXX-83XX-HEXX-KIXX-29KH83XXXXXX

{kochava_ad_platform}

Transform value from parameter traffic_type for Kochava MMP.

  • in_app = in_app

  • mob_web = m_web

  • desktop_web = web

{taptica_ad_platform}

Transform value from parameter traffic_type for Taptica.

  • in_app = 1

  • mob_web = 2

  • desktop_web = 3

{performcb_ad_platform}

Transform value from parameter traffic_type for Perform cb.

  • in_app = app

  • mob_web = web

  • desktop_web = web

{att}

Pass value from parameter att.

  • 0 - tracking not authorized

  • 1 - tracking is authorized

  • Unpopulated for mobile web traffic

{att_time}

Pass value from parameter att_time as UNIX timestamp (Authorization time for IOS ATT)

1622163110

{att_duration}

Pass value from parameter att_duration as time in seconds took the user to respond to the iOS ATT prompt.

59175525

{att_detail}

Publisher placement identifier authorization status.

  • Authorization

  • Denied

  • Restricted

  • notDetermined

Publisher ATT Parameters

Macro Name

Description

Example

idfv

Identification for Vendor

3K0XXXXX-83XX-HEXX-KIXX-29KH83XXXXXX

traffic_type

If the traffic is in app, mobile web, or desktop.

  • in_app

  • mob_web

  • desktop_web

att

App Tracking Transparency

  • 0 - tracking not authorized

  • 1 - tracking is authorized

  • Unpopulated for mobile web traffic

att_time

UNIX timestamp (Authorization time for IOS ATT)

1622163110

att_duration

Time in seconds took the user to respond to the iOS ATT prompt.

59175525

att_detail

Authorization status of ATT

  • Authorization

  • Denied

  • Restricted

  • notDetermined

Sample ATT Tracking URL:

To get to know more about SKAdNetwork and ATT tracking, please have a look at this SKAd Network.

Did this answer your question?