Extra parameters for external data components can be added to the URL by using the parameter 'tn_edc_parameters'.
For example, to send 2 extra parameters: 'firstParameter' and 'secondParameter' to external data components, using the following string:
firstParameter=firstValue&secondParameter=secondValue
This value should then be URL encoded.
Example: ?tn_edc_parameters=firstParameter%3DfirstValue%26secondParameter%3DsecondValue