Client SDK
Installation
First include the sdk in your website
Then initialize the sdk by providing the pixel key
Send tracking events
Event Name | Event Description |
---|---|
PageView | This is the default pixel tracking page visits.
|
ViewContent | A visit to a web page you care about (product details page).
|
AddToCart | When a product is added to the shopping cart.
|
InitiateCheckout | When a person enters the checkout flow prior to completing the checkout flow. |
Purchase | When a purchase is made or checkout flow is completed.
|
Usage
Identity
identify the customer if he authenticated by the id or email or phone to re target him in ads. the recommended way is to add all data ex: after login.
Popup Identity
is a modal box that ask the user about his email and phone to re target him in email or sms campaigns, if he not authenticated user or anonymous, if the customer fill this data the popup no more appear to him.
the popup already predefined with the desired language.
you can also customize any of those inputs with any colors or text you want from Convertedin dashboard.
Facebook Pixel Integration
You can now integrate your Facebook pixel with valid attributions and properties by using convertedin pixel. Go To pixel page
Mark it as active
Add your Facebook pixel code
after saving your website can grab events and send it back to feed your facebook pixel with proper data.
Last updated