changedInput schema / properties / dimension / description
Previous value: -"Dimension to compare"New value: +"Comparison dimension"
changedInput schema / properties / dimension / enum
Previous value: -[
- "query",
- "page",
- "country",
- "device"
-]New value: +[
+ "query",
+ "page"
+]
changedInput schema / properties / endDate / description
Previous value: -"End date (YYYY-MM-DD)"New value: +"End date YYYY-MM-DD"
changedInput schema / properties / limit / description
Previous value: -"Max rows to return per engine (default: 1000)"New value: +"Result row limit"
removedInput schema / properties / minClicks
Removed value: -{
- "description": "Minimum clicks threshold",
- "type": "number"
-}
removedInput schema / properties / minImpressions
Removed value: -{
- "description": "Minimum impressions threshold",
- "type": "number"
-}
removedInput schema / properties / offset
Removed value: -{
- "description": "Offset for pagination",
- "type": "number"
-}
changedInput schema / properties / siteUrl / description
Previous value: -"The URL of the site"New value: +"The site property URL"
changedInput schema / properties / startDate / description
Previous value: -"Start date (YYYY-MM-DD)"New value: +"Start date YYYY-MM-DD"
changedInput schema / required
Previous value: -[
- "siteUrl",
- "dimension",
- "startDate",
- "endDate"
-]New value: +[
+ "siteUrl"
+]