Problems with %%parameters%%

Hi guys,

We’re having a sort of an issue with some tracking links.

Some links we track need placeholders like this ##ASPID##, others like this %%ASPID%%. The exact placeholder tag %%ASPID%% will then be replaced by some values, if they exist, so encode them is not an option.

The first case has no problem at all, 302 Redirect, the second one gets stuck in the collector, 400 Bad Request, without the expected redirection.

Take a look:

http://collector.snplow.com/r/tp2?u=https%3A%2F%2Fgithub.com%2Fsnowplow%3Faspid%3D##ASPID##

http://collector.snplow.com/r/tp2?u=https%3A%2F%2Fgithub.com%2Fsnowplow%3Faspid%3D%%ASPID%%

Anyone able to provide a fix/workaround for this issue?

TIA

Hi @T_P - this is a known issue: https://github.com/snowplow/snowplow/issues/2913

I don’t know of a workaround at this point.

1 Like