# How can I track offline events in HubSpot?

HubSpot has a native marketing events object, but this object does not have a great API so is not usable with HockeyStack.

To track offline events in HubSpot with HockeyStack, our suggested approach is to create a custom object.

The custom object should refer to events. A record of it could be a single event that you run.

The attendance to the event should be represented by associating the custom object with contacts.

The object **must** have a date field that represents the date of the event.

Once you have this object set up, reach out to our technical support team from the bottom right of the product for them to add this to your instance.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hockeystack.com/marketing-intelligence/report-examples-and-insights/how-can-i-track-offline-events-in-hubspot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
