Skip to content

Commit

Permalink
feat: update sponsoredBanners query with sponsoredCount field
Browse files Browse the repository at this point in the history
  • Loading branch information
luarakerlen committed Oct 30, 2024
1 parent d95ed36 commit 7065c51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions react/queries/sponsoredBanners.gql
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
query sponsoredBanners(
$anonymousId: String
$sponsoredCount: Int
$placement: String
$adUnit: String
$channel: String
$anonymousId: String
) {
sponsoredBanners(
anonymousId: $anonymousId
sponsoredCount: $sponsoredCount
placement: $placement
adUnit: $adUnit
channel: $channel
anonymousId: $anonymousId
) @context(provider: "vtex.adserver-graphql") {
adResponseId
advertisement {
Expand Down

0 comments on commit 7065c51

Please sign in to comment.