Conversion value (CV) is a number between 0 and 63, with which ad networks and app owners can get additional info on SKAN conversions. For example, through a range of numbers from 0 - 63, you can set the amount of revenue and track the sequence of in-app events.
MyTracker helps you to collect data on the conversion value and evaluate the effectiveness of your iOS 14+ ad campaigns.
Note that the time to get a postback on the installation increases with each value update. The minimum time will be 24 hours (no value update, the additional timer is set to 0), the maximum time will be 64 days (63 conversion value updates, the additional timer is set to 24 hours).
For the advantages and disadvantages of using conversion value, see The Complete Guide to SKAdNetwork Conversion Value
To collect the conversion value, the app developer should support the updatePostbackConversionValue method and elaborate with the ad network on the scheme for interpreting the numbers 0 - 63.
Here are a few examples of how you can use conversion value. For more details, refer to our The Complete Guide to SKAdNetwork Conversion Value
See also the SKAN reports section
Apple does not regulate how the numbers 0-63 are interpreted, leaving it up to each application to decide what to pass through the conversion value.
Let's look at a few examples. In some of them, we will represent the numbers 0-63 in binary, that is, written using the two characters 0 and 1
0 | 000000 | 16 | 010000 | 32 | 100000 | 48 | 110000 |
1 | 000001 | 17 | 010001 | 33 | 100001 | 49 | 110001 |
2 | 000010 | 18 | 010010 | 34 | 100010 | 50 | 110010 |
3 | 000011 | 19 | 010011 | 35 | 100011 | 51 | 110011 |
4 | 000100 | 20 | 010100 | 36 | 100100 | 52 | 110100 |
5 | 000101 | 21 | 010101 | 37 | 100101 | 53 | 110101 |
6 | 000110 | 22 | 010110 | 38 | 100110 | 54 | 110110 |
7 | 000111 | 23 | 010111 | 39 | 100111 | 55 | 110111 |
8 | 001000 | 24 | 011000 | 40 | 101000 | 56 | 111000 |
9 | 001001 | 25 | 011001 | 41 | 101001 | 57 | 111001 |
10 | 001010 | 26 | 011010 | 42 | 101010 | 58 | 111010 |
11 | 001011 | 27 | 011011 | 43 | 101011 | 59 | 111011 |
12 | 001100 | 28 | 011100 | 44 | 101100 | 60 | 111100 |
13 | 001101 | 29 | 011101 | 45 | 101101 | 61 | 111101 |
14 | 001110 | 30 | 011110 | 46 | 101110 | 62 | 111110 |
15 | 001111 | 31 | 011111 | 47 | 101111 | 63 | 111111 |
The Conversion value (CV) can be used to pass the revenue received.
Example 1 — Purchase of $1 to $63:
Example 2 — Revenue bandе:
Through the conversion value (CV), you can pass in-app events.
Example 1 — 63 consecutive events:
Example 2 — 6 random events:
If you represent numbers in the binary system,
then any decimal number will look like a combination of six ones and zeros.
For example, the number 63 is 111111.
Each sign can be assigned a separate event:
1 — booking a plane ticket, 1 — canceling a booking,
1 — buying a plane ticket, 1 — returning a plane ticket,
1 — buying an insurance policy, 1 — flight check-in.
Let 1 — the event happened, 0 — did not happen, then:
If you represent a number in the binary system (for example, 56 is 111000) and divide the number into two groups (111-000), then the first three digits can be revenue, and the next three can be events.
For example, if:
Then: