Skip to content

Commit

Permalink
Merge pull request #4 from lytics/main
Browse files Browse the repository at this point in the history
Readme update.
  • Loading branch information
markhayden committed Apr 12, 2024
2 parents ce99d2d + b90d379 commit c4de030
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The Smart Content Lytics module integrates the Lytics Personalization Engine (vi
1. Download and enable the Smart Content Lytics module.
2. Verify that you can access allowlisted Lytics attributes within Smart Content segment definition.

## Debugging
1. Debug mode can be enabled by setting the localStorage value as outlined below. As a result more comprehensive logs will be surfaced in the console:
```
localStorage.lytics_smart_content_debug = true
```

## Dependencies
This module depends on the following Drupal core modules:
- drupal/lytics
Expand All @@ -25,4 +31,4 @@ Lytics' Personalization Engine provides Drupal users an effortless way to access
For more information, please visit the module's [GitHub repository](https://github.com/lytics/smart_content_lytics) or [Lytics website](https://www.lytics.com/personalization-engine-pantheon/).

## License
This module is released under the [GNU General Public License v2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
This module is released under the [GNU General Public License v2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).

0 comments on commit c4de030

Please sign in to comment.