gtag('config', 'AW-1070413478');
function trackEcommerce() {
function gaAddTrans(orderID, store, total, tax, shipping, city, state, country, currency, channelInfo) {
var transaction = {
id: orderID,
affiliation: store,
revenue: total,
tax: tax,
shipping: shipping,
city: city,
state: state,
country: country
};
if (currency) {
transaction.currency = currency;
}
ga('ecommerce:addTransaction', transaction);
}
function gaAddItems(orderID, sku, product, variation, price, qty) {
ga('ecommerce:addItem', {
id: orderID,
sku: sku,
name: product,
category: variation,
price: price,
quantity: qty
});
}
function gaTrackTrans() {
ga('ecommerce:send');
}
function gtagAddTrans(orderID, store, total, tax, shipping, city, state, country, currency, channelInfo) {
this.transaction = {
transaction_id: orderID,
affiliation: store,
value: total,
tax: tax,
shipping: shipping,
items: []
};
if (currency) {
this.transaction.currency = currency;
}
}
function gtagAddItem(orderID, sku, product, variation, price, qty) {
this.transaction.items.push({
id: sku,
name: product,
category: variation,
price: price,
quantity: qty
});
}
function gtagTrackTrans() {
gtag('event', 'purchase', this.transaction);
gtag('event', 'conversion', {
'send_to': 'AW-1070413478/xEf1COTWp8wBEKbttP4D',
'value': this.transaction.value,
'transaction_id': this.transaction.transaction_id,
});
this.transaction = null;
}
if (typeof gtag === 'function') {
this._addTrans = gtagAddTrans;
this._addItem = gtagAddItem;
this._trackTrans = gtagTrackTrans;
} else if (typeof ga === 'function') {
this._addTrans = gaAddTrans;
this._addItem = gaAddItems;
this._trackTrans = gaTrackTrans;
}
}
var pageTracker = new trackEcommerce();
THESE TEMPLATES MAKE A GREAT COMPANION TO OUR A4 ADHESIVE TAB LABELS AND PRE-PRINTED A4 TABS–PERFECT FOR LAST MINUTE PROJECTS.
A4 ADHESIVE TAB LABEL TEMPLATES:
Simply download the template you need, add your own text in Microsoft Word and you are ready to print tab labels on your own inkjet printer.
A4 TABLE OF CONTENTS TEMPLATES:
Simply download the template you need, add your own text in Microsoft Word and you are ready to print tab labels on your own inkjet printer.
DOWNLOAD OUR INDESIGN TAB TEMPLATES:
Simply download the template you need, add your own text in Microsoft Word and you are ready to print tab labels on your own inkjet printer.