> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapKeyword

> One term in the owner's tracked keyword set, on one platform and country.

One term in the owner's tracked keyword set, on one platform and country.

## Properties

### country

```ts theme={null}
country: string;
```

***

### id

```ts theme={null}
id: string;
```

***

### platform

```ts theme={null}
platform: TapPlatform;
```

***

### popularity

```ts theme={null}
popularity: number | null;
```

Tappify's own traffic score for the term, on a 1 to 10 scale, or `null` when
the term has not been scored. It is not a figure a store publishes: the host
hands over the raw score, while Tappify's own surfaces rescale it to 0 to 100
before drawing it.

***

### position

```ts theme={null}
position: number | null;
```

The rank the app holds for the term, or `null` when it does not rank.

***

### term

```ts theme={null}
term: string;
```
