IngestTypes
The types of information that you want the connector to retrieve. To retrieve all available information, based on the value of the parameter HubSpotMarketing, set this parameter to *
(an asterisk).
- For a CRM/Sales environment (
HubSpotMarketing=False
),IngestTypes=*
is equivalent toIngestTypes=Contacts,Companies,Deals,Engagements,Owners,Files,Folders
. - For a marketing environment (
HubSpotMarketing=True
),IngestTypes=*
is equivalent toIngestTypes=Contacts,Companies,Deals,Engagements,Owners,Files,Folders,Blogs,BlogAuthors,BlogComments,BlogPosts,BlogTopics,Pages,BroadcastMessages
.
Type: | String (comma-separated list) |
Default: | *
|
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | IngestTypes=*
|
See Also: | HubSpotMarketing |