addedInput schema / properties / goalId
Added value: +{
+ "description": "Change an EXISTING goal instead of creating one. Ids come from cromanion_config. With `remove: true` it stops counting that conversion; otherwise it applies the label, priority or dollarValue you send.",
+ "type": "string"
+}
addedInput schema / properties / priority
Added value: +{
+ "description": "With goalId: 1 is the primary goal, ascending. Rejected rather than clamped if out of range.",
+ "type": "number"
+}
addedInput schema / properties / remove
Added value: +{
+ "description": "With goalId: stop counting that conversion. Nothing already measured is rewritten.",
+ "type": "boolean"
+}
changedInput schema / required
Previous value: -[
- "type"
-]New value: +[]
changedOutput schema / properties / created / description
Previous value: -"False when this site already counted that conversion. The call succeeded either way; nothing was duplicated."New value: +"Present on a create. False when this site already counted that conversion — the call succeeded either way and nothing was duplicated."
changedOutput schema / properties / label / description
Previous value: -"Present when created: what your human will see it called."New value: +"What your human sees it called, after the change."
changedOutput schema / properties / note / description
Previous value: -"Present when it already existed."New value: +"Present when nothing changed, saying why."
addedOutput schema / properties / removed
Added value: +{
+ "description": "Present when you sent remove: true.",
+ "type": "boolean"
+}
addedOutput schema / properties / updated
Added value: +{
+ "description": "Present on an edit: which fields changed.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
changedOutput schema / required
Previous value: -[
- "ok",
- "goalId",
- "created"
-]New value: +[
+ "ok",
+ "goalId"
+]