AIUNIFY PROS separates the authenticated workspace from public campaign routes. Visitors do not need access to your workspace to use a published or active campaign asset.
Source-confirmed public route types are:
QR Codes and Short Links route through PROS before the visitor reaches the final destination. That intermediate PROS route enables supported capabilities such as analytics, password protection, scheduling/expiration checks, dynamic destination behavior, UTM parameters, and routing logic.
When a QR Code has a stored password hash, the public resolver presents the QR password page until the correct password is supplied. An incorrect submitted password produces the protected-page response rather than exposing the destination.
Different QR types can produce different public behavior:
Because the distributed QR image points to the PROS route, supported dynamic QR destinations can be updated while preserving the scan entry point. This is why the interface recommends using dynamic QR behavior when you may need to change a destination without reprinting.
A password-protected Short Link displays a public password form. The destination is not returned through the normal redirect until the submitted password matches the stored hash.
The backend Short Link resolver supports country/device redirect rules. It checks each saved rule and can send a matching visitor to an alternate URL. If no rule matches, the standard destination is used.
Current UI: The current standard Short Link drawer does not visibly expose redirect-rule editing, so this is a backend-supported behavior rather than a normal subscriber configuration step in the present interface.
The resolver can append saved UTM values for utm_source, utm_medium, utm_campaign, utm_term, and utm_content. This allows distributed Short Links to carry campaign attribution parameters to the destination.
The public Bio route uses the saved username. Only an active Bio Page is intended to be served publicly. A valid public view records a bio_page_view Analytics event.
The public Landing Page route uses the saved slug. Only pages with status published are served as public Landing Pages. A public view records a landing_page_view Analytics event.
A public route can be unavailable when the asset is inactive, outside its scheduled access window, expired, unpublished, deleted, unavailable, or otherwise not routable under the current model rules.
If you distribute the underlying destination URL instead of the PROS Short Link or PROS QR route, the visitor can bypass PROS redirect tracking. Use the generated PROS access point when you need the corresponding PROS analytics and management behavior.