# GET

## **Path**

<mark style="color:green;">`GET`</mark> `http://fast.nexx360.io/native?`

## **Path Parameters**

| Name           | Type   | Description                                                                                                                                                                                | Scope       |
| -------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| tag\_id        | string | TagId given by Nexx360                                                                                                                                                                     | Required    |
| native\_config | 1 \| 2 | Native Config (see [https://app.gitbook.com/o/-MVNPtl1LAzk9GaMqcsa/s/-MVMJXKa\_WK7Z3tkpDoP-887967055/\~/changes/308/native/native-configs](/integration-methods/native/native-configs.md)) | Required    |
| url            | string | URL where ad is displayed                                                                                                                                                                  | Required    |
| gdpr           | 0 \| 1 | GDPR active                                                                                                                                                                                | Recommended |
| gdpr\_consent  | string | GDPR consent string                                                                                                                                                                        | Recommended |
| firstid        | string | FirstID identifier                                                                                                                                                                         | Optional    |
| id5id          | string | ID5 identifier                                                                                                                                                                             | Optional    |
| test           | 0 \| 1 | Test mode - enables test auction                                                                                                                                                           | Optional    |
| nexx360\_debug | 0 \| 1 | Debug mode - enables debug information in response                                                                                                                                         | Optional    |

## Example

```html
https://fast.nexx360.io/native?tag_id=testnexx&native_config=1&gdpr=1&gdpr_consent=CPgocUAPgocUAAHABBENCjCsAP_AAAAAAAAAJBNf_X__b3_j-_5___t0eY1f9_7__-0zjhfdl-8N3f_X_L8X_2M7vF36tq4KuR4Eu3LBIUdlHOHcTUmw6okVrzPsbk2cr7NKJ7PEmnMbeydYGH9_n1_z-ZKY7___f_77__-____3_____-_f___5______f_V__97fn9_____9_P___9v__9__________3___8AAABISADAAEEgg0AGAAIJBCIAMAAQSCFQAYAAgkEMgAwABBIIdABgACCQRCADAAEEgiUAGAAIJBFIAMAAQSCA.f_gAAAAAAAAA&url=https://www.cnn.com/
```

####


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.nexx360.io/integration-methods/native/get.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
