Skip to content

Commit 3b533ea

Browse files
Update visitor activites v3 & v4
1 parent 537cc87 commit 3b533ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/kb/api-version-3/visitor-activities.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Search criteria can be used together in any combination or order unless otherwis
2424
| `updated_before` | `string` | `today, yesterday, last_7_days, this_month, last_month, <custom_time>` | Selects visitor activities updated before the specified time. If a `<custom_time>` is used, ensure that the specified date is formatted using [GNU Date Input Syntax](http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html). |
2525
| `prospect_only` | `boolean` | `true or false` | Selects visitor activities with associated prospects. |
2626
| `type` | `array` | `<comma_separated_visitor_activity_types>` | Selects visitor activities of the specified types. See a list of available [Visitor Activity Types](../object-field-references.md#visitor-activity-types) in [Visitor Activity](../object-field-references.md#visitor-activity) in [Object Field References](../object-field-references.md). |
27-
| **Object Types***|
27+
| **Object Types**|
2828
| `custom_url_only` | `boolean` | `true or false` | Selects visitor activities associated to custom urls. |
2929
| `email_only` | `boolean` | `true or false` | Selects visitor activities associated to emails. |
3030
| `file_only` | `boolean` | `true or false` | Selects visitor activities associated to files. |
@@ -41,6 +41,7 @@ Search criteria can be used together in any combination or order unless otherwis
4141
| `landing_page_id` | `integer` | `<comma_separated_ids>` | Selects only visitor activities associated with one of the specified landing page IDs. The IDs should be comma separated positive integers (no spaces). We recommend using a POST request when providing this criteria. |
4242
| `prospect_id` | `integer` | `<comma_separated_ids>` | Selects only visitor activities associated with one of the specified prospect IDs. The IDs should be comma separated positive integers (no spaces). We recommend using a POST request when providing this criteria. |
4343
| `visitor_id` | `integer` | `<comma_separated_ids>` | Selects only visitor activities associated with one of the specified Visitor IDs. The IDs should be comma separated positive integers (no spaces). We recommend using a POST request when providing this criteria. |
44+
4445
* Only one object type filter can be applied at once
4546

4647
## [](#manipulating-the-result-set-)Manipulating the Result Set

docs/kb/api-version-4/visitor-activities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Search criteria can be used together in any combination and/or order unless othe
2424
| `updated_before` | `string` | `today, yesterday, last_7_days, this_month, last_month, <custom_time>` | Selects visitor activities updated before the specified time. If a `<custom_time>` is used, ensure that the specified date is formatted using [GNU Date Input Syntax](http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html). |
2525
| `prospect_only` | `boolean` | `true or false` | Selects visitor activities with associated prospects. |
2626
| `type` | `array` | `<comma_separated_visitor_activity_types>` | Selects visitor activities of the specified types. See a list of available [Visitor Activity Types](../object-field-references.md#visitor-activity-types) in [Visitor Activity](../object-field-references.md#visitor-activity) in [Object Field References](../object-field-references.md). |
27-
| **Object Types***|
27+
| **Object Types**|
2828
| `custom_url_only` | `boolean` | `true or false` | Selects visitor activities associated to custom urls. |
2929
| `email_only` | `boolean` | `true or false` | Selects visitor activities associated to emails. |
3030
| `file_only` | `boolean` | `true or false` | Selects visitor activities associated to files. |

0 commit comments

Comments
 (0)