# `OpenRtbEcto.V2.Native.Response.Link`
[🔗](https://github.com/AppMonet/open_rtb_ecto/blob/v1.4.6/lib/open_rtb_ecto/v2/native/response/link.ex#L1)

Used for ‘call to action’ assets, or other links from the Native ad.
This Object should be associated to its peer object in the parent Asset Object or as
the master link in the top level Native Ad response object. When that peer object is
activated (clicked) the action should take the user to the location of the link.

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.Native.Response.Link{
  clicktrackers: term(),
  ext: term(),
  fallback: term(),
  id: term(),
  url: term()
}
```

# `changeset`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
