Details
-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Sustaining
-
Component/s: xOther
-
Labels:None
-
Sprint:Sprint 2, Sprint 3
Description
There is a bug in the code (when seupdate runs) that causes it to miss the first parameter in the query string of the redirect url
The bug is in the SearchEngineUtils.tagValue() method.
http://9.xg4ken.com/media/redir.php?prof=616&camp=11006&affcode=kw2458&cid=
{creative}&networkType={ifContent:content}{ifSearch:search}&url[]=http://www.simplybridal.com/?refcd=GO000000516945683{ifsearch:s}{ifcontent:c}_simply_bridal&tsacr=GO{creative}
If they put a bogus parameter in like test=stub& before the refcd, it will work.
http://9.xg4ken.com/media/redir.php?prof=616&camp=11006&affcode=kw2458&cid=
{creative}&networkType={ifContent:content}{ifSearch:search}&url[]=http://www.simplybridal.com/?test=stub&refcd=GO000000516945683{ifsearch:s}{ifcontent:c}_simply_bridal&tsacr=GO{creative}