Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.41 KB

File metadata and controls

26 lines (22 loc) · 2.41 KB

HubSpot.NET.Model.MarketingEventPublicReadResponse

Properties

Name Type Description Notes
EventName string The name of the marketing event.
EventType string The type of the marketing event. [optional]
StartDateTime DateTimeOffset The start date and time of the marketing event. [optional]
EndDateTime DateTimeOffset The end date and time of the marketing event. [optional]
EventOrganizer string The name of the organizer of the marketing event.
EventDescription string The description of the marketing event. [optional]
EventUrl string A URL in the external event application where the marketing event can be managed. [optional]
EventCancelled bool Indicates if the marketing event has been cancelled. [optional]
CustomProperties List<PropertyValue> A list of PropertyValues. These can be whatever kind of property names and values you want. However, they must already exist on the HubSpot account's definition of the MarketingEvent Object. If they don't they will be filtered out and not set. In order to do this you'll need to create a new PropertyGroup on the HubSpot account's MarketingEvent object for your specific app and create the Custom Property you want to track on that HubSpot account. Do not create any new default properties on the MarketingEvent object as that will apply to all HubSpot accounts. [optional]
ExternalEventId string The id of the marketing event in the external event application.
Registrants int The number of HubSpot contacts that registered for this marketing event.
Attendees int The number of HubSpot contacts that attended this marketing event.
Cancellations int The number of HubSpot contacts that registered for this marketing event, but later cancelled their registration.
NoShows int The number of HubSpot contacts that registered for this marketing event, but did not attend. This field only had a value when the event is over.
CreatedAt DateTimeOffset
UpdatedAt DateTimeOffset
Id string

[Back to Model list] [Back to API list] [Back to README]