APIs & Integrations

Not applicable

Tracking Contact Website Activity via API

I’m currently integrating HubSpot in a web platform built completely outside their web tools. I can’t seem to wrap my head around how to track a contact’s website activity from our web platform.

We already have the HubSpot tracking code embedded at the bottom of each of our platform’s pages:
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/2*****4.js"></script> yet under each contact we know is using the website Website Activity says “No data is available for this contact”.

Can anyone shine some light on this integration?

Thanks.

0 Upvotes
3 Replies 3
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Tracking Contact Website Activity via API

Hi @wwwroth,

Creating contacts via the contacts API (/contacts/v1/contact) doesn’t include any tracking/identification information. You might want to consider using the forms API or tracking code API instead, which are both capable of creating contacts & including their tracking information:

Submit data to a form | HubSpot Forms API

POST https://forms.hubspot.com/uploads/form/v2/:portal_id/:form_guid - Send form submission data to HubSpot. Form submissions from external sources can be made to any registered HubSpot form. You can see a list of forms on your portal by going to...


0 Upvotes
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Tracking Contact Website Activity via API

Hi @wwwroth,

Just to make sure that we’re on the same page, are you not seeing this visit information on the contact’s timeline in HubSpot? There are a few reasons why the visit info for a contact might be missing, but the most likely is that the contact in your portal isn’t yet associated with the hubspotutk cookie that is tied to their visit information. This is often the case for contact records created via import or offline sources; because they were created that way, the visitor information gather from their website activity hasn’t yet been associated with their contact record (usually via form submission).

It’s also possible that your target domain settings are incorrect, per this Knowledge Base article:

Why am I not seeing any page visits even though the HubSpot tracking code is...

Why am I not seeing any page visits even though the HubSpot tracking code is firing on my website?

0 Upvotes
Not applicable

Tracking Contact Website Activity via API

Hi @Derek_Gervais,

Thanks for your reply. I’ve verified my target domain is correct, so I think it has to do with the hubspotutk cookie. When viewing a contact, I’m not seeing anything under “Website Activity”. I’d like to see pages they’ve viewed on the site.

Currently, when a user creates an account on our website, I generate a new contact in HubSpot via /contacts/v1/contact. It seems to be defaulting to ‘created from offline sources’. I was under the impression the js tracking code would “automagically” start tracking their activity on the website and associate it with the created contact record but that doesn’t seem to be the case.

Can you send me over some information on tracking page views and web activity via hubspotutk?

0 Upvotes