PUBLISHER INTEGRATION

Size: px
Start display at page:

Download "PUBLISHER INTEGRATION"

Transcription

1 JUNE 2013 PUBLISHER INTEGRATION To integrate SupersonicAds monetization solution with your application or site, please follow this document. For questions or comments about this document, please contact Tali Pashinsky IMPORTANT NOTICE: SupersonicAds offers unmatched fraud control technology. In order to avail of it and be notified in real time about any fraudulent activity committed by your users, you must support the Negative Callback functionality described in Section 3. Failure to do so may result in users earning and spending invalid virtual goods which do not represent valid revenue credited to you. ADDING A NEW SITE/APPLICATION 1. Login to our web site. 2. Approve terms and conditions

2 3. Press the "Add new" link in order to define each app/site that you wish to add. 4. For each app/site, please fill in the following fields:

3 a. Type Social network application / site / software. b. Industry The industry that best describes your application; MMO, Social App, Casual Game or Virtual World. c. Name your app/site title. Please note that the name of your application is publicly viewable so please make sure to provide a full and clear name (no initials or internal references). d. Network the social network in which your application is bounded to (e.g. Facebook, MySpace, Bebo, etc.). If your application handles its own user base and doesn t share the user IDs with other applications / platforms, or uses social network user IDs, specify the network as other. However, if your application is hosted or presented within a platform (e.g. a game network or game platform), where a unique user ID in one application is applicable in another application, even if it is not a known social network, please specify a network name in the custom network field in order to apply our cross platform optimization and anti-fraud services. e. Application Id / Site URL your application's unique identifier, as given to you by the social network / your site's URL. f. Target audiences a collection of fields which can help our system optimize your media. This isn't mandatory, but we highly recommend you provide this information as it will increase your revenue and your user engagement.

4 g. Currency name your virtual currency's name, in plural form (e.g. Tokens) h. Currency conversion rate the amount of your currency coins awarded per 1 USD. (For example: when choosing the rate 20, 1 USD will be converted to 20 of your currency coins). Since the minimal number of awarded currency cannot be lower than 1, we strongly recommend setting a conversion rate which is at least 1:10. You can change this conversion rate later if you are unsure of the optimal value to use for your application (this can be modified freely at any given time through your account, without replacing any code in your game/application). i. Logo URL 3 links to your application's logo (small, medium and big). j. Favicon URL link to your application's favicon. k. Private key a custom string which will be used to hash each callback call and other sensitive information. You can use it in order to verify the authenticity of callback events. This is not a mandatory field, but we recommend using it. l. Callback URL - the HTTP GET script to be called from our servers in order to inform you about a commission event. Here is an example for a possible callback URL string: ER_ID]&rewards=[REWARDS]&eventId=[EVENT_ID] The URL must include the following place holders, which can be located anywhere in your URL, according to your settings: 1. "[USER_ID]" the identification of the user to be credited. (Note that the URL-encoded form will be passed in this placeholder (for example, "123%40abc.com" rather than "123@abc.com"). 2. "[REWARDS]" - the amount of points to be credited. 3. "[EVENT_ID]" a unique identifier of the commission event, represented as MD5 string (32 alphanumeric characters). 4. Optional place holders: [COMMISSION_ORIGIN] values will be "support" if it came from SSA support team, or "real" if it came from an advertiser or direct payment provide [APPLICATION_ID] - the application id

5 [ITEM_NAME] - the item that has been granted to the user (in case publisher choose to grant VG and not VC) If the publisher choose to credit items, the [ITEM_NAME] is mandatory. m. Admin user id your personal user Id in this application/site. Offers that are presented to this particular user id can be manipulated for testing purposes. This is not a mandatory field. Don't URL-encode this user ID (for example, enter "123@abc.com" rather than "123%40abc.com"). For more information, please refer to the Callback functionality section in this document Click on submit and find the URLs and JS tags EMBEDDING THE IFRAME 1. In the Setup tab under Code Generator you can find the iframe url and JS tags for the offer wall and display ads

6 a. Offer Wall a relatively large section for displaying offers associated with your app/site. b. Display Ad a single banner ad size that can be presented on any of your app/site pages. All sizes are supported modified freely by you. c. Display Ad using JS please read Display Ad - JS Delivery on page When placing those URLs, please replace the "[USER_ID]" place holder with the given unique identification of the logged in user. This string can contain up to 32 alphanumeric characters, and it will be passed back in its exact form to the callback URL that you have specified. Please pass us the real user identification in order to enjoy critical services (such as optimizations, anti-fraud, capping, etc.) 3. applicationuseridsignature publishers should add this parameters to the offer wall iframe URL - it is the md5 value of [applicationkey] [applicationuserid], and [YOUR_PRIVATE_KEY] (private key is being set when publisher define a new app) For more information and to test your hash value login to your account->setup- >API. 4. For the Single Banner and the Video Banner, it is also required to replace the [BANNER_SIZE] tag with the requested banner size (for example: 468x60). CALLBACK FUNCTIONALITY (PLEASE READ CAREFULLY) 1. The system will automatically add two parameters to the HTTP callback URL: a. timestamp a string representation of the exact timestamp in which this callback has been called, in the following format: [4 digit year][2 digit month][2 digit day][2 digit hour][2 digit minute]. (e.g. " " stands for January 2, :55). b. signature an MD5 hash string based on sensitive parameters, which you can use in order to verify that the callback came from our system. This key is generated automatically based on the following formula: md5([timestamp][event_id][user_id][rewards][private_key]). The [USER_ID] element is the URL-decoded value of the userid (for example, "123@abc.com" rather than "123%40abc.com"). The [PRIVATE_KEY] element is the exact string that you supplied when you defined your application/site. By generating MD5 hash string using the very same

