app_id required | The unique identifier with the corresponding app store.
Type: int, string
Example: 333903271, com.vine.android |
conversion_time required | The time of the conversion event in an ISO-8601 timestamp format, with milliseconds appended.
Type: string
Example: 2014-05-22T02:38:28.103Z |
conversion_type required | The type of conversion event.
Type: enum
Possible values: PURCHASE, SIGN_UP, INSTALL, RE_ENGAGE, UPDATE, TUTORIAL_COMPLETE, RESERVATION, ADD_TO_CART, ADD_TO_WISHLIST, LOGIN, CHECKOUT_INITIATED, SEARCH, LEVEL_ACHIEVED, ACHIEVEMENT_UNLOCKED, CONTENT_VIEW, SHARE, INVITE, ADDED_PAYMENT_INFO, SPENT_CREDITS, RATED |
hashed_device_id required | The HMAC_SHA-256 hashed IDFA or AdID.
Type: string
Example: ABCD1234XYZ |
os_type required | The OS type for the app.
Type: enum
Possible values: IOS, ANDROID |
click_window optional | The click window for this event in days.
Type: int
Note: click_window must be greater than or equal to view_through_window
Default: 14 Possible values: 1, 7, 14, 30 |
device_ip_address optional | IPv4 or IPv6 address of the device when the conversion event happened.
Type: string
Example: 192.133.78.1 |
level optional | A level associated with this event.
Type: int
Example: 2 |
non_twitter_engagement_time optional | The time of the last non-twitter engagement prior to the conversion.
Type: string
Example: 2014-05-22T02:38:28.103Z |
non_twitter_engagement_type optional | The type of non-twitter engagement prior to the conversion event.
Type: enum
Possible values: CLICK, VIEW |
number_items optional | Number of items associated with this event.
Type: int
Example: 2 |
price_currency optional | Expected to be an ISO 4217 code to indicate the currency associated with this event.
Type: String
Examples: EUR,USD,JPY |
price_micro optional | A price amount associated to this event in micro.
Type: int
Example: 123450000 |
user_payment_info optional | A boolean value to indicate if the user’s payment information is stored in the app associated with this event.
Type: bool
Possible values: true or false |
view_through_window optional | The view through window for this event in days.
Note:
click_window must be greater than or equal to view_through_window.
Type: int
Default: 1 Possible values: 0, 1, 7, 14, 30 |