Sklik API

Keywords

keywords.negative.set

Adds new negative keywords to group.

If particular keyword from keywords array currently exists in the group:
*   If keyword is currently in removed state, It will be restored

Parameters

struct user {
string session

Session (as retrieved from client.loginByToken())

int userId

(optional) Managed user ID

}
int groupId

Id of the group to which the keywords will be set or created

array keywords (
struct {
string name

Keyword

string matchType

Keyword match type:

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

(optional) If set to True, remove all keywords (both negative and positive) from the group, that are not

Response

struct {
int status

Status code

string statusMessage

Status code description

string session

Refreshed session

array keywordIds (

List of affected keyword IDs.

)
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-2024

www.seznam.cz Help Contact