Passing Referring Campaign Name to Linked Form

When you use the personalizedform() built-in function in your campaign to insert a link to an Oracle Responsys form, you can populate that linked form with information that isn't in the form's distribution list or profile tables.

Example: Use the campaignname() function to pass the name of the referring campaign to the target form.

$personalizedform(My Form, Email, concat(SourceCampaign=, campaignname()))$

In this example, the target form is called My Form, the indexed data-extraction field is Email, and your form document includes a field (probably a hidden field) named SourceCampaign.

Note: If you need a single argument to include both text and the results from a built-in function, you must use the concat() function, as shown in the example.

Learn more