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

Get purchase confirmation for Carbon Bot 2.0 #39

Open
aeshky opened this issue Apr 1, 2021 · 6 comments
Open

Get purchase confirmation for Carbon Bot 2.0 #39

aeshky opened this issue Apr 1, 2021 · 6 comments
Assignees

Comments

@aeshky
Copy link

aeshky commented Apr 1, 2021

We are revamping and redeploying Carbon bot to test research ideas.

Problem:
We currently assume that clicking on the link to purchase a carbon offset == task success. However, the conversation could have gone badly, but the user clicked the link out of curiosity.

Solution:
Ideally, we would get a much stronger task success signal by:

  1. receiving a purchase confirmation from the website, or
  2. completing the purchase with carbon bot. Confirmation can be done with a button (to avoid misclassifying a differnt intent as "confirm").

Implementation:
I don't yet know how to do this, but will consult with engineers.

Relevant documents:
Bigger picture

@aeshky aeshky self-assigned this Apr 1, 2021
@amn41
Copy link
Contributor

amn41 commented Apr 1, 2021

the link we send users is actually a referral link, so in theory we should know if someone buys the offsets, but its either never actually happened or the referral doesn't work.

@aeshky
Copy link
Author

aeshky commented Apr 1, 2021

Thanks, Alan. I'll look into this when I return from my holiday, but let me know if you have suggestions or further remarks.

@alopez
Copy link

alopez commented Apr 28, 2021

@aeshky should this be grouped with Objective 1?

@aeshky
Copy link
Author

aeshky commented Apr 28, 2021

Yes, thanks Adam. We will link it to KR2.

@tttthomasssss
Copy link
Contributor

Currently, the only record of a link being clicked (independent of whether a subsequent purchase is made or not), is an automatic Rasa X tag (link-2-clicked). It would be great if we had a record of a click in the Tracker, which would make it a lot easier further downstream for evaluation.

One idea would be to replace the link with a button (kind of as is done in the case of facebook) - this way we would have some flexibility in tracking if a button click event has happened.

@amn41
Copy link
Contributor

amn41 commented Jun 18, 2021

@tttthomasssss what you describe is a little weird from a UX perspective. Clicking this button would simultaneously 'submit' the button as a message in the conversation, and also open a link. Some browsers might even block that kind of behaviour.

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

No branches or pull requests

4 participants