Introducing the Pixel Manager Command Queue
· 2 min read
TL;DR:
- The Pixel Manager now supports a command queue (
window._pmwq
) starting with version1.49.0
. - It ensures your API calls to the Pixel Manager and custom tracking events are executed safely and in order — whether the Pixel Manager is loaded yet or not.
- Just push your function or tracking event to the queue, and it'll run when the Pixel Manager is ready.