JavaScript Tracking Pixel

Hello guys i need some help with the new 1.4 release. Its possible to send the information, mt(‘send’, ‘pageview’,‘email’:‘email@etc.com’,‘firstname’:‘hello’); Javascript pixel with the same encode type like the old version php pixel? something like this:

mt(‘send’, ‘pageview’,{d*}); *d = all the information with base64 encode and serializer. I tried to find the way but i couldnt. Thanks for your time

Hello guys i need some help with the new 1.4 release. Its possible to send the information, mt(‘send’, ‘pageview’,‘email’:‘email@etc.com’,‘firstname’:‘hello’); Javascript pixel with the same encode type like the old version php pixel? something like this:
mt(‘send’, ‘pageview’,{d*}); *d = all the information with base64 encode and serializer. I tried to find the way but i couldnt. Thanks for your time

Yes, it’s possible, but not with base64. I wrote a docs for it, but they weren’t merged yet. But you can read them in the raw state here: https://github.com/mautic/documentation/pull/54/files

The green parts are new, red parts are to be removed.