Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

v2.17.0

Compare
Choose a tag to compare
Loading
@mikecaomikecao released this 08 Mar 06:08
· 155 commits to master since this release

Features

Batch send

You can now send data in batches, for example when trying to import a lot of data through the API. Instead of sending a single payload object, you would send an array of objects. It will be processed by the same logic from/api/send. To use this feature, you would make aPOST request to/api/batch.

Payload overrides

When you send a request to/api/send, Umami pulls data from the request such as user-agent and IP address. Now you can provide your own values in the payload. This is useful when you're sending from a server or mobile environment where you are not using a web browser. The values you can provide are:

  • ip: IP address. Note that when you send a custom IP address, the normal geo headers from hosts like Vercel and Cloudflare are ignored and a local lookup will be made to get the country and city data.
  • userAgent: User agent string. Note this must be in a valid format or your request might be flagged as a bot.
  • timestamp: UNIX timestamp in seconds. If passed in, Umami will record the data with the given timestamp instead of the current time.

Do Not Track

You can respect users DNT setting by adding the parameterdata-do-not-track=true on your tracker script.

Fixes

  • Error when filtering using referrer#3255
  • CORS headers missing from custom endpoints.#3281
  • Journey report regression#3268
  • Hostname is not allowed 127.0.0.1#3279
  • Grouped referrers shows incorrect values#3257

Updates

  • Improved paid ad channel detection#3270

Thanks

@shrutesh1@harryo@zeroCoder1@Maxime-J

Contributors

  • @harryo
  • @zeroCoder1
  • @Maxime-J
  • @shrutesh1
harryo, zeroCoder1, and 2 other contributors
Assets2
Loading
adityatelange, Sov3rain, ddxv, yrayegan, kenster89, tsykin, nakrovati, Pedram-Parsian, isabelroses, turboyz, and 3 more reacted with hooray emojitsykin, wokalek, henriquesebastiao, 13inccc, Heliodex, Wiola09, IbsanjU, jakemoran88, pavelhopkins, scharez, and 8 more reacted with heart emojiajiho, sarfarazstark, jakemoran88, and MagicLike reacted with rocket emoji
32 people reacted

[8]ページ先頭

©2009-2025 Movatter.jp