-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added "Recommended Content" Block #343
Conversation
Thanks for the review @dkotter, I am made some minor improvements and resolved conflicts.
I have updated readme based on docs available online, maybe @jeffpaul can help to verify it once. Do you think we should release this feature as Alpha/Beta for now by adding notice somewhere? also, We have some further stuff (mentioned in PR description) to work on it once this get merged. Thanks. |
I think this is good to go as a first version of this.
We could note this in the README, that this is a feature that we're still gathering feedback on, but not sure if that's critical |
@iamdharmesh I just did a first though thorough pass on copy and such, but would love to test this out a bit more closely. Mind spinning this PR out into a test site for me to see if there are other places to tweak the UX/copy/etc? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made some tweaks to copy throughout and added a screenshot and content to the readme, all minor changes and otherwise this looks great. Fantastic work @iamdharmesh!
Description of the Change
This PR Adds the Initial "Recommended Content" Block backed by the Azure Personalizer. Major changes of PR are listed below.
@wordpress/scripts
Note: This is yet initial implementation based on personalizer documentation and we may still have to check on the below stuff to close #69
contextFeatures
for better personalization.Currently, block only suggest 1 recommended content as personalizer only return 1 rewarded action. We should check on the possibility/workaround to display multiple contents.(We are showing multiple items now, as decided in internal slack discussion)model update frequency
,reward wait time
, etc...).Some Useful links for Azure Personalizer:
Screenshots
Personalizer Settings:
Recommended Content Block:
Closes #69
Alternate Designs
We may choose any other recommended content service, other than Azure Personalizer.
Possible Drawbacks
Not identified any.
Verification Process
Checklist:
Changelog Entry
Credits
Props @iamdharmesh @jeffpaul @Sidsector9