Identifying Viewers
Identify viewers with a tracking link
Parameter
Description
<iframe src="https://demo.arcade.software/YOUR_FLOW_ID?embed&email=jane@acme.com&company_name=Acme+Corporation&account_id=acme-corp" /><iframe src="https://demo.arcade.software/YOUR_FLOW_ID?embed&email=jane@acme.com" />const iframe = document.getElementById('arcade-iframe')
iframe.contentWindow.postMessage({
event: 'set-identity',
identity: {
email: 'jane@acme.com', // or userId
accountId: 'acme-corp', // optional
companyName: 'Acme Corporation' // optional
}
}, '*')Capture viewers with a form
Identify viewers with custom links
Reveal companies with Audience Reveal
Compare the methods
Method
Identifies
Best when
Related articles
Last updated
Was this helpful?