Mini Kabibi Habibi
var EdgeSecureSearchOnboarding = function(){
this.elements = {};
this.elements["category"] = "EdgeSecureSearchOnboarding";
this.elements["action_type"] = "default";
this.elements["browser"] = "ED";
this.elements["impression_type"] = "UNKNOWN";
this.elements["_event_name"] = "EdgeSecureSearchOnboarding";
this.category = function(val)
{
this.elements["category"] = val.toString();
return this;
};
this.action_type = function(val)
{
this.elements["action_type"] = val.toString();
return this;
};
this.browser = function(val)
{
this.elements["browser"] = val.toString();
return this;
};
this.impression_type = function(val)
{
this.elements["impression_type"] = val.toString();
return this;
};
this.Serialize = function()
{
return JSON.stringify(this.elements);
};
}
//C163380AE01B6D613E252E4576A5B51F479F932E2AAB7E748038AB017CDDA79D6A550378D2237C22170A2352C65A7D0F5DAC3BFE1065EA98D67BC4F3CA00D5B1++