Sklik API

Keywords

keywords.negative.remove

Remove group negative keywords.

Negative keywords are matched and hard-deleted by their name and matchType within the group.

Parameters

struct user {
string session

Session (as retrieved from client.loginByToken())

int userId

(optional) Managed user ID

}
int groupId

Id of the group the negative keywords belong to

array keywords (
struct {
string name

Keyword

string matchType

Keyword match type:

  • negativeBroad: Broad match; query must contain all words from keyword, in any order
  • negativePhrase: Phrase match (`"keyword"`); keyword must match query with words in correct order
  • negativeExact: Exact match (`[keyword]`); keyword must match exactly entire query
}
)

Response

struct {
int status

Status code

string statusMessage

Status code description

string session

Refreshed session

array diagnostics (

(optional) Various diagnostics(warnings, errors, other information)

struct {
...
}
)
}

Response status codes:

List of all possible response status codes:

Diagnostics:

List of all possible diagnostics:

Copyright © 1996-2026

www.seznam.cz Help Contact