(function () {
var ENDPOINT = "https://app.cash4pawn.com/api/functions/trackEvent";
function getSessionId() {
try {
var sid = sessionStorage.getItem("c4p_session_id");
if (!sid) {
sid = "sess_" + Date.now() + "_" + Math.random().toString(36).slice(2, 10);
sessionStorage.setItem("c4p_session_id", sid);
}
return sid;
} catch (e) {
return "sess_" + Date.now();
}
}
function getDeviceType() {
var ua = navigator.userAgent;
if (/tablet|ipad/i.test(ua)) return "tablet";
if (/mobi|android|iphone/i.test(ua)) return "mobile";
return "desktop";
}
function trackPageView() {
var event = {
event_type: "page_view",
source: "wix",
page_url: window.location.href,
page_path: window.location.pathname,
page_title: document.title,
session_id: getSessionId(),
referrer: document.referrer,
user_agent: navigator.userAgent,
device_type: getDeviceType(),
};
fetch(ENDPOINT, {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ events: [event] }),
mode: "cors",
}).catch(function () {});
}
if (document.readyState === "complete") {
trackPageView();
} else {
window.addEventListener("load", trackPageView);
}
var lastPath = window.location.pathname;
setInterval(function () {
if (window.location.pathname !== lastPath) {
lastPath = window.location.pathname;
trackPageView();
}
}, 1000);
})();
top of page
Franklin Mint Birds Bell-Porcelain "The Wren" Peter Barrett
“THE WREN”
Designer / Artist: Peter Barrett (signature “PB” inside)
Material: Fine bone china / porcelain
Date: © 1981
Manufacturer: Franklin Porcelain
( Franklin Porcelain was a division of The Franklin Mint — not the same thing as “Franklin Mint” jewelry/coins)
So calling it simply “Franklin Mint Birds Bell” is technically inaccurate and can confuse collectors.
Correct attribution (important for value & search)
Correct:
Franklin Porcelain
Peter Barrett
Bird bell / collectible bell
Bone china / porcelain
Avoid:
Franklin Mint (alone, without “Porcelain”)
Jeanne Holgate (she did other bells, not this one)
Recommended Correct Listing Title (SEO-friendly)
Franklin Porcelain Bird Bell “The Wren” by Peter Barrett – Bone China – 1981
Alternative shorter version:
Franklin Porcelain “The Wren” Bird Bell – Peter Barrett – Bone China
Why this matters
Peter Barrett bird pieces have their own collector base
Franklin Porcelain bird bells often sell better when accurately named
Mislabeling as Franklin Mint can reduce trust or visibility
If you want, I can:
Rewrite the full item description
Suggest best price range for this specific Wren
Help distinguish Peter Barrett vs Jeanne Holgate bells in your collection
Just tell me what you’re listing next.
bottom of page