A client is using a SEM firm for marketing. Thier code appends ?=omg_interactive to the end of the url after a user clicks the PPC ad.
They want the appended string to carry through to each page during this user’s session. It’s not working.
I’ve added this to the php config:
$conf['protect_javascript'] = 'y';I’ve also enabled cookies and session IDs in the Security and Session Preferences.
The .js files are being called from another domain.
Any help is appreciated.