Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Recipient specified by a script in continuous delivery

Avatar

Employee

Hi,

Could anyone let me know how to use the "Specified by a script" feature in a continuous delivery (how can the static list of recipients be specified) in campaign v6.

Thanks,

Vignesh

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Vignesh,

Here is the sample script. you can change the expr to suit your purpose.

<delivery>

  <targets>

    <deliveryTarget>

      <targetPart type='query' exclusion='false' ignoreDeleteStatus='false'>

        <where>

      <condition expr="[@id] IN (id1,id2,id3)"/>

        </where>

      </targetPart>

    </deliveryTarget>

  </targets>

</delivery>

Regards,

Amit

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi Vignesh,

Here is the sample script. you can change the expr to suit your purpose.

<delivery>

  <targets>

    <deliveryTarget>

      <targetPart type='query' exclusion='false' ignoreDeleteStatus='false'>

        <where>

      <condition expr="[@id] IN (id1,id2,id3)"/>

        </where>

      </targetPart>

    </deliveryTarget>

  </targets>

</delivery>

Regards,

Amit