Skip to main content

This plugin counts keys provided in payload.

Project description

Key counter

This plugin counts key strings. Key string provided in configuration will be treated as an information to increase the value of a key in profile. This plugin can be used for simple statistics e.g. count how many user visited us on mobile device vs other devices like desktop or tablet.

Examples

For example if the key is a simple value and equals to:

[
  "a",
  "b",
  "a"
]

then the key count equals to

{
  "a": 2,
  "b": 1
}

If the key values are:

[
  {"key1": 1},
  {"key2": 2},
  {"key1": 2}
]

then the key will be increased by the provided value. Then key1 + 1, key2 + 2, and key1 + 2. And the result will be:

{
  "key1": 3,
  "key2": 2
}

You may also want to pass data the following way:

  {
    "key1": 1,
    "key2": 2
  }

This will also work and the result will be:

  {
    "key1": 1,
    "key2": 2
  }

Configuration

{
  "key": "desktop",
  "save_in": "profile@stats.counters.MobileVisits"
}

Example of configuration with dot notation in key and save_in

{
  "key": "event@session.context.browser.agent",
  "save_in": "profile@stats.counters.visits_origins"
}

Or with multiple key fields.

{
  "key": [
    "event@session.context.browser.agent",
    "event@session.context.browser.agent.string"
  ],
  "save_in": "profile@stats.counters.visits_origins"
}
  • key may be a string or a list of strings. Also, a dot notation can be used to access data.
  • save_in point to data in profile that will hold the information on key counts. It should be empty object {} or a key-value object. save_in holds the original data that will be incremented.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tracardi-key-counter-0.6.0.1.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

tracardi_key_counter-0.6.0.1-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file tracardi-key-counter-0.6.0.1.tar.gz.

File metadata

  • Download URL: tracardi-key-counter-0.6.0.1.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.10

File hashes

Hashes for tracardi-key-counter-0.6.0.1.tar.gz
Algorithm Hash digest
SHA256 5ddcc58fd840cd48eb13dec51c5fd15c35b932fdb1e26fcf49785337aa2a70a9
MD5 e163aa9713de0050bb394af1be9e3aea
BLAKE2b-256 62a08e7c01b5b94ad0ad674a6ecdc7b7cd8dd46dafe8f323b65a3e19657d2d40

See more details on using hashes here.

File details

Details for the file tracardi_key_counter-0.6.0.1-py3-none-any.whl.

File metadata

  • Download URL: tracardi_key_counter-0.6.0.1-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.10

File hashes

Hashes for tracardi_key_counter-0.6.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 05c3fcc6375f711d65a5c32e74870909bd69294d300733b99cf2acb9b38be29b
MD5 bb9a3e48dd974f8b1553e8d481032a46
BLAKE2b-256 d4d65689adf7d68adedcc6ba1f2a6a95c429e8fd977684dea581ae6f5c3eaf39

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page