Skip to content

Commit 5213617

Browse files
committed
Updated readme to reflect changes in the options
1 parent 29d0890 commit 5213617

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Readme.markdown

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ Available Options
130130
<td>setTargeting</td>
131131
<td>This object is where you set custom targeting key value pairs. Also see the Default Targeting options that are set further down the page.</td>
132132
</tr>
133+
<tr>
134+
<td>setUrlTargeting</td>
135+
<td>This boolean specifies wheter the targeting should include information found in the url of the current page. The default value of this option is true.</td>
136+
</tr>
133137
<tr>
134138
<td>setCategoryExclusion</td>
135139
<td>This comma separated list sets category exclusions globally (page level).</td>
@@ -189,10 +193,10 @@ This script provides two callbacks which you can use to make working with DFP a
189193

190194
Please see the [example-bootstrap.js](https://github.com/coop182/jquery.dfp.js/blob/master/example-bootstrap.js) file for an example of how to use these.
191195

192-
Default Targeting
193-
-----------------
196+
Default URL Targeting
197+
---------------------
194198

195-
The following targeting options are built into this script and should be setup in your DFP account ([within Inventory/Custom Targeting](https://support.google.com/dfp_sb/bin/answer.py?hl=en&answer=2983838)) to make full use of them.
199+
The following targeting options are built into this script and should be setup in your DFP account ([within Inventory/Custom Targeting](https://support.google.com/dfp_sb/bin/answer.py?hl=en&answer=2983838)) to make full use of them. These targeting-parameters can be turned on/off with the setUrlTargeting-property in the options.
196200

197201
**Beware: The Targeting string has a 40 character limit!**
198202

0 commit comments

Comments
 (0)