View Source OpenRtbEcto.V2.Native.Response.Link (OpenRtbEcto v0.6.5)

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.

Summary

Types

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

Functions

Link to this function

changeset(link, attrs \\ %{})

View Source