public static interface AvailMatchingCriteria.Builder extends SdkPojo, CopyableBuilder<AvailMatchingCriteria.Builder,AvailMatchingCriteria>
| Modifier and Type | Method and Description |
|---|---|
AvailMatchingCriteria.Builder |
dynamicVariable(String dynamicVariable)
The dynamic variable(s) that MediaTailor should use as avail matching criteria.
|
AvailMatchingCriteria.Builder |
operator(Operator operator)
For the
DynamicVariable specified in AvailMatchingCriteria, the Operator that is
used for the comparison. |
AvailMatchingCriteria.Builder |
operator(String operator)
For the
DynamicVariable specified in AvailMatchingCriteria, the Operator that is
used for the comparison. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAvailMatchingCriteria.Builder dynamicVariable(String dynamicVariable)
The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic variable. For information about dynamic variables, see Using dynamic ad variables in the MediaTailor User Guide.
You can include up to 100 dynamic variables.
dynamicVariable - The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only
places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic
variable. For information about dynamic variables, see Using dynamic ad variables
in the MediaTailor User Guide.
You can include up to 100 dynamic variables.
AvailMatchingCriteria.Builder operator(String operator)
For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is
used for the comparison.
AvailMatchingCriteria.Builder operator(Operator operator)
For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is
used for the comparison.
Copyright © 2023. All rights reserved.