We are building a resource hub that is a web page (non Marketo) that contains links to all of our marketing collateral pieces. Currently, we track clicks on these links by adding parameters to the link:
/resource_files/DS_Mainstar_VCR.pdf#?resource=Datasheet&product=productname
This works, but according to Marketo documentation for Click Link, “the href must not contain "http://", domains, or URL parameters. The click link event will have the domain of the calling web page”
http://developers.marketo.com/documentation/websites/lead-tracking-munchkin-js/
So what would be the best way to track the resource type, and product name for these link clicks?