Standard events
Profound Pixel recognizes the following standard events. Each event accepts a set of optional fields. See Field sets for what each set accepts.Field sets
contents set properties
contents set properties
Example event
plan_enrollment set properties
plan_enrollment set properties
Example event
customer_action set properties
customer_action set properties
Example event
Custom properties
Add your own custom properties (such asorder_id or product_id) alongside the recognized fields. Two limits apply: up to 128 properties per event, and up to 64 KiB per request body. An event that exceeds either limit is rejected with a 400 error.
Custom events
For anything outside the standard set, send a custom event: callpfq('trackCustom', …) with any event name and any properties you choose.
Tie events to your own user IDs
If you need to match conversions to records in your own systems, make anidentify call with your internal identifiers after the customer logs in and before any events are sent:
Any other fields are silently ignored.
The pixel holds the IDs in memory until your consent signal allows sending, then attaches them to the events that follow.