Hello,
I'm using TargetingIdeaService in order to collect values from searches on Google (like numbers, cost, competition ....).
But, when I work with large amount of keywords, I obtain this error :
class DistinctError#12022 (6) {
public $reason =>
string(17) "DUPLICATE_ELEMENT"
public $fieldPath =>
string(41) "selector.searchParameters[0].queries[270]"
public $trigger =>
string(0) ""
public $errorString =>
string(31) "DistinctError.DUPLICATE_ELEMENT"
public $ApiErrorType =>
string(13) "DistinctError"
private $_parameterMap =>
array(1) {
'ApiError.Type' =>
string(12) "ApiErrorType"
}
}
I don't understand because every single request is different from the others.
Thanks for your help,
François