Activity: SKAdNetwork CV update

Whenever a conversion value updates, the CV update activity helps you identify which updates made it to the device. By using the {sk_conversion_value_status} placeholder, this activity also reports the status of the conversation value update as success, pending, TimerExpired, or CVWindowExpired.

Using this activity and its supported placeholders can aid you in further analysis such as conversion value based reporting.

❌ - The event activity is not included in your global callback. 

Depending upon your data export method, update your CSV definition or callback URL with the supported placeholder in the table below.

Supported placeholders

PlaceholderDescriptionExample value
{adid} Adjust device ID (all platforms).18546f6171f67e29d1cb983322ad1329
{idfa}ID for advertisers (iOS only).8C6CBCOD-5F43-4765-A6E6-84DFF3D24707
{idfv}Uppercase iOS ID for vendors.CCB300A0-DE1B-4D48-BC7E-599E453B8DD4
{installed_at}Install (i.e., first app open) timestamp.1404214634
{sk_cv_window_expiration}{installed_at}+ your defined CV window. This gives a future timestamp for the conversion value window expiration.1668084380
{sk_conversion_value}The conversion value number, which is an integer between 0-63.

Note: The conversion value appears only if the installed app provides it, and if providing the parameter meets Apple’s privacy threshold.
20
{sk_registered_at}This shows when the SKAdNetwork registration took place1522835836
{sk_settings_updated_at}This shows when the SKAdNetwork settings were updated.1522835836
{sk_conversion_value_time}Time the pending conversion value field was set.1668084380
{sk_conversion_value_device}The actual value on device.20
{sk_conversion_value_device_time}Time when the conversion value was sent to device.1668084380
{sk_timer_expiration}{sk_conversion_value_device_time} + 24 hours. This gives a future timestamp for the Apple timer expiration.1668084380
{sk_conversion_value_status}Reports the status of the conversion value as one of four values. pending
success
TimerExpired
CVWindowExpired