Skip to content

Commit

Permalink
feat: add targetUrl to sponsoredBanners query
Browse files Browse the repository at this point in the history
The sponsoredBanners query now includes the targetUrl field in the advertisement object. This allows for linking the banners to specific URLs when clicked.
  • Loading branch information
luarakerlen committed Oct 24, 2024
1 parent 7299ee0 commit 1b3f6c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/queries/sponsoredBanners.gql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ query sponsoredBanners(
bannerId
advertisement {
imageUrl
targetUrl
campaignId
actionCost
adRequestId
Expand Down

0 comments on commit 1b3f6c8

Please sign in to comment.