Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Role

Administrator

Version

2.130

...

Challenge

I You want to trigger the AdServer processes only under certain circumstances checking relevant criteria.to customize the submit to adserver or check availability in ADvendio for example:

  • To add custom validations before your users can submit a Campaign Item to the AdServer, like making sure that enough inventory is available

  • To build custom buttons and guided user flows, which will include the availability check or the submit to an AdServer of Campaigns Items

...

Solution

A customized solution for many use cases can be created with Salesforce Flows. We enabled our features Check Availability and Submit to AdServer also for Flows.

Please have a look at the setup section to find out how this can be used.

...

Setup

If you are not familiar with Salesforce flows yet please have a look at the following trailhead: https://trailhead.salesforce.com/content/learn/modules/flow-basics

...

Table of Contents
minLevel2

Example Flow

Our example is only allowing the AdServer submit when the availability of a Campaign Item is given.

...

Note

Please remember that any error which is AdServer related will not be shown in this job (as this is the action). To check AdServer related errors the mail which will be sent out can be used as a basis.
For components you can see the error from the AdServer directly in the system.

For a differentiation between actions and components please have a look at the section below.

Example flow:

...

Setup information

Your flow can consist of nearly any kind of logic.

...