Hi @RamnathRa1
Ideally, the Target Page parameters and profile parameters must sent with data object like below.
alloy("sendEvent", {
"data": {
"__adobe": {
"target": {
"profile.userloggedinType": "true",
"user.categoryId": "clothing"
}
}
}
});
return data;
...