-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is it possible to define the min_id_length option with this Go package?
Example HTTP request to /2/httpapi that I would like to build:
{
"api_key": "...",
"events": [
{
"user_id": "sean",
"event_type": "new_channel_created",
}
],
"options": {
"min_id_length": 3
}
}
API reference: https://www.docs.developers.amplitude.com/analytics/apis/http-v2-api/#options
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request