Try our conversational search powered by Generative AI!

Website field not set on Profile when sending Info.Website in tracking request

Fixed in

EPiServer.Profiles.Client 1.7.0

(Or a related package)

Created

Aug 27, 2018

Updated

Nov 29, 2018

State

Closed, Fixed and tested


Description

Steps to reproduce

1. Send the following tracking request:

{
"deviceId": "Djurdic",
"eventType": "testing",
"value": "my data",
"scope": "defaultscope",
"user": {
"name": "Nikola Đurđić",
"email": "Nikola@gmail.net",
"info":

{ "Website": "http://NikolaĐurđić.com" }

}
}

2: Check the profile using

{profileapi url}

/profiles?$filter=Name eq "Nikola Đurđić"

Expected:
...
"Info":

{ "InferredCountry": "SE", "Email": "Nikola@gmail.net", "Website": http://NikolaĐurđić.com }

,
...

Actual:

...
"Info":

{ "InferredCountry": "SE", "Email": "Nikola@gmail.net" }

,
...