Skip to content

Commit

Permalink
Merge pull request #151 from tenjin/makototaguchi1110-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
makototaguchi1110 authored Mar 15, 2024
2 parents 01a26c0 + 81b9551 commit 9e92f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,12 @@ public class TenjinExampleScript : MonoBehaviour {
instance.Connect();

// Sets SKAdNetwork Conversion Value
// You will need to use a value between 0-63 for <YOUR 6 bit value>
instance.updatePostbackConversionValue(<your 6 bit value>);
// You will need to use a value between 0-63
instance.updatePostbackConversionValue(<Integer between 0 and 63>);

// For iOS 16.1+ (SKAN 4.0)
instance.updatePostbackConversionValue(<your 6 bit value>, "medium");
instance.updatePostbackConversionValue(<your 6 bit value>, "medium", true);
instance.updatePostbackConversionValue(<Integer between 0 and 63>, "medium");
instance.updatePostbackConversionValue(<Integer between 0 and 63>, "medium", true);

#elif UNITY_ANDROID

Expand Down

0 comments on commit 9e92f5a

Please sign in to comment.