Defines a start date filter
Specify this parameter to retrieve only events with a timestamp greater than or equal to the specified value
You can use an ISO format date or a timestamp
- Retrieve activations for the specified campaign id
NP6 API Reference (8.1.0)
This documentation provides comprehensive access to the full range of functionalities offered by the NP6 platform through a standardized RESTful interface.
If you have any questions or need assistance, please contact our support team at https://support.chapsvision.com.
Defines an end date filter
Specify this parameter to retrieve only events with a timestamp less than the specified value
You can use an ISO format date or a timestamp
- Production serverhttps://api-cm.np6.com/display/events/activations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/display/events/activations?start=2019-08-24T14%3A15%3A22Z&end=2019-08-24T14%3A15%3A22Z&sort=asc' \
-H 'X-Key: string'[ { "id": "a9de0f54-a6a1-4666-8971-4129aed584c8", "timestamp": 1614089576718, "identity": { "type": "customer", "agency": "DEMO", "customer": "028" }, "source": { "type": "display", "detail": { "activation": { "id": "61e7c824c3a44a0025492e02", "content": "61e816d494a2cf1124adde8f", "campaign": "61e7d9634330930024335593", "receiver": { "type": "footprint", "id": "000R4M0T", "unicity": "example@np6.com", "hash": "0441619ab4631d18548aa8835dd2c28b" }, "stamp": { "time": 1614089576625, "id": "d52055cd-e854-4177-8ef5-b10fd8d568a7", "thread": "a3078b19-b379-4bc2-b29a-e8229a9c9332" }, "keywords": [ { "key": "category", "value": "travel" } ] } } } } ]
Defines a start date filter
Specify this parameter to retrieve only events with a timestamp greater than or equal to the specified value
You can use an ISO format date or a timestamp
Defines an end date filter
Specify this parameter to retrieve only events with a timestamp less than the specified value
You can use an ISO format date or a timestamp
- Production serverhttps://api-cm.np6.com/display/campaign/{id}/events/activations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/display/campaign/{id}/events/activations?start=2019-08-24T14%3A15%3A22Z&end=2019-08-24T14%3A15%3A22Z&sort=asc' \
-H 'X-Key: string'[ { "id": "a9de0f54-a6a1-4666-8971-4129aed584c8", "timestamp": 1614089576718, "identity": { "type": "customer", "agency": "DEMO", "customer": "028" }, "source": { "type": "display", "detail": { "activation": { "id": "61e7c824c3a44a0025492e02", "content": "61e816d494a2cf1124adde8f", "campaign": "61e7d9634330930024335593", "receiver": { "type": "footprint", "id": "000R4M0T", "unicity": "example@np6.com", "hash": "0441619ab4631d18548aa8835dd2c28b" }, "stamp": { "time": 1614089576625, "id": "d52055cd-e854-4177-8ef5-b10fd8d568a7", "thread": "a3078b19-b379-4bc2-b29a-e8229a9c9332" }, "keywords": [ { "key": "page_id", "value": "dashboard/home" } ] } } } } ]
Defines a start date filter
Specify this parameter to retrieve only events with a timestamp greater than or equal to the specified value
You can use an ISO format date or a timestamp
Defines an end date filter
Specify this parameter to retrieve only events with a timestamp less than the specified value
You can use an ISO format date or a timestamp
- Production serverhttps://api-cm.np6.com/display/placement/{id}/events/activations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/display/placement/{id}/events/activations?start=2019-08-24T14%3A15%3A22Z&end=2019-08-24T14%3A15%3A22Z&sort=asc' \
-H 'X-Key: string'[ { "id": "a9de0f54-a6a1-4666-8971-4129aed584c8", "timestamp": 1614089576718, "identity": { "type": "customer", "agency": "DEMO", "customer": "028" }, "source": { "type": "display", "detail": { "activation": { "id": "61e7c824c3a44a0025492e02", "content": "61e816d494a2cf1124adde8f", "campaign": "61e7d9634330930024335593", "receiver": { "type": "footprint", "id": "000R4M0T", "unicity": "example@np6.com", "hash": "0441619ab4631d18548aa8835dd2c28b" }, "stamp": { "time": 1614089576625, "id": "d52055cd-e854-4177-8ef5-b10fd8d568a7", "thread": "a3078b19-b379-4bc2-b29a-e8229a9c9332" }, "keywords": [ { "key": "page_id", "value": "dashboard/home" } ] } } } } ]