Hi,

I'm trying to add additional properties to a profile by sending the
properties on a page (since we don't have events yet).

Im sending properties using the code below but they do not show up on the
/cxs/event/search when I search for this profile. The event show up but no
the properties I sent. Any idea how to achieve this?

path = "/cb";
        properties = {
            path: path
            ,pageInfo: { destinationURL: location.href }
            ,CompanyDomain: "Test LLC"
        ,CompanyEmployees : 10
        ,CompanyEstimatedAnnualRevenue : "1M-10M"
        ,CompanyIndustry : "Professional Services"
        ,CompanyLocation : "San Diego, CA"
        ,CompanyTags : "SAAS"
        };
        //console.log(properties);
        // this will trigger a second page view for the same page (the
first page view is in the tracker snippet).
        window.unomiTracker.page(properties);

Thanks
Joao Correia

--

*João Correia*

San Diego, CA
mobile: +1 (858) 284-6010
web: https://joaocorreia.io

Reply via email to