Skip to content

min_id_length #33

@moubry

Description

@moubry

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions