Link-Out Advanced: For clients with a feed configured
Last updated
Last updated
In addition to requiring a feed, the Link-Out Advanced integration now supports passing multiple listings within a single JWT payload. This enhancement allows for dynamic ad creation, enabling campaigns to be associated with multiple listings at once.
It will be necessary for the organisation to create a service to generate the unique JWT token that confirms to industry standard RFC 7519, with the following structure:
Payload Parameter definitions:
iss
This is the same as the pre-agreed client ID that will identify the integration partner
route
Pre-defined route based on required action, see Routes below for further information
planRef
Pre-agreed plan reference that represents the Flowplan that will be used to publish the campaign
Required with /campaigns/plan/ref route
organisationId
Organisation / branch ID, “0” if no organisation structure utilised
agentExternalId
Unique agent identifier that corresponds to the agent for the product
listingExternalId
Unique product reference for the content that will be created and promoted. This is comma separated and can support multiple products in order to create dynamic ads.
externalRef
Optional: External reference from the enterprise partner that is unique to this campaign, e.g. order ID. This reference will be passed back to the client in the campaign webhook
/campaigns/plan/ref
Campaign creation with a pre-selected Flow plan, referenced by a unique plan reference
/campaigns/plan/gallery
Campaign creation without a pre-selected Flow plan, prompting the user to select a plan as the first step in the campaign creation process
Note, that there are new Link-Out routes for campaign creations without a Listing Feed. More information on this is found .