Skip to content

Commit

Permalink
Merge pull request #108 from guardian/ld/commercial-data-to-blueprint…
Browse files Browse the repository at this point in the history
…-collections

Add commercial fields to the blueprint response
  • Loading branch information
lindseydew committed Sep 17, 2024
2 parents f38053f + c994350 commit b95b907
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/blueprint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ message Collection {
* sections within a main collection.
*/
optional bool small_heading = 16;

optional AdTargetingParams ad_targeting_params = 17;

optional string ad_unit = 18;
}

/**
Expand Down
12 changes: 12 additions & 0 deletions proto/proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,18 @@
"name": "small_heading",
"type": "bool",
"optional": true
},
{
"id": 17,
"name": "ad_targeting_params",
"type": "AdTargetingParams",
"optional": true
},
{
"id": 18,
"name": "ad_unit",
"type": "string",
"optional": true
}
]
},
Expand Down

0 comments on commit b95b907

Please sign in to comment.