adzerk / adzerk-ios-sdk

Access Adzerk's ad serving APIs via iOS
https://www.adzerk.com
Other
9 stars 5 forks source link

Support "gross merchandise value" parameter on pixels #50

Closed karnowski closed 3 years ago

karnowski commented 3 years ago

Background

Similar to the additional and override revenue values on impressions, clicks, and other pixels, Kevel nows supports an optional "gross merchandise value". A common use of this feature would be to send a conversion event that also includes how much the purchased item cost. However, we support this GMV value on all pixels.

See Also

Here's the pull request for adding this feature on the JavaScript Decision SDK. Note that the name of the SDK parameter should be grossMerchandiseValue but the query parameter added to the pixel is gmv.

https://github.com/adzerk/adzerk-decision-sdk-js/pull/38

Acceptance Criteria