Skip to main content
October 15, 2013
Question

img parameters? for reliable tracking of clients whose JS is disabled

  • October 15, 2013
  • 2 replies
  • 644 views
For our users who have JS disabled, or who haven't yet decided to trust script tags from us, I need a more reliable way to initiate tracking.

Obviously, one solid old-school way is to simply insert an image with tracking parameters in its URL.

For example,
inside a noscript tag,
an img tag with
src="path/img?a=yadayada&b=foo&marketo_api_key=12345678"

All I need to know is what parameter names to pass (for Marketo to recognize and map to basic fields in the lead database, like user email address, user name, comments, etc.)



BTW, totally a side note but this web form itself has javascript errors and the first two times I tried to "start a discussion" (because search is lame), it got a 503 server error on http://community.marketo.com/ckeditor/ckeditor-3.6.2/_source/skins/sfdc/editor.css?t=3.6.2.3 and apparently that breaks "focusTitle" and a bunch of other javascript after that.  I was more than a little disappointed to discover your core site functionality is not designed with progressive enhancement in mind (i.e., works fine with pure HTML but gets prettier with JS).  A webby company should care about such things.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

October 16, 2013
Doesn't have to be an IMG tag; the main thing is just to have it work (track the activity and associate the lead) even without javascript.

Other discussions seem to reference the Munchkin JS API as a solution for this need, and it isn't because that depends on javascript.
October 16, 2013
NOTE: This question is similar to one that was marked "SOLVED" 

     http://community.marketo.com/marketodiscussiondetail?id=90650000000Pbm6AAC

but IMO it was not actually solved because the OP was looking for reliable tracking *without* JS and the solution offered still requires JS.