function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shalini DubeyShalini Dubey 

Adobe tracking variables through Javascript and action method called is not happening at once.

Hi,

I have a VF page in which i have written a javascript function to collect values for Adobe variables. Also there is action method defined that does a page redirect.

my requirement is to collect the values of components when the button is clicked as well perform the page redirection.

Currently its the either of them happening. when I click the button, the variables values get lost as the redirect happens.

Please advice any idea on acheiving the above functionality together.  

Point to note: I have tried action function, but that too doesnt work. 
Ramu_SFDCRamu_SFDC
The following posts might help

http://www.forcetree.com/2009/06/passing-parameters-to-visualforce-page.html

http://www.saaspie.com/questions/passing-parameters-to-visualforce-components-in-a-page/
Shalini DubeyShalini Dubey
Hi Ramu,

I am passing parameters to the oher VF page that gets redirected as a result of click of button. My query is how do i store the values of those search inputs made by the users and bind them to adobe evar variables in javascript and at the same time perform the redirection too.