Placing JS tag

Partners that Choose to place Intent IQ JS on their page need to upload IIQ script to the site CDN

JavaScript tag:

const intentIq_1234567 = new IntentIqObject({
    partner: 1234567,//mandatory
    callback: iiqCallbackMethod,//mandatory
    timeoutInMillis: maximumPrebidDelayTimeout,//optional
    domainName:'currentDomain.com',//optional
});

Tag Glossary

ParmetertypeDescription

partner

Numeric

Partner ID provided by Intent IQ team

pcid

String

First-Party ID provided by the partner

idtype

Numeric

Types of pcid

callback

Method

Used to run IIQ object in parallel with the page flow, until data is received

Last updated