---
title: "Inline MultiTrack Calls"
slug: "inline-multitrack-calls"
updated: 2020-05-06T16:28:32Z
published: 2020-05-06T16:28:32Z
canonical: "onpremises.webtrends.help/inline-multitrack-calls"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://onpremises.webtrends.help/llms.txt
> Use this file to discover all available pages before exploring further.

# Inline MultiTrack Calls

The method for performing inline MultiTrack calls has changed with tag versions 10.0 and later.

A widely used practice is to add a dcsMultiTrack call as an attribute of an HTML element. With version of the tag prior to 10.0, the inlined call looked like this:

`&lt;button type='button' onclick='dcsMultiTrack("WT.ti","MyTitle","DCS.dcsuri","/test")'&gt;Click Me&lt;/button&gt;`

Starting with tag version 10.0+ There is a new method for doing this type of tracking: Webtrends.multiTrack():

`&lt;a href='http://webtrends.com' onclick='Webtrends.multiTrack({element:this, argsa:["WT.ti","MyTitle","DCS.dcsuri","/test"]});'&gt;Go to Webtrends&lt;/a&gt;`
