Event data from a single application/installation can be sent to multiple Pendo subscriptions by including the additional additionalApiKeys:[]
option within your installation snippet.
Configuration
This option is added within the pendo.initialize({})
call in your snippet.
pendo.initialize({
additionalApiKeys: ['<SUB_2_ACTUAL_API_KEY>', '<SUB_3_ACTUAL_API_KEY>', '<SUB_4_ACTUAL_API_KEY>'],
visitor: {...},
account: {...}
});
Your installation snippet template can be found by admins of your subscription on the Install Settings page.
Guide behavior
Only guides from the primary API key will be served. In the above configuration example, an installation that had SUB_1_ACTUAL_API_KEY
as the primary apiKey
would never serve
guides, it would only send page load, click, and focus data to the SUB_2_ACTUAL_API_KEY
SUB_2_ACTUAL_API_KEY
subscription.
Similarly, guide events will only be recorded under the primary subscription.