Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleProperties

Here is an overview over the options for this macro:

Image RemovedImage Added
Section
level2
titleTitle

Set the title of the page in case you want to override the page default title.

Section
hidetrue
level2
titleCampaign

Set the name of the campaign this page is part of.

Section
hidetrue
level2
titleCampaign Keyword

Set the campaign keyword this page is associated with.

Section
titleDetails

The macro creates a JavaScript tag in HTML. The following shows the rendering in case every property is defined.

Code Block
languagexml
titleGenerated JavaScript Tag
<script type='text/javascript'>
   var _paq = _paq || [];
   _paq.push(['setDocumentTitle', 'My Page Title']);
</script>  
Content Marker
hidetrue
   _paq.push(['setCampaignNameKey', 'My Campaign']);
   _paq.push(['setCampaignKeywordKey', 'My Campaign Keyword']);

...