Please note: no personal information is stored in cookies and they cannot contain viruses.

Size: px
Start display at page:

Download "Please note: no personal information is stored in cookies and they cannot contain viruses."

Transcription

1 Tracking Script WHAT IS THE TRACKING SCRIPT USED FOR? The Mojn tracking script is used to track your visitor behaviour. When the script is implemented on your site, a cookie is saved to your visitors browser when they visit your site. After a user has been tagged, Mojn is able to track her behaviour and recognise her on websites she visits. Please note: no personal information is stored in cookies and they cannot contain viruses. Based on the data collected in the tracking process, Mojn is able to deliver recommendation images that are personalised for the users' behaviour. In addition, the tracked data is used to place all your visitors into segments, based on their browsing behaviour on your website. HOW TO INSTALL THE TRACKING SCRIPT? The tracking script is a small piece of javascript that looks like the script below: <!-- Mojn tracker begin --> <script type="text/javascript"> var _mojntrack = _mojntrack []; _mojntrack.push({ cid:"of8yo" }); (function(d) { try { var scr = d.getelementsbytagname("script")[0], f = d.createelement('iframe'); f.src = "javascript:''"; f.style.display = "none"; scr.parentnode.insertbefore(f, scr); f.contentwindow.name = "mjn:scrf"; var d2 = f.contentwindow.document,fn='write'; d2.open()[fn]("<body onload=\"var d=document,s=d.createelement('script');s.src='// track.idtargeting.com/[customer_code]/track.js';d.body.appendchild(s);\">"); d2.close(); }catch(e){}})(document); </script> <!-- Mojn tracker end --> The script should be inserted on all of your pages. It is not page specific, so you can safely place it in your template that is included site-wide. We recommend that it is placed in the header just before the closing head tag </ head>. That said, you are free to place it wherever you want. The script is loaded asynchronously and does not block loading of any other content on the page. Please note that the script is unique for each Mojn customer, so your script will contain a unique customer code instead of [CUSTOMER_CODE].

