應該不會用到了,當備份文件
根據不同網址,呈現不同的 creative 內容與版型
// 1: 用 if 判斷網址路徑,決定這個網址要執行哪種 creative 語法
if (window.location.href === 'https://staging-agirls.aotter.net/post/54881') {
// 2: 新增一個能放 creative 的 div 元素
var targetDom = document.querySelector('.note') || document.querySelectorAll('.col-12.max-w-full')[1]
var newCreative = document.createElement("div")
newCreative.id = 'trek-ad-bg-attachment-fixed'