7 parameters on your side and comparing it to the value in the signature parameter that you got from us, you can safely authenticate each callback event. 2. Whenever a commission event is generated, our server will call your callback URL and provide you with the necessary information in order to credit the relevant user. Our server expects to receive a valid HTTP response with status 200 (Ok), where the "[EVENT_ID]:OK" string appears somewhere in the HTTP response - We will keep calling this URL periodically for every commission until we received this valid respond - Please note - you need to rely on the [EVENT_ID] parameter and ignore multiple calls for the very same commission please refer to section #4 for more info. Here is an example of a typical response: <xml> <status> dae8e6cf42b1357f8652ad6ecb5b24f1:ok</status> </xml> Thanks to this methodology, temporary communication problems won't prevent crucial information from reaching its destination. Please note that our server will stop informing your server about a particular commission after 5 hours of failures. 3. Once a commission notification has been failed three times, the system will automatically send you an alert with all the details by . We cap these alert s to one per day. 4. Important: If a timeout is reached (60 seconds), the HTTP call will be considered an error and a follow up callback will be made. In order to prevent situations of faulty extra credits as a result of timeouts, you need to rely on the [EVENT_ID] parameter and ignore multiple calls for the very same commission. As a rule, our system will never call the same commission with the same [EVENT_ID] more than once unless a previous attempt yielded an HTTP error of any kind or if the "[EVENT_ID]:OK" string has not been detected somewhere in the HTTP callback response. 5. If you wish to secure callbacks even more, you may reject any calls which are not originated from the following IP addresses:

8 You can test callbacks by simulating a commission event to your servers, based on the callback settings that you have filled for each application. To do so, go to the Setup page and click on the relevant link near the Callback Status field (the first field on the list). 7. Here is a PHP sample code which demonstrates a typical callback handler. All you need to do is implement the alreadyprocessed() and doprocessevent() functions and set the [YOUR_PRIVATE_KEY] string: // get the variables $userid = $_GET['applicationUserId']; $eventid = $_GET['eventId']; $rewards = $_GET['rewards']; $signature = $_GET['signature']; $timestamp = $_GET['timestamp']; $privatekey = [YOUR_PRIVATE_KEY] ; // validate the call using the signature if (md5($timestamp.$eventid.$userid.$rewards.$privatekey)!= $signature){ } echo "Signature doesn t match parameters"; return; // check that we haven't processed the very same event before if (!alreadyprocessed($eventid)){ } // grant the rewards doprocessevent($eventid, $userid, $rewards);

9 // return ok echo $eventid.":ok"; FRAUD CONTROL We strongly recommend sending us the following parameters: applicationusercreationdate - the date in which the user has created his account. Must be in the yyyy-mm-dd format applicationusercreationdatesignature - the md5 hashing of the following strings: [applicationuserid][applicationusercreationdate][applicationprivatekey] Publishers that send us this info significantly improve fraud detection by helping us identify fraudulent user behavior. We are then able to send advertisers high quality traffic which results in less charge backs and higher ecpms. IMPROVED TARGETING We strongly recommend sending us the following parameters: applicationusergender The gender of the user. We accept these values : male female applicationuseragegroup The age bracket of the user. We accept these values: Value Age 0 Unknown

10 Sending us these parameters will allow us to better target your userbase. Delivering more relevant offers which will increase conversions and revenue. NEGATIVE CALLBACK FUNCTIONALITY (PLEASE READ CAREFULLY) Publishers interested in being automatically notified about chargebacks and fraud attempts can provide us with a "negative callback" URL string, which is based on the same syntax as the regular callback URL. Our system will fire these events whenever there is fraud, chargebacks or fraud attempts. As a result, publishers can automatically deduct credits from offending users or take any means against him/her. Please note that the [EVENT_ID] passed in the negative callback is identical to the [EVENT_ID] that has been previously passed on the regular callback of the relevant completion. When implementing the negative callback, you should save this value and avoid taking the same action twice if a negative callback call has been fired more than once with the same [EVENT_ID]. Similar to the regular callback call, your negative callback should return the [EVENT_ID]:OK string in order to signal SupersonicAds that the chargeback has been successfully processed.

11 ADVANCED SETTING (OPTIONAL) 1. Custom parameters you can append any number of custom parameters to the URL of each delivery type (Offer Wall, Single Banner, and Video Banner) and have them included in the callback sent back to you upon a successful commission. You may include any number of parameters in any length using all type of characters as long as it is properly encoded based on the standard URL syntax. Each custom parameter should have the custom_ prefix, for example: custom_player=flash& custom_session=a45bcf&custom_key=453fjew59f 2. SSL support if needed, we can serve the offers via the HTTPS protocol. To do so, simply change the base domain to 3. Custom direct payment steps you can set custom direct payment price points "onthe-spot", and overriding any previous preset that has been globally defined. In order to do so, simply pass the following parameters to our Offer Wall URL: a. directpaymentcurrency 3 characters ISO symbol for the currency (e.g.: USD, EUR, GBP). b. directpaymentsteps array of numbers which indicates the actual price points, separated by underscore (_). For example: 4.99_9.99_20_50_100. You also have the option to determine which price point will be the default entry by adding the minus sign near the relevant price. For example, the following string makes the price 20 the default one: 4.99_9.99_-20_50_100. c. directpaymentstepsfactors array of numbers which indicates the 'extra points' factor for each price point, where 100 indicates the exact conversion rate (100%) and any other number reflects the bias/factor in percentage of the relevant price point. For example, the following string (in conjunction with the previous example of directpaymentsteps) causes the price point 100 to yield an extra 15% points: 100_100_100_100_115. d. directpaymentstepssignature an MD5 signature of the 3 parameter above along with your application private key, calculated in the following manner (PHPstyle):md5($directPaymentCurrency.$directPaymentSteps.$directPaym

12 entstepsfactors.$applicationprivatekey). For reasonable security reasons, if the signature doesn't match, the page won't be displayed. Please note that you can omit the directpaymentcurrency parameter. In this case, the system will choose the most appropriate currency according to the geographical region of the end user (based on IP). If you don't pass this value, omit this string for the signature calculation as well. 4. Custom offer wall settings you are able to fine tune the offer wall style, layout and other settings, by adding custom parameters to the URL. The list below describes the available options: Parameter name Description Example Default Comments format Returns output in a format=xml html Options:html,xml,json specific format format=json forcehttps Sending this forcehttps=1 parameter will generate ads with URLS which are https (and not standard http). publishersubid An integer value for representing custom sub IDs. This value can be tracked in statistic reports. publishersubid= Only integer values are valid applicationusercreationda The date in which applicationusercreatio Must be in the yyyy-

