Function forwardAdImpression
forwardAdImpression(impression: AdImpression): Promise<boolean>
Forward an AdImpression to the justtrack backend. Depending on the ad SDK we will use this data to display the correct amount of ad revenue your app generated.
Parameters
Name | Type | Description |
---|---|---|
impression | AdImpression | The AdImpression to forward. |
Returns
Promise<boolean>
true if the AdImpression was forwarded to the justtrack backend. false if the ad impression contained invalid data.