Response tracking using multi-part offer codes

You can track responses using a derived field that consists of a multi-part offer code (that is, an offer code that consists of two or more codes). All parts of the offer code must be concatenated using the partition-wide offerCodeDelimiter configuration property. The following example creates a derived field called MultipleOfferCode consisting of two parts concatenated using the default delimiter "-":

MultipleOfferCode = string_concat(OfferCode1, string_concat("-", OfferCode2))

When configuring the Response process to use the derived field as a Candidate Action Field, you must match the derived field to the offer/treatment attribute of each offer code in the multi-part code.