13 te the user has ndate= mm-dd format created his account. Please send it with applicationusercreatio PLEASE NOTIFY US ndatesignature IF YOU INTEND TO USE THIS PARAMETER. We strongly recommend sending us this parameter. applicationusercreationda The md5 hashing tesignature of the following strings: [applicationuserid] [applicationusercr eationdate][applic ationprivatekey] currencyname Specifies an currencyname=tokens alternative currency name (possibly other than what has been predefined) applicationname Specifies an applicationname=spac alternative eventure application/site name (possibly other than what has been predefined) scope Focus on videos scope=6 pagesize Number of offers pagesize=6 In some cases fewer offers will be served

14 to serve than the requested amount. page Go to a specific Page=3 The first page number page (refer to the is 1 pagesize parameter) language Force specific language for the static texts. language=es Pass the standard 2 characters ISO code for languages. Please note that the offers themselves may still be presented in the language which is relevant for the target country. suppressstatistics Suppress any suppressstatistics=1 This option can be used statistic counting if you wish to test your for this impression production app/site without having any influence on the aggregated statistics. impressionid Force a specific impressionid= Must be unsigned 32 unique impression 7 bit integer ID nodirectpayments Prevent showing nodirectpayments=1 Please note that you any direct payment can selectively omit options specific direct payment options per application. For doing so, please contact us. nooffers Prevent showing nooffers=1 any offers

15 generatedirectpaymentlin Generate URLs for generatedirectpayment Only relevant when ks initiating direct Links=1 format=xml payments directpaymentcurrency Force a specific directpaymentcurrency Pass the standard 3 currency for direct =EUR characters ISO code for payments international currencies. globalconversionfactor ** Modify the globalconversionfactor Values can be between conversion rate = to 1000, where 100 means no change (like 100%). Notice that if this parameter is specified, the globalconversionfactor Signature and timestamp parameters must be specified as well. timestamp current UNIX time Refer to the in UTC+00:00 globalconversionfactor parameter globalconversionfactorsig an MD5 signature Refer to the nature based on the globalconversionfactor following string: parameter $applicationkey.$a pplicationuserid.$g lobalconversionfac tor.$timestamp.$p rivatekey

16 applicationusergender User gender applicationusergender =male unknown Possible values: male; female applicationuserbirthday User birthday applicationuserbirthda y= yyy-mm-dd minimumoffercommission * Filters offers by their commission payout value minimumoffercommiss ion=1.5 (as defined in the application settings) The currency is always USD. Notice that if this parameter is specified, the minimumoffercommiss ionsignature parameter must be specified as well. minimumoffercommission Signature* The MD5 hash of the value passed on the minimumoffercom mission parameter and the application private key. minimumoffercommiss ionsignature= cff6aab5e52161d baa Refer to the minimumoffercommiss ion parameter. This parameter is case insensitive. maximumoffercommission * Filters offers by their commission payout value. maximumoffercommis sion=40 (as defined in the application settings) The currency is always USD. Notice that if this parameter is specified, the maximumoffercommis sionsignature parameter must be specified as well. maximumoffercommission Signature* The MD5 hash of the value passed on the maximumofferco mmission parameter and the application private key. maximumoffercommis sionsignature= Refer to the maximumoffercommis sion parameter. This is case insensitive parameter.

