Thank you for the suggestion, Steve and Clint
I just tried to use Tealium Generic Tag and put URL with JavaScript. Then, basic url and script part has worked.
However the parameter part does not recognized although I put static parameter on "Static Params" box.
For the parameter, it is static, but it only have "value" part.
So, it is not like:
javascript.js?id=xxxx
but it is like:
javascript.js?xxxx
I tried to put:
xxxx (itself)
?xxxxx (add question mark ahead)
=xxxxx (just add equal sign)
?=xxxxx (add question mark as parameter name)
id=xxxxx (id is really "id" as temporary)
but non of above work.
Is there any other setting required?
I tried to check past post from forum where Clint suggested, but it was not there. (Just I couldn't find?)
Do you have any idea?
... View more