XML/JSON Feed Documentation

Size: px
Start display at page:

Download "XML/JSON Feed Documentation"

Transcription

1 Overview The AdXpansion XML feed has been designed as an advanced feature for web and mobile developers who wish to integrate AdXpansion advertisements into their applications. AdXpansion provides the ability for publishers to create a special zone type and use an API call to generate an XML/JSON feed. Currently, the API supports only text-ads and returns results that include a Title, Subtitle, Thumbnail Image, etc. The API call allows flexibility in the number of ads delivered, the size of the images provided, the format of the response (XML/JSON) and other related properties. How to create an XML zone Feed requests require a special agreement which can be discussed and signed with your account manager. Once you have been given access to this feature, you can create and manage your feed settings in the same way you create and manage any of your other ad. zones. How to request a feed A feed request is an HTTP GET request to our XML API URL containing query string parameters that identify your zone and your options. Certain fields are required (those in red) while others are optional (those in braces and green). Examples of feed requests will follow. ID>&q=<KEYWORDS>&img=<1x1 56x56 72x72 128x128>&ip=<END USER-IP ADDRESS>&ua=<END USER-USER AGENT>&ref=<REFERRING URL>[&num=<NUMBER OF RESULTS>][&ss=<SUBSOURCE ID>] [&al=<accepted LANGUAGES>][&format=<xml json>] Explanation for query string parameters: Parameter Key Value Type Description Default Value Example Is Required? zone_id Numeric The numeric identifier of your zone, as displayed in the AdXpansion dashboard. N/A Yes Page 1 of 9

2 q URL-encoded string This is a URL_encoded query, context and/or set of keywords to match for advertisements. N/A Find%20beautiful%20women%20to %20date%20online! Yes img One of the following strings: '1x1', '56x56', '72x72' or '128x128' This is the image size. We currently offer the 3 listed sizes as well as a transparent 1x1 pixel. If an unsupported size is provided, we will return the transparent 1x1 pixel. Note that this image must be displayed in order to properly track your impressions and clicks. 1x1 56x56 Yes ip IP address as string This is expected to be the IP address of the end-user who is requesting the feed. Note that this is not the IP address of the server originating the request. N/A Yes ua URL-encoded string This is expected to be the URLencoded User-Agent string sent to your application by the end-user's browser. N/A Mozilla%2f5.0+ (Windows+NT+6.1%3b+Win64%3b +x64%3b+rv%3a25.0)+gecko %2f Firefox%2f25.0 Yes ref URL-encoded string This is expected to be the URLencoded URL (origin) of page or application that will display the ad. N/A http%3a%2f %2Fwww.yoursitename.com %2Fresults.php%3Fqu%3DFind %20beautiful%20women%20to %20date%20online! Yes num Numeric This is the number of ads to return in the feed results. Note that the maximum number allowed is 50. Negative numbers are not allowed No ss String This is an optional subsource parameter that you can provide in order to get a breakdown of traffic, CTRs and ecpms by subsource. Note that the maximum allowed length on this parameter's value is 20 characters. Empty/bl ank source1234 No Page 2 of 9

3 al String This is expected to be a string of acceptable languages and is expected to match the format of the acceptlanguage HTTP header. en-us fr-fr No format One of the following strings: 'xml' or 'json' This is an optional format parameter. It allows you to request the feed results in JSON instead of XML if that is your prefered consumption format. xml json No Examples of feed requests XML: %20online!&img=128x128&ip= &ua=Mozilla%2f5.0+ (Windows+NT+6.1%3b+Win64%3b+x64%3b+rv%3a25.0)+Gecko%2f Firefox %2f25.0&ref=http%3A%2F%2Fwww.adxpansion.com&num=1 JSON: %20online!&img=128x128&ip= &ua=Mozilla%2f5.0+ (Windows+NT+6.1%3b+Win64%3b+x64%3b+rv%3a25.0)+Gecko%2f Firefox %2f25.0&ref=http%3A%2F%2Fwww.adxpansion.com&num=1&ss=partner1234&al=en-US&format=json Page 3 of 9

