Skip to content
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 support for auto-tracking personalization in Adobe Journey Optimizer. #394

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonsnyder
Copy link
Contributor

Description

This adds a configuration in the extension configuration, and an option in the apply propositions command.

Related Issue

Motivation and Context

Screenshots (if appropriate):

Screenshot 2024-05-10 at 4 09 00 PM Screenshot 2024-05-10 at 4 09 37 PM

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (non-breaking change which does not add functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA or I'm an Adobe employee.
  • I have made any necessary test changes and all tests pass.
  • I have run the Sandbox successfully.
  • I've updated the schema in extension.json or no changes are necessary.
  • My change requires a change to the documentation.

Copy link

@jasonwaters jasonwaters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good @jonsnyder , left a few comments for you.

BTW, I have update my pr to remove trackProposition and and enhanced applyPropositions to match what you've done here.

label: "Target element",
items: [
{ value: "selector", label: "Selector" },
{ value: "element", label: "Element" }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The trackProposition command did support an element or selector to be passed in, but applyPropositions does not support this. It relies on selectors only. So element should be removed here.

}),
getInitialInstanceValues: ({ instanceSettings }) => {
const instanceValues = {};

if (instanceSettings.autoTrackPropositionInteractions?.AJO) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can a customer enable autoTrackPropositionInteractions for Target if they want to in 6 months?

Copy link
Contributor Author

@jonsnyder jonsnyder May 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They wait for a Web SDK extension update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants