Skip to content

Commit c84ddec

Browse files
authored
Updated links for Native to point to GitHub
Thanks robhazan!!!!!
2 parents be05a6d + 976ef63 commit c84ddec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2.6.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -763,14 +763,14 @@ The presence of a `Audio` as a subordinate of the `Imp` object indicates that th
763763

764764
This object represents a native type impression. Native ad units are intended to blend seamlessly into the surrounding content (e.g., a sponsored Twitter or Facebook post). As such, the response must be well-structured to afford the publisher fine-grained control over rendering.
765765

766-
The Native Subcommittee has developed a companion specification to OpenRTB called the <a href="https://iabtechlab.com/standards/openrtb-native/">Dynamic Native Ads API</a>. It defines the request parameters and response markup structure of native ad units. This object provides the means of transporting request parameters as an opaque string so that the specific parameters can evolve separately under the auspices of the Dynamic Native Ads API. Similarly, the ad markup served will be structured according to that specification.
766+
The Native Subcommittee has developed a companion specification to OpenRTB called the [Dynamic Native Ads API](https://github.com/InteractiveAdvertisingBureau/Native-Ads). It defines the request parameters and response markup structure of native ad units. This object provides the means of transporting request parameters as an opaque string so that the specific parameters can evolve separately under the auspices of the Dynamic Native Ads API. Similarly, the ad markup served will be structured according to that specification.
767767

768768
The presence of a `Native` as a subordinate of the `Imp` object indicates that this impression is offered as a native type impression. At the publisher’s discretion, that same impression may also be offered as `Banner`, `Video`, and/or `Audio` by also including as `Imp` subordinates objects of those types. However, any given bid for the impression must conform to one of the offered types.
769769

770770

771771
| Attribute | Type | Description |
772772
| --- | --- | --- |
773-
| `request` | string; required | Request payload complying with the [Native Ad Specification](https://iabtechlab.com/standards/openrtb-native/). The root node of the payload, "native", was dropped in the Native Ads Specification 1.1.<br>For Native 1.0, this is a JSON-encoded string consisting of a unnamed root object, with a single subordinate object named 'native', which is the Native Markup Request object, section 4.1 of OpenRTB Native 1.0 specification.<br>For Native 1.1 and higher, this is a JSON-encoded string consisting of an unnamed root object which is itself the Native Markup Request Object, section 4.1 of OpenRTB Native 1.1+ . |
773+
| `request` | string; required | Request payload complying with the [Native Ad Specification](https://github.com/InteractiveAdvertisingBureau/Native-Ads). The root node of the payload, "native", was dropped in the Native Ads Specification 1.1.<br>For Native 1.0, this is a JSON-encoded string consisting of a unnamed root object, with a single subordinate object named 'native', which is the Native Markup Request object, section 4.1 of OpenRTB Native 1.0 specification.<br>For Native 1.1 and higher, this is a JSON-encoded string consisting of an unnamed root object which is itself the Native Markup Request Object, section 4.1 of OpenRTB Native 1.1+ . |
774774
| `ver` | string; recommended | Version of the Dynamic Native Ads API to which `request` complies; highly recommended for efficient parsing. |
775775
| `api` | integer array | List of supported API frameworks for this impression. Refer to [List: API Frameworks](https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/AdCOM%20v1.0%20FINAL.md#list--api-frameworks-) in AdCOM. If an API is not explicitly listed, it is assumed not to be supported. |
776776
| `battr` | integer array | Blocked creative attributes. Refer to [List: Creative Attributes](https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/AdCOM%20v1.0%20FINAL.md#list--creative-attributes-) in AdCOM. |
@@ -1918,7 +1918,7 @@ Following is a basic example of a bid request for a banner ad with a direct deal
19181918

19191919
### 6.2.6 - Example 6 – Native Ad <a name="example6nativead"></a>
19201920

1921-
For details on Native Ad implementation including examples, please review the OpenRTB Native Ads API Specification: https://iabtechlab.com/standards/openrtb-native/
1921+
For details on Native Ad implementation including examples, please review the OpenRTB Native Ads API Specification: https://github.com/InteractiveAdvertisingBureau/Native-Ads
19221922

19231923

19241924
## 6.3 - Bid Responses <a name="6.5bidresponses"></a>

0 commit comments

Comments
 (0)