4.5. get_embedded_phrase_popularity

struct of integers get_embedded_phrase_popularity(
        string id,
        array of strings keyphrases,
        string case,
        boolean include_misspellings,
        boolean include_plurals,
        string adult_filter,
        integer max,
        integer timeout)

Parameters

id
'guest' is the only valid test access key.

keyphrases
A list of keyphrases to be echoed back.

match
Checked for valid options but has no effect. The options are 'all_words', 'exact_phrase' and 'embedded_phrase'.

case
Checked for valid options but has not effect. The options are 'case_distinct', 'case_folded' and 'case_sensitive'.

include_misspellings
Ignored.

include_plurals
Ignored.

adult_filter
Checked for valid option but has no effect. Available flags are: 'off', 'remove_dubious', 'remove_offensive' and 'adult_only'.

The following flags have been deprecated: 'include_adult' and 'exclude_adult'.

max
Limits the result set.

Description

Echoes back keyphrases, each with a result of '999'.