File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package response
33import "github.com/bsm/openrtb"
44
55type Link struct {
6- URL string `json:"url"` // Landing URL of the clickable link
7- ClickTrackers []string `json:"clicktrackers"` // List of third-party tracker URLs to be fired on click of the URL
8- FallbackURL string `json:"fallback,omitempty"` // Fallback URL for deeplink. To be used if the URL given in url is not supported by the device.
6+ URL string `json:"url"` // Landing URL of the clickable link
7+ ClickTrackers []string `json:"clicktrackers,omitempty"` // List of third-party tracker URLs to be fired on click of the URL
8+ FallbackURL string `json:"fallback,omitempty"` // Fallback URL for deeplink. To be used if the URL given in url is not supported by the device.
99 Ext openrtb.Extension `json:"ext,omitempty"`
1010}
You can’t perform that action at this time.
0 commit comments