I dont understand how is it that my agent made like 14 calls to this Get domain keywords tool.
Every time hitting a similar error:
Input:
{
“database”: “us”,
“display_limit”: 60,
“display_sort”: “tr_desc”,
“export_columns”: [
“Ph”,
“Po”,
“Nq”,
“Ur”,
“Tr”,
“Cp”,
“In”,
“Fk”
],
“target”: “///”,
“target_type”: “domain”
}
Output:
[
“Input validation error: ‘Fk’ is not one of [‘Ph - Keyword’, ‘Po - Position’, ‘Pp - Previous Position’, ‘Pd - Position Difference’, ‘Nq - Search Volume’, ‘Cp - CPC’, ‘Ur - URL’, ‘Vu - Visible URL’, ‘Tr - Traffic (%)’, ‘Tc - Traffic Cost’, ‘Co - Competition’, ‘Nr - Number of Results’, ‘Td - Trends’, ‘Ab - Adwords Block’, ‘Ds - Description’, ‘Tt - Title’, ‘Tg - Traffic Share’, ‘Ts - Timestamp’, ‘In - Intent’, ‘Kd - Keyword Difficulty’, ‘Fk - Keywords SERP Features’, ‘Fp - SERP Features’, ‘Pt - Position Type’]”
]
This happens also with Kd and Tt. the only thing that worked was something like:
{
“database”: “us”,
“display_limit”: 80,
“display_sort”: “tr_desc”,
“export_columns”: [
“Ph - Keyword”,
“Po - Position”,
“Nq - Search Volume”,
“Ur - URL”,
“Tr - Traffic (%)”,
“In - Intent”
],
“target”: “///”,
“target_type”: “domain”
}
It seems to me like the answer while technically correct, just sending Fk, Kd or Tt should very much be accepted.
I am wondering if i still got billed for such times the agent failed over and over and had to retry.