-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from vtex-apps/bugfix/exito-duplicated-products
Bugfix/exito duplicated products
- Loading branch information
Showing
4 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ a more complete search experience. | |
- [Enhanced Search Result](#enhanced-search-result) | ||
- [Plug & Play](#plug--play) | ||
- [Catalog Integration](#catalog-integration) | ||
- [Google Analytics Configuration](#google-analytics-configuration) | ||
- [Blocks API](#blocks-api) | ||
- [Configuration](#configuration) | ||
- [Troubleshooting](#troubleshooting) | ||
|
@@ -196,6 +197,14 @@ http://api.biggylabs.com.br/track-api/v2/affiliate | |
If you end up having any questions about this step, feel free to send an e-mail to `[email protected]` | ||
with the subject `[YOUR STORE] Search App - Catalog Integration`. | ||
|
||
### Google Analytics Configuration | ||
|
||
Our search engine uses `_query` as the querystring for the search term. If you want to track the search in GA you need to register it. | ||
|
||
Inside Google Analytics, go to Admin → View → View Settings. Then, on the Site Search Settings block, add a new parameter called `_query` into Query Parameter input. Query Parameter field accepts up to 5 different parameters. | ||
|
||
![image](https://user-images.githubusercontent.com/40380674/71663408-de09fd00-2d33-11ea-96bb-f9c6e48312a8.png) | ||
|
||
## Blocks API | ||
|
||
When implementing this app as a block, various inner blocks may be available. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters