revenueEvent
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 |
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 partner 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 |
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. |