You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.markdown
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,10 @@ Available Options
130
130
<td>setTargeting</td>
131
131
<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>
132
132
</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>
133
137
<tr>
134
138
<td>setCategoryExclusion</td>
135
139
<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
189
193
190
194
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.
191
195
192
-
Default Targeting
193
-
-----------------
196
+
Default URL Targeting
197
+
---------------------
194
198
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.
196
200
197
201
**Beware: The Targeting string has a 40 character limit!**
0 commit comments