
It is possible to send, in real-time, subscribers or unsubscribers to your newsletters to Blendee and have right away the ability to track the activities performed by the client. Among the events available on our tracking system you will find: trkNewsletterSubscription which accepts the following parameters:
- userEmail – email to be added to newsletter subscribers
- contactName – name
- contactSurname
- userNewsletterFlag – value of f_receive_newsletter flag (“true” or “false”)
- userCommercialComunicationFlag – value of the f_receive_comunication flag (“true” or “false”)
- listsNewsletters – string containing the list of newsletter lists to add it to separated by | .
- formDoubleOptIn – true or false depending on whether or not you want to send a confirmation email for the double optin
- callback – javascript function to be called on the return of the Blendee call, so that the submit is done only after Blendee has recorded the data.
Similarly, in case you have dedicated unsubscribe ares, you can pass them, in real time, to Blendee through the trkNewsletter Unsubscribe function with the following parameters:
- userEmail – email to be unsubscribed;
- listsNewsletters – string containing the list of newsletter lists to add it to separated by | . In case an empty string is entered the user will be unsubscribed from any newsletter mailing;
- type – 1 = newsletter, 2 = business communications, 3 = everything;
- callback – javascript function to be called on the return of the Blendee call, so that the submit is done only after Blendee has recorded the data.