Custom Meta Tag

Description

The Custom Meta Tag check box causes the tag to scan all meta tags on a page, looking for names that match those specified in the accompanying text box. The text box contains a comma separated list of meta tag names. If a matching name is found (case insensitive), it's content is extracted and assigned to a custom query parameter.

The custom query parameter is of the form:
DCSext.meta_name=content

This work is performed by a function named dcsMetaCap.

Example

Suppose you have a page with the following meta tags:
<meta name="fruit1" content="apple">
<meta name="fruit2" content="orange">
<meta name="fruit3" content="banana">

To capture as custom query parameters, enter the following meta tag names:
fruit1,fruit2,fruit3

Which generates the following custom query parameters:
DCSext.meta_fruit1=apple&DCSext.meta_fruit2=orange&DCSext.meta_fruit3=banana

JavaScript Reference

Class.PropertyType
WebTrends.metanamesstring