Skip to content

Commit 15b5228

Browse files
author
Jack Gersten
committed
Updated Rule Types - Publisher blocking rules now broken out by network
1 parent 2fd825a commit 15b5228

File tree

3 files changed

+26
-17
lines changed

3 files changed

+26
-17
lines changed

apiary.apib

+20-14
Original file line numberDiff line numberDiff line change
@@ -1346,17 +1346,20 @@ Describes the type of rule, indicates what it affects and how
13461346

13471347
Starred rule types will have an **amount** specified in the rule.
13481348

1349-
| Value | Description |
1350-
|:------------------------|-----------------------------|
1351-
| `pause_campaign` | Pause Campaigns |
1352-
| `pause_ad` | Pause Ads |
1353-
| `block_publisher` | Block Publishers |
1354-
| `block_section` | Block Sections (Outbrain) |
1355-
| `block_target` | Block Targets (Revcontent) |
1356-
| `pause_ad_group` | Pause Ad Groups (Yahoo) |
1357-
| `modify_bid_publisher` | Update Site Bid Modifiers * |
1358-
| `multiply_bid_target` | Update Target Bids * |
1359-
| `multiply_bid_campaign` | Update Campaign Bids * |
1349+
| Value | Description |
1350+
|:------------------------|-------------------------------|
1351+
| `pause_campaign` | Pause Campaigns |
1352+
| `pause_ad` | Pause Ads |
1353+
| `block_ob_publisher` | Block Publishers (Outbrain) |
1354+
| `block_site` | Block Sites (Taboola) |
1355+
| `block_widget` | Block Widgets (Revcontent) |
1356+
| `block_section` | Block Sections (Outbrain) |
1357+
| `block_target` | Block Targets (Revcontent) |
1358+
| `pause_ad_group` | Pause Ad Groups (Yahoo) |
1359+
| `modify_bid_publisher` | Update Site Bid Modifiers * |
1360+
| `multiply_bid_target` | Update Target Bids * |
1361+
| `multiply_bid_campaign` | Update Campaign Bids * |
1362+
| `block_publisher` | [DEPRECATED] Block Publishers |
13601363

13611364

13621365
## Get Rules [/rules]
@@ -1524,8 +1527,8 @@ Or one of the <a href="#GoogleAnalyticsMetrics">GoogleAnalyticsMetrics</a> set f
15241527
},
15251528
{
15261529
"id": 150,
1527-
"name": "block my publishers",
1528-
"type": "block_publisher",
1530+
"name": "block bad widgets",
1531+
"type": "block_widget",
15291532
"amount": null,
15301533
"conditions": [
15311534
{
@@ -2250,13 +2253,16 @@ A properly formatted URI string according to RFC 3986
22502253
Starred rule types will have an **amount** specified in the rule.
22512254
- `pause_campaign` - Pause Campaigns
22522255
- `pause_ad` - Pause Ads
2253-
- `block_publisher` - Block Publishers
2256+
- `block_ob_publisher` - Block Publishers (Outbrain)
2257+
- `block_site` - Block Sites (Taboola)
2258+
- `block_widget` - Block Widgets (Revcontent)
22542259
- `block_section` - Block Sections (Outbrain)
22552260
- `block_target` - Block Targets (Revcontent)
22562261
- `pause_ad_group` - Pause Ad Groups (Yahoo)
22572262
- `modify_bid_publisher` - Update Site Bid Modifiers *
22582263
- `multiply_bid_target` - Update Target Bids *
22592264
- `multiply_bid_campaign` - Update Campaign Bids *
2265+
- `block_publisher` - [DEPRECATED] Block Publishers
22602266

22612267
## ReportingObject (enum) - entities that export reporting data
22622268
- `campaign` - Campaigns

blueprint/data_structures.apib

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,16 @@
4646
Starred rule types will have an **amount** specified in the rule.
4747
- `pause_campaign` - Pause Campaigns
4848
- `pause_ad` - Pause Ads
49-
- `block_publisher` - Block Publishers
49+
- `block_ob_publisher` - Block Publishers (Outbrain)
50+
- `block_site` - Block Sites (Taboola)
51+
- `block_widget` - Block Widgets (Revcontent)
5052
- `block_section` - Block Sections (Outbrain)
5153
- `block_target` - Block Targets (Revcontent)
5254
- `pause_ad_group` - Pause Ad Groups (Yahoo)
5355
- `modify_bid_publisher` - Update Site Bid Modifiers *
5456
- `multiply_bid_target` - Update Target Bids *
5557
- `multiply_bid_campaign` - Update Campaign Bids *
58+
- `block_publisher` - [DEPRECATED] Block Publishers
5659

5760
## ReportingObject (enum) - entities that export reporting data
5861
- `campaign` - Campaigns

json/rules.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
},
6060
{
6161
"id": 150,
62-
"name": "block my publishers",
63-
"type": "block_publisher",
62+
"name": "block bad widgets",
63+
"type": "block_widget",
6464
"amount": null,
6565
"conditions": [
6666
{

0 commit comments

Comments
 (0)