Scenario 3 - Filling a campaign audience | Community
Skip to main content
Linda_Stinson
Adobe Employee
Adobe Employee
September 12, 2014
Solved

Scenario 3 - Filling a campaign audience

  • September 12, 2014
  • 1 reply
  • 1267 views

I want to send a delivery to all of my premium customers, but if the target size is less than a maximum target size, fill with standard customers. How would you do this in a workflow?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Linda_Stinson

This workflow shows one way of implementing the scenario:

Start with one Query that selects the preferred audience and add additional data - a column to indicate records from this query, i.e. "VIP".

After the Union, the records from the filler Query will have the additional data column as well, but it will contain a null value.

Then in the Split, create a Subset to sort (by the additional data column) and limit the number of records.

1 reply

Linda_Stinson
Adobe Employee
Linda_StinsonAdobe EmployeeAuthorAccepted solution
Adobe Employee
September 16, 2014

This workflow shows one way of implementing the scenario:

Start with one Query that selects the preferred audience and add additional data - a column to indicate records from this query, i.e. "VIP".

After the Union, the records from the filler Query will have the additional data column as well, but it will contain a null value.

Then in the Split, create a Subset to sort (by the additional data column) and limit the number of records.