blob: 2410fffe0c48a7145a7b71563e5cdc273ccfc187 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<p class="note">
{tr}Display a Google AdSense block. Note that the <kbd>client</kbd> parameter is required and the Liberty <kbd>adsense data plugin</kbd> must be active for this module to work.{/tr}
<br />
<span class="example">{tr}Example:{/tr} <kbd>client=exampleID&channel=bitwweaver</kbd></span>
</p>
<dl>
<dt class="param"><kbd>client</kbd></dt>
<dd><em>{tr}String{/tr}</em></dd>
<dd>{tr}The AdSense client ID.{/tr}</dd>
<dt class="param"><kbd>format</kbd></dt>
<dd><em>{tr}String{/tr}</em></dd>
<dd>{tr}The adblock format.{/tr}</dd>
<dd><abbr class="default" title="{tr}default{/tr}">728x90_as</abbr></dd>
<dt class="param"><kbd>type</kbd></dt>
<dd><em>{tr}String{/tr}</em></dd>
<dd>{tr}The adblock type.{/tr}</dd>
<dd><abbr class="default" title="{tr}default{/tr}">text_image</abbr></dd>
<dt class="param"><kbd>channel</kbd></dt>
<dd><em>{tr}String{/tr}</em></dd>
<dd>{tr}Clients tracking channel to assign to.{/tr}</dd>
<dt class="param"><kbd>width</kbd></dt>
<dd><em>{tr}Numeric{/tr}</em></dd>
<dd>{tr}Number of pixels wide.{/tr}</dd>
<dt class="param"><kbd>height</kbd></dt>
<dd><em>{tr}Numeric{/tr}</em></dd>
<dd>{tr}Number of pixels high.{/tr}</dd>
</dl>
|