2 Tracking Script (OPTIONAL) HOW TO TRACK ADDITIONAL CLICK EVENTS? If you want to track custom on click events (e.g. launching a modal or similar) or ajax events, you can call the method below: _mojntrack.push({ u:"[url]" }); An example would then look like this: _mojntrack.push({ u:" }); Please note: the call method takes an [URL] as an argument. The [URL] has to be unique, and since it s not tracking a real URL it has to be a fictive/pseudo URL representing the specific event.

3 Open Tracking Pixel WHAT IS THE OPEN TRACKING PIXEL? The open tracking pixel is a small invisible image file that you need to insert into you template. When an subscriber opens one of your s and downloads the invisible image, a request is sent to Mojn s servers. In this request, the subscribers unique ID should be present. Mojn is then able to associate the subscriber s unique ID to a tracker cookie we already have on our servers. This enables Mojn to later generate customized recommmendation images for your various customers. HOW TO IMPLEMENT THE OPEN TRACKING PIXEL? The open tracking pixel is an image tag that needs to be inserted in your template. To enable us to integrate the feed, it should look like the following: <img width="1" height="1" src=" 2 variables above need to be replaced: 1) the [CUSTOMER CODE] and 2) the [UNIQUE ID]. The Customer Code - [CUSTOMER CODE] The customer code is provided by Mojn and should never be changed. The customer code is a 5 character long unique identifier containing both numbers and capital letters. The Unique ID - [UNIQUE ID] The unique ID is to be inserted into image tag by you. Depending on the system you use, you should insert a command that would make your system insert a unique ID per subscriber into this place. It s really easy. For example, in Mailchimp this command (or tag as they call it) is * * for a user s address. Note that these commands vary for different newsletter providers. Feel free to contact us in case you need assistance. A correctly implemented tag for a client with the customer code VIP33 using Mailchimp would look like this: <img width="1" height="1" src=" *"> We only have one important requirement for the unique ID that you use: it must be unique for each newsletter subscriber. You can use an addres, an internal ID or even a customer ID.

4 Sales Conversion Pixel WHAT IS THE SALES CONVERSION PIXEL USED FOR? A campaign s performance is measured by how many derivative sales the campaign entails and how much these sales generate in revenue. In order for Mojn to measure these parameters and associate them with a campaign, you have to insert the sales conversion pixel, which sends the necessary information back to us. The necessary parameters are the currency used in a transaction and the total value of the transaction. Mojn sales conversion pixel enables you to later follow the results of your campaign within our web application. HOW TO IMPLEMENT THE SALES CONVERSION PIXEL? The sales conversion pixel code is as following: <img src="//matcher.idtargeting.com/cnv/[customer_code]?amt=[currency][amount]&oid=[order_id]" height="0" width="0"> The pixel must be implemented on your purchase confirmation page i.e. the page after the customer has completed the entire purchase process (completed payment and confirmed the purchase). In addition, the pixel must be inserted after Mojn Tracking Script. The variables [CURRENCY], [AMOUNT] and [ORDER_ID] must be filled in dynamically with the corresponding values for a specific order. A few examples of correct currency and amount values transmitted to Mojn: USD = 123 Dollars and 34 cents. EUR2, = 2,000 Euros and 0v cents. DKK = 200 Danish kroner Please note the following: The decimal separator of the value needs to be." and thousands separator is optional. The currency code should be in ISO 4217 format (read more here: org/wiki/iso_4217). The customer code is provided by Mojn. This is your unique identifer and may not be changed. The order ID is optional and is mostly used to prevent fraud. A correctly implemented tag for a standard DanDomain webshop should look like the tag below (for the client with the customer code WIN99): <img src="//matcher.idtargeting.com/cnv/win99?amt=dkk[[subtotalinclvatusnocur]]&oid=[[orderid]]" height="0" width="0"> The commands that fetch the values from the order vary for each e-commerce system. If you do not know the correct commands for your e-commerce system please feel free to contact us or alternatively use your existing e-commerce system s support line.

5 Sales Conversion Pixel (OPTIONAL) ORDER PARAMETER FOR THE SALES PIXEL Sales Tracking Pixel also support an optional oid parameter (for Order ID). E.g. set oid= if you want to parse the Order ID along to Mojn. (ALTERNATIVE) JAVASCRIPT SNIPPET INSTEAD OF THE SALES PIXEL As an alternative to the Sales Conversion Pixel" you can use Mojn s simpler JavaScript API. The correct syntax can be seen below: <script type="text/javascript"> var _mojntrack = _mojntrack []; _mojntrack.push({ cid:"[customer_code]"}); _mojntrack.push({ conv:"[currency][amount]" }); </script> An example would then look like this: <script type="text/javascript"> var _mojntrack = _mojntrack []; _mojntrack.push({ cid:"win99"}); _mojntrack.push({ conv:"usd2,000.00" </script> }); Please note: the Javascript conversion API call does not support oid (Order ID) yet.

6 Product Feed WHAT IS THE PRODUCT FEED? In order to create personalised retargeting images, Mojn scrapes your website for all product names, product prices and product images. In some cases though, it might be necessary for us to get a product feed from you instead. This makes sense especially for: websites with more than products websites that add new products on a daily basis Before we can import the feed, there are a few requirements: It is important that the product URL provided in the feed is 100% compatible with the product URL that users come in and look at on the website. Import lever must be able to identify what constitutes photo references e.g. images have a reference <productimg>. WHAT S THE PREFERRED STRUCTURE OF THE PRODUCT FEED? To enable us to integrate the feed, it should look like the following: <items> <item> <url> <name>red shoe</name > <price>199.95</price> <productimg> </item> <item> <url> <name>blue shoe</name > <price>449.95</price> <productimg> </item> </items> The tags that define an element <url>, <name>, <price> & <productimg> are those that will be exported and shown within the recommendation image. E.g. if we define <name>red shoe</name > in the feed, the text Red shoe will be shown in the image etc. Please note: the elements shown in the feed example above are standard elements for our standard recommendation image. These are used in more than 80% of the cases. However, it is possible to add elements like <before price> or <productimg2> if necessary.

Tagging Guide: Website and Email Implementation. Contents

Tagging Guide: Website and Email Implementation. Contents Tagging Guide: Website and Email Implementation Contents About This Guide... 2 Your CiteID... 2 Website Implementation... 2 Tag Placement... 2 Example... 3 Email Implementation... 5 DNS Setup... 5 Tag

More information

MASTERTAG VALUE-ADDED SERVICES FOR ADVERTISERS SET-UP GUIDE

MASTERTAG VALUE-ADDED SERVICES FOR ADVERTISERS SET-UP GUIDE MASTERTAG VALUE-ADDED SERVICES FOR ADVERTISERS SET-UP GUIDE Dear advertiser, The present document gives you an overview of the zanox MasterTag technology. You will receive detailed information on its main

More information

Tracking True & False Demystifying Recruitment Marketing Analytics

Tracking True & False Demystifying Recruitment Marketing Analytics Tracking True & False Demystifying Recruitment Marketing Analytics THE CANDIDATE JOURNEY SIMPLIFIED THE DECISION CYCLE SIMPLIFIED Awareness & Attraction Research & Decision Conversion Action THE CANDIDATE

More information

Google AdWords TM Conversion Tracking Guide

Google AdWords TM Conversion Tracking Guide Google AdWords TM Conversion Tracking Guide CONTENTS INTRODUCTION TO CONVERSION TRACKING...2 PRODUCT DESCRIPTION...2 OVERVIEW...2 DEFINITION OF TERMS...3 ADDING THE CODE SNIPPET...4 CONVERSION TRACKING

More information

First Steps. QUALITYCLICK.COM c/o NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin

First Steps. QUALITYCLICK.COM c/o NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin First Steps QUALITYCLICK.COM c/o NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin Phone +49 30-94408-730 Email info@qualityclick.com Fax +49 30-96083-706 Content 1. Fundamentals 2. Preparation 3. Contract,

More information

An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL

An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL An Emailcenter briefing: Can your customers read your email newsletters? An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL November, 2004 Emailcenter research has shown

More information

MASTERTAG DEVELOPER GUIDE

MASTERTAG DEVELOPER GUIDE MASTERTAG DEVELOPER GUIDE TABLE OF CONTENTS 1 Introduction... 4 1.1 What is the zanox MasterTag?... 4 1.2 What is the zanox page type?... 4 2 Create a MasterTag application in the zanox Application Store...

More information

Overview. How It Works

Overview. How It Works Overview Email is a great way to communicate with your alumni and donors. It s agile, it can be interactive, and it has lower overhead than print mail. Our constituents are also becoming more and more

More information

SEOSHOP - MAILCHIMP APP

SEOSHOP - MAILCHIMP APP SEOSHOP - MAILCHIMP APP V1.0 (BETA) INSTALLATION & USER MANUAL V1.0 AUG. 14, 2013 DEVELOPED BY TAUROS MEDIA NEDERLAND B.V. INFO@TAUROSMEDIA.COM WWW.TAUROSMEDIA.COM USER MANUAL SEOSHOP-MAILCHIMP APP V1.0

More information

COOKIE POLICY. 1 Introduction

COOKIE POLICY. 1 Introduction COOKIE POLICY 1 Introduction 1.1 This website is owned and run by Kenya Airways Limited of Airport North Road, Embakasi, Nairobi, Kenya, also referred to in this Cookie Policy as "Kenya Airways", "we"

More information

Tracking an Affiliate Program or campaign

Tracking an Affiliate Program or campaign Tracking an Affiliate Program or campaign Introduction How affilinet s tracking works 1. A publisher places an affilinet link/creative on their website; this directs users to an advertiser s website. 2.

More information

Getting Started Quick Guide. enews.miclub.com.au. MiClub : Enews Manual

Getting Started Quick Guide. enews.miclub.com.au. MiClub : Enews Manual Getting Started Quick Guide enews.miclub.com.au The miclub email marketing software has a simple to use interface that allows you to easily create and manage your email communications This guide will help

More information

Adfocus Subscription Terms and Conditions

Adfocus Subscription Terms and Conditions Adfocus Subscription Terms and Conditions Introduction 1. The terms stipulated in the this contract govern all matters related to access and use of Dashboard in Adfocus advertising platform. 2. This document

More information

WEB ANALYTICS. Presented by Massimo Paolini MPThree Consulting Inc. www.mpaolini.com 408-256-0673

WEB ANALYTICS. Presented by Massimo Paolini MPThree Consulting Inc. www.mpaolini.com 408-256-0673 WEB ANALYTICS Presented by Massimo Paolini MPThree Consulting Inc. www.mpaolini.com 408-256-0673 WEB ANALYTICS IS ABOUT INCREASING REVENUE WHAT WE LL COVER Why should you use Asynchronous code What are

More information

Website analytics / statistics Monitoring and analysing the impact of web marketing

Website analytics / statistics Monitoring and analysing the impact of web marketing Website analytics / statistics Monitoring and analysing the impact of web marketing What are website analytics / statistics? Web analytics is the measurement, collection, analysis and reporting of website

More information

PDF MAKER FOR VTIGER CRM

PDF MAKER FOR VTIGER CRM PDF MAKER FOR VTIGER CRM Introduction The PDF Maker is extension tool designed for vtiger CRM. There is already possibility of the export to pdf format in vtiger CRM functionality but it covers just few

More information

Behavioral Advertising

Behavioral Advertising Behavioral Advertising 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Additional Resources... 3 2 Behavioral Advertising... 4 2.1 Dynamic Ads for Display Advertising... 4 2.1.1 Terminology... 4 2.1.2

More information

Linking a script in a WordPress theme

Linking a script in a WordPress theme Linking a script in a WordPress theme Linking a script in a WordPress theme - page 1/6 Sometimes you have to add a script into the header of your pages, especially when working players like JW player from

More information

MONITORING YOUR WEBSITE WITH GOOGLE ANALYTICS

MONITORING YOUR WEBSITE WITH GOOGLE ANALYTICS MONITORING YOUR WEBSITE WITH GOOGLE ANALYTICS How to use Google Analytics to track activity on your website and help get the most out of your website 2 April 2012 Version 1.0 Contents Contents 2 Introduction

More information

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file. Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded

More information

Measure What Matters. don t Track What s Easy, track what s Important. kissmetrics.com

Measure What Matters. don t Track What s Easy, track what s Important. kissmetrics.com 1 2 3 4 5 6 Measure What Matters don t Track What s Easy, track what s Important kissmetrics.com Measure What Matters A lot of technologies seem to be one step behind what we really want. And the analytics

More information

Criteo Tags & Feed Extension for Magento

Criteo Tags & Feed Extension for Magento Criteo Tags & Feed Extension for Magento Documentation Author Web In Color Date: December 23, 2014 Version: 1.3.1 Compatibility: Magento 1.5.x 1.9.x Document Name: wic_criteo_en.pdf Contact: contact@webincolor.fr

More information

3 CONFIGURING A NEW ECOMMERCE SITE

3 CONFIGURING A NEW ECOMMERCE SITE 3 CONFIGURING A NEW ECOMMERCE SITE In the preceding chapter you saw how to create a basic Dynamicweb ecommerce web site from scratch. To let you focus on the process rather than on the specifics, the site

More information

Technical Specifications

Technical Specifications Technical Specifications SETTING UP THE RETARGETING CAMPAIGN Installation and tag testing (5 working days) Once the tags are available, they must be installed on your site, and you should let us know so

More information

Virto Pivot View for Microsoft SharePoint Release 4.2.1. User and Installation Guide

Virto Pivot View for Microsoft SharePoint Release 4.2.1. User and Installation Guide Virto Pivot View for Microsoft SharePoint Release 4.2.1 User and Installation Guide 2 Table of Contents SYSTEM/DEVELOPER REQUIREMENTS... 4 OPERATING SYSTEM... 4 SERVER... 4 BROWSER... 4 INSTALLATION AND

More information

IMRG Peermap API Documentation V 5.0

IMRG Peermap API Documentation V 5.0 IMRG Peermap API Documentation V 5.0 An Introduction to the IMRG Peermap Service... 2 Using a Tag Manager... 2 Inserting your Unique API Key within the Script... 2 The JavaScript Snippet... 3 Adding the

More information

Hello. If you have any questions that aren t addressed here, feel free to contact our support staff.

Hello. If you have any questions that aren t addressed here, feel free to contact our support staff. Hello. You've imported your list, created a beautiful campaign, tested it, revised it, and sent it to your loyal subscribers. Now it's time to sit back, relax, and watch your reports come in. MailChimp

More information

Manager Manual. NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin. Phone +49 (0)30-94408-730 Fax +49 (0)30-96083-706 E-Mail mail@netslave.

Manager Manual. NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin. Phone +49 (0)30-94408-730 Fax +49 (0)30-96083-706 E-Mail mail@netslave. Manager Manual NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin Phone +49 (0)30-94408-730 Fax +49 (0)30-96083-706 E-Mail mail@netslave.de Dear affiliate manager, welcome to your new affiliate program

More information

Introducing our new Editor: Email Creator

Introducing our new Editor: Email Creator Introducing our new Editor: Email Creator To view a section click on any header below: Creating a Newsletter... 3 Create From Templates... 4 Use Current Templates... 6 Import from File... 7 Import via

More information

Advertising Specifications

Advertising Specifications Advertising Specifications Standard Ad Specs Overview Pixel Max File Expandable Ad Unit Size Allowed 2 Accepted File Format SLA (working days) W x H Leaderboard 728 x 90 1 Yes JPG, GIF or SWF + (backup

More information

Startup Guide. Version 2.3.9

Startup Guide. Version 2.3.9 Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Common Online Advertising Terms Provided by ZEDO, Inc.

Common Online Advertising Terms Provided by ZEDO, Inc. 3rd Party Ad Tag 3rd Party Redirect Action Action Tracking Tag Activity Ad Dimension Ad Hoc Report Ad Network Ad Tag Advanced Report Advertiser Advertiser Summary Report Advertiser Type Allocate per Ad

More information

Is Your Google Analytics Data Accurate?

Is Your Google Analytics Data Accurate? Is Your Google Analytics Data Accurate? September 18, 2013 Presented By Amin Shawki Analytics Manager Andy Gibson Digital Marketing Analyst 1. 1 Billion+ pageviews/year in sites analyzed and supported

More information

Insert/Edit Link: Popup Tab

Insert/Edit Link: Popup Tab Overview Note: The information on this page pertains to the old WYSIWYG Editor. For information about the new JustEdit Editor and the JustEdit toolbar, visit the JustEdit page. The Popup tab of the Insert/Edit

More information

USER GUIDE. PowerMailChimp CRM 2011

USER GUIDE. PowerMailChimp CRM 2011 USER GUIDE PowerMailChimp CRM 2011 Contents About PowerMailChimp Getting Started Dynamics CRM Marketing Lists and MailChimp Groups Existing CRM Marketing Lists Creating a new CRM Marketing List PowerMailChimp

More information

DeltaPAY v2 Merchant Integration Specifications (HTML - v1.9)

DeltaPAY v2 Merchant Integration Specifications (HTML - v1.9) DeltaPAY v2 Merchant Integration Specifications (HTML - v1.9) Overview This document provides integration and usage instructions for using DeltaPAY card processing system as a payment mechanism in e-commerce

More information

Coding HTML Email: Tips, Tricks and Best Practices

Coding HTML Email: Tips, Tricks and Best Practices Before you begin reading PRINT the report out on paper. I assure you that you ll receive much more benefit from studying over the information, rather than simply browsing through it on your computer screen.

More information

Google Analytics Playbook. Version 0.92

Google Analytics Playbook. Version 0.92 Version 0.92 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording,

More information

Documentation on Basket Tracking

Documentation on Basket Tracking Rev. 14.10.2013 Documentation on Basket Tracking Contents Introduction 1 1. Tracking Code 1 2. Argument definition 2 2.1 ref 2 2.2 affmt 3 2.3 affmn 3 2.4 site 3 2.5 curr 3 2.6 order 3 2.7 vcode 3 2.8

More information

Your No-Nonsense Guide to Facebook Ads

Your No-Nonsense Guide to Facebook Ads Your No-Nonsense Guide to Facebook Ads If you are in business, Facebook can play an important role in your marketing your business. It helps you connect and build relationships through updated posts. In

More information

Dynamic Product Ads Implementation Guide

Dynamic Product Ads Implementation Guide Dynamic Product Ads Implementation Guide Reach your customers with highly relevant products, on all devices Table of Contents Introduction to dynamic product ads... Dynamic product requirements... Creating

More information

Adding web interfaces to complex scientific computer models brings the following benefits:

Adding web interfaces to complex scientific computer models brings the following benefits: Fortran Applications and the Web Adding web interfaces to complex scientific computer models brings the following benefits: access, for anyone in the world with an internet connection; easy-to-use interfaces

More information

Email Marketing. Templates vs. Snippets

Email Marketing. Templates vs. Snippets Email Marketing The e-mail marketing system has been developed to e-mail your agent/office database on all newsworthy events and properties that you would like to market. This is an extremely powerful

More information

The LivePerson Tag. Technical Data Sheet. Document Version: 1.0. December 2012

The LivePerson Tag. Technical Data Sheet. Document Version: 1.0. December 2012 Document Version: 1.0 December 2012 Introduction enables you to implement innovative LivePerson products and applications, and the ability to monitor your website traffic, without the need to continually

More information

Newsletter Popup with Free Gift Coupon

Newsletter Popup with Free Gift Coupon Web Site: If you have some questions, please contact with us. Newsletter Popup with Free Gift Coupon Version 1.2.0 for Magento 1.6.x - 1.7.x - 1.8.x -1.9.x 2014m. 1 Table of Contents 1. Introduction...

More information

Email UAE Bulk Email System. User Guide

Email UAE Bulk Email System. User Guide Email UAE Bulk Email System User Guide 1 Table of content Features -----------------------------------------------------------------------------------------------------03 Login ---------------------------------------------------------------------------------------------------------08

More information

Cookies and Your Privacy

Cookies and Your Privacy White Paper - October 2009 Cookies and Your Privacy Anyone who uses computers today should be concerned about privacy and security. Any time your computer connects to the outside world, you run the risk

More information

Improving Magento Front-End Performance

Improving Magento Front-End Performance Improving Magento Front-End Performance If your Magento website consistently loads in less than two seconds, congratulations! You already have a high-performing site. But if your site is like the vast

More information

Adobe Marketing Cloud How Adobe Scene7 Publishing System Supports SEO

Adobe Marketing Cloud How Adobe Scene7 Publishing System Supports SEO Adobe Marketing Cloud How Adobe Scene7 Publishing System Supports SEO Contents Contact and Legal Information...3 Introduction...4 Indexing of images by search engines...4 Maintaining the name of the image...6

More information

Online sales management software Quick store setup. v 1.1.3

Online sales management software Quick store setup. v 1.1.3 Online sales management software Quick store setup v 1.1.3 Table of Contents 1Shopizer urls...3 2Configure your store...3 Store and profile...4 Store Front Configuration...4 3Integration...6 4Configure

More information

A quick guide to... Setting Up Goals

A quick guide to... Setting Up Goals A quick guide to... Setting Up Goals What is the GetResponse Goals feature? An easy-to-use interface lets you track website conversions from email links. Here s how it works. You send out an email campaign

More information

WEBSITE PRIVACY POLICY. Last modified 10/20/11

WEBSITE PRIVACY POLICY. Last modified 10/20/11 WEBSITE PRIVACY POLICY Last modified 10/20/11 1. Introduction 1.1 Questions. This website is owned and operated by. If you have any questions or concerns about our Privacy Policy, feel free to email us

More information

CREATE AND DESIGN EFFECTIVE FACEBOOK ADS FOR YOUR STUDIO. Presented by: Jill Tirone

CREATE AND DESIGN EFFECTIVE FACEBOOK ADS FOR YOUR STUDIO. Presented by: Jill Tirone CREATE AND DESIGN EFFECTIVE FACEBOOK ADS FOR YOUR STUDIO Presented by: Jill Tirone What You ll Learn How to create a highly effective Facebook ad campaign including easy advertising strategies to attract

More information

Application Note. Building a Website Using Dreamweaver without Programming. Nan Xia. MSU ECE 480 Team 5

Application Note. Building a Website Using Dreamweaver without Programming. Nan Xia. MSU ECE 480 Team 5 Application Note Building a Website Using Dreamweaver without Programming Nan Xia MSU ECE 480 Team 5 11/16/2012 Table of Contents Abstract... 3 Introduction and Background... 3 Keywords... 3 Procedure...

More information

Email Marketing Checklist

Email Marketing Checklist Email Marketing Checklist 1. Upload an email list 2. Create the Content 3. Address, Assemble & Send Upload List IMPORTANT! The file to be uploaded for use with Email Marketing is expected to be a plain

More information

Hermes.Net Web Campaign Page 2 26

Hermes.Net Web Campaign Page 2 26 ...................... Hermes.Net Web Campaign Page 2 26 Table of Context 1. Introduction... 3 2. Create and configure Web Campaign 4... 2.1 Create a Web Campaign 4 2.2 General Configuration... 5 2.2.1

More information

Adyen MOTO Manual 'Mail Order / Telephone Order' Version 1.06 Adyen B.V.

Adyen MOTO Manual 'Mail Order / Telephone Order' Version 1.06 Adyen B.V. Adyen MOTO Manual 'Mail Order / Telephone Order' Version 1.06 Adyen B.V. Table of Contents 1 Introduction...3 Audience... 3 Changelog... 3 Requirements...3 Interfaces and Integration...4 Payment Methods...4

More information

Bug Report. Date: March 19, 2011 Reporter: Chris Jarabek (cjjarabe@ucalgary.ca)

Bug Report. Date: March 19, 2011 Reporter: Chris Jarabek (cjjarabe@ucalgary.ca) Bug Report Date: March 19, 2011 Reporter: Chris Jarabek (cjjarabe@ucalgary.ca) Software: Kimai Version: 0.9.1.1205 Website: http://www.kimai.org Description: Kimai is a web based time-tracking application.

More information

Hello. If you have any questions that aren t addressed here, feel free to contact our support staff at mailchimp.com/support.

Hello. If you have any questions that aren t addressed here, feel free to contact our support staff at mailchimp.com/support. Hello. In early 2011, smartphones outsold PCs. In the fourth quarter of 2011, more iphones were sold than babies born. It s perhaps unsurprising, then, that email consumption on mobile devices is also

More information

Using jquery and CSS to Gain Easy Wins in CiviCRM

Using jquery and CSS to Gain Easy Wins in CiviCRM Using jquery and CSS to Gain Easy Wins in CiviCRM The CMS agnostic, cross browser way to get (mostly) what you want By Stuart from Korlon LLC (find me as "Stoob") Why is this method OK to use? CiviCRM

More information

An Introduction To The Web File Manager

An Introduction To The Web File Manager An Introduction To The Web File Manager When clients need to use a Web browser to access your FTP site, use the Web File Manager to provide a more reliable, consistent, and inviting interface. Popular

More information

Magento module Documentation

Magento module Documentation Table of contents 1 General... 4 1.1 Languages... 4 2 Installation... 4 2.1 Search module... 4 2.2 Installation in Magento... 6 2.3 Installation as a local package... 7 2.4 Uninstalling the module... 8

More information

Tutorial: Building a Dojo Application using IBM Rational Application Developer Loan Payment Calculator

Tutorial: Building a Dojo Application using IBM Rational Application Developer Loan Payment Calculator Tutorial: Building a Dojo Application using IBM Rational Application Developer Loan Payment Calculator Written by: Chris Jaun (cmjaun@us.ibm.com) Sudha Piddaparti (sudhap@us.ibm.com) Objective In this

More information

The Google. Dynamic Remarketing Guide

The Google. Dynamic Remarketing Guide The Google Dynamic Remarketing Guide 2 What Is Remarketing? Remarketing (also referred to as retargeting) is a form of online display advertising which allows online retailers to show ads to shoppers who

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to

More information

1.5.5 Cookie Analysis

1.5.5 Cookie Analysis 1.5.5 Cookie Analysis As part of the first audit, Facebook were asked to provide an explanation of the purpose of each of the identified cookies. The information provided at the time has been reviewed

More information

Facebook Dynamic Product Ads

Facebook Dynamic Product Ads Facebook Dynamic Product Ads eguide The most sophisticated retargeting solution available for Facebook. Contents Introduction... 3 How They Work... 4 Benefits... 5 Examples... 6 Retargeting with Dynamic

More information

STEP 1: TRACKING USERS AND CONTENT

STEP 1: TRACKING USERS AND CONTENT Welcome to Boomtrain for Marketo! Boomtrain allows you to serve dynamic content, personalized for each recipient, in every Marketo email campaign. This document outlines easy implementation of Boomtrain

More information

News Extension 2.2 User Guide

News Extension 2.2 User Guide News Extension 2.2 User Guide Table of Contents Notice... 4 Description... 5 Installation... 6 Using the News Module... 8 1. Add News Article... 9 1.1 Main information... 9 1.2 Additional Options... 12

More information

Google Analytics for Robust Website Analytics. Deepika Verma, Depanwita Seal, Atul Pandey

Google Analytics for Robust Website Analytics. Deepika Verma, Depanwita Seal, Atul Pandey 1 Google Analytics for Robust Website Analytics Deepika Verma, Depanwita Seal, Atul Pandey 2 Table of Contents I. INTRODUCTION...3 II. Method for obtaining data for web analysis...3 III. Types of metrics

More information

Google Analytics Health Check Laying the foundations for successful analytics and optimisation

Google Analytics Health Check Laying the foundations for successful analytics and optimisation Google Analytics Health Check Laying the foundations for successful analytics and optimisation Google Analytics Property [UA-1234567-1] Domain [Client URL] Date of Review MMM YYYY Consultant [Consultant

More information

Index. AdWords, 182 AJAX Cart, 129 Attribution, 174

Index. AdWords, 182 AJAX Cart, 129 Attribution, 174 Index A AdWords, 182 AJAX Cart, 129 Attribution, 174 B BigQuery, Big Data Analysis create reports, 238 GA-BigQuery integration, 238 GA data, 241 hierarchy structure, 238 query language (see also Data selection,

More information

Why It Is Important? Retargeting. Common Objections

Why It Is Important? Retargeting. Common Objections What Is It? Why It Is Important? Retargeting After Yes Common Objections Summary What is it? A digital marketing strategy designed to win back lost customers by displaying ads on other sites to users who

More information

Google Analytics - A Practical Guide to Implementation

Google Analytics - A Practical Guide to Implementation Writing Effective Ad Copy for Your Google Analytics - A Practical Guide to Implementation By Joe Laratro, Chief Technology Officer For more information or questions, please contact us at www.morevisibility.com

More information

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY Advanced Web Development Duration: 6 Months SCOPE OF WEB DEVELOPMENT INDUSTRY Web development jobs have taken thе hot seat when it comes to career opportunities and positions as a Web developer, as every

More information

A guide to affilinet s tracking technology

A guide to affilinet s tracking technology A guide to affilinet s tracking technology Content Introduction 1 What s covered in this Paper? 1 1. Why does affilinet use cookies? 1 Figure 1 the Commercial Model for Performance Marketing 1 2. How does

More information

Eloqua Asynchronous Visitor Tracking Scripts

Eloqua Asynchronous Visitor Tracking Scripts http://docs.oracle.com Eloqua Asynchronous Visitor Tracking Scripts User Guide 2015 Oracle Corporation. All rights reserved 08/12/2015 Contents 1 Eloqua asynchronous tracking scripts 3 2 Basic page view

More information

Scaling Your Digital Marketing Programs to Reach a Global Audience

Scaling Your Digital Marketing Programs to Reach a Global Audience CASE STUDY Scaling Your Digital Marketing Programs to Reach a Global Audience VMware & SiteOlytics (Presented @ Digital Velocity) Legal Notice The information contained in this document represents the

More information

Unlocking the Java EE Platform with HTML 5

Unlocking the Java EE Platform with HTML 5 1 2 Unlocking the Java EE Platform with HTML 5 Unlocking the Java EE Platform with HTML 5 Overview HTML5 has suddenly become a hot item, even in the Java ecosystem. How do the 'old' technologies of HTML,

More information

Add Munchkin Tracking Code to Your Website

Add Munchkin Tracking Code to Your Website Add Munchkin Tracking Code to Your Website Please ensure that you have access to an experienced JavaScript developer. Marketo Technical Support is not set up to assist with troubleshooting custom JavaScript.

More information

How to Deploy Custom Visualizations Using D3 on MSTR 10. Version 1.0. Presented by: Felipe Vilela

How to Deploy Custom Visualizations Using D3 on MSTR 10. Version 1.0. Presented by: Felipe Vilela How to Deploy Custom Visualizations Using D3 on MSTR 10 Version 1.0 Presented by: Felipe Vilela Table of Contents How to deploy Custom Visualizations using D3 on MSTR 10... 1 Version 1.0... 1 Table of

More information

Getting Started with the icontact API

Getting Started with the icontact API Getting Started with the icontact API Contents - Introduction -... 2 - URIs, URLs, Resources, and Supported Actions -... 3 Contacts Category... 3 Messages Category... 4 Track Category... 4 GET... 5 POST...

More information

OTRS How To Series. Localization of OTRS Language Files. OTRS Help Desk, OTRS ITSM and Extensions

OTRS How To Series. Localization of OTRS Language Files. OTRS Help Desk, OTRS ITSM and Extensions OTRS How To Series Localization of OTRS Language Files OTRS Help Desk, OTRS ITSM and Extensions Version 1.3 June, 2011 Content 1 ABOUT THIS GUIDE... 3 2 WHAT KIND OF TRANSLATION FILES EXIST... 3 3 STEP

More information

Google Analytics: Tracking Where a Visitor Goes on Your Web Site

Google Analytics: Tracking Where a Visitor Goes on Your Web Site Tutorial Google Analytics: Tracking Where a Visitor Goes on Your Web Site Overview: My Books and More Mail s integration with Google Analytics allows you to track web site activity that results from My

More information

Email Marketing Product User s Guide Advanced Internet Technologies, Inc. AIT Center June 1, 2004

Email Marketing Product User s Guide Advanced Internet Technologies, Inc. AIT Center June 1, 2004 Email Marketing Product User s Guide Advanced Internet Technologies, Inc. AIT Center June 1, 2004 Search All Your Favorite Engines from a Single Source with tybit!!! (Download Now) Revision History: This

More information

LICENTIA. InvoiceXpress Integration

LICENTIA. InvoiceXpress Integration LICENTIA InvoiceXpress Integration Revision: February 21, 2015 INDEX About the extension... 3 Compatability... 3 How to install... 3 After Installation... 3 Introduction... 4 Configuration... 5 Emailing

More information

OPENTABLE GROUP SEARCH MODULE GETTING STARTED ADD RESERVATIONS TO YOUR WEBSITE

OPENTABLE GROUP SEARCH MODULE GETTING STARTED ADD RESERVATIONS TO YOUR WEBSITE ADD RESERVATIONS TO YOUR WEBSITE OPENTABLE GROUP SEARCH MODULE The group search module allows users to select a specific restaurant location from a list and search tables at that location. The code below

More information

Load testing with. WAPT Cloud. Quick Start Guide

Load testing with. WAPT Cloud. Quick Start Guide Load testing with WAPT Cloud Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. 2007-2015 SoftLogica

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Introduction Client-Side scripting involves using programming technologies to build web pages and applications that are run on the client (i.e.

More information

Welcome to our email marketing solution

Welcome to our email marketing solution Welcome to our email marketing solution With our email marketing solution, you can access a standard client update template and simply add your own messages to send to clients. The solution is quick and

More information

How To Launch A Profitable PPC Advertising Campaign For Your Business. Shawn Livengood

How To Launch A Profitable PPC Advertising Campaign For Your Business. Shawn Livengood How To Launch A Profitable PPC Advertising Campaign For Your Business Shawn Livengood Introduction This presentation will cover: An overview of Pay Per Click (PPC) advertising Information flow, and why

More information

The Essential Guide to HTML Email Design

The Essential Guide to HTML Email Design The Essential Guide to HTML Email Design Emailmovers Limited, Pindar House, Thornburgh Road Scarborough, North Yorkshire, YO11 3UY Tel: 0845 226 7181 Fax: 0845 226 7183 Email: enquiries@emailmovers.com

More information

Citrix StoreFront. Customizing the Receiver for Web User Interface. 2012 Citrix. All rights reserved.

Citrix StoreFront. Customizing the Receiver for Web User Interface. 2012 Citrix. All rights reserved. Citrix StoreFront Customizing the Receiver for Web User Interface 2012 Citrix. All rights reserved. Customizing the Receiver for Web User Interface Introduction Receiver for Web provides a simple mechanism

More information

Your Blueprint websites Content Management System (CMS).

Your Blueprint websites Content Management System (CMS). Your Blueprint websites Content Management System (CMS). Your Blueprint website comes with its own content management system (CMS) so that you can make your site your own. It is simple to use and allows

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

Google Analytics Integration Guide

Google Analytics Integration Guide XTRABANNER Google Analytics Integration Guide U-BTech Solutions LTD. INTRODUCTION Created: 18-Oct-2012 Updated: 23-Mar-2014 We are excited to announce that XtraBanner version 2.0 now supports integration

More information

Email Marketing Campaign Guidelines

Email Marketing Campaign Guidelines Email Marketing Campaign Guidelines Marketing campaigns have a wide variety of objectives including brand awareness, database numbers, sales targets and of course timelines and budgets. With Email Marketing

More information

Table of contents. HTML5 Data Bindings SEO DMXzone

Table of contents. HTML5 Data Bindings SEO DMXzone Table of contents Table of contents... 1 About HTML5 Data Bindings SEO... 2 Features in Detail... 3 The Basics: Insert HTML5 Data Bindings SEO on a Page and Test it... 7 Video: Insert HTML5 Data Bindings

More information

Mail Programming Topics

Mail Programming Topics Mail Programming Topics Contents Introduction 4 Organization of This Document 4 Creating Mail Stationery Bundles 5 Stationery Bundles 5 Description Property List 5 HTML File 6 Images 8 Composite Images

More information

Contents The Design Chooser... Mail Designer Pro 2 at a glance... The contents window... Working with text... Your first mail design...

Contents The Design Chooser... Mail Designer Pro 2 at a glance... The contents window... Working with text... Your first mail design... Mail Designer Pro 2 Contents The Design Chooser... 4 Mail Designer Pro 2 at a glance... 5 The contents window... 6 Your first mail design... 9 Creating a new design... 9 Working with layout blocks... 9

More information