Heres the problem,
In Masterpage, the google analytics code were pasted before the end of body
tag.
In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript
and put it before the end of body
tag, because this script uses the google analytics variables.
How can i achieve this?