Skip to content

Commit

Permalink
feat: update sponsoredBanners query with additional fields
Browse files Browse the repository at this point in the history
The sponsoredBanners query has been updated to include the `bannerImageId`, `width`, and `height` fields in the advertisement object. This allows for retrieving additional information about the banners for display purposes.
  • Loading branch information
luarakerlen committed Oct 28, 2024
1 parent 1b3f6c8 commit e8f4ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react/queries/sponsoredBanners.gql
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ query sponsoredBanners(
advertisement {
imageUrl
targetUrl
campaignId
actionCost
adRequestId
adResponseId
bannerImageId
width
height
}
}
}

0 comments on commit e8f4ba0

Please sign in to comment.