diff --git a/content/docs/dashboard/dashboard-creating-flows/getting-started.mdx b/content/docs/dashboard/dashboard-creating-flows/getting-started.mdx index 99f0680..e948cf2 100644 --- a/content/docs/dashboard/dashboard-creating-flows/getting-started.mdx +++ b/content/docs/dashboard/dashboard-creating-flows/getting-started.mdx @@ -19,7 +19,7 @@ Visual learner? Watch our [Flows walkthrough on YouTube](https://youtu.be/q_PAkC Flows are built to work well for any multi-step experience: - **Onboarding flows** that branch based on user goals or preferences. -- **[Web Funnels](/dashboard/guides/web-funnels)** that qualify users on the web before sending them to your app. +- **[Web Flows](/dashboard/guides/web-flows)** that qualify users on the web before sending them to your app. - **Cancellation surveys** with conditional paths based on feedback. - **Multi-step upsell funnels** that guide users to the right product. - **Personalized welcome experiences** tailored to user segments. diff --git a/content/docs/dashboard/dashboard-settings/overview-settings-revenue-tracking.mdx b/content/docs/dashboard/dashboard-settings/overview-settings-revenue-tracking.mdx index 310ecc8..fedc7f4 100644 --- a/content/docs/dashboard/dashboard-settings/overview-settings-revenue-tracking.mdx +++ b/content/docs/dashboard/dashboard-settings/overview-settings-revenue-tracking.mdx @@ -112,6 +112,11 @@ To complete setup, follow these steps: Fill in the **Bundle ID** of your app. - Enter the **Key ID** of the key you created in App Store Connect. You can find it in the "Key ID" column shown in the image from step 3. Locate the row for the key you made and copy the corresponding Key ID here. + + Bundle IDs are case-sensitive. Enter the Bundle ID exactly as it appears in App Store Connect + or Xcode, including capitalization. For example, `com.Company.App` and `com.company.app` are + treated as different bundle IDs. + ![](/images/overview-settings-rev-tracking-key-id.png)- For **Issuer ID**, fill in the value found at **Users and Access -> Integrations -> In-App Purchase** in App Store Connect: ![](/images/overview-settings-rev-tracking-issuer-id.png)- **Click** on diff --git a/content/docs/dashboard/dashboard-settings/overview-settings.mdx b/content/docs/dashboard/dashboard-settings/overview-settings.mdx index 149b486..ebcbe3e 100644 --- a/content/docs/dashboard/dashboard-settings/overview-settings.mdx +++ b/content/docs/dashboard/dashboard-settings/overview-settings.mdx @@ -28,6 +28,9 @@ Add in your Revenue Cat [public API key](https://www.revenuecat.com/docs/welcome **Apple App ID**
Fill in your app's Apple identifier here. You can find it by going to **App Store Connect -> General -> App Information**. +**Bundle ID**
+Fill in your iOS app's bundle identifier exactly as it appears in App Store Connect or Xcode. Bundle IDs are case-sensitive, and the casing must match when configuring Apple keys such as your In-App Purchase configuration. + **Apple Custom URL Scheme**
We use URL schemes to perform deep link logic and for in-app previews of paywalls for iOS apps. To learn more about setting up deep links, visit this [doc](/sdk/quickstart/in-app-paywall-previews#using-deep-links-to-present-paywalls). diff --git a/content/docs/dashboard/guides/web-funnels.mdx b/content/docs/dashboard/guides/web-flows.mdx similarity index 58% rename from content/docs/dashboard/guides/web-funnels.mdx rename to content/docs/dashboard/guides/web-flows.mdx index 551811f..445f1c1 100644 --- a/content/docs/dashboard/guides/web-funnels.mdx +++ b/content/docs/dashboard/guides/web-flows.mdx @@ -1,57 +1,68 @@ --- -title: "Web Funnels" -description: "Build web-to-app funnels that qualify campaign traffic, personalize offers, and activate users before sending them to your app." +title: "Web Flows" +description: "Build web-to-app flows that qualify campaign traffic, personalize offers, and activate users before sending them to your app." --- -Web Funnels are web-based acquisition and conversion funnels for web-to-app growth. Use them to qualify users from paid campaigns, collect preferences, personalize the path ahead, attribute traffic sources, present web checkout, and then send users to download or open your app. +Web Flows are web-based acquisition and conversion flows for web-to-app growth. Use them to qualify users from paid campaigns, collect preferences, personalize the path ahead, attribute traffic sources, present web checkout, and then send users to download or open your app. ![](/images/web_funnel_overview.jpg) -Web Funnels are designed for the people running growth campaigns. If you are building in-app onboarding after install, start with [Flows](/dashboard/dashboard-creating-flows/getting-started). If you are sending traffic from Meta, TikTok, search, influencers, lifecycle email, or landing pages into a web-to-app journey, start here. +Web Flows are part of Superwall's [Flows](/dashboard/dashboard-creating-flows/getting-started) feature, adapted for web-to-app journeys. They are designed for the people running growth campaigns. If you are building in-app onboarding after install, start with app Flows. If you are sending traffic from Meta, TikTok, search, influencers, lifecycle email, or landing pages into a web-to-app journey, start here. -Web Funnels use the same underlying Superwall editor and navigation system as Flows, but the use case is different. App Flows focus on in-app onboarding, permissions, and app state. Web Funnels focus on acquisition, ad attribution, targeting, web checkout, and app handoff. +Web funnels are a function of Web Flows. In Superwall, the product capability is Web Flows: the same underlying editor and navigation system as Flows, used for web-based acquisition, ad attribution, targeting, web checkout, and app handoff. -Here is an example of a live Web Funnel built from the funnel shown above. The user enters from a web URL, moves through the personalized funnel steps, and then continues toward checkout, app download, or app activation. +Here is an example of a live Web Flow built from the flow shown above. The user enters from a web URL, moves through the personalized steps, and then continues toward checkout, app download, or app activation. -![](/images/web_funnel_example.jpg) +