Page Properties | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
However, disabling the toggle does not remove any of the value transforms configurations already created/imported. Any value transforms and manipulation configurations will persist even if the feature is toggled off.
Info |
---|
Once the value transforms are created/imported and the toggle is enabled, the user must ensure the QA job for Value Transforms is configured on the campaign for the value transforms to run. |
Working of Value Transforms on a campaign
The below 2 value transforms are configured on a campaign.
...
Value Transform type: Transform
...
In the above example, companysize
field is transformed to new field with name company_size_new.
Here, we supply typical values for company size range separated with a hyphen and transform it to a new value that uses ‘to’ instead of '-'
Value Transform type: Manipulate
The second value transform is applied to telephone
field and uses the ‘Find and Replace’ manipulation to replace ‘-', '+’ and space in the telephone field, with null.
...
The ‘Value Transforms’ QA job is enabled and leads are imported to the campaign. During processing, the ‘Processr Status’ column shows ‘On Hold- Awaiting Value Transforms’ while value transforms are being applied.
...
The below lead view shows the result of value transform on the lead.
...
Here, the original field is companysize
and value supplied is 500-1000
The ‘Value Transforms’ section shows the result of the transform. A new field company_size_new
is created and contains the value 500 to 1000
.
Similarly, the original value in ‘phone’ contains ‘-' The ‘Value Transforms’ section shows the result of the manipulation. A new field updated telephone
is created and does not contain '-’.
The below example shows the case where a Value Transform has failed on a lead, causing the lead to become invalid.
...
The message shows that no values were found to match the value transform for company size.
...
When we look at the lead view, the company size supplied is 1-100
...
However, in the Value Transforms configuration, there is no transform available for this value.
...
Hence, the lead was marked as invalid as there was no matching transform available. If the Value Transforms toggle is disabled and the leads are reprocessed, the leads would become valid and billable.
\uD83D\uDDD2 Summary
Summarise the functionalities in a table
Functionality | User Story | |
---|---|---|
1 | Add Value Transforms | Admin and Agency users can add value transform values using the Add button, to create new fields by transforming or manipulating the value in the core fields or form fields |
2 | Edit Value Transforms | Admin and Agency users can edit value transform values using the Edit button or the pen icon available |
3 | Delete Value Transforms | Admin and Agency users can delete multiple value transform values using the Delete button |
4 | Import Value Transforms | Admin and Agency users can import value transform groups available at Advertiser level so that they need not be created again at campaign level |
5 | Enable Value Transforms | Admin and Agency users can enable/disable value transforms at the campaign level. Disabling the toggle does not remove any configured Value transforms. |
6 | Pagination | Pagination is available on the value transforms table |
7 | Table Filtering | Allows the user to filter the table values using |
...