Hi,
I have a question about the encoding of additional tracking parameter behind a leading "{lpurl}" entry in a TrackingUrlTemplate field.
Example TrakckingUrlTemplate I: "{lpurl}&keyword={keyword}¶m=Google AdWords"
I think the resulting encoding should be: "{lpurl}%26keyword%3D{keyword}%26param%3DGoogle%20AdWords"
The first value "&keyword={keyword}" is encoded to "%26keyword%3D{keyword}", because the value track parameter "{keyword}" must not be encoded
The second value "¶m=Google AdWords" is encoded to "%26param%3DGoogle%20AdWords".
Is that right or are there any other rules for the right encoding?
Thanks
Juergen