Description Usage Format Source Examples
Product type identifiers of iTunes Connect sales report.
1 |
The format is a list of 19 characters.
| $ iPhoneInstall: | "1" |
| $ iPhoneUpdate: | "7" |
| $ iOSInAppPurchase: | "IA1" |
| $ iOSInAppSubscription: | "IA9" |
| $ iOSInAppAutoRenewableSubscription: | "IAY" |
| $ iOSInAppFreeSubscription: | "IAC" |
| $ iOSInstall: | "1F" |
| $ iOSUpdate: | "7F" |
| $ iPadInstall: | "1T" |
| $ iPadUpdate: | "7T" |
| $ MacInstall: | "F1" |
| $ MacUpdate: | "F7" |
| $ MacInAppPurchease: | "FI1" |
| $ iPhoneCustom: | "1E" |
| $ iPadCustom: | "1EP" |
| $ iOSCustom: | "1EU" |
| $ Install: | "1" "1F" "1T" "F1" |
| $ Update: | "7" "7F" "7T" "F7" |
| $ InAppPurchase: | "IA1" "IA9" "IAY" "FI1" |
http://www.apple.com/itunesnews/docs/AppStoreReportingInstructions.pdf
1 2 | kProductTypeIdentifier
kProductTypeIdentifier$iPhoneInstall
|
$iPhoneInstall
[1] "1"
$iPhoneUpdate
[1] "7"
$iOSInAppPurchase
[1] "IA1"
$iOSInAppSubscription
[1] "IA9"
$iOSInAppAutoRenewableSubscription
[1] "IAY"
$iOSInAppFreeSubscription
[1] "IAC"
$iOSInstall
[1] "1F"
$iOSUpdate
[1] "7F"
$iPadInstall
[1] "1T"
$iPadUpdate
[1] "7T"
$MacInstall
[1] "F1"
$MacUpdate
[1] "F7"
$MacInAppPurchease
[1] "FI1"
$iPhoneCustom
[1] "1E"
$iPadCustom
[1] "1EP"
$iOSCustom
[1] "1EU"
$Install
[1] "1" "1F" "1T" "F1"
$Update
[1] "7" "7F" "7T" "F7"
$InAppPurchase
[1] "IA1" "IA9" "IAY" "FI1"
[1] "1"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.