Reseller Intent for GoDaddy Reseller Store
An add-on for the free Reseller Store plugin by GoDaddy Reseller Programs. Set that up first.
Your analytics tell you about pages and traffic. They tell you nothing about the search box that actually sells. Reseller Intent records what happens inside it: what people search, whether the name was free, what they pick instead, and what reaches the cart. It watches the transfer box and the product buttons too, so hosting, email and SSL demand shows up next to the domains.
What you get
- A dashboard of real intent: searches, cart clicks, top TLDs, repeat searches, carted domains, added products, transfer searches and outbound clicks
- Every number compared with the period before it, so you see direction, not just totals
- A page filter that follows every panel, for when one landing page is doing the work
- Full history in every list, and any range exported as CSV or JSON
- The week at a glance on your WordPress dashboard, with the name people asked for most
- Site Health tells you when tracking or prices have quietly stopped, instead of leaving you to notice
- An optional style pack that matches the Reseller Store widgets to your colors, plus shortcodes for a TLD price strip, a live product price and a regional support number
Privacy
Events are written to one table in your own database and never leave your site. No cookies, no fingerprinting, no IP addresses. An event is “someone on a mobile device searched example.com and it was available”, nothing more. Bots are never recorded, you can ignore your own test searches, and you can clear any window of data with the count shown first.
For developers
rintent_should_track pauses tracking, `rintent_event_data` changes or drops an event before it is stored, and `rintent_track_bots` records bot traffic while you debug. Everything lives in one indexed custom table.
Shortcodes
Each one has a visual builder with a live preview under Reseller Intent, Shortcodes.
[rintent_tld_strip tlds=".com,.in,.io" theme="dark" more_url="/domains/" more_label="560+ more TLDs"]
A row of price pills using live prices from your own catalog. theme is light or dark; dark sections are also detected on their own.
[rintent_price family="cpanel" mode="range" before="cPanel from" after="per month"]
A live price from a product family in your catalog: cheapest, highest or the range across its plans. Build it visually on the Shortcodes page, the family keeps the number correct when prices change. Older ids="" embeds keep working unchanged.
[rintent_phone]
One phone number as a tap to call link, picked for the visitor’s region from the browser timezone. GoDaddy’s public numbers are the defaults; your own are never overwritten.
WP-CLI
wp rintent stats --days=30 prints searches, unique searches, cart clicks, domains added, transfer searches, product adds and the search to cart rate.
wp rintent export --days=90 --format=csv > events.csv streams every event as CSV or JSON, in batches.
wp rintent clear --range=month --yes deletes events in a window: `hour`, `day`, `week`, `month`, `6months`, `year` or `all`.
wp rintent refresh-tld fetches fresh TLD strip prices immediately.<h3>External services</h3>
The optional TLD price strip fetches live domain prices from GoDaddy’s storefront API at secureserver.net, the platform behind every Reseller Store storefront, so the pills match checkout.
What is sent: your public reseller ID and one static probe domain name per TLD you configured. This happens from your server about twice a day, plus whenever you press refresh, and only while the shortcode is in use. No visitor data is ever sent.
That API is operated by GoDaddy: Universal Terms of Service, Privacy Policy. Reseller Intent itself is an independent plugin, built for GoDaddy resellers but not made by, endorsed by or affiliated with GoDaddy.
The default support numbers for the phone shortcode are GoDaddy’s published numbers, stored inside the plugin. Showing them involves no external request.
