Add polite CTA to articles #824
Replies: 4 comments 1 reply
-
I think this switch statement is relevant here as a sort of "proto-plinko" https://github.com/eggheadio/egghead-next/blob/main/src/components/app/header/index.tsx#L48-L73 So we can take a look at converkit, customer-io, and egghead data and determine what is the appropriate CTA to present to the current learner. This can start very simply! |
Beta Was this translation helpful? Give feedback.
-
related #826 discussion about the "global CTA plinko" |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Re: plinko component. If we're going to build this as a reusable component and already getting the user to answer questions on an in-app pop-up, we may as well create the in the functionality to ask them multiple questions before delivering a CTA. Eg. Do you want to improve you frontend skills? Yes / no --> What level are you at in your career? Just starting out / Junior / Mid-level / Senior --> Want our {introductory/advanced} series on {React/JavaScript}? No sure how much that suggestion complicates matters. |
Beta Was this translation helpful? Give feedback.
-
Articles have ZERO CTAs. Adding CTA's to articles is essential to customer acquisition and retention. A good first step is adding the "Polite" multi-stage CTA component to the articles. It is polite and inviting when reading an article. It's multi-stage and gives the user the opportunity to "eject" at any time.
Live Example
Untitled.mp4
Implementation Details
The component already exists in the Skill Recordings Starter and it has been implemented in several partner products.
The current implementation of the component uses Convertkit for the subscribe form. We will be using Customer.io instead and summiting the form to the "New Learner" campaign.
We can create a new subscriber form using the
EmailEntryForm
component.Own your Online Presence is an example that uses the customer.io
EmailEntryFrom
component.Are there any additonal considerations missing here?
Copy
Pending TODO on the actual copy of the CTA
Beta Was this translation helpful? Give feedback.
All reactions