revenueEvent
PRO FEATURE
This feature is available on the Pro pricing plan. Please email support@justtrack.io for more details.
When you monetize your application and present ads to users, revenue events record adjustments to the revenue you earn from those ads.
| Field | Type | Description | 
|---|---|---|
| id | string | The event identifier | 
| event_count | int | A counter used to calculate the correct number of events tied to a revenue event. For all other events this will be 1. | 
| ad_bundle_id | string | App bundle ID/package name of the advertised app | 
| ad_instance_name | string | The name of the ad instance | 
| product_id | string | The ID of the purchased item | 
| product_type | string | The type of the purchased item | 
| ad_network | string | The monetization network that filled the ad impression | 
| ad_placement | string | The placement the user is related to as defined by the platform | 
| ad_sdk | string | The provider name of the monetization solution | 
| ad_segment | string | The segment the user is related to as defined by the segmentation method | 
| ad_test_group | string | The group specified for an A/B test | 
| ad_unit | string | The type of the monetization. Example values include "Banner" and "Rewarded". | 
| value_usd | double | The original value in USD | 
| value | double | The value in its original currency | 
| currency | string | The original currency | 
| revenue_type | string | The type of revenue associated with the event. Example values include "IAP Revenue" and "Ad Revenue". | 
| device_id | string | The advertising identifier for the device. For Android, this is the GAID. For iOS, this is the IDFA. | 
| install_id | string | justtrack's identifier for the install event tied to this event | 
| attribution_id | string | justtrack's identifier for the attribution event tied to this event | 
| happened_at | timestamp | The date and time in UTC at which the event happened. This timestamp doesn't include the timezone. |