Skip to content

FastStore v3.0.117: Integration between FastStore and VTEX Ad Network

Compare
Choose a tag to compare
@hellofanny hellofanny released this 03 Oct 19:48
· 65 commits to main since this release

New integration between FastStore and VTEX Ad Network (#2438)

⚠️ This feature is only available for stores that are active publishers on the VTEX Ad Network.

FastStore now has support for displaying sponsored products when using Intelligent Search, helping retailers who are interested in VTEX Ad Network solution.

What needs to be done?

To benefit from this integration, follow these steps:

  1. Update your store FastStore package to v3.0.117 using @faststore/cli. To update the package, see the previous release notes for further details.

  2. Create a campaign to be delivered to the store with valid products.

  3. Update the showSponsored configuration in the store's settings to enable Intelligent Search to return sponsored products.

  • Open your FastStore project in a code editor and go to faststore.config.js file.

  • In the faststore.config.js file, add the following configuration for api:

      api: {
         ...
         showSponsored: true,
       },
  1. We encourage to indicate in the ProductCard that the product is promoted.

369394602-119baa57-a5b8-4b7f-99c1-954aaae30e07

For more details refer to #2438