#
Meta Pixel
Using Kursaha you can direcetly send events into your Meta Event Platform.
#
To Connect with MetaPixel
- A Pixel Id is required to connect with your account. Read the Meta Pixel Documentation to create pixel id.
- An Access Token is also required for granting permission. Read the Meta Pixel Documentation to create access token.
#
How to Create the Structure of Events
If you want to sync the events to Meta Pixel, You have to follow the specific structure of event payload.
{
"userId": "<User-Id>",
"eventType": "<Event-Name>", // AddToCart
"data" : {
// event data
"email" : "john@deo.mail.com",
"firstName" : "john",
"lastName" : "doe"
}
}
#
How to choose a userId :
It is essential not to set the user ID as "None" for multiple users, as it will lead Kursaha to group all their events under the same user ID, assuming they are the same user. Additionally, avoid assigning user IDs that may change, such as using email addresses. Remember that user IDs are case-sensitive, so using different cases for the same ID will create separate profiles for the same user in Kursaha's tracking.
#
Details of User Specific Fields :
Customer information parameters consist of user identifiers shared with event data, enabling better user behavior analysis and personalized experiences. To ensure the request is properly formatted, you must include at least one of the following parameters relevant to user identifier.