FastStore v3.0.117: Integration between FastStore and VTEX Ad Network
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:
-
Update your store FastStore package to
v3.0.117
using@faststore/cli
. To update the package, see the previous release notes for further details. -
Create a campaign to be delivered to the store with valid products.
-
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 forapi
:api: { ... showSponsored: true, },
- We encourage to indicate in the
ProductCard
that the product is promoted.
For more details refer to #2438