17 hideoffersheader Hides Offer wall header (offer wall will appear w/o tabs) hideoffersheader=1 Use only when focusing on specific scope Ip please let us know if you plan to use this parameter Control the country (user will see offers bases on the the ip address) ip= *Please add accesskey and secretkey parameters (their values can be found in the Setup API form). country - please let us know if you plan to use this parameter Control the country (user will see offers based on the country code) country=us passing the explicit country ISO code *Please add accesskey and secretkey parameters (their values can be found in the Setup API form) *WARNING: THIS PARAMETER IS DEPENDENT ON ANOTHER PARAMETER. IF MISSING, VALUE WILL REVERT TO THE APPLICATION DEFAULT. * PLEASE LET US KNOW IF YOU USE THESE PARAMETERS WE NEED TO ENABLE THIS OPTION ON OUR SIDE AND FOR SAFETY REASONS DON T EXPOSE THESE PARAMETERS TO USERS AND IMPLEMENT IT ON THE SERVER SIDE. ** THE SYSTEM WILL RESPECT THIS VALUE ONLY IF THE SIGNATURES MATCH AND THE TIMESTAMP VALUE IS UP TO 10 MIN DIFFERENCE THAN OUR SYSTEM TIME. DISPLAY ADS JS DELIVERY To get started: 1. Place HTML div tags that will contain our ads anywhere in your html 2. Include our script (Copy the script from our website while you are logged into your account. The script can be found under 'Setup'->'Code generator) inside your site html right before the </body> tag (like Google analytics) 3. Configure the display ads through JSON variable

18 Example code: <html> <head> </head> <body> <! You can place anywhere in the page empty HTML div tags that will eventually contain our ads--> <div id='ssaad1'></div> <div id='ssaad2'></div> <! Our script can be included at the bottom of the page, even just before the body closes--> <script type="text/javascript"> var ssa_json = { // the id of the user whom which we will grant the rewarded points by calling your web server with it 'applicationuserid': USER_ID, // the id of your application on our system 'applicationkey': APPLICATION_ID, // an array of Display Ads in that current page, put one or more ads inside that array // give them any id you want as long as you put a div with the same id somewhere in your html body 'ads': [ {'id':'ssaad1', 'width': 300, 'height': 250}, // display ad 1 will be injected to <div id="ssaad1"></div> {'id':'ssaad2', 'width': 728, 'height': 90} // display ad 2 will be injected to <div id="ssaad2"></div> ] }; (function(d,t){ var g = d.createelement(t), s = d.getelementsbytagname(t)[0]; g.async = true; g.src = '//jsd.supersonicads.com/inlinedelivery/delivery.compressed.gz.js'; s.parentnode.insertbefore(g,s); }(document,'script')); </script> </body> </html> Advanced configurations Adding the scope parameter enable you to control the offer type Example: display video offers only: 'ads': {'id':'ssaad1', 'width': 300, 'height': 250, scope :6} In case there are no offers of the specific scope you chose, we will fallback to the rest of our offers pull which are relevant for the user. You can also display our offer wall in an interstitial. To do that please call the following function: SSA_CORE.open({id: SSAOFFERWALL,width:700,height:500});

19 The width and height are customizable, and you can call the function from any module inside the web page of your webside. This can be done also from buttons inside Flash application. If you do that you need to make sure that you Flash application is embedded in the page with the following param: <param name="wmode" value="transparent"> This param allows HTML components (e.g the offerwall) displayed on top of Flash modules (e.g your game/application). For example, the following code will display a link, which upon clicking on opens an interstitial with offerwall: <a onclick="ssa_core.open({id: SSAOFFERWALL,width:700,height:500});" href="#">click to earn more Coinz!!</a> Please note: you can send custom parameters using the custom_ syntax (please read Advanced Setting section #1) For example: <div id='ssaad1'></div> <script type="text/javascript"> var ssa_json = { 'applicationuserid': 'xxxxx', 'applicationkey': xxxx, 'custom_data': 'test customdata', 'ads': [ {'id':'ssaad1', 'width': 565, 'height': 498} ] }; Embedding in Google Ad Manager (DFP for small business): Please set the following in the head section of your page before the GAM JS tag <script type="text/javascript"> var ssa_site_user_id = USER_ID; var ssa_site_id= APPLICATION_ID; </script> And set the following code as the creative of the ad. This code will use the JS variables set on top, so both must exist in the same HTML frame. <div id="ssaad1"></div> <script type="text/javascript"> var ssa_json = { 'applicationuserid': ssa_site_user_id, 'applicationkey': ssa_site_id, 'ads': {'id':'ssaad1',

20 'width': 300, 'height': 250} }; (function(d,t){ var g = d.createelement(t), s = d.getelementsbytagname(t)[0]; g.async = true; g.src = '//jsd.supersonicads.com/inlinedelivery/delivery.compressed.gz.js'; s.parentnode.insertbefore(g,s); }(document,'script')); </script> UNLOCK PRODUCT INTEGRATION 1. Login to your account ->Add new App 2. Under Settings ->check the Use the Unlock offer wall checkbox 3. Fill the following fields: a. Unlock call to action unlock offer wall title and description. b. Maximum Credits credits value to be displayed to users. c. Unlock Total Amount dollar value of your product. d. Unlock Redirect URL once user reached to max credits, product is unlocked and user will be redirected to the provided URL - for example: reward&eventid=[event_id] Important: Please compare USER_ID and EVENT_ID parameters with the callback parameters to make sure this is a valid unlock.

21 e. Currency Name the currency name in your game/site to be displayed to the user. f. Callback URL - The HTTP GET method called to your server in order to inform you that unlock was completed (our system will fire one callback once the user reached max credits). Please add these holders to your URL: [USER_ID] - a holder for us to place the identification of the user to be credited. [EVENT_ID] - a holder for us to place the unique completion id. Example: [EVENT_ID] Please read callback functionally on page 6. g. Click submit and copy the Unlock iframe code from the code generator to implement in your game/site. h. Reports you will be able to track unlock completions via your account under Reports tab. FREQUENTLY ASKED QUESTIONS Q1: If the callback signature does not match between your server and ours (i.e. a new parameter was added to the signature hash), what http response do you expect from us? A1: If signatures do not match, it means that someone has tried to simulate a false callback (fraud) or that we do not calculate the signature the same as you do. Both cases should be very rare and prompt an immediate response. We usually recommend our publishers to write such situation into a special log (or even trigger

22 an alert to someone from your technical team), since it may indicate that legit users don't get their points. If you encounter such a situation, please contact us and we'll review with you the signature calculation. Regarding the HTTP response, we basically don't care, but if you wish to prevent the repeated callbacks every 15 min, you can send us the valid response string (HTTP status 200, [EVENT_ID]:OK). Q2. On the simulate callback page in the Supersonic admin page, is there any way we could add custom parameters to the callback url to easily test callbacks? A2. We plan to offer this feature in the near future. For the time being, simply specify your administrator user id in the setup page and then open our Offer Wall page with this user id (plus, pass any custom parameter that you wish). Then, click on one of the offers and click on the "Simulate Callback" link in the upper toolbar (appears on top of the advertiser landing page). This will trigger a callback event with the exact custom parameters that you have passed. Q3. What is the typical time between offer completion to callback received? Is there a max threshold (i.e. should receive callbacks by N hours after completing offers)? A3. Most completions should trigger a callback within 15 minutes (and up to an hour for some offers). However, our system relies on the advertiser tracking system, and as such we have little control on delays. If you encounter delays, please report them to adops@supersonicads.com and specify the offer and completion details (timestamp, applicationkey, applicationuserid).

Documentation for the new Self Admin

Documentation for the new Self Admin Documentation for the new Self Admin The following documentation describes the structure of the new Self Admin site along with the purpose of each site section. The improvements that have been made to

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

General Settings General Settings Settings

General Settings General Settings Settings Contents General Settings... 3 Payment Methods... 31 Currency Management... 35 Sales Tax... 37 Commission Settings... 40 Affiliate Commission Settings... 43 Email Templates Management... 46 Subscription

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

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

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

If you re a Facebook marketer, you re likely always looking for ways to

If you re a Facebook marketer, you re likely always looking for ways to Chapter 1: Custom Apps for Fan Page Timelines In This Chapter Using apps for Facebook marketing Extending the Facebook experience Discovering iframes, Application Pages, and Canvas Pages Finding out what

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

HTTP API Specification V2.7

HTTP API Specification V2.7 HTTP API Specification V2.7 Version information Version Comment Date V2.7 Added testsms call 2017-08-09 V2.6 HTTPS information added 2016-12-10 Added error code 4007 V2.5 Changed endpoints 2016-12-09 Added

More information

Payment Pages Setup Guide Version 2

Payment Pages Setup Guide Version 2 Version 2 Published: 3 April 2018 Migrating from version 1? Please read our quick start guide on page 100. 2.4.25 (a) Table of Contents 1 The basics... 4 1.1 Workflows... 5 1.2 Session-locked page... 13

More information

Highwinds CDN Content Protection Products. August 2009

Highwinds CDN Content Protection Products. August 2009 Highwinds CDN Content Protection Products August 2009 1 Highwinds CDN Content Protection Products August 2009 Table of Contents CDN SECURITY INTRO... 3 CONTENT PROTECTION BY CDN DELIVERY PRODUCT... 3 HTTP

More information

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 For help, contact support@linkmobility.com The most up-to-date version of this document is available at http://www.linkmobility.com/developers/

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

User Guide Netaxept Administration Module. Version 1.50

User Guide Netaxept Administration Module. Version 1.50 User Guide Netaxept Administration Module Version 1.50 This document describes the various functions of Netaxept Administration Module (Netaxept Admin). The latest version of the document is available

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

User Guide Netaxept Administration Module

User Guide Netaxept Administration Module User Guide Netaxept Administration Module Version 1.50 This document describes the various functions of Netaxept Administration Module (Netaxept Admin). The latest version of the document is available

More information

How to integrate ExoClick s conversions tracking with Tracking software BeMob

How to integrate ExoClick s conversions tracking with Tracking software BeMob How to integrate ExoClick s conversions tracking with Tracking software BeMob ExoClick gives you access to global traffic sources, targeting features, big data and statistical analytical tools to filter

More information

Connect-2-Everything SAML SSO (client documentation)

Connect-2-Everything SAML SSO (client documentation) Connect-2-Everything SAML SSO (client documentation) Table of Contents Summary Overview Refined tags Summary The Connect-2-Everything landing page by Refined Data allows Adobe Connect account holders to

More information

HANDEPAY DASHBOARD USER GUIDE HANDEPAY DASHBOARD USER GUIDE. Version:

HANDEPAY DASHBOARD USER GUIDE HANDEPAY DASHBOARD USER GUIDE. Version: HANDEPAY DASHBOARD Version: 1.5-1 - Welcome to the Handepay Dashboard user guide. In this guide we will look at the different sections of the Dashboard and explain what each section does. The different

More information

icreate Editor Tech spec

icreate Editor Tech spec icreate Editor Tech spec Creating a landing page? A website? Creating, designing, and building professional landing pages and websites has never been easier. Introducing icreate's drag & drop editor: Our

More information

API Documentation. Release Version 1 Beta

API Documentation. Release Version 1 Beta API Documentation Release Version 1 Beta Document Version Control Version Date Updated Comment 0.1 April 1, 2016 Initialize document 1 Release version PROMOTEXTER V3 BETA - API Documentation 1 Table of

More information

tracking software Keitaro

tracking software Keitaro How to integrate Exoclick s conversions tracking with tracking software Keitaro Introduction ExoClick gives you access to global traffic sources, targeting features, big data and statistical analytical

More information

Table of Contents. Developer Manual...1

Table of Contents. Developer Manual...1 Table of Contents Developer Manual...1 API...2 API Overview...2 API Basics: URL, Methods, Return Formats, Authentication...3 API Errors...4 API Response Examples...6 Get Articles in a Category...6 Get

More information

BIG-IP DataSafe Configuration. Version 13.1

BIG-IP DataSafe Configuration. Version 13.1 BIG-IP DataSafe Configuration Version 13.1 Table of Contents Table of Contents Adding BIG-IP DataSafe to the BIG-IP System...5 Overview: Adding BIG-IP DataSafe to the BIG-IP system... 5 Provisioning Fraud

More information

ekashu Frequently Asked Questions

ekashu Frequently Asked Questions ekashu Frequently Asked Questions Document addressing commonly raised support queries and issues for new integrators. Issue: 1 (November 2013) Author: Fred Spooner (Integration Support) Action Name Date

More information

SalonVision Configuration Guide

SalonVision Configuration Guide SalonVision Configuration Guide A Guide For SalonVision Live Data Integration I SalonVision Online Booking Configurations Table of Contents Part I Introduction 1 Part II Envision Setup 2 1 Setup Program

More information

The production version of your service API must be served over HTTPS.

The production version of your service API must be served over HTTPS. This document specifies how to implement an API for your service according to the IFTTT Service Protocol. It is recommended that you treat this document as a reference and follow the workflow outlined

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

Accounts FAQs. MONEY MANAGEMENT FAQs. Overview

Accounts FAQs. MONEY MANAGEMENT FAQs. Overview Accounts FAQs Overview Red represents debt accounts. Add An Account lets you add any account you want including loans, property, credit cards and investments. Click an account to edit it. Note: An Online

More information

Brand Tools. Technical Channel Integration Guide

Brand Tools. Technical Channel Integration Guide Brand Tools Technical Channel Integration Guide Boldomatic Brand Tools Channel Integration Guide 01 Overview Boldomatic offers a wide range of powerful tools to help your brand engage your audience through

More information

Vingd API for PHP Documentation

Vingd API for PHP Documentation Vingd API for PHP Documentation Release 1.7 Radomir Stevanovic, Vingd Inc. Jul 17, 2017 Contents 1 Vingd 3 1.1 Vingd API for PHP.......................................... 3 1.2 Installation..............................................

More information

User Scripting April 14, 2018

User Scripting April 14, 2018 April 14, 2018 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

Getting Started Guide. Prepared by-fatbit Technologies

Getting Started Guide. Prepared by-fatbit Technologies Getting Started Guide Prepared by-fatbit Technologies 1 Contents 1. Manage Settings... 3 1.1. General... 4 1.2. Local... 6 1.3. SEO... 7 1.4. Option... 8 1.5. Live Chat... 19 1.6. Third Part API s... 20

More information

Updated PDF Support Manual:

Updated PDF Support Manual: Version 2.7.0 Table of Contents Installing DT Register... 4 Component Installation... 4 Install the Upcoming Events Module...4 Joom!Fish Integration...5 Configuring DT Register...6 General... 6 Display...7

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

Gengo API v1 / v1.1 Documentation

Gengo API v1 / v1.1 Documentation Gengo API v1 / v1.1 Documentation For v1 and v1.1 of the Gengo API v1 v1.1 Example API Authenticated Call Callback s Parameter Payloads Job Payload For responses Job Payload For submissions API Methods

More information

Decibel Insight Implementation Guide v4.1.6

Decibel Insight Implementation Guide v4.1.6 Decibel Insight Implementation Guide v4.1.6 Decibel Insight Implementation Guide This guide explains the process of implementing Decibel Insight on your website. The guide assumes that you have a Decibel

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.5.0-beta CMExtension April 12, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

BF Survey Pro User Guide

BF Survey Pro User Guide BF Survey Pro User Guide January 2011 v1.0 1 of 41 www.tamlyncreative.com.au/software/ Table of Contents Introduction... 5 Support... 5 Documentation... 5 Installation New Install... 5 Installation Upgrade...

More information

Tabs within Divi Theme Options include: Table of Contents. Divi Theme Options... 1 General Tab... 2 Navigation Tab... 6

Tabs within Divi Theme Options include: Table of Contents. Divi Theme Options... 1 General Tab... 2 Navigation Tab... 6 Divi Theme Options To get to Divi Theme Options select Divi from the side bar navigation from within your WordPress dashboard. Tabs within Divi Theme Options include: General, Navigation, Layout, Ads,

More information

Display campaign setup guide

Display campaign setup guide Display campaign setup guide Intro: Display is a traffic channel that refers to banner ads and includes many popular formats to reach the targeted audience. Display ads are either relevant to the content

More information

WELCOME TO RESELLER CENTRE MANUAL... 3 RESELLER PANEL... 4 HOW TO START... 4

WELCOME TO RESELLER CENTRE MANUAL... 3 RESELLER PANEL... 4 HOW TO START... 4 Table of Contents WELCOME TO RESELLER CENTRE MANUAL... 3 RESELLER PANEL... 4 HOW TO START... 4 Dashboard... 4 Filter... 4 Table of content... 5 Trend... 5 Export dashboard data... 6 Bar chart & graphs...

More information

F-Billing Revolution 2015 User Manual F-Billing Software

F-Billing Revolution 2015 User Manual F-Billing Software F-Billing Revolution 2015 User Manual 2 F-Billing Revolution 2015 User Manual Table of Contents Foreword 0 Part I Introduction 4 Part II Quick Start Guide 5 Part III Invoice Email Settings 6 Part IV Invoices

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.happyfox.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your rights

More information

SALESFORCE DMP SUPERTAG USER GUIDE 00. SuperTag User Guide VER. 2, UPDATED 1/16. Rights Reserved, Proprietary &

SALESFORCE DMP SUPERTAG USER GUIDE 00. SuperTag User Guide VER. 2, UPDATED 1/16. Rights Reserved, Proprietary & SALESFORCE DMP SUPERTAG USER GUIDE 00 SuperTag User Guide VER. 2, UPDATED 1/16 SALESFORCE DMP SUPERTAG USER GUIDE 01 CONTENTS I. Introduction 2 SuperTag Overview 2 Benefits of Managing Tags with SuperTag

More information

Veeam Website Content Syndication User Guide

Veeam Website Content Syndication User Guide Veeam Website Content Syndication User Guide 2017 Table of contents What is Veeam website content syndication? Accessing content syndication Content syndication installation Managing content Getting leads

More information

ewallet API integration guide version 5.1 8/31/2015

ewallet API integration guide version 5.1 8/31/2015 ewallet API integration guide version 5.1 8/31/2015 International Payout Systems, Inc. (IPS) ewallet API Integration Guide contains information proprietary to IPS, and is intended only to be used in conjunction

More information

Merchant Reporting Tool Interface guideline

Merchant Reporting Tool Interface guideline Merchant Reporting Tool Interface guideline For Merchant Service Center (MSC) Table of Contents 1) Introduction 2 2) Roles and Responsibilities 2 3) Log in 3 4) Merchant Reporting Dashboard 5 5) Settlement

