This report returns a set of all keywords used on queries. i.e: "blue dress" it'll return ["blue", "dress"]. You can now also specify the 'evol' parameter in order to obtain an evolution regarding some fields of each keyword, as previously you weren't able to specify it so it was automatically calculated.
Report ID: Keyword
Input parameters (see common parameters)
Parameter name | Type | Required | Description | Default |
---|---|---|---|---|
offset | int | The number of results to omit (from the start of the result set) | 0 | |
rows | int | Number of results to return | 50 | |
evol | bool | ![]() | Calculate the Evolution of each keyword | False |
keyword | str | ![]() | Given a keyword, find all those queries that contain it together with the times all the keywords appear | None |
bucket | str | ![]() | Bucket to apply when querying data (day, weekly) | day |