PageFilter
A comma-separated list of parameter/value pairs to filter the pages that are ingested by the connector.
For information about the parameters and values that you can set, refer to the HubSpot documentation at https://developers.hubspot.com/docs/methods/pages/get_pages. Do not set the parameters limit
or offset
as these are used for paging and are set automatically by the connector.
Some of the HubSpot API parameters accept comma-separated lists of values. To include a comma in the value of a HubSpot API parameter, escape the comma with a backslash (\
).
Type: | String (comma-separated list) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | PageFilter=created__gte=1504025461000
|
See Also: |