DynamicContentVariations
Retrieve a collection of Dynamic Content Variations
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Int64 | True |
Pardot ID for this dynamic content variation. | |
| Comparison | String | True |
The logic used to set the criteria for a variation. This field works together with the Dynamic Content basedOn field to determine which variation a prospect is served. | |
| Operator | String | False |
The operator found in the logic used to set the criteria for a variation. Possible values: is, contains, between, less-than, less-than-or-equal, greater-than, greater-than-or-equal | |
| Content | String | False |
The text content of the variation. | |
| DynamicContentId | Int64 | False |
ID of the dynamic content this variation is associated with. | |
| Value1 | String | False |
The value found in the logic used to set the criteria for a variation. All operators except between require one value. | |
| Value2 | String | False |
The value found in the logic used to set the criteria for a variation when using the between operator. All other operators don't support two values. |