Global Offer Examples
Example global offer usage.
Apply Global Offer for a Specified Balance and Balance Amount
In this example, the global offer is applicable to subscribers with a specified balance and the balance has a value more than a specified amount, where the following conditions apply:
- The global offer has components that use a balance distribution normalizer on this balance.
- The normalizer is associated with a rate table for which the result is a SKIP value (not apply) if the balance is less than 1.
Apply Global Offer for Subscribers with Specified Attributes
In this example, the global offer is applicable to subscribers with a specified attribute and attribute value, where the following conditions apply:
- The operator creates an
extension on the subscriber object to have a custom-attribute field
consumerType
. - The components in the global offer have a normalizer on a subscriber field.
- The normalizer is
associated with a rate table for which the result is a SKIP value (not apply)
if the field does not have the
consumerType
value. - The normalizer checks for
the presence of the subscriber who has a
consumerType
value ofVIP
. If the value isVIP
, the global offer is applicable.