More information

Communicator. Conversion Tracking Implementation Guide February Conversion Tracking Implementation Guide

Communicator. Conversion Tracking Implementation Guide February Conversion Tracking Implementation Guide Conversion Tracking Implementation Guide Communicator Conversion Tracking Implementation Guide Version 1.0 A guide to implementing conversion tracking on your website covering a standard setup as well

More information

ChatBlazer 8 Site Administrator Usage Guide

ChatBlazer 8 Site Administrator Usage Guide ChatBlazer 8 Site Administrator Usage Guide Using the Site Adminstrator Other than the modification of ChatBlazer 8 s client configuration to affect the Flash chat client s runtime behavior, the Site Administrator

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide Adobe Document Cloud esign Services for Salesforce Version 17 Installation and Customization Guide 2015 Adobe Systems Incorporated. All rights reserved. Last Updated: August 28, 2015 Table of Contents

More information

Affiliate Program. Powered by. What you will find in this Advertiser Checklist: The Advertiser Checklist

Affiliate Program. Powered by. What you will find in this Advertiser Checklist: The Advertiser Checklist Affiliate Program Powered by What you will find in this Advertiser Checklist: Action plan for getting started Details outlining the 5 steps necessary for setting up your account Help Center information

More information

Mobile Banking Frequently Asked Questions

