Conductor integration (Marketing, Data). Imported from open-connector.
https://api.cm.conductor.com/v2/entities/websites
/v2/entities/segments
| Param | Type | Required | Description |
|---|---|---|---|
| website_id | string | optional | The Conductor Monitoring website ID returned by list_websites. |
/v2/data/statistics
| Param | Type | Required | Description |
|---|---|---|---|
| website_id | string | required | The Conductor Monitoring website ID returned by list_websites. |
| scope | string | required | The Conductor Monitoring scope, such as website, segment:<segment_id>, or segme… |
| captured_at | string | optional | Optional historical capture timestamp in ISO 8601 format accepted by Conductor. |
/v2/data/pages
| Param | Type | Required | Description |
|---|---|---|---|
| website_id | string | required | The Conductor Monitoring website ID returned by list_websites. |
| per_page | integer | required | The number of records to return per page. |
| page | integer | optional | The one-based page number to retrieve. Do not use together with page_cursor. |
| page_cursor | string | optional | The page cursor returned by the previous Conductor Monitoring page-list respons… |
| sort | string | optional | The field Conductor should sort by. |
| direction | string | optional | The Conductor sort direction. |
/v2/data/page
| Param | Type | Required | Description |
|---|---|---|---|
| website_id | string | optional | The Conductor Monitoring website ID returned by list_websites. |
| url | string | optional | The page URL to retrieve from the Conductor Monitoring website. |
/v2/data/issues
| Param | Type | Required | Description |
|---|---|---|---|
| website_id | string | required | The Conductor Monitoring website ID returned by list_websites. |
| scope | string | required | The Conductor Monitoring scope, such as website, segment:<segment_id>, or segme… |
| captured_at | string | optional | Optional historical capture timestamp in ISO 8601 format accepted by Conductor. |
/v2/data/affected_pages
| Param | Type | Required | Description |
|---|---|---|---|
| website_id | string | required | The Conductor Monitoring website ID returned by list_websites. |
| issue | string | required | The issue name returned by list_issues. |
| page | integer | optional | The one-based page number to retrieve. Do not use together with page_cursor. |
| per_page | integer | optional | The number of records to return per page. |