This document outlines the new methods available in the MoEngage Personalize SDK to report impressions and clicks for API experiences created via the MoEngage Personalize API.
extraAttributes is a optional JSON object in which you can pass additional information about the link or the CTA which the user has interacted with.
{ "button_id": "<submit-form-btn>", "button_name": "<Add to Cart>", "button_type": "<primary>",}
The example JSON provided above illustrates sample values designed to give you a clear understanding of the types of data you can include when tracking additional information about clicks. Feel free to adapt these values to suit your specific implementation needs.