Mobile Banking Frequently Asked Questions Mobile Banking Frequently Asked Questions What types of Mobile Banking does Midwest BankCentre offer? We offer three types of Mobile Banking: Mobile Apps allows you to easily connect to Midwest BankCentre

More information

Event Scheduling System 4.0 User Guide

Event Scheduling System 4.0 User Guide This document was produced by Voloper Creations Inc. 2000 2009 Voloper Creations Inc. All Rights Reserved Brands or product names are trademarks or registered trademarks of their respective holders. The

More information

DocAve Content Shield v2.2 for SharePoint

DocAve Content Shield v2.2 for SharePoint DocAve Content Shield v2.2 for SharePoint User Guide For SharePoint 2007 Revision A Issued August 2012 1 Table of Contents Table of Contents... 2 About DocAve Content Shield for SharePoint... 4 Complementary

More information

CLIENT DASHBOARD. With Cloud Communication Solution (C.C.S).

CLIENT DASHBOARD. With Cloud Communication Solution (C.C.S). CLIENT DASHBOARD. CLIENT DASHBOARD Content CCS Presentation... 3 SMS... 3 Channels... 3 Requirement... 3 1.1 To read before connect... 4 1.2 Glossary of symbols... 5 1.3 CONNECTION... 6 1.3.1 Choice of