4 XML Results Note that all the data enclosed in the <![CDATA[]> tags is raw. Is it's not XML formatted or HTML encoded. It should not be interpreted in any way. XML results will be formatted like this: <?xml version="1.0"?> <results> <result id="a Unique ID for the result."> <title><![cdata[the Title for the ad.]]></title> <subtitle><![cdata[the Subtitle for the ad.]]></subtitle> <description><![cdata[the Description for the ad.]]></description> <display_url><![cdata[the URL or Widget title for the ad.]]></display_url> <bid>the Value in earnings for this ad.</bid> <image width="the Width of the image." height="the Height of the image."><![cdata[the URL to request in order to display the thumbnail image.]]></image> <click><![cdata[the URL to link to with the ad.]]></click> </result> <result id="a Unique ID for the result."> </result> <result id="a Unique ID for the result."> </result> </results> Page 4 of 9

5 XML result example: <?xml version="1.0"?> <results> <result id="fa9c0cc ec802ce6a8cd5f2e6f"> <title><![cdata[young, fresh and ready for the picking.]]></title> <subtitle><![cdata[teen Oasis for only $2.95]]></subtitle> <description><![cdata[exclusive movies from these hot and fresh teens. Watch them in HD!]]></description> <display_url><![cdata[myteensoasis.com]]></display_url> <bid>0.0001</bid> <image width="128" height="128"><![cdata[ iuid=fa9c0cc ec802ce6a8cd5f2e6f&img=128x128]]></image> <click><![cdata[ </result> </results> Empty results will look like this: <?xml version="1.0"?> <results /> If an error occurs, it will look like this: <?xml version="1.0"?> <errors> <error id="1"> <type>invalid request</type> <message>invalid request</message> </error> </errors> Page 5 of 9

6 JSON Results JSON results will be formatted like this: "results": "result": [ ],, "id": "A Unique ID for the result.", "title": "The Title for the ad.", "subtitle": "The Subtitle for the ad.", "description": "The Description for the ad.", "display_url": "The URL or Widget title for the ad.", "bid": The Value in earnings for this ad., "image": "The URL to request in order to display the thumbnail image.", "click": "The URL to link to with the ad.", "width": The Width of the image., "height": The Height of the image. Page 6 of 9

7 JSON result example: "results": "result": [ "id": "6cbdee7140ac02d38072edb2293dfb29", "title": "Young, fresh and ready for the picking.", "subtitle": "Teen Oasis for only $2.95", "description": "Exclusive movies from these hot and fresh teens. Watch them in HD!", "display_url": "MyTeensOasis.com", "bid": , "image": " iuid=6cbdee7140ac02d38072edb2293dfb29\u0026img=128x128", "click": " "width": 128, "height": 128 ] Empty results will look like this: If an error occurs, it will look like this: "errors": "error": [ ] "id": 1, "type": "Invalid request", "message": "Invalid request" Page 7 of 9

8 Examples of how we typically render our text ads: Normal view: List view: Mouse-over view: Important to remember! In order to get paid for every click generated, you must display the image we provide in the feed results, every time you display an ad. This is required to allow tracking of impressions. Page 8 of 9

9 For help or more information: Contact your account manager. AdXpansion 3300 Cote Vertu Suite 406 Montreal, Quebec Canada H4R 2B7 Office: Toll Free: Fax: Page 9 of 9

DFP Mobile Ad Network and Rich Media API

DFP Mobile Ad Network and Rich Media API DFP Mobile Ad Network and Rich Media API v2.0, 12 June 2012 Background DFP Mobile is adopting a single open API for integrating with all ad networks and rich media vendors. This has the following benefits:

More information

To register as a publisher, please visit the link provided to you by your system owner and provide your full name and address:

To register as a publisher, please visit the link provided to you by your system owner and provide your full name and  address: M3 PLATFORM USER MANUAL PUBLISHER CREATING A NEW PUBLISHER ACCOUNT To register as a publisher, please visit the link provided to you by your system owner and provide your full name and email address: Once

More information

Receive Jobs Technical Integration

Receive Jobs Technical Integration Receive Jobs Technical Integration Version 1.3 Jobg8 Limited Version 1.3 1 Document Version History Date Version Description Author 23 Sept 2013 1.0 Initial version Brad O Connor 18 Feb 2014 1.1 Added

More information

API DOCUMENTATION. IMPROVE DIGITAL API DOCUMENTATION Version 1.2 January BIDDING OVERVIEW

API DOCUMENTATION. IMPROVE DIGITAL API DOCUMENTATION Version 1.2 January BIDDING OVERVIEW IMPROVE DIGITAL API Version 1.2 January 2014 1. BIDDING OVERVIEW With RTB bidding, the price is determined by a server side API call between the RTB bidder and Improve Digital. The ad tag provided by the

More information

Site Owner's Guide (Publisher)

Site Owner's Guide (Publisher) Site Owner's Guide (Publisher) Site Owner's Guide (Publisher) You have one or several websites and you generate internet traffic You want to earn money from publishing advertising banners You will get

More information

Web 2.0 and AJAX Security. OWASP Montgomery. August 21 st, 2007

Web 2.0 and AJAX Security. OWASP Montgomery. August 21 st, 2007 Web 2.0 and AJAX Security OWASP Montgomery August 21 st, 2007 Overview Introduction Definition of Web 2.0 Basics of AJAX Attack Vectors for AJAX Applications AJAX and Application Security Conclusions 1

More information

AdFox SSP v.1.2: Data exchange protocol for RTB traffic sales. General description:

AdFox SSP v.1.2: Data exchange protocol for RTB traffic sales. General description: AdFox SSP v.1.2: Data exchange protocol for RTB traffic sales. General description: AdFox SSP (sell side platform) product for site owners that allows them to automate sales of non-guaranteed traffic.

More information

Here are a few easy steps to create a simple timeline. Open up your favorite text or HTML editor and start creating an HTML file.

Here are a few easy steps to create a simple timeline. Open up your favorite text or HTML editor and start creating an HTML file. 1 of 6 02-Sep-2013 1:52 PM Getting Started with Timeline From SIMILE Widgets Contents 1 Getting Started 1.1 Note 1.2 Examples 1.3 Step 1. Link to the API 1.4 Step 2. Create a DIV Element 1.5 Step 3. Call

More information

SEO Authority Score: 40.0%

SEO Authority Score: 40.0% SEO Authority Score: 40.0% The authority of a Web is defined by the external factors that affect its ranking in search engines. Improving the factors that determine the authority of a domain takes time

More information

Web Development and HTML. Shan-Hung Wu CS, NTHU

Web Development and HTML. Shan-Hung Wu CS, NTHU Web Development and HTML Shan-Hung Wu CS, NTHU Outline How does Internet Work? Web Development HTML Block vs. Inline elements Lists Links and Attributes Tables Forms 2 Outline How does Internet Work? Web

More information

TRITON DIGITAL ON DEMAND MANAGER

TRITON DIGITAL ON DEMAND MANAGER TRITON DIGITAL ON DEMAND MANAGER OnDemand Manager User Guide July 12 th, 2012 www.tritondigital.com Page 1 Content 1 INTRODUCTION 4 2 PRODUCT OVERVIEW 4 3 VIDEO ASSETS MANAGER 4 3.1 ADD/DELETE A VIDEO

More information

The default template that comes with the blog template does not have a "blog roll" configured. However it is relatively straightforward to create one.

The default template that comes with the blog template does not have a blog roll configured. However it is relatively straightforward to create one. Show Attachments Show Advanced Show HTML Options Subject: Tags: Hot Topic Adding a "Blog Roll" to your site Configuration, Homepage, Blog Created On: 2009-06-30 16:31:37 The default template that comes

More information

Supply Cars Affiliate Manual Version 1.0

Supply Cars Affiliate Manual Version 1.0 Supply Cars Affiliate Manual Version 1.0 Contents Introduction Technology Suppliers Booking engine integration Affiliate Support Coverage Downtime Security Commission How we work Booking engine integration

More information

The system has several front-end content discovery options. Here are examples of their interfaces (see more on our site at

The system has several front-end content discovery options. Here are examples of their interfaces (see more on our site at November, 2014 1 TrenDemon is a content marketing platform which helps boost conversions from your existing traffic and content using personalized recommendations and call to actions. The system has several

More information

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview In Cisco Unified Intelligence Center, Dashboard is an interface that allows

More information

Flash Ads. Tracking Clicks with Flash Clicks using the ClickTAG

Flash Ads. Tracking Clicks with Flash Clicks using the ClickTAG How-to Guide to Displaying and Tracking Rich-Media/Flash Ads Image advertising varies from standard GIF, JPG, PNG to more interactive ad technologies such as Flash, or rich-media (HTML Ads). Ad Peeps can

More information

Table of contents. DMXzoneUniformManual DMXzone

Table of contents. DMXzoneUniformManual DMXzone Table of contents Table of contents... 1 About Uniform... 2 The Basics: Basic Usage of Uniform... 11 Advanced: Updating Uniform Elements on Demand... 19 Reference: Uniform Designs... 26 Video: Basic Usage

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Welcome to Tradedoubler! The following guide will help you get started. Follow the easy steps below to link to advertisers and start earning commission. Introducing your publisher

More information

Genesys Mobile Services API Reference. Phone Number Validation API

Genesys Mobile Services API Reference. Phone Number Validation API Genesys Mobile Services API Reference Phone Number Validation API 9/25/2018 Contents 1 Phone Number Validation API 1.1 API Query Genesys Mobile Services API Reference 2 Phone Number Validation API This

More information

QQWebAgent and QQMarketing Dashboard Quick Start Guide

QQWebAgent and QQMarketing Dashboard Quick Start Guide QQWebAgent and QQMarketing Dashboard Quick Start Guide Contents Implementing QQWebAgent on Your Web Site... 3 What You Need to Do... 3 Instructions for Web Designers, Webmasters or Web Hosting Provider...

More information

Nick Terkay CSCI 7818 Web Services 11/16/2006

Nick Terkay CSCI 7818 Web Services 11/16/2006 Nick Terkay CSCI 7818 Web Services 11/16/2006 Ning? Start-up co-founded by Marc Andreeson, the co- founder of Netscape. October 2005 Ning is an online platform for painlessly creating web apps in a jiffy.

More information

Quickstart in Qbrick Video Platform

Quickstart in Qbrick Video Platform Quickstart in Qbrick Video Platform 1 Table of content Introduction... 3 Library... 4 Live... 6 Analytics... 7 Summary... 8 2 Introduction The video platform is a service that helps you organize and publish

More information

Cascade Profiler Network Traffic API

Cascade Profiler Network Traffic API Riverbed Technology, Inc. 199 Fremont Street San Francisco, CA 94105 Phone 415.247.8800 Fax 415.247.8801 www.riverbed.com/cascade Cascade Profiler Network Traffic API The Riverbed Cascade Profiler network

More information

Review Ch. 17 Creating Online Pages and Sites. 2010, 2006 South-Western, Cengage Learning

Review Ch. 17 Creating Online Pages and Sites. 2010, 2006 South-Western, Cengage Learning Review Ch. 17 Creating Online Pages and Sites 2010, 2006 South-Western, Cengage Learning Web Browsers Software programs that allow users to find and view web pages Web browsers interpret HTML and XML to

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Forerunner Mobilizer Dashboards

Forerunner Mobilizer Dashboards Forerunner Mobilizer Dashboards Introduction With Forerunner Mobilizer Dashboard end users can now create dashboard style layouts by combining multiple different reports on a single page that will scroll

More information

Insert/Edit Image. Overview

Insert/Edit Image. Overview Overview The tool is available on the default toolbar for the WYSIWYG Editor. The Images Gadget may also be used to drop an image on a page and will automatically spawn the Insert/Edit Image modal. Classic

More information

Dashboards. created by others because they have given you permission to view.

Dashboards. created by others because they have given you permission to view. The Unified Intelligence Center interface is organized by dashboards. are web pages that display reports, scheduled reports, sticky notes, and web-based elements, such as URLs and web widgets, that are

More information

PRESENTS. IEEE WordPress Template Tutorial

PRESENTS. IEEE WordPress Template Tutorial PRESENTS IEEE WordPress Template Tutorial Table of Contents What is the IEEE WP section template? Overview of IEEE template Plugin tutorials Events (Calendar Plugin) Contact Form 7 Easing Slider lite Gallery

More information

COTOBEN CONTR CLASS B IBUTION OOK GUIDE July 201 Nov 7 ember 2017

COTOBEN CONTR CLASS B IBUTION OOK GUIDE July 201 Nov 7 ember 2017 COTOBEN CONTRIBUTION CLASS BOOK GUIDE July November 2017 2017 1. NEWS PAGE BACK TO SUMMARY Committed to better energy a signature relying on 5 pillars ACCESSIBILITY RESPONSIBILITY ECOPERFORMANCE INNOVATION

More information

Technology to put your digital fabric printing business online. User Manual

Technology to put your digital fabric printing business online. User Manual 3440 Pawleys Loop N, Stevens Plantation, St. Cloud, FL 34769 USA webinfo@dpinnovations.com tel +1 888 552 1730 Technology to put your digital fabric printing business online User Manual Introduction The

More information

Rich Media Advertising Mocean Mobile Advertising Network

Rich Media Advertising Mocean Mobile Advertising Network Rich Media Advertising Mocean Mobile Advertising Network Version 1.4 02/23/2011 Page 1 Proprietary Notice This material is proprietary to Mocean Mobile. It contains trade secrets and confidential information

More information

Your Target Audience. Programmatically Optimized Media Mix. Reaching Your Audience on Their Favorite Devices

Your Target Audience. Programmatically Optimized Media Mix. Reaching Your Audience on Their Favorite Devices Reaching Your Audience on Their Favorite Devices Your Target Audience Programmatically Optimized Media Mix 7 % 45 % 16 % 32 % 47 % 70 % 20 % 30 % 23 % Gain deep insight into your target audience with detailed

More information

Advanced Dreamweaver CS6

Advanced Dreamweaver CS6 Advanced Dreamweaver CS6 Overview This advanced Dreamweaver CS6 training class teaches you to become more efficient with Dreamweaver by taking advantage of Dreamweaver's more advanced features. After this

More information

introduction to XHTML

introduction to XHTML introduction to XHTML XHTML stands for Extensible HyperText Markup Language and is based on HTML 4.0, incorporating XML. Due to this fusion the mark up language will remain compatible with existing browsers

More information

Do-It-Yourself Guide for Advertisers

Do-It-Yourself Guide for Advertisers Do-It-Yourself Guide for Advertisers Foreword Affinity's Advertiser DIY Guide is intended to provide Advertisers with helpful insights on how to best run their ad campaigns on the Affinity Ad Platform.

More information

How to Drive More Traffic to Your Website in By: Greg Kristan

How to Drive More Traffic to Your Website in By: Greg Kristan How to Drive More Traffic to Your Website in 2019 By: Greg Kristan In 2018, Bing Drove 30% of Organic Traffic to TM Blast By Device Breakdown The majority of my overall organic traffic comes from desktop

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

CIOC API User Guide. Release Online Resources 3.7 / Client Tracker 3.2. Katherine Lambacher, KCL Software Solutions Inc.

CIOC API User Guide. Release Online Resources 3.7 / Client Tracker 3.2. Katherine Lambacher, KCL Software Solutions Inc. CIOC API User Guide Release Online Resources 3.7 / Client Tracker 3.2 Katherine Lambacher, KCL Software Solutions Inc. September 03, 2015 Contents 1 CIOC Online Resources API Introduction 1 1.1 Available

More information

Composer Help. Web Request Common Block

Composer Help. Web Request Common Block Composer Help Web Request Common Block 7/4/2018 Web Request Common Block Contents 1 Web Request Common Block 1.1 Name Property 1.2 Block Notes Property 1.3 Exceptions Property 1.4 Request Method Property

More information

Lotus IBM Lotus Notes Domino 8 Developing Web Applications. Download Full Version :

Lotus IBM Lotus Notes Domino 8 Developing Web Applications. Download Full Version : Lotus 190-836 IBM Lotus Notes Domino 8 Developing Web Applications Download Full Version : http://killexams.com/pass4sure/exam-detail/190-836 A. Create a WebQuerySave agent that writes the message to the

More information

Guide Swish QR Code specification

Guide Swish QR Code specification Version 1.6 Guide Swish QR Code specification Integration Guide Datum: 2017/07/07 Table of content 1 Introduction... 3 2 Payment flows... 3 2.1 Swish C2B flow with QR code... 3 3 Create QR code via getswish.se...

More information

Search Engine Optimization

Search Engine Optimization for Business Search Engine Optimization SEO Defined Search Engine Optimization is a tactic used to help websites better index for the keywords and key phrases specific to business product or services when

More information

API Migration Guide. Migrating from v1.syndication.nhschoices.nhs.uk (v1) to api.nhs.uk (Content API) Published August 2017

API Migration Guide. Migrating from v1.syndication.nhschoices.nhs.uk (v1) to api.nhs.uk (Content API) Published August 2017 Migrating from v1.syndication.nhschoices.nhs.uk (v1) to api.nhs.uk (Content API) Published August 2017 Copyright 2017 Health and Social Care Information Centre. The Health and Social Care Information Centre

More information

VIVVO CMS Plug-in Manual

VIVVO CMS Plug-in Manual VIVVO CMS Plug-in Manual www.vivvo.net 1 TABLE OF CONTENTS INTRODUCTION...4 PLUGIN: CONTACT FORM BUILDER PLUG-IN...5 DESCRIPTION:...5 HOW TO INSTALL?...5 ACTIVATION:...5 ACCESS:...5 USER LEVEL:...5 ACTIONS:...6

More information

Default Page Dimensions in pixels

Default Page Dimensions in pixels BYOB Carta HTML Cheat Sheet Default Dimensions Default Page Dimensions in pixels Default Image Sizes Outer Page Wrap 1106 (outside)/1054 (inside) Header 1054 Full width 1054/998 Three quarters 790/764

More information

User Interaction: jquery

User Interaction: jquery User Interaction: jquery Assoc. Professor Donald J. Patterson INF 133 Fall 2012 1 jquery A JavaScript Library Cross-browser Free (beer & speech) It supports manipulating HTML elements (DOM) animations

More information

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 WEB TECHNOLOGIES A COMPUTER SCIENCE PERSPECTIVE CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 Modified by Ahmed Sallam Based on original slides by Jeffrey C. Jackson reserved. 0-13-185603-0 HTML HELLO WORLD! Document

More information

Vizit 6 Installation Guide

Vizit 6 Installation Guide Vizit 6 Installation Guide Contents Running the Solution Installer... 3 Installation Requirements... 3 The Solution Installer... 3 Activating your License... 7 Online Activation... 7 Offline Activation...

More information

How to integrate ExoClick s conversions tracking with the. Performance Marketing Software hasoffers

How to integrate ExoClick s conversions tracking with the. Performance Marketing Software hasoffers How to integrate ExoClick s conversions tracking with the Performance Marketing Software hasoffers Introduction ExoClick gives you access to global traffic sources, targeting features, big data and statistical

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

SIRRVA. and MRUN. Control Center. Tel: (514) Fax: (514)

SIRRVA. and MRUN. Control Center. Tel: (514) Fax: (514) USER MANUAL SIRRVA and MRUN Control Center 201 Laurier Street East Suite 630 Montreal, Quebec Canada H2T 3E6 Tel: (514) 273-0008 Fax: (514) 273-0199 www.softvoyage.com 30 PensylvanniaAve. Suite 17 Vaughan,

More information

Android Web Service Client

Android Web Service Client Android Web Service Client Alexander Nelson November 15th, 2017 University of Arkansas - Department of Computer Science and Computer Engineering Java Interfaces Java Interface A Java Interface is a collection

More information

MOBILE QUICK START GUIDE

MOBILE QUICK START GUIDE MOBILE QUICK START GUIDE TABLE OF CONTENTS Welcome to ONE by AOL: Mobile... Before You Start... Add A New User... Create Block Group... Create Application/Site... Create Placement... Create One by AOL:

More information

Integrating Facebook. Contents

Integrating Facebook. Contents Integrating Facebook Grow your audience by making it easy for your readers to like, share or send pages from YourWebShop to their friends on Facebook. Contents Like Button 2 Share Button.. 6 Send Button.

More information

Web basics: HTTP cookies

Web basics: HTTP cookies Web basics: HTTP cookies Myrto Arapinis School of Informatics University of Edinburgh February 11, 2016 1 / 27 How is state managed in HTTP sessions HTTP is stateless: when a client sends a request, the

More information

Contents. Topics. 01. WWW 02. WWW Documents 03. Web Service 04. Web Technologies. Management of Technology. C01-1. Documents

Contents. Topics. 01. WWW 02. WWW Documents 03. Web Service 04. Web Technologies. Management of Technology. C01-1. Documents Management of Technology Topics C01-1. Documents Code: 166125-01 Course: Management of Technology Period: Spring 2013 Professor: Sync Sangwon Lee, Ph. D 1 Contents 01. WWW 03. Web Service 04. Web Technologies

More information

Instagram Integration Widget User Guide

Instagram Integration Widget User Guide Instagram Integration Widget User Guide Welcome to Instagram Integration Widget for Magento User Guide. Thank you for choosing our product. This user guide describes the functionality of Instagram Widget

More information

ThingsPro Software User s Manual

ThingsPro Software User s Manual ThingsPro Software User s Manual Edition 1.0, February 2016 www.moxa.com/product 2016 Moxa Inc. All rights reserved. ThingsPro Software User s Manual The software described in this manual is furnished

More information

LexisNexis Publisher. User Guide. January Page 1

LexisNexis Publisher. User Guide. January Page 1 LexisNexis Publisher User Guide January 2004 Page 1 Sign On and Overview... 3 Work with Topics... 4 Set Up A New Topic... 5 Using the Topic Setup Screen... 6 Define Topic Settings... 6 Define HTML Header

More information

How is state managed in HTTP sessions. Web basics: HTTP cookies. Hidden fields (2) The principle. Disadvantage of this approach

How is state managed in HTTP sessions. Web basics: HTTP cookies. Hidden fields (2) The principle. Disadvantage of this approach Web basics: HTTP cookies Myrto Arapinis School of Informatics University of Edinburgh March 30, 2015 How is state managed in HTTP sessions HTTP is stateless: when a client sends a request, the server sends

More information

Links Menu (Blogroll) Contents: Links Widget

Links Menu (Blogroll) Contents: Links Widget 45 Links Menu (Blogroll) Contents: Links Widget As bloggers we link to our friends, interesting stories, and popular web sites. Links make the Internet what it is. Without them it would be very hard to

More information

Creating Dashboard. Version: 7.3

Creating Dashboard. Version: 7.3 Creating Dashboard Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Creative specifications

Creative specifications Creative specifications For all advertising across the APN Digital Network, please refer to the detailed creative specifications located below. If you have any questions relating to the creative specifications,

More information

Browser behavior can be quite complex, using more HTTP features than the basic exchange, this trace will show us how much gets transferred.

Browser behavior can be quite complex, using more HTTP features than the basic exchange, this trace will show us how much gets transferred. Lab Exercise HTTP Objective HTTP (HyperText Transfer Protocol) is the main protocol underlying the Web. HTTP functions as a request response protocol in the client server computing model. A web browser,

More information

AGENDA. EMBEDDING FONTS [ Font Files & CSS font-family ] :: Online Font Converter :: ADD font-family css code to style.css

AGENDA. EMBEDDING FONTS [ Font Files & CSS font-family ] :: Online Font Converter :: ADD font-family css code to style.css CLASS :: 12 05.04 2018 3 Hours AGENDA CREATE A WORKS PAGE [ HTML ] :: Open index.html :: Save As works.html :: Edit works.html to modify header, 3 divisions for works, then add your content :: Edit index.html

More information

GeneXus for Smart Devices course - Architecture of Smart Device Applications

GeneXus for Smart Devices course - Architecture of Smart Device Applications GeneXus for Smart Devices course - Architecture of Smart Device Applications The problem to solve is the construction of a backend for a real estate office, with a web section and another section for smart

More information

Essential Import Service

Essential Import Service Essential Import Service Interface Specification Version 2.0 March 2017 Contents Operation of the service Default callback listener Importing Microsoft Excel and CSV documents Operation of the service

More information

You will be prompted to log in (with your SFU id and password) and then redirected to the correct page:

You will be prompted to log in (with your SFU id and password) and then redirected to the correct page: Your SFU Blog SFU Blogs use the Wordpress blogging system. It s easy to set up and maintain your blog pages using Wordpress, and if you run into difficulties, there s extensive online help at http://codex.wordpress.org/main_page.

More information

Postman User Guide. Document Reference: July Version: 2

Postman User Guide. Document Reference: July Version: 2 Postman User Guide Document Reference: 8314 July 2017 Version: 2 Version Number Date Author Changes 1 Sep 2015 Sam Smith 2 Jul 2017 Sam Smith Branding updated Page 1 Contents 1 Introduction... 3 2 Downloading...

More information

How to integrate conversion tracking with. software adsbridge

How to integrate conversion tracking with. software adsbridge How to integrate conversion tracking with software adsbridge Introduction ExoClick gives you access to global traffic sources, targeting features, big data and statistical analytical tools to filter results

More information

As a system administrator, publisher management pages provide access to all publisher accounts and the ability to sort by the column headings.

As a system administrator, publisher management pages provide access to all publisher accounts and the ability to sort by the column headings. CONSORTIA AND PUBLISHERS PUBLISHERS M3 is a complete digital advertising solution that lets publishers sell, manage and deliver their advertising inventory across all digital formats. The user interface

More information

Uniform Resource Locators (URL)

Uniform Resource Locators (URL) The World Wide Web Web Web site consists of simply of pages of text and images A web pages are render by a web browser Retrieving a webpage online: Client open a web browser on the local machine The web

More information

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps Step 1: Log into your BrandingUI Administrative site https:// yourclientid.brandingui.com/admin-signin.php Use the initial

More information

Welcome to the quick start guide for Leadin. We also have tutorial video s located in the members area for more of a in depth look at the software.

Welcome to the quick start guide for Leadin. We also have tutorial video s located in the members area for more of a in depth look at the software. Welcome to the quick start guide for Leadin. We also have tutorial video s located in the members area for more of a in depth look at the software. The software is a web based application that will help

More information

WebAccess Configuration Manual MTConnect Driver Guide

WebAccess Configuration Manual MTConnect Driver Guide MTConnect Driver Guide Advantech Corp., Ltd. page 1 MTConnect Driver Guide 1. Block Diagram 2. WebAccess Setting 3. Appendix Advantech Corp., Ltd. page 2 1. Block Diagram CNC+Adapter MTConnect Agent Application

More information

Web Dashboard User Guide

Web Dashboard User Guide Web Dashboard User Guide Version 10.6 The software supplied with this document is the property of RadView Software and is furnished under a licensing agreement. Neither the software nor this document may

More information

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

More information

Engage with the cycling community's core audience of active buyers and brand ambassadors. Media Specs MountainBikeReview & RoadBikeReview

Engage with the cycling community's core audience of active buyers and brand ambassadors. Media Specs MountainBikeReview & RoadBikeReview Engage with the cycling community's core audience of active buyers and brand ambassadors Media Specs 2016 MountainBikeReview & RoadBikeReview Media Specs 2016 / BANNER SPECS Banner Creative Requirements

More information

Vantrix Corporation VTA QuickStart

Vantrix Corporation VTA QuickStart Vantrix Corporation VTA QuickStart Version: Date: 56 This material and information ( Information ) constitutes a trade secret of Vantrix Corporation ( Vantrix ) and is strictly confidential. You agree

More information

Qualys Cloud Suite 2.30

Qualys Cloud Suite 2.30 Qualys Cloud Suite 2.30 Here s what s new in Qualys Cloud Suite 2.30! AssetView ThreatPROTECT Dynamic tag support for Amazon EC2 Metadata Search Assets by Amazon EC2 Metadata Cloud Agent Download Search

More information

Product Version notes PLDS ID. CE Platform OVA CE 3.0 Beta GA MD5 Sum - 2ae0dd c12e5c5f d5eba321fe CE Platform ISO (for upgrades)

Product Version notes PLDS ID. CE Platform OVA CE 3.0 Beta GA MD5 Sum - 2ae0dd c12e5c5f d5eba321fe CE Platform ISO (for upgrades) Approved Software Combination Version or Approved Combination Product Version notes PLDS ID CE Platform OVA CE 3.0 Beta GA MD5 Sum - 2ae0dd71342412c12e5c5f d5eba321fe CE Platform ISO (for upgrades) System

More information

Web basics: HTTP cookies

Web basics: HTTP cookies Web basics: HTTP cookies Myrto Arapinis School of Informatics University of Edinburgh November 20, 2017 1 / 32 How is state managed in HTTP sessions HTTP is stateless: when a client sends a request, the

More information

WebStore by Amazon: Quick Start Guide

WebStore by Amazon: Quick Start Guide WebStore by Amazon: Quick Start Guide Introduction to WebStore by Amazon WebStore by Amazon is a powerful tool that allows you to create a complete e- commerce site. The WebStore by Amazon setup wizard

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS A CSS page layout uses the Cascading Style Sheets format, rather than traditional HTML tables or frames, to organize the content on a web page. The basic building block

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.3.0-beta CMExtension January 27, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

VAR OUT-OF-THE-BOX STORE

VAR OUT-OF-THE-BOX STORE VAR OUT-OF-THE-BOX STORE CUSTOMIZATION GUIDE CONTENTS OVERVIEW OF THE VAR OUT-OF-THE-BOX STORE... 3 New Benefits of VAR Out-of-the-box Store... 3 CUSTOMIZATION OPTIONS... 4 Customization Opportunities...

More information

Using Development Tools to Examine Webpages

Using Development Tools to Examine Webpages Chapter 9 Using Development Tools to Examine Webpages Skills you will learn: For this tutorial, we will use the developer tools in Firefox. However, these are quite similar to the developer tools found

More information

POS2Net Quick Start Guide

POS2Net Quick Start Guide POS2Net Quick Start Guide Introduction POS2Net integrates your merchant s in-store QuickBooks Point of Sale (POS) system with Ecommerce Solution to offer added service, simplicity and convenience to your

More information

HTML Images - The <img> Tag and the Src Attribute

HTML Images - The <img> Tag and the Src Attribute WEB DESIGN HTML Images - The Tag and the Src Attribute In HTML, images are defined with the tag. The tag is empty, which means that it contains attributes only, and has no closing tag.

More information

212Posters Instructions

212Posters Instructions 212Posters Instructions The 212Posters is a web based application which provides the end user the ability to format and post content, abstracts, posters, and documents in the form of pre-defined layouts.

More information

PUSH services. Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October Nick Palmer.

PUSH services. Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October Nick Palmer. PUSH services Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October 2018 Nick Palmer Product Manager Page 1 of 8 Table of Contents 1. Purpose... 3 2. Glossary of Terms... 3

More information

How to integrate ExoClick s conversion tracking with tracking software ThriveTracker

How to integrate ExoClick s conversion tracking with tracking software ThriveTracker How to integrate ExoClick s conversion tracking with tracking software ThriveTracker ExoClick gives you access to global traffic sources, targeting features, big data and statistical analytical tools to

More information

Techno Expert Solutions An institute for specialized studies! 0.20 hrs hrs. 2 hrs

Techno Expert Solutions An institute for specialized studies! 0.20 hrs hrs. 2 hrs 1 2 3 Course Content of Digital Marketing What is Marketing: Understanding Marketing AIDA Model 4 Ps of Marketing Onilne and Offline Marketing KISS Formula Different Types of Marketing Integrated Marketing

More information

New frontier of responsive & device-friendly web sites

New frontier of responsive & device-friendly web sites New frontier of responsive & device-friendly web sites Dino Esposito JetBrains dino.esposito@jetbrains.com @despos facebook.com/naa4e Responsive Web Design Can I Ask You a Question? Why Do You Do RWD?

More information

Goldfish 2. The Official Guide

Goldfish 2. The Official Guide Goldfish 2 The Official Guide A Big Thank You to Tobias Schilpp 2019 Fishbeam Software Text, Graphics: Yves Pellot Proofread, Photos: Tobias Schilpp Publish Code: #190126 www.fishbeam.com Index 1. Tutorial:

More information

Clients Continued... & Letters. Campaigns Continued To create a Custom Campaign you must first name the campaign and select

Clients Continued...  & Letters. Campaigns Continued To create a Custom Campaign you must first name the campaign and select Clients Continued... Campaigns Continued To create a Custom Campaign you must first name the campaign and select what type of campaign it will be. Next you will add letters to your campaign from your letter

More information

Xcelsius 2008 Best Practices

Xcelsius 2008 Best Practices Xcelsius 2008 Best Practices Top Ten Best Practice Tips 1. Start Fresh 2. Mock It Up 3. Summarize Data 4. Minimize Excel Functions 5. Create a Company-Wide Labeling System 6. Maximize Interactivity 7.

More information

Donation Cart. User Guide

Donation Cart. User Guide Donation Cart User Guide Rev 6/5/2009 2008 CHARGE Anywhere, LLC. All trademarks, service marks, and trade names referenced in this material are the property of their respective owners. Contents 1 PURPOSE...

More information

HTML 5 and CSS 3, Illustrated Complete. Unit K: Incorporating Video and Audio

HTML 5 and CSS 3, Illustrated Complete. Unit K: Incorporating Video and Audio HTML 5 and CSS 3, Illustrated Complete Unit K: Incorporating Video and Audio Objectives Understand Web video and audio Use the video element Incorporate the source element Control playback HTML 5 and CSS

More information