Versions Compared

Key

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

...

What use case(s) does this apply to?

CONTENT SYNDICATION

Publisher, Agency & Clients users



ActionDescriptionSucess Metrics
1User can list all filed names to be used for validationThis allows user to set all the input fields they want to validate against for e.g. email, name, date
2User can configure an 'Operator' This is used to determine how values are viewed eg. If a value is 'equal to' , if a value contains certain characters, if a value 'ends with' certain values or 'starts with' a certain value 
3'validationRule' - User can set if a Validation Rule should 'pass' or 'fail'This is used to determine if a rule is set in the Validation of data should pass or fail. eg. User wants to fail leads based on min value and the min value of a specific lead does not meet the value set. This would result in the lead returning a 'fail' status
4'passEmpty' -User can set if a value being passed can be Empty

This allows users to configure if they want to allow certain values to be passed without having any data / value being empty. eg. A user could set 'Job title' on a Validation list to 'passEmpty' = 'True' which would allow for values to be collected if entered by leads however if no value was entered the lead would still be passed through for processing by the platform.

If 'passEmpty' = 'FALSE' the field value would not allow for empty values to be passed to the platform.


5'multiValue' - User can collect multiple values on a field valueThis allows users to collect multiple responses from a single input. eg. If the user set a 'multiValue' = TRUE for a multi select value (a dropdown list) and wanted to Validate that multiple values were present/selected this would  
6'multiValueDelimiter' - Use can configure how multiple values should be separated.This allows users to select how they want values to be separated eg. ',' , ';' , ':' , '.' , '/' , '-' 
7'caseSensitive' User can set if values are validated based on case sensitivity This allows users to set if a value is validated based on character case sensitivity eg. If 'caseSensitivity' is set to 'TRUE' any leads that are submitted that  
8Private list - Use can set if the values for a Validation list are hidden from Publisher / Advertiser This allows users to hide the values the validation list is using to validate. eg. If a Publisher plans to validate against 'email' values all the email values will *'ed out on the platform.

...