More information

How to Select the Right Marketing Cloud Edition

How to Select the Right Marketing Cloud Edition How to Select the Right Marketing Cloud Edition Email Studio, Mobile Studio, and Web Studio ith Salesforce Marketing Cloud, marketers have one platform to manage 1-to-1 customer journeys through the entire

More information

Opaali Portal Quick guide

Opaali Portal Quick guide Opaali Portal Quick guide Company information Telia Finland Oyj Teollisuuskatu 15, 00510 HELSINKI, FI Registered office: Helsinki Business ID 1475607-9, VAT No. FI14756079 1 (40) Page 2 (40) Copyright

More information

PHPBasket 4 Administrator Documentation

PHPBasket 4 Administrator Documentation PHPBasket 4 Please ensure you have the latest version of this document from http://www.phpbasket.com Contents CONTENTS 2 REQUIREMENTS 3 INSTALLATION 4 PREPARATION 4 UPLOAD 4 INSTALLATION 4 ADMINISTRATOR

More information

Portal > Knowledgebase > I am a Supplier/Decorator > ESP Websites > Website Settings

Portal > Knowledgebase > I am a Supplier/Decorator > ESP Websites > Website Settings Portal > Knowledgebase > I am a Supplier/Decorator > ESP Websites > Website Settings Website Settings Tamika C - 2017-02-07 - in ESP Websites Website Settings The Website Settings section enables you to

More information

Ad Banner Manager 8.1 User Guide. Ad Banner Manager 8.1

Ad Banner Manager 8.1 User Guide. Ad Banner Manager 8.1 Ad Banner Manager 8.1 User Guide Ad Banner Manager 8.1 User Guide... 1 Introduction... 6 Installation and configuration... 6 Upgrading... 6 Installation Steps... 7 Setting Page Permissions for the BannerAdvertisers

More information

Pay with Amazon Express Integration Guide

Pay with Amazon Express Integration Guide Pay with Amazon Express Integration Guide Pay with Amazon Express Integration Guide Copyright 2014-2015 Amazon.com, Inc. or its affiliates. AMAZON, AMAZON PAYMENTS, and AMAZON.COM are registered trademarks

More information

Standard Checkout. HTML Implementation Guide. U.K. Version

Standard Checkout. HTML Implementation Guide. U.K. Version Standard Checkout HTML Implementation Guide U.K. Version 2013-09-05 Contents 3 Contents List of Tables... 5 Overview of Checkout by Amazon... 7 Who Should Read This Document... 7 Prerequisites... 7 Your

More information

10/31/2016 Spark US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any

10/31/2016 Spark  US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any Email Guide 10/31/2016 Spark Email US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including

More information

Unifer Documentation. Release V1.0. Matthew S

Unifer Documentation. Release V1.0. Matthew S Unifer Documentation Release V1.0 Matthew S July 28, 2014 Contents 1 Unifer Tutorial - Notes Web App 3 1.1 Setting up................................................. 3 1.2 Getting the Template...........................................

More information

SONERA OPERATOR SERVICE PLATFORM OPAALI PORTAL SMS. FREQUENTLY ASKED QUESTIONS, version 2.0

SONERA OPERATOR SERVICE PLATFORM OPAALI PORTAL SMS. FREQUENTLY ASKED QUESTIONS, version 2.0 SONERA OPERATOR SERVICE PLATFORM FREQUENTLY ASKED QUESTIONS, version 2.0 OPAALI PORTAL Q: Why Registration link to Opaali portal does not work currently, HTTP Operation Forbidden error is shown? A: Sonera's

More information

SelectSurveyASP Advanced User Manual

SelectSurveyASP Advanced User Manual SelectSurveyASP Advanced User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys

More information

Daalou dating and love united USER MANUAL

Daalou dating and love united USER MANUAL Daalou dating and love united USER MANUAL 1 Contents 1. Home page... 4 2. User Registration... 4 3. Login/Sign In... 5 4. Forgot Password... 5 5. Profile Page... 6 5.1 User s Short Profile Information...

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

X-AFFILIATE module for X-Cart 4.0.x

X-AFFILIATE module for X-Cart 4.0.x X-AFFILIATE module for X-Cart 4.0.x Partner Interface Reference Manual Revision Date: 2004-11-22 Copyright 2001-2004 Ruslan R. Fazliev. All rights reserved. TABLE OF CONTENTS GENERAL INFORMATION...3 REGISTRATION...4

More information

Quick Online Shop Documentation

Quick Online Shop Documentation Quick Online Shop Documentation In the following tutorial, you will get a complete step by step guide of using Quick Online Shop WordPress theme for building an amazon affiliate store site. All steps have

More information

Token System Integration & Protocol Guideline (Server & Direct)

Token System Integration & Protocol Guideline (Server & Direct) Token System Integration & Protocol Guideline (Server & Direct) Token System Protocol and Integration Guideline Content Welcome to the Sage Pay Token System integration... 2 General overview of how the

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.8.0-beta CMExtension August 14, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

WebLink Manual EZ-CAMP2

WebLink Manual EZ-CAMP2 WebLink Manual EZ-CAMP2 SofterWare, Inc. WebLink March 2010 Table of Contents Table of Contents 1. WEBLINK OVERVIEW...3 Manual Overview...3 Support...3 WebLink Terminology...4 2. ADDING THE FORM TO YOUR

More information

RESTFUL WEB SERVICES - INTERVIEW QUESTIONS

RESTFUL WEB SERVICES - INTERVIEW QUESTIONS RESTFUL WEB SERVICES - INTERVIEW QUESTIONS http://www.tutorialspoint.com/restful/restful_interview_questions.htm Copyright tutorialspoint.com Dear readers, these RESTful Web services Interview Questions

More information

DocAve Content Shield v2.2 for SharePoint

