Implement Tracking Events
tracking protocol three kinds of tracking are required to implement our tracking protocol additionally, load beacons can also be returned by pentaleap on request please refer to our tracking https //docs pentaleap com/fluid adserver api/endpoint for delivering impression events back to the tracking infrastructure via tracking link to learn more about the tracker api for click and impression tracking, pentaleap provides encrypted tracking links in the ad response the retailer system simply has to send a get request to the url when the product is shown or clicked conversion tracking requires the retailer to send a post request with the userid and product/transaction information tracking api best practices requirements impression tracking (loaded and viewed impressions) track when an ad is shown to the user using a tracking pixel (1x1 image) or by calling the tracking url load impressions should be triggered on pageload, while viewed impressions should be triggered when the asset is in the viewport in accordance with https //www iab com/wp content/uploads/2015/06/mrc viewable ad impression measurement guideline pdf click tracking track when a sponsored product is clicked by the user by sending a get request to the click url the click url should be triggered for both click and add to basket actions for sponsored brand ads, the click url should be triggered on any click action on the asset or associated products pentaleap handles de duplication of click and impression events automatically conversion tracking track conversions (e g , purchases) by calling an endpoint on the conversion page with transaction details ensure the user id in the adrequest matches the user id in the conversion events refer to our https //docs crealytics com/retailer integration/endpoint for delivering impression events back to the tracking infrastructure via tracking link for detailed information best practices trigger load impression links on pageload load impression links signified by load urls should be triggered on pageload trigger impression (beacon) links on view impression links signified by beaconurls should be triggered only when the ad is visible in the viewport to the user for example, a carousel could contain 10 ads but only display 4, so beaconurls should only be triggered for the first 4 until the user scrolls to further ads trigger click links on click and add to cart the same click link can be associated to multiple actions for example, if you have an add to cart button ans well as a product image and text, the click link should be triggered when the user does any of add to cart click image or product tile click product title/description pentaleap attribution has a de duplication function to only count clicks once which conversion events to send? the best practice is to send all transactions to pentaleap this enables pentaleap to apply attribution rules based on a larger transaction inventory optional to send product purchases related to user's ids matching sponsored product requests batch processing for conversions when possible, use batch processing for conversion tracking to reduce the number of post requests this can help in managing load and ensuring efficient data transfer consistent user ids ensure that the user id sent in the adrequest is the same as the one used in conversion events this consistency is vital for accurate tracking and attribution