In below example, you can see that the generated bajs file includes "pcm.com", would like to replace the value to be "pcm.es.net"
How can we achieve this?
AXA17.3.x
Update the value in the Database
1) To change the URL in DB (and to have the fixed URL automatically appear in the snippet), you need to modify the ARCMNCONFIG -table as below:
update arcmnconfig set paramvalue='https://server.company.com/mdo/v1/sdks/browser/BA.js' where paramname='MDO.BrowserAgentJSPath'
update arcmnconfig set paramvalue='https://server.company.com' where paramname='MDO.CollectorURL'
DB table `ARCMNCONFIG' only supports one URL
2) Restart AXA Experience Collector
cd <AXA_HOME>/bin
./stopServices.sh -c
./startServices.sh -c