so getting following error:
the error is: error: string "" is too short (length: 0, required minimum: 1)n level: "error"n schema: {"loadingURI":"#","pointer":"/properties/targetUrl"}n instance: {"pointer":"/targetUrl"}n domain: "validation"n keyword: "minLength"n value: ""n found: 0n minLength: 1n
i.e.: zero-length target URLs in a field that snowplow expects to have at least one character
is there a way to modifiy the target url if there is no value. like ive shown:
{“schema”:“iglu:com.snowplowanalytics.snowplow/unstruct_event/jsonschema/1-0-0”,“data”:{“schema”:“iglu:com.snowplowanalytics.snowplow/link_click/jsonschema/1-0-1”,“data”:{“targetUrl”:"",“elementId”:“cms_head_mobile_login”,“elementClasses”:[“hidden-md”,“hidden-lg”,“mobile-login-link”,“loggedout-only”],“elementTarget”:"",“elementContent”:“Log In”}}}
Regards,
Wayne