台灣行銷科學學會辦理全國「2022年第二回-TIMS行銷專業能力認證」與「2022全球品牌策劃與設計大賽」
一、「行銷認證」
TIMS認證結合學術理論與企業實務的應用,檢核相關職務人員之專業能力,並依照專業層次及領域,區分為「初階行銷企劃證照」、「網路行銷證照」、「全球行銷證照」、「觀光行銷證照」等四張。
「TIMS初階行銷企劃證照」已通過經濟部iPAS採認審查(採認編號:D-001-2022),為優質的民間證照並納入經濟部能力鑑定體系,具有改善企業尋才不易與青年就業的能力,為具公信力之能力國家級鑑定考試。
※證照介紹資訊:http://www.tims.org.tw/profess.asp?id=1
{
// 確保 lazy-load + skeleton
if (!img.classList.contains("lazy-load") || !img.classList.contains("skeleton")) {
img.classList.add("lazy-load", "skeleton");
}
// 避免重複包裹
if (img.parentElement.tagName === "A" && img.parentElement.parentElement.tagName === "FIGURE") return;
if (img.parentElement.tagName === "A" && img.parentElement.getAttribute("data-lightbox")) return;
const captionText = img.getAttribute("alt") || "2022年度 全國TIMS「行銷認證」與「行銷競賽」活動";
const imgSrc = img.getAttribute("src");
const a = document.createElement("a");
a.setAttribute("href", imgSrc);
a.setAttribute("class", "example-image-link");
a.setAttribute("data-lightbox", "example-set");
a.setAttribute("title", captionText);
a.appendChild(img.cloneNode(true));
// $id <= 4384:只包
img.replaceWith(a);
});