Version 1.6.0
[1.6.0] - 2024-04-10
Added
- Support for
Map
insetAttribute
method to send multiple attributes data.
$attributes = [
'attribute_key' => 'attribute_value'
];
$setAttribute = $vwoClient->setAttribute($attributes, $userContext);
Map
in setAttribute
method to send multiple attributes data.$attributes = [
'attribute_key' => 'attribute_value'
];
$setAttribute = $vwoClient->setAttribute($attributes, $userContext);