lamont
Latest Forum Threads
-
Example Email Integration in Java
This is a complete email integration with all of the generated stubs from the Partner API WSDL and supporting 3rd party libraries. I will put together some further documentation, but in the mean...
Latest Forum Comments
-
Posted on January 27, 2011 4:53 AM in reply to "Plug-in: crossVisitParticipation v1.6 - expiration and cookie life"
The 'dv' parameter is a boolean to indicate whether you want duplicate values to be in the list of values returned. For instance, if the first campaign code is 1234 and then that person returns to...
-
Posted on August 4, 2010 9:48 AM in reply to "s.product "
You simply need to update the revenue bucket. For instance if someone buys a widget for $5 then the product string would look like this. s.products=";widget;1;5" Where if someone purchases 2 of ...
-
Posted on August 3, 2010 3:54 AM in reply to "ReportSuite.GetAvailableMetrics"
I don't believe there is a programmatic way. What I do is create any report I want to query using the Reporting API in SiteCatalyst first. That way I can have a clear idea of the possibilities. ...
-
Posted on June 21, 2010 3:54 AM in reply to "Custom links on submit buttons"
If you pass in a reference to the link in the first position of s.tl(), the code will automatically delay going to the new page. Something like this... function trackLink(obj) { var s=s_gi('rsi...
-
Posted on May 25, 2010 3:45 AM in reply to "Loop elements and call s.tl() to track each element"
I believe what is happening is that the 3rd image request is clobbering the other requests. Try to add a time out where I have put the //sleep comment. Let me know if that helps. $('a.printAl...