DocAve Content Shield v2.2 for SharePoint DocAve Content Shield v2.2 for SharePoint User Guide For SharePoint 2010 Revision A Issued August 2012 1 Table of Contents Table of Contents... 2 About DocAve Content Shield for SharePoint... 4 Complementary

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.helpdeskpilot.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

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

Business Chat Onboarding Your Business Chat Accounts. September

Business Chat Onboarding Your Business Chat Accounts. September Onboarding Your Accounts September 2018.1 Contents Overview 3 Create a Brand Profile... 4 Configure the Messages Header... 4 Create a Account... 4 Connecting to Your Customer Service Platform... 5 Connect

More information

Basic & Pro Resellers

Basic & Pro Resellers Getting Started Guide Basic & Pro Resellers Getting Started Guide Page 1 Getting Started Guide: Basic & Pro Resellers Version 2.2 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.9.0-stable CMExtension November 16, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

Unity SDK for Xiaomi (IAP) Unity IAP provides an easy way to integrate Xiaomi IAP with Unity.

Unity SDK for Xiaomi (IAP) Unity IAP provides an easy way to integrate Xiaomi IAP with Unity. Unity SDK for Xiaomi (IAP) 1. Overview 2. Login & Purchase Flow 2.1 Stand-alone login & purchase 2.2 Online login & purchase 3. Technical Integration 3.1 Onboarding to Unity 3.2 Server side integration

More information

isolve page launches with a Single-Sign-On, so you don't need to enter a separate password

isolve page launches with a Single-Sign-On, so you don't need to enter a separate password USER MANUAL Introduction Welcome to Celebrating You!!!! Celebrating You allows you to recognize your people in a simple way using Recognition portal. The user interfaces on the portal have been designed

More information

FACEBOOK SAFETY FOR JOURNALISTS. Thanks to these partners for reviewing these safety guidelines:

FACEBOOK SAFETY FOR JOURNALISTS. Thanks to these partners for reviewing these safety guidelines: FACEBOOK SAFETY FOR JOURNALISTS Thanks to these partners for reviewing these safety guidelines: 10 STEPS TO KEEP YOURSELF SAFE Journalists are using Facebook in innovative ways to do their jobs, tell stories,

More information

Performance Horizon. Partner Console Guide. Version 2.2. January 2018 WEST ONE, 8 TH FLOOR, FORTH BANKS, NEWCASTLE UPON TYNE, NE1 3PA, UK

Performance Horizon. Partner Console Guide. Version 2.2. January 2018 WEST ONE, 8 TH FLOOR, FORTH BANKS, NEWCASTLE UPON TYNE, NE1 3PA, UK Performance Horizon Partner Console Guide Version 2.2 January 2018 Table of Contents Introduction 4 API 4 Getting Started 4 How to apply to a campaign 5 Console Navigation 6 Overview 7 Key features: 7

More information

Money Management Account

Money Management Account Money Management Account Overview Red represents debt accounts. Add An Account lets you add any account you want including loans, property, credit cards and investments. Click an account to edit it. Note:

More information

Installation & Configuration Guide Enterprise/Unlimited Edition

Installation & Configuration Guide Enterprise/Unlimited Edition Installation & Configuration Guide Enterprise/Unlimited Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

Swiiit User Guide 09/11/2016

Swiiit User Guide 09/11/2016 Swiiit User Guide 09/11/2016 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

DIGITAL DESIGN. advertising specs

DIGITAL DESIGN. advertising specs DIGITAL DESIGN advertising specs August 2018 BANNERS: WEB & MOBILE Dimension measurements provided in pixels BHMG BANNER ADS ON OUR LOCAL SITES File Formats: GIF, JPG, HTML5, Third-party ad tags (DoubleClick

More information

Self-Service Portal Implementation Guide

Self-Service Portal Implementation Guide Self-Service Portal Implementation Guide Salesforce, Spring 6 @salesforcedocs Last updated: April 7, 06 Copyright 000 06 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Implementation Guide. The essentials

Implementation Guide. The essentials Implementation Guide The essentials Hello! I am Romain, and I ll be your guide explaining the essential steps of the Nosto implementation! Follow the 7-key steps below and we will get your store live with

More information

PayTabs ios SDK Integration Guide

PayTabs ios SDK Integration Guide PayTabs ios SDK Integration Guide INTEGRATION GUIDE VERSION 2.0 Table of Contents 1 Overview...5 1.1 Test Merchant Account v/s Live Merchant Account...5 1.2 Target Audience...5 1.3 Assistance...5 1.4 Documentation

More information

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6 SCHULICH MEDICINE & DENTISTRY Website Updates August 30, 2012 Administrative Web Editor Guide v6 Table of Contents Chapter 1 Web Anatomy... 1 1.1 What You Need To Know First... 1 1.2 Anatomy of a Home

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

User Guide Using AuraPlayer

User Guide Using AuraPlayer User Guide Using AuraPlayer AuraPlayer Support Team Version 2 2/7/2011 This document is the sole property of AuraPlayer Ltd., it cannot be communicated to third parties and/or reproduced without the written

More information

Inclusions. Your Package Inclusions & Conditions.

Inclusions. Your Package Inclusions & Conditions. Inclusions Your Package Inclusions & Conditions SHOPPING CART WEBSITE You have purchased a fully functional website that has been built using the Woo Commerce Cart plugin on the Word Press platform. Word

More information

B. Sign Up and Using ClickBank Pay Administrative Account

B. Sign Up and Using ClickBank Pay Administrative Account B. Sign Up and Using ClickBank Pay Administrative Account Global Data Tutorial We will help you to get signed up with ClickBank who represents 20,000 companies. We will also show you how to get affiliate

More information

Create and Manage Partner Portals

Create and Manage Partner Portals Create and Manage Partner Portals Salesforce, Summer 18 @salesforcedocs Last updated: June 20, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

User Guide. Product Design. Version 2.2.2

User Guide. Product Design. Version 2.2.2 User Guide Product Design Version 2.2.2 Table of Contents Bridge User Guide - Table of Contents 1 TABLE OF CONTENTS... 1 INTRODUCTION... 4 Guide... 4 PRODUCTS... 5 Creating a New Product... 5 Viewing and

More information