With Autolaunchers, you can automatically launch Topics on your website. This is a very effective solution to launch announcements and updates to users upon logging in or playing onboarding guides for new users.


Before you create an Autolauncher

In this article, we won’t talk about building guides as such. If you haven’t created your onboarding guide yet, look at Walkthroughs for instructions.


Creating an Autolauncher requires several features to be enabled or implemented. This article will provide instructions on enabling each feature to create an Autolauncher for new users.


Implement People tracking

When you enable People tracking, Inline Manual will start tracking your website or application users. With that data, you can access reports to see who they are and their behaviours. You can use these reports to discover where they are from, which tutorials they completed, and their latest activity. Enabled people tracking is required to play your walkthroughs automatically.


To enable people tracking and allow Inline Manual to gather information about your users, you need to first enable analytics. Next, add information about the logged-in user as part of the boot process.


<script>
window.userObject = {
uid: "1", // Only this field is mandatory
email: "john@doe.com",
username: "johndoe",
name: "John Doe",
created: 1360610467,
updated: 1433168312,
roles: ["admin", "editor"],
group: "Doe & Partners Inc.",
plan: "Gold"
}
InlineManual("boot", window.userObject);
</script>

Your application should replace the above values with the currently logged-in user id. The UID is the only field required and can be anything unique for the current user - a string, integer, number, e-mail etc. You can also add your own custom attributes. If you need to pass, for example, company info, you can create a custom attribute and send that information.


The created and updated fields are in UNIX Timestamp format in seconds.


To use variables from your application, replace the values with the variable name. For example:


<script>
window.userObject = {
uid: app_uid,
email: app_email,
username: app_username,
name: app_name,
created: app_created,
updated: app_updated,
roles: app_roles,
group: app_group,
plan: app_plan
}
</script>

To check if people tracking is enabled correctly, go to the Inline Manual portal and see if, under the Site -> People tab, there are any user profiles gathered. Alternatively, use the Status in the Authoring tool.


Now it's time to create Segments.


Create segments

Segments allow you to categorize users into specific segments that you can then target. There are two default segments that you can use: New Users and Everyone but new users. However, you can create new segments with a different set of parameters.


To create a segment:


  1. Login to the Inline Manual portal with your e-mail and password.

  2. Go to Sites and choose the site you want to create a segment for.


  3. Go to the People tab. You will see a list of all your active users and two default segments: Everyone but new users and New users.


  4. You can create a new segment or add rules to previously created segments. Choose if all rules must be met (AND) or just some of them (OR).


  5. Click the + Add parameter button to add more rules. You can add multiple parameters. Add relevant rules based on the data you send to us. Refer to people tracking for more information. Set up Field (e.g. role) and Condition (e.g. contains: Admin).


  6. When all parameters are set, click the Save segment button.


  7. Name your new segment (A) and click on Save (B).


  8. The new segment appears on the list under Segments.


  9. If you want to edit the segment, use the pencil icon; if you wish to delete the segment, use the trash bin icon. You can also delete parameters or add more and update the segment.


Can't determine new users by created/registration date:


The default New users segment may be a simple choice but might impose an issue. Newly created users may see the topic if they stay signed in to the application but might miss it if they suddenly sign out or leave. Once they return, the rule Created within 30 minutes will return false, and the topic won’t launch for them anymore.


You can use the First seen rule for this, or you can send info from your platform that they are new as part of one of the fields. Note that the player will be checking the First seen information on the time when the user is seen after the Inline Manual player is implemented. So, for example, if a user logs in a day before the Inline Manual player has been implemented and then logs back in a day after the player has been implemented, then that will be the first time that the user has been seen by the player.


You can abuse fields from people tracking, e.g. roles or groups, to send other information that is not available from the default people tracking fields.


Create an autolauncher


  1. Login to the Inline Manual portal with your email and password.
  2. Go to Sites and choose the site you want to create an autolauncher for.


  3. Go to the Automation tab.
  4. Click + Create new autolauncher to add an autolauncher.



  5. It will open a form that you need to fill in with relevant data. Choose a Topic that you want to apply to an autolauncher.



  6. Define your audience. Start with deciding if all rules must be met (and) or just some of them (or). Then, you can choose an already existing segment. But you can also add additional parameters. You can add up to 20 parameters.


    If a Topic has its availability set to a certain Segment/s, this needs to be the same in the Autolauncher audience. If the Autolauncher audience is not duplicated, the Topic will launch, but it will not be visible. This is not needed if you are using the latest version of the Beta Player.



    You'll see a preview of a list of your users. Please note that a new user will appear in the database of Inline Manual within 2-3 minutes.

  7. Now, you can add user environment rules. You can add Element and Current URL rules with AND/OR conditions. You can add multiple parameters, e.g. you can add a parameter that an element X is visible and that the user is on a specific URL. The autolauncher will then launch only if these conditions are met.


    Within the Element rule, you need to provide a CSS selector of the element.


    Within the Current URL rule, you need to provide a part of the URL or the whole URL.


  8. Choose a Number of plays - how many times the autolauncher should play the selected topic. By default, the autolauncher is set to play only once. If you want to launch the autolauncher several times, enter the specific number. If you want to play it again and again, enter 0.


  9. With Play again after, you can set up an autolauncher to play the topic multiple times. This setting allows you to set a minimum time interval to start the topic again. If you set it to 24 hours, the autolauncher will launch again after the 24 hours interval.


  10. Check Play only if topic wasn't completed. Checking this option (checked by default) will make the autolauncher play only if it wasn't completed (the user didn't go through the whole walkthrough to the end).


  11. You can also check Allow users to dismiss this autolaunched topic. Choosing this option allows your users to opt out of the autolaunched topic. If the user has chosen to dismiss the autolaunched topic, the topic will not be launched automatically in the future, whether the user has completed the topic or not.


    Now, if you want to, you can take advantage of advanced activation rules.

  12. You can select a Language. The autolauncher will activate only when InlineManualOptions.language is set to the appropriate language code (ISO 639-1 code, e.g. en for English).


  13. You can select a Device. The autolauncher will activate only on a particular device category. Choose from All, Mobile or Desktop.


  14. You can also set up URL Match. Please note that if you set up rules above in the User environment, you don't need to set up the URL match again here. User environment settings give you more flexibility as you can create multiple rules with AND/OR conditions and add element visibility to that too.


    • Pattern - Autolauncher is activated only when the URL matches this pattern. Enter absolute URL with * as a wildcard: e.g. ://.example.com/*, :///some/path, :///?aa=&bb=123#xxx. This option can be used for a simple URL match where * is used as a wildcard.
    • Match (regex) - Enter a regular expression that should match. Match (regex) allows you to add more complex conditions for the URL where you want the Autolauncher to appear. Read more about Regex if you need more information on how to define conditions with it.
    • Not match (regex)- Enter a regular expression that should not match.



  15. With scheduled publishing, you can set up auto-publishing and auto-expiration dates.


  16. If all set confirm adding an autolauncher with the Create button.


  17. Create and deactivate button means that your autolauncher will be created but inactive (paused). You can use this feature for creating "drafts."


Test with the status tool

Once your autolauncher is set up, you can check for inconsistencies using the Inline Manual Status Tool. This tool checks the overall status of the player on your website, along with other features like segments, variables, automation and more.



The main sections that need to be checked on the results are the segmentation and autolaunchers.



Read more about troubleshooting Autolaunchers.


Related articles