Mini Kabibi Habibi
var WebBoost_Upsell = function(){
this.elements = {};
this.elements["name"] = "WebBoostUpsell";
this.elements["interaction_type"] = "Impression";
this.elements["browser"] = "UNKNOWN";
this.elements["_event_name"] = "WebBoost_Upsell";
this.name = function(val)
{
this.elements["name"] = val.toString();
return this;
};
this.interaction_type = function(val)
{
this.elements["interaction_type"] = val.toString();
return this;
};
this.browser = function(val)
{
this.elements["browser"] = val.toString();
return this;
};
this.Serialize = function()
{
return JSON.stringify(this.elements);
};
}
//145BFD6E899116CFC04C8C4E1BEFDED10D5E3308C19C419ED099B0993F9BC57DFAC8988EC864B040168EB2D85E0C81F76CF329B38B51D1443F284F7EDF7727C5++