Avatar

Level 2

Hello @Jonathon_wodnicki 

 

I believe we are applying GA with a click formula, see below.

 

<%@ include option='mabTracking_ClickFormula' %><%
var channel = '';
switch(Number(message.delivery.messageType)){
case 0: channel='email'; break;
case 1: channel='sms'; break;
case 41: channel='app'; break;
case 42: channel='app'; break;
default: channel='other';}
%>&utm_source=hermes&utm_medium=<%= channel %>&utm_content=<%= encodeURIComponent(message.segmentName) %>&utm_campaign=<%= encodeURIComponent(message.delivery.operation.label) %>

 

When clicking on the magnifying glass in the search bar I'm getting the below error ('london' being what I input in the search bar field).

 

Requested URL '/r/?id=h400a64f8%2C33273dfb%2C2a8715b4&amp;search=london&amp;searchbtn.x=23&amp;searchbtn.y=19' cannot be found

 

Any ideas?

 

Many thanks.