docs: explain how to track clicks on HSM Dynamic URL buttons#642
docs: explain how to track clicks on HSM Dynamic URL buttons#642SangeetaMishr wants to merge 2 commits into
Conversation
WhatsApp doesn't send Glific any event when a contact taps a URL button, so there's no built-in click count. Document the workaround: route the Dynamic URL through a per-contact tracking/redirect link, and use Quick Reply buttons instead when the flow itself needs to react to the tap. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 38 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🚀 Deployed on https://deploy-preview-642--glific-docs.netlify.app |
Bump Last Updated to July 2026, drop the bold heading and note admonition on the new section in favor of plain prose matching the rest of the page. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Summary
Fixes #265
Adds a "Tracking clicks on a URL button" section right after the Dynamic URL example in the HSM Templates doc, explaining:
Verification
Confirmed against
glific/glific:lib/glific_web/providers/gupshup/router.exonly routes an inboundbutton_reply(Quick Reply) webhook to the message controller — there is no equivalent inbound route/handler for CTA/URL button taps, so Glific never learns a URL button was tapped.Test plan
:::noteadmonition correctly