Documentation on Basket Tracking

Size: px
Start display at page:

Download "Documentation on Basket Tracking"

Transcription

1 Rev

2 Documentation on Basket Tracking Contents Introduction 1 1. Tracking Code 1 2. Argument definition ref affmt affmn site curr order vcode odate ordertime psub1 / psub basket articlenb productname category quantity singleprice brand property mode leadtype 5 3. Order management interface Order list Order export / import Confirm or cancel baskets Column definition 8 TransactionId 8 ProgramId 8 PublisherId 8 Status 8 OrderId 8 RateMode 8 RateNumber 8 NetPrice 9

3 CancellationReason 9 BasketId Examples Create new baskets Column definition 9 ProgramId 9 PublisherId 9 Status 9 OrderId 10 psub1 / psub2 10 VoucherCode 10 ArticleNumber 10 SinglePrice 10 Currency (not supported in the 1st release) 10 Quantity 10 ProductName 10 Category 10 Brand 11 Property ItemRateMode 11 ItemRateNumber Examples Update or add basket items in existing baskets Column definition 11 ProgramId 11 PublisherId 11 OrderId 11 BasketId 12 ArticleNumber 12 SinglePrice 12 Quantity 12 ProductName 12 Category 12 Brand 12 Property RateMode 13 RateNumber 13 Position 13 ItemRateMode 13 ItemRateNumber 13 BasketItemCancellationReason Examples Import history Rate Mapping Order web services FAQ 15

4 7. Best Practices Glossary 18

5 Introduction The affilinet basket tracking system allows you to submit shopping basket information on item level to affilinet. That information enables you to perform detailed statistical analyses and allows your publishers to optimise their marketing activities even further. If you would like to make use of this tracking functionality, please call your account manager to activate basket tracking and change the registersale call on your order confirmation page according to this documentation. In the affilinet basket tracking system, we destinguish between baskets and basket items. Baskets can be confirmed and cancelled like regular transactions, but before you do this, you can update the contained basket items: you can update the quantity of single items or remove single items from the basket (e.g. if the article was returned by the customer); the publisher s commission is automatically updated. We offer several means to submit and manage baskets and basket items, all of which are described in this documentation. 1. Tracking Code As soon as your program has been activated for basket tracking, you can send us registersale calls with the new parameter "basket" and of course you can continue to send us the unchanged registersale calls which you are sending today. Everything you send us with this "basket" parameter will be treated as a shopping basket in our system. Everything you send us with registersale calls without the basket parameter will be treated as stand-alone transactions. If you would like to use registersale.aspx to submit baskets to us, please note that it must be called within a <form> element, as opposed of embedding it in an <img> notation which you are probably using today. The main reason for this is the fact that <img>-elements cannot exceed a certain length, which depends on your web server configuration and - what s worse - on the browser which your customer is using. <form> calls on the other hand (if submitted using POST instead of GET) can grow to practically any size without the risk of losing data. In order to rule out any influence on the design of your web page, we recommend to place the form element in a separate HTML file and include that in an iframe on your order confirmation page, somewhere outside of the visible range of the page. Here is an example for such a registersale call using the <form> syntax. In this example, a basket with 3 different articles is being submitted (article numbers ABCD_000055, ABCD_ and ABCD_000039). The form is automatically submitted with a little JavaScript call, but it could just aswell be sent using curl or other methods: <html> <body> <form name="affilinettrackingform" method="post" action=" tracking domain]/registersale.asp" id="affilinettrackingform"> <input type="hidden" id="site" name="site" value="1234"/> <input type="hidden" id="order" name="order" value="orderid12345_54321"/> <input type="hidden" id="curr" name="curr" value="eur"/> <input type="hidden" id="vcode" name="vcode" value="supersale"/> <input type="hidden" id="psub1" name="psub1" value="sub information 1" /> <input type="hidden" id="psub2" name="psub2" value="sub information 2" /> <textarea type="text" id="basket" name="basket"> ArticleNb=ABCD_000055&ProductName=Classic%20wool%20coat%20%22Brasilia%22&Cate Documentation on Basket Tracking Page 1

6 gory=women%20%3e%20coats%20%26%20jackets%20%3e%20coats&quantity=1&singleprice =60.99&Brand=Aber%2C%20Cromby%20%26%20Fich&Property1=White&Property2=New&Prop erty3=wool&property4=made%20in%20uk&property5= ArticleNb=ABCD_000047&ProductName=Windbreaker%20%22Petersburg%22%2C%20Dark%20 gray&category=women%20%3e%20coats%20%26%20jackets%20%3e%20jackets&quantity=1& SinglePrice=126.99&Brand=Connvers&Property1=Dark%20gray&Property2=New&Propert y3=pvc&property4=&property5= ArticleNb=ABCD_000039&ProductName=Tbar%20flat%20heel%20%22Salt%20Lake%20City%22%2C%20Green&Category=Women%20%3E% 20Shoes%20%26%20Boots%20%3E%20Sandals&Quantity=3&SinglePrice=29.99&Brand=Jame s%20sheepskin&property1=olive&property2=new&property3=&property4=made%20in%20 USA </textarea> </form> <script type="text/javascript"> document.affilinettrackingform.submit(); </script> </body> </html> If a program has been activated for basket tracking, it can use that basket functionality. But it can still stick to the regular syntax, which of course generates orders with no basket information. <img src=" tracking domain]/registersale.asp?site=12345&mode=ppl&ltype=1&order=orderid234567" width="1" height="1" /> Note: Please replace [*affilinet tracking domain]with the domain of the affilinet country you are working with: DE partners.webmasterplan.com UK being.successfultogether.co.uk FR clic.reussissonsensemble.fr ES web.epartner.es NL zijn.samenresultaat.nl 2. Argument definition Please note: all parameter values must be URL-encoded. So instead of a b please submit a%20b, instead of + please submit %2B etc. 2.1 ref This is the referrer argument. Typically, this is the Id of the referring publisher, but it can additionally contain the publisher sub-id, a string which the publisher can use to transfer additional information for his own purposes (e.g. the customer account number of a bonus network, the website on which the creative was located, etc.). If present, then the publisher s sub-id is appended to the publisher s Id, with - as a separation character. This argument is normally filled through the cookie, which the customer has on his machine. Optional. Documentation on Basket Tracking Page 2

7 Please note: you can only use this parameter if affilinet has activated it for you. Please contact you account manager for details. 2.2 affmt The affilinet media type - in short: the type of creative, which was clicked on. Can represent textlink, HTML or banner. This argument is normally filled through the cookie, which the customer has on his machine. Optional. Please note: you can only use this parameter if affilinet has activated it for you. Please contact you account manager for details. 2.3 affmn The affilinet media number - the number of the banner, textlink or HTML creative, which was clicked on. Together with the affilinet media type, this uniquely identifies the creative which lead to the transaction. This argument is normally filled through the cookie, which the customer has on his machine. Optional. Please note: you can only use this parameter if affilinet has activated it for you. Please contact you account manager for details. 2.4 site This argument must be filled with your program Id. Must be an integer > 0. Mandatory. 2.5 curr The currency which shall be applied to the monetary values you submit in the call. At the time of the registersale call, we convert this value into EUR or GBP, depending on your program s currency. Values have to follow the ISO standard 4217 and can have 3-character-abbreviations like CHF, GBP, USD, EUR, etc., case insensitive. If a submitted value cannot get recognized, we reject the whole basket. We support all reference currencies of the European Central Bank. Optional. Please note: you can only use this parameter if affilinet has activated it for you. Please contact you account manager for details. 2.6 order In this argument, you have to specify an identifier for the order. Within your program, this Order-Id must be unique, could be e.g. the invoice number. Can be an alphanumeric string with up to 40 characters, case insensitive. Special characters like é, è, í, %,, etc. are not supported. Mandatory. 2.7 vcode In this parameter, you can submit to us the voucher code string, which your customer has entered. You can later extract this information from our system for your inspection or analysis. Publishers only get to see whether or not a voucher was used in the transaction, they don t see the voucher code string itself. Can be an alphanumeric string with up to 25 characters, case insensitive. Special characters like é, è, í, %,, etc. are not supported. Optional. 2.8 odate Documentation on Basket Tracking Page 3

8 The creation date of the order. By default, we assume the date of the registersale call, but if necessary, you can send us an earlier date in this parameter, which we will then use instead. If specified, it must be in the format YYYY-MM-DD. Can be up to 60 days in the past. Optional. 2.9 ordertime The creation time of the order. By default, we assume the time of the registersale call, but if necessary, you can send us some other time in this parameter, which we will then use instead. If you specify ordertime, you also have to specify odate. The combination of odate and ordertime must result in a timestamp which lies in the past. If specified, it must be in the format hh:mm:ss. Optional psub1 / psub2 With these parameters, you can submit to us additional order information for your own purposes (e.g. the payment method, the customer s time spent on the site, a representation of his click sequence, etc.). Can be an alphanumeric string with up to 30 characters, case insensitive. Special characters like é, è, í, %,, etc. are not supported. Optional basket This is the parameter, through which you can send us the shopping basket information. You can submit us any amount of products. Between the products, you have to place a newline character, which we use to separate the single products after the call was made. Optional. If specified, then the value of this parameter must/can contain these parameters: articlenb The SKU which the bought product has within your system. Can be an alphanumerical string of up to 80 characters. Exceeding characters will be cut off. Mandatory. Please note: ArticleNumber doesn t have to be unique within a basket - you can submit to us baskets, which contain the same ArticleNumber more than once - e.g. if the same pair of shoes have been bought in different sizes productname The name of the product, e.g. Apple ipod Nano 8 GB. Can be an alphanumerical string of up to 255 characters. Exceeding characters will be cut off. Mandatory category The category, in which you keep the bought article, including category path, if available. E.g. Electronics > Portable devices > Mp3 players. Can be an alphanumerical string of up to 255 characters. Exceeding characters will be cut off. Mandatory quantity The amount of items with this ArticelNb, which have been bought. If e.g. somebody bought the same article in the same order process 5 times, then this parameter must be set to 5. Can be any integer > 0. Mandatory singleprice Documentation on Basket Tracking Page 4

9 The individual price of this article. We assume that this single price multiplied with the quantity results in the NetPrice, based on which we calculate the publisher commission. Mandatory. The single price cannot be changed in the order management for any given order brand The make of the bought article. E.g. Apple or Nike. Mandatory, but can be the empty string property1-5 Each of these 5 separate parameters can be used to submit additional information at your own wish. This information is also displayed to the publisher. Typical use cases is product data, which only applies to a certain subset of products - e.g. in the case of clothing, you could submit the size, colour, material, etc. of the product. Each property can contain up to 255 characters. Optional mode The commission model you wish this article to be remunerated with. Can be pps (for sale mode) or ppl (for lead mode). Optional. If absent, the RateMapping settings are applied. If this is specified, ltype must be specified, too leadtype The Id of the commission rate you wish this article to be remunerated with. Must be an integer > 0 and refer to an existing rate within this program. If absent, the RateMapping settings are applied. If this is specified, mode must be specified, too. Optional. 3. Order management interface 3.1 Order list On the advertiser platform, you find the submitted baskets in the order management interface ( Orders > Order List ), along with transactions without basket information (e.g. newsletter subscriptions). Baskets have a control, which allows you to open the basket to see the items within (1). Clicking on it a second time closes the basket again. The figures next to the control tell you, how many different items are contained in the basket (2) and how many of them currently entitle the publisher to receive commission (3) (the other items could have been cancelled because the customer sent them back, they were not in stock or s.th. similar). Transactions with no basket information don t have the basket control, but instead display the unique TransactionId, which identifies this transaction within our platform (4). With the radio buttons on the right (5), you can change the status of the basket or transaction (open, Documentation on Basket Tracking Page 5

10 confirmed or cancelled). While a basket is in status open, you can manage the basket items contained within: you can change the quantity of the single items and if you want to remove the item from the basket, select a specific reason why this was necessary in the Action column (6). Please note: we differentiate between 2 basic operations: updating basket items and updating shopping baskets / transactions. Updating the basket items affects the content of the basket and its total worth (which normally influences the height of the publisher commission) - but it does not affect the status of the order as a whole: it remains open. Setting a whole basket to confirmed or cancelled is a separate action. Only when the basket is explicitly set to confirmed (no matter whether manually in the order management page, via list import, via web service or through automatic order management), the commission is assigned to the publisher s account. Please note: If you give a cancellation reason to a basket item, this item status is changed to cancelled. You cannot change the status, quantity or any other parameter after that. Please note: Basket items cannot individually be set to confirmed. Only the basket, to which they belong, can be set to confirmed. However, basket items can be flagged as cancelled with the effect that they don t contribute any more to the commission paid for the basket. They remain cancelled, even if the basket is set to confirmed. 3.2 Order export / import In order to facilitate the order management, we offer an export/import system, so the advertisers own backend can take over the update, confirmation and cancellation of orders. Whenever you define a filter for orders, you can export the resulting list of orders. Please note that we make a difference between baskets and the basket items contained within: Baskets represent complete shopping processes. Each basket stands for a single shopping session, regardless on how many items were bought in this process. Baskets can get confirmed or cancelled as a whole. All items which are contained in the basket and which are not cancelled for some reason are used to calculate the publisher and network commission for the basket. As long as a basket is in status open (that is: it is neither cancelled nor confirmed), the content of this basket can be changed: Single items can be added to the basket. Single items can get cancelled with a certain reason. The quantities of single items can be changed. These two independent operations - managing baskets and managing basket items - make different sets of information necessary, which means: different file formats - which are explained further down in this chapter. Clicking on Download list triggers the export. You are asked which type of export you wish to generate: the one for basket items or the one for baskets - or both at the same time. Choose the file type you desire and click Start export. Depending on the amount of baskets and basket items involved, the preparation of the export might take a while. You can see the process and the resulting export file in Account > Download center. Both file types can be exported in CSV or in XLS format. In the case of CSV, you can adjust the format definition which serves best for your further process. Both file formats will contain a certain set of columns, which we will need for a later import. On top of those mandatory columns, you can optionally add further columns, if they help you processing the baskets and basket items. Documentation on Basket Tracking Page 6

11 Transactions or baskets: BasketItems Exported and edited or completely newly generated CSV or XLS files can be imported into our system under Orders > Import. Before uploading a file, you have to choose what kind of import you wish to perform: Confirm or cancel complete orders Create new baskets Update or add basket items in existing baskets Depending on your selection, different sets of columns are required. Please note: import files can contain any amount of columns which are not defined below. Only columns with the column headers defined below will be considered during the import, all others will be ignored. Please note: the columns can be sorted in any order, but the column headers have to be unique. Please note: Uploading, importing and validating the files can take a while, depending on their size and other processes running in parallel. Once an import has been completed, you see a summary on its outcome below in the import history. Documentation on Basket Tracking Page 7

12 3.3 Confirm or cancel baskets With this type of file, you can set baskets or transactions to the status confirmed or cancelled. When you confirm an order, the commission involved is added to the publisher s account. If you set an order to status cancelled, the commission is not added to the publisher s account and you have to specify a reason, why the order was cancelled. Please note: if you wish to add transactions (as opposed of baskets) to our system, please use this file format Column definition TransactionId If you wish to confirm or cancel a transaction, you can specify its TransactionId here. If you don t have the TransactionId, then the fields PublisherId, OrderId, RateMode and RateNumber must be filled. If you wish to confirm or cancel a basket and not a transaction, please omit this column or leave it empty, but instead specify either the BasketId or the OrderId. ProgramId Your affiliate program s Id. Mandatory. PublisherId The Id of the publisher which shall be remunerated. Mandatory if a new transaction shall be generated or BasketId or TransactionId is not specified and OrderId is not unique. Status The status which the order shall have. Can be Open, Confirmed or Cancelled. Mandatory. OrderId The identifier, which this order has within your program. Must be unique among all orders of this ProgramId. Mandatory if neither TransactionId nor BasketId is filled. RateMode If you wish to generate a new transaction (as opposed of basket), you can specify the desired remuneration mode here. Can be Sale or Lead. Mandatory if a new transaction shall be generated. RateNumber If you wish to generate a new transaction (as opposed of basket), you can specify the number of the desired remuneration mode here. Must be a positive integer. Mandatory if a new transaction shall be generated. Documentation on Basket Tracking Page 8

13 NetPrice If you wish to generate a new transaction of the type Sale or to adjust the NetPrice of an existing Sale transaction, you have to specify here the turnover value, based on which the publisher commission shall be calculated. Mandatory if a new transaction (not basket!) with RateMode Sale shall be generated. This field is ignored, if it would change the NetPrice of an existing basket. CancellationReason If the status of an order shall be set to Cancelled, then you have to specify here a reason which explains to the publisher, why he does not get a commission for this order. Can be any alphanumerical string with 5 to 100 characters. Mandatory if Status is set to Cancelled or if NetPrice has changed. BasketId If you wish to confirm or cancel a basket, you can either specify its OrderId (the unique identifier within your own system) or its BasketId (the unique identifier within the affilinet system) Examples A sample file containing all optional columns can be found here: CSV version XLS version A sample file with just the absolute minimum columns can be found here: CSV version XLS version 3.4 Create new baskets New baskets can be added to the affilinet system in 3 ways: either by sending a registersale call, through our web services or by importing a CSV or XLS list. This chapter describes the latter method. New baskets are getting created simply by uploading a set of basket items with an OrderId, which doesn t exist in the given program yet. Please note: For reasons of performance, all basket items with the same OrderId have to appear next to another, which e.g. can be achieved by sorting the CSV/XLS list by OrderId Column definition ProgramId Your affiliate program s Id. Mandatory. PublisherId The Id of the publisher which shall be remunerated. Can be suffixed with the publisher s sub-id. If present, then the publisher s sub-id has to be appended to the publisher s Id, with - as a separation character. Mandatory. Status The status which the order shall have. Can be Open, Confirmed or Cancelled. Optional. If not specified, Open is assumed. Documentation on Basket Tracking Page 9

14 OrderId The identifier, which this order has within your program. Must be unique among all orders of this ProgramId. Mandatory. psub1 / psub2 With these columns, you can submit to us additional order information for your own purposes (e.g. the payment method, the customer s time spent on the site, a representation of his click sequence, etc. - whatever helps you later analysing the orders generated through affilinet). Can be an alphanumeric string with up to 30 characters, case insensitive. Special characters like é, è, í, %,, etc. are not supported. Optional. VoucherCode In this column, you can submit to us the voucher code string, which your customer has entered. You can later extract this information from our system for your inspection or analysis. Publishers only get to see whether or not a voucher was used in the transaction, they don t see the voucher code string itself. Can be an alphanumeric string with up to 25 characters, case insensitive. Special characters like é, è, í, %,, etc. are not supported. Optional. ArticleNumber The SKU which the bought product has within your system. Can be an alphanumerical string of up to 80 characters. Exceeding characters will be cut off. Mandatory. SinglePrice The individual price of this article. We assume that this single price multiplied with the quantity results in the NetPrice, based on which we calculate the publisher commission. Mandatory. Currency (not supported in the 1st release) The 3-letter abbreviation of the currency, which shall be used to interpret the price information of this new item. Optional. Quantity The amount of items with this ArticelNb, which have been bought. If e.g. somebody bought the same article in the same order process 5 times, then this parameter must be set to 5. Can by any integer > 0. Mandatory. ProductName The name of the product, e.g. Apple ipod Nano 8 GB. Can be any alphanumerical string of up to 255 characters. Exceeding characters will be cut off. Mandatory. Category The category, in which you keep the bought article, including category path, if available. E.g. Electronics > Portable devices > Mp3 players. Can be an alphanumerical string of up to 255 characters. Exceeding characters will be cut off. Mandatory, but can be the empty string. Documentation on Basket Tracking Page 10

15 Brand The make of the bought article. E.g. Apple or Nike. Mandatory, but can be the empty string. Property1-5 Each of these 5 separate parameters can be used to submit additional information at your own wish. This information is also displayed to the publisher. Typical use cases is product data, which only applies to a certain subset of products - e.g. in the case of clothing, you could submit here the size, colour, material, etc. of the sold product. Optional. ItemRateMode The commission model you wish this article to be remunerated with. Can be Sale or Lead. If absent, then the Rate-Mapping settings are applied. If RateMode is specified, RateNumber must be specified, too. Optional. ItemRateNumber The rate Id of the commission model you wish this article to be remunerated with. Can be an integer > 0 and must refer to an existing rate of this ProgramId. If absent, then the Rate-Mapping settings are applied. If RateNumber is specified, RateMode must be specified, too. Optional Examples A sample file containing all optional columns can be found here: CSV version XLS version A sample file with just the absolute minimum columns can be found here: CSV version XLS version 3.5 Update or add basket items in existing baskets If you wish to e.g. cancel a basket item for a certain reason, or if you want to update its quantity, or if you wish to add an item to an already existing basket, this is the option you should choose Column definition ProgramId Your affiliate program s Id. Mandatory. PublisherId The Id of the publisher which shall be remunerated. Mandatory if OrderId is not unique or if BasketId is not specified. OrderId The identifier, which this order has within your program. Must be unique among all orders of this ProgramId. Mandatory if BasketId is not specified. Documentation on Basket Tracking Page 11

16 BasketId If you wish to identify a basket, you can either specify its OrderId (the unique identifier within your own system) or its BasketId (the unique identifier within the affilinet system). Mandatory if OrderId is not specified. ArticleNumber The SKU which the bought product, which shall be added to an existing basket, has within your system. Can be an alphanumerical string of up to 80 characters. Exceeding characters will be cut off. Mandatory. SinglePrice The individual price of this article. We assume that this single price multiplied with the quantity results in the NetPrice, based on which we calculate the publisher commission. In the case of updating a basket item within an existing basket, this field is ignored, while in the case of adding a basket item to an existing basket, this field is mandatory. Quantity The amount of items with this ArticelNb, which have been bought. If e.g. somebody bought the same article in the same order process 5 times, then this parameter must be set to 5. Can by any integer > 0. In the case of updating a basket item within an existing basket, this field is optional - if it is not specified, the quantity is not changed. In the case of adding a basket item to an existing basket, this field is mandatory. ProductName The name of the product, e.g. Apple ipod Nano 8 GB. Can be an alphanumerical string of up to 255 characters. Exceeding characters will be cut off. In the case of updating a basket item within an existing basket, this field is ignored, while in the case of adding a basket item to an existing basket, this field is mandatory. Category The category, in which you keep the bought article, including category path, if available. E.g. Electronics > Portable devices > Mp3 players. Can be an alphanumerical string of up to 255 characters. Exceeding characters will be cut off. In the case of updating a basket item within an existing basket, this field is ignored, while in the case of adding a basket item to an existing basket, this field is mandatory. Brand The make of the bought article. E.g. Apple or Nike. In the case of updating a basket item within an existing basket, this field is ignored, while in the case of adding a basket item to an existing basket, this field is mandatory, but can be the empty string. Property1-5 Each of these 5 separate parameters can be used to submit additional information at your own wish. This information is also displayed to the publisher. Typical use cases is product data, which only Documentation on Basket Tracking Page 12

17 applies to a certain subset of products - e.g. in the case of clothing, you could submit here the size, colour, material, etc. of the sold product. Optional. RateMode The commission model you wish this article to be remunerated with. Can be Sale or Lead. Is only considered in cases when new articles are added to an existing basket. Optional. If absent, then the Rate-Mapping settings are applied. If RateMode is specified, RateNumber must be specified, too. RateNumber The rate Id of the commission model you wish this article to be remunerated with. Can be an integer > 0 and must refer to an existing rate of this ProgramId. Is only considered in cases when new articles are added to an existing basket. Optional. If absent, then the Rate-Mapping settings are applied. If RateNumber is specified, RateMode must be specified, too. Position The position of the basket item within the basket. If e.g. 2 separate basket items within the same basket have the same ArticleNumber (e.g. the same pair of shoes, but in different sizes), Position can be used to exactly specify, which of the articles shall be edited. Optional. If not specified, then in this example the first of the 2 BasketItems gets changed, the other remains unchanged. ItemRateMode Only considered if a new item is added to a basket, otherwise this column is ignored. The commission model you wish this article to be remunerated with. Can be Sale or Lead. If absent, then the Rate-Mapping settings are applied. If RateMode is specified, RateNumber must be specified, too. Optional. ItemRateNumber Only considered if a new item is added to a basket, otherwise this column is ignored. The rate Id of the commission model you wish this article to be remunerated with. Can be an integer > 0 and must refer to an existing rate of this ProgramId. If absent, then the Rate-Mapping settings are applied. If RateNumber is specified, RateMode must be specified, too. Optional. BasketItemCancellationReason If for some reason you wish to cancel one basket item, then please specify a reason for doing so. All basket items which have the BasketItemCancellationReason NotCancelled are used to calculate the commission for the basket. Possible other values are: FailedCreditCheck (e.g. if a mobile phone contract was sold but the customer s rating was not sufficient) SaleCanceledByCustomer (if the customer cancelled the order before it was sent out) ItemReturned (if he sends back a single item of the order) ItemOutOfStock (if the advertiser was unable to deliver the item) DuplicatedOrder (e.g. if some error occurred in a manual import) BreachOfCampaignTermsAndConditions (if the publisher didn t comply with the advertiser s rules) Other (if none of the above applies) Documentation on Basket Tracking Page 13

18 3.5.2 Examples A sample file containing all optional columns can be found here: CSV version XLS version A sample file with just the absolute minimum columns can be found here: CSV version XLS version 3.6 Import history Once an import has taken place, its results can be found beneath the import control. It displays a short summary, which tells you if the operation was successful or what errors or notices occurred during the import. For each upload in the history, you can download either the originally uploaded file or an export file with orders or basket items, which caused warnings or an export file with orders or basket items, which caused errors. This way you can separately download the orders or items, which were not processed successfully, in order to correct them and import them anew. Please note: elements of the import, which could not get executed (e.g. because an mandatory field was missing), are called errors, whereas elements, which got written successfully to our DB but were somewhat noteworthy (e.g. if unchanged records are imported), are called warnings. Please note: imports are available in the history for your inspection for a total duration of 30 days and then get removed from our system. 4. Rate Mapping When basket tracking has been activated for a program, rate mapping rules can be created for this program: instead of specifying the appropriate rate for each and every basket item over and over again, one can map a product category or article number to a certain rate. Rate mappings can not only be created based on category information, but also based on article number. If you wish to remunerate a certain product with a certain rate, regardless within which category this product currently is, then you can define the rate mapping based on the article number. This has priority over category mapping. Documentation on Basket Tracking Page 14

19 Whenever this program submits to us a basket with article number ABCD_000039, then this article (not the entire basket) gets commissioned with sale rate #3 (whose rate name is in this example Low Commission ). The whole ArticleNumber must match, partial matches or wildcards are not supported. In this example, all products within Women shall be remunerated with sale rate #1, except for the category Women > Coats & Jackets, to which sale rate #2 shall be applied instead. Whenever the category mapping gets checked, we proceed longest match first : An article in category Women > Coats & Jackets > Coats > Trenchcoats would get remunerated with sale rate #3, because the best matching category mapping is the one for category Women > Coats & Jackets > Coats. Articles coming with category Men > Shoes would get mapped to sale rate #2, because the best matching category mapping is the one for category Men. As soon as a program gets activated for basket tracking, we need a default rate mapping, which is applied whenever we don t have any more detailed directive which rate to remunerate. In this example, the default mapping is set to sale rate #1. Whenever a new basket item gets submitted to our system, the following hierarchy of checks is being used: if the parameters mode and ltype are specified explicitly, then this rate gets applied. Otherwise, if a rate mapping exists for this ArticleNumber, then this rate gets applied. Otherwise, if a rate mapping exists for this Category (or any of its parent categories), then this rate gets applied. Otherwise, the default rate mapping is used. Please note: the matching of the submitted category or ArticleNumber categories to the rate mappings is case insensitive. Also make sure that when submitting baskets via registersale calls, the URL-decoded product category looks excactly like the categories of the rate mapping. 5. Order web services Through the affilinet order web services you can continuously update orders or basket items fully automatedly. They cover the whole life cycle of orders: creation of new orders, updates of basket items and confirmation / cancellation of orders. This enables e.g. online shop software like Magento, xt:commerce, Demandware etc... to automatically update the orders in our platform in real time. Our order web services are part of our advertiser web services. The latest version of their documentation can be found in the developer portal in the HELP section. 6. FAQ Question When my program has been activated for basket tracking, do I have to change my implementation? Answer The registersale call can stay the way it is now. Activating your program for basket tracking means that you CAN send us baskets from then on, but you don't have to. However, your order export will get several additional columns. Refer to the chapter Order export / import for details. Documentation on Basket Tracking Page 15

20 If in my shopping process a voucher has been used, which reduced the whole shopping basket value (e.g. by 5 EUR), how do I transmit this information to affilinet? How do lead rates work in affilinet basket tracking? The fact that a voucher has been used, can be submitted with the vcode parameter in the tracking pixel. However, we do not change the price (and therefore the commission) on our side. If e.g. 3 products were bought, all with different commissions, the advertiser has to decide for himself, which SinglePrice to reduce due to the used voucher - we cannot take this decision for him, because it affects the publisher s commission. You can use lead rates for basket items, if you want. The commission of each lead rate is added to the publisher commission only once - no matter how many basket items it is applied to. Example: a basket contains 3 basket items. 1 (worth 10 EUR) gets commissioned with sale rate #2 (which is 5%), the other 2 get commissioned with lead rate #1 (which is 5 EUR). Then the publisher commission consists of 0,50 EUR for the sale rate and 5 EUR for the lead items - totalling to 5,50 EUR and not to 10,50 EUR. Background: several online retailers grant a certain lead commission for each shopping process - no matter how many articles have been bought or how expensive they were. 7. Best Practices A convenient way to use integrate the form in an iframe, but to avoid physically creating a.html file for that, is the integration via JavaScript. Here is an adapted version of the example in the section Tracking-Code : <html> <head></head> <body> <iframe id="affilinetiframe" name="affilinetiframe" style="position:absolute;left: px;width:0px;height:0px;border:0px;display:none"></iframe> 1 Please replace [*affilinet tracking domain] with the domain of the affilinet country you are working with: DE partners.webmasterplan.com UK being.successfultogether.co.uk FR clic.reussissonsensemble.fr ES web.epartner.es NL zijn.samenresultaat.nl Documentation on Basket Tracking Page 16

Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues.

Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues. Contents 1 Introduction 4 2 Processing Transactions 5 2.1 Transaction Terminology 5 2.2 Using Your Web Browser as a Virtual Point of Sale Machine 6 2.2.1 Processing Sale transactions 6 2.2.2 Selecting

More information

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

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

More information

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

Please note: no personal information is stored in cookies and they cannot contain viruses. Tracking Script WHAT IS THE TRACKING SCRIPT USED FOR? The Mojn tracking script is used to track your visitor behaviour. When the script is implemented on your site, a cookie is saved to your visitors browser

More information

ERP guide and questions

ERP guide and questions Scandiweb ERP guide and questions Sometimes client asks you a short questions - how much would cost integration of customers ERP? And sometimes they provide some data on objects to be imported e.g. products,

More information

ecommerce User Guide LS Nav 2013 (7.1) Copyright 2014, LS Retail ehf. All rights reserved. All trademarks belong to their respective holders

ecommerce User Guide LS Nav 2013 (7.1) Copyright 2014, LS Retail ehf. All rights reserved. All trademarks belong to their respective holders ecommerce User Guide LS Nav 2013 (7.1) Copyright 2014, LS Retail ehf. All rights reserved. All trademarks belong to their respective holders Contents 1 Introduction... 1 1.1 System Requirements... 2 2

More information

Merchant Reporting Tool

Merchant Reporting Tool Merchant Reporting Tool payment and transaction statistic for web shops Transaction reports through web-interface to paysafecard application Table of Content 1. Introduction 2 2. Log In 2 2.1 Merchant

More information

Magento Handbook. Client Name. agency.info@nublue.co.uk 0800 033 7074 1

Magento Handbook. Client Name. agency.info@nublue.co.uk 0800 033 7074 1 Magento Handbook Client Name agency.info@nublue.co.uk 0800 033 7074 1 Content 1. What is Magento? 3 2. Logging in 4 Your Login Information 4 The Magento Dashboard 4 3. Understanding Products 5 Simple Products

More information

A guide to affilinet s tracking technology

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

More information

Offline Payment Methods

Offline Payment Methods Offline Payment Methods STRONGVON Tournament Management System 1 Overview The STRONGVON Tournament Management System allows you to collect online registration, while arranging for offline payment methods

More information

Transaction Inquiries

Transaction Inquiries Transaction Inquiries Publisher guide 3/26/2014 A guide to Tradedoubler s Transaction Inquiries system for publishers Contents 1. Introduction... 3 2. How it works... 3 3. Accessing the interface... 3

More information

Online sales management software Quick store setup. v 1.1.3

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

More information

Tagging Guide: Website and Email Implementation. Contents

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

More information

[Jet-Magento Integration]

[Jet-Magento Integration] CedCommerce. All rights reserved. SUPPORT@CEDCOMMERCE.COM [Jet-Magento Integration] CedCommerce Jet-Magento Integration, an extension by CedCommerce, establishes synchronization of inventory, price, other

More information

Trackingpixel. Content: Link up of your online shop Tracking pixel parameters Conversion-Tracking. NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin

Trackingpixel. Content: Link up of your online shop Tracking pixel parameters Conversion-Tracking. NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin Trackingpixel Content: Link up of your online shop Tracking pixel parameters Conversion-Tracking NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin Telefon +49 (0)30-94408-730 Telefax +49 (0)30-96083-706

More information

Tracking an Affiliate Program or campaign

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

More information

MONITORING YOUR WEBSITE WITH GOOGLE ANALYTICS

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

More information

Goods Order Inventory System Standalone

Goods Order Inventory System Standalone Goods Order Inventory System Standalone User Manual Android Version 1.1.1 iphone Version 1.7 Goods Order Inventory System 1 Table of Contents Introduction... 3 System Requirements... 3 Getting Started...

More information

itunes Store Publisher User Guide Version 1.1

itunes Store Publisher User Guide Version 1.1 itunes Store Publisher User Guide Version 1.1 Version Date Author 1.1 10/09/13 William Goff Table of Contents Table of Contents... 2 Introduction... 3 itunes Console Advantages... 3 Getting Started...

More information

Easitill Website & Ecommerce Solutions

Easitill Website & Ecommerce Solutions Easitill Website & Ecommerce Solutions Ibex House, Ferro Fields, Scaldwell Rd, Brixworth, Northants, NN6 9UA Tel: 01604 881881 email:sales@easitill.co.uk www.easitill.co.uk Base Level Website - Company

More information

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

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

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

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

More information

AJ Shopping Cart. Administration Manual

AJ Shopping Cart. Administration Manual AJ Shopping Cart Administration Manual AJ Square Consultancy Services (p) Ltd., The Lord's Garden, #1-12, Vilacheri Main Road, Vilacheri, Madurai-625 006.TN.INDIA, Ph:+91-452-2485553, 2485554. Fax : 2484600

More information

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1 ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1 OnContact Marketing Guide v8.1 Contents Marketing Dashboard... 2 Marketing Dashboard Panels... 3 Campaign Record... 3 Field Descriptions... 3 Products Tab...

More information

Magento module Documentation

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

More information

Tracking Network Changes Using Change Audit

Tracking Network Changes Using Change Audit CHAPTER 14 Change Audit tracks and reports changes made in the network. Change Audit allows other RME applications to log change information to a central repository. Device Configuration, Inventory, and

More information

Introduction to Client Online. Factoring Guide

Introduction to Client Online. Factoring Guide Introduction to Client Online Factoring Guide Contents Introduction 3 Preparing for Go live 3 If you have any questions 4 Logging In 5 Welcome Screen 6 Navigation 7 Navigation continued 8 Viewing Your

More information

Marketplace Plug-in User Guide

Marketplace Plug-in User Guide Marketplace Plug-in User Guide A guide to using Marketplace plug-in interface Last Updated: September 30, 2014 Version 1.0 2013-2004 Cybage. All rights reserved. The information contained in this document

More information

SyncTool for InterSystems Caché and Ensemble.

SyncTool for InterSystems Caché and Ensemble. SyncTool for InterSystems Caché and Ensemble. Table of contents Introduction...4 Definitions...4 System requirements...4 Installation...5 How to use SyncTool...5 Configuration...5 Example for Group objects

More information

Dell KACE K1000 Management Appliance. Asset Management Guide. Release 5.3. Revision Date: May 13, 2011

Dell KACE K1000 Management Appliance. Asset Management Guide. Release 5.3. Revision Date: May 13, 2011 Dell KACE K1000 Management Appliance Asset Management Guide Release 5.3 Revision Date: May 13, 2011 2004-2011 Dell, Inc. All rights reserved. Information concerning third-party copyrights and agreements,

More information

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1 ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1 OnContact Marketing Guide v8.1 Contents Marketing Dashboard... 2 Marketing Dashboard Panels... 2 Campaign Record... 3 Field Descriptions... 3 Products Tab...

More information

Chapter 5 Configuring the Remote Access Web Portal

Chapter 5 Configuring the Remote Access Web Portal Chapter 5 Configuring the Remote Access Web Portal This chapter explains how to create multiple Web portals for different users and how to customize the appearance of a portal. It describes: Portal Layouts

More information

ZOINED RETAIL ANALYTICS. User Guide

ZOINED RETAIL ANALYTICS. User Guide ZOINED RETAIL ANALYTICS User Guide Contents Using the portal New user Profile Email reports Portal use Dashboard Drilling down into the data Filter options Analytics Managing analysis Saving the analysis

More information

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions Bitrix Site Manager 4.0 Quick Start Guide to Newsletters and Subscriptions Contents PREFACE...3 CONFIGURING THE MODULE...4 SETTING UP FOR MANUAL SENDING E-MAIL MESSAGES...6 Creating a newsletter...6 Providing

More information

Magento extension for ricardo.ch

Magento extension for ricardo.ch Magento User Guide Plug-in für ricardo.ch Magento extension for ricardo.ch Version 1.2.0 Page 2 of 45 Table of content 1 INTRODUCTION 5 1.1 OVERVIEW 5 1.2 ABOUT RICARDO.CH GROUP 5 1.3 ABOUT DIGLIN 5 1.4

More information

Order Manager Toolkit

Order Manager Toolkit Order Manager Toolkit Magento Extension User Guide Official extension page: Order Manager Toolkit Page 1 Table of contents: 1. Order Manager Toolkit: functionality on the order grid.. 3 2. Extended grid:

More information

EPSS Helpdesk - workdays from 08:00 to 20:00 - Phone: +32 2 23 33 760 E-mail: support@epss-fp7.org

EPSS Helpdesk - workdays from 08:00 to 20:00 - Phone: +32 2 23 33 760 E-mail: support@epss-fp7.org EPSS Frequently Asked Questions (FAQ) For support please contact: EPSS Helpdesk - workdays from 08:00 to 20:00 - Phone: +32 2 23 33 760 E-mail: support@epss-fp7.org A. General Questions: N.B.: For PIC-related

More information

Hypercosm. Studio. www.hypercosm.com

Hypercosm. Studio. www.hypercosm.com Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks

More information

Operative Media. Operative.One. Release 2015.3. Finance Module User's Guide. Document Version 1.0

Operative Media. Operative.One. Release 2015.3. Finance Module User's Guide. Document Version 1.0 Operative Media Operative.One Release 2015.3 Finance Module User's Guide Document Version 1.0 Issued 9/2/2015 2015 Operative Media, Inc. All Rights Reserved. This document may not, in whole or in part,

More information

EPSS Helpdesk - workdays from 08:00 to 20:00 - Phone: +32 2 23 33 760 E-mail: support@epss-fp7.org

EPSS Helpdesk - workdays from 08:00 to 20:00 - Phone: +32 2 23 33 760 E-mail: support@epss-fp7.org EPSS Frequently Asked Questions (FAQ) For support please contact: EPSS Helpdesk - workdays from 08:00 to 20:00 - Phone: +32 2 23 33 760 E-mail: support@epss-fp7.org A. General Questions: N.B.: For PIC-related

More information

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

Pinpointe User s Guide

Pinpointe User s Guide Pinpointe User s Guide Edition 2.1 October 2008 About This User s Guide How to Use This User s Guide This user s guide describes Pinpointe s Graphical User Interface (GUI). It shows you how to use each

More information

Kentico CMS 7.0 E-commerce Guide

Kentico CMS 7.0 E-commerce Guide Kentico CMS 7.0 E-commerce Guide 2 Kentico CMS 7.0 E-commerce Guide Table of Contents Introduction 8... 8 About this guide... 8 E-commerce features Getting started 11... 11 Overview... 11 Installing the

More information

Microsoft Dynamics GP. Extender User s Guide

Microsoft Dynamics GP. Extender User s Guide Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

MASTERTAG VALUE-ADDED SERVICES FOR ADVERTISERS SET-UP GUIDE

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

More information

ERSSTOCK INVENTORY SOFTWARE FOR PC. USER GUIDE - v 1.00

ERSSTOCK INVENTORY SOFTWARE FOR PC. USER GUIDE - v 1.00 ERSSTOCK INVENTORY SOFTWARE FOR PC USER GUIDE - v 1.00 Electronic Reading Systems Ltd 14 Wolseley Business Park Kempston Beds MK42 7PW Tel: 01234 855300 Fax: 01234 855446 1.0 INTRODUCTION CONTENTS 2.0

More information

Secure Hosting and Payments Technical Integration Guide

Secure Hosting and Payments Technical Integration Guide Secure Hosting and Payments Technical Integration Guide Version 12.8.8 Released Aug 2012 Description Integrating your website or payment system into the Secure Hosting and Payment ecommerce gateway platform

More information

http://downloadcenter.trendmicro.com/

http://downloadcenter.trendmicro.com/ Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

How To Convert A Lead In Sugarcrm

How To Convert A Lead In Sugarcrm Attract. Convert. Retain. Lead Management in SugarCRM Written by: Josh Sweeney and Matthew Poer www.atcoresystems.com Atcore Systems, LLC 2010 All rights reserved. No part of this publication may be reproduced

More information

Special Promotions. Magento Extension User Guide. Official extension page: Special Promotions. User Guide: Special Promotions

Special Promotions. Magento Extension User Guide. Official extension page: Special Promotions. User Guide: Special Promotions Special Promotions Magento Extension User Guide Official extension page: Special Promotions Page 1 Table of contents: 1. Extension settings.... 3 2. The Cheapest and The Most Expensive actions... 4 3.

More information

Agile Product Lifecycle Management

Agile Product Lifecycle Management Agile Product Lifecycle Management Agile PLM Variant Management User Guide V 9.3.0.1 E15464-03 January 2010 Agile PLM Variant Management User Guide Oracle Copyright Copyright 1995, 2010, Oracle and/or

More information

Monitoring Replication

Monitoring Replication Monitoring Replication Article 1130112-02 Contents Summary... 3 Monitor Replicator Page... 3 Summary... 3 Status... 3 System Health... 4 Replicator Configuration... 5 Replicator Health... 6 Local Package

More information

Klarna Magento module

Klarna Magento module Klarna Magento module User guide Payment module version: 5.x.+ User guide 1.0 Revision: 1.1 Table of Contents User guide Welcome to Klarna How do you benefit? What is Klarna s offering? Prerequisites Before

More information

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1)

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1) LICENTIA Nuntius Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1) INDEX About the extension... 6 Compatability... 6 How to install... 6 After Instalattion... 6 Integrate in your

More information

Portal Connector Fields and Widgets Technical Documentation

Portal Connector Fields and Widgets Technical Documentation Portal Connector Fields and Widgets Technical Documentation 1 Form Fields 1.1 Content 1.1.1 CRM Form Configuration The CRM Form Configuration manages all the fields on the form and defines how the fields

More information

AVATAX 15 USER GUIDE

AVATAX 15 USER GUIDE AVATAX 15 USER GUIDE Table of Contents About Avatax 15 extension Flow and integration with StoreFront Installation Connection Settings Validation & Normalization Tax Calculations GetTax details while Cart

More information

Apparo Fast Edit. Excel data import via email 1 / 19

Apparo Fast Edit. Excel data import via email 1 / 19 Apparo Fast Edit Excel data import via email 1 / 19 1 2 3 4 5 Definition 3 Benefits at a glance 3 Example 4 3.1 Use Case 4 3.2 How users experience this feature 4 Email ImportBusiness Case 6 4.1 Creating

More information

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

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

More information

Merchant Interface Online Help Files

Merchant Interface Online Help Files Merchant Interface Online Help Files REGAL t e c h n o l o g i e s t h e f u t u r e o f p a y m e n t s Table of Contents Merchant Interface Online Help Files... 1 Tools... 2 Virtual Terminal... 7 Submit

More information

Virtual Terminal & Online Portal

Virtual Terminal & Online Portal Authipay Gateway Virtual Terminal & Online Portal User Guide Version 5 (EMEA) Virtual Terminal & Online Portal User Guide Version 5 (EMEA) CONTENTS 1 Introduction... 5 2 Processing Transactions... 6 2.1

More information

First Data Merchant Solutions Virtual Terminal & Manager

First Data Merchant Solutions Virtual Terminal & Manager First Data Merchant Solutions Virtual Terminal & Manager User Guide Version 2.2 firstdatams.co.uk First Data Merchant Solutions is a trading name of First Data Europe Limited, a private limited company

More information

Power Editor Guide February 29, 2012

Power Editor Guide February 29, 2012 Power Editor Guide February 29, 2012 Why should I use Power Editor?...2 Get started in 5 easy steps...3 Power Editor buttons and features.................................... 4 Navigate within Power Editor....6

More information

Inventory Web Pro Version 1.06. User Guide 20120728

Inventory Web Pro Version 1.06. User Guide 20120728 Inventory Web Pro Version 1.06 User Guide 20120728 2 P A G E 1. Overview... 3 1.1. General Introduction... 3 1.2. Getting Started with Inventory Web Pro... 3 1.2.1. Sign Up... 4 1.2.2. Subscribe to a Plan...

More information

Magento Integration Guide. Everything you need to know to integrate Unleashed inventory management with Magento ecommerce. Contents.

Magento Integration Guide. Everything you need to know to integrate Unleashed inventory management with Magento ecommerce. Contents. Contents Contents Magento Integration Guide Everything you need to know to integrate Unleashed inventory management with Magento ecommerce Direct integration between two powerhouses of online sales and

More information

Kaseya 2. User Guide. for VSA 6.3

Kaseya 2. User Guide. for VSA 6.3 Kaseya 2 Ticketing User Guide for VSA 6.3 September 17, 2013 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULA as updated

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Ticketing User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as

More information

Customising Your Mobile Payment Pages

Customising Your Mobile Payment Pages Corporate Gateway Customising Your Mobile Payment Pages V2.0 May 2014 Use this guide to: Understand how to customise your payment pages for mobile and tablet devices XML Direct Integration Guide > Contents

More information

Table Of Contents. Welcome to Abebooks HomeBase Inventory Management Software version 2.3... 1. Quick Tour... 2. Toolbar... 2

Table Of Contents. Welcome to Abebooks HomeBase Inventory Management Software version 2.3... 1. Quick Tour... 2. Toolbar... 2 HomeBase 2.3 Table Of Contents Welcome to Abebooks HomeBase Inventory Management Software version 2.3... 1 Quick Tour... 2 Toolbar... 2 Navigating in Abebooks HomeBase... 3 Getting Started... 3 Loading

More information

Configuration > Payment gateways Configure the payment gateway tokens for your credit card and PayPal payment methods if applicable.

Configuration > Payment gateways Configure the payment gateway tokens for your credit card and PayPal payment methods if applicable. Storefront Users Manual Quick Start Settings Your shopping cart is pre-configured with default values suitable for most businesses. In most cases, you only need to configure the settings below to start

More information

Magento Integration Manual (Version 2.1.0-11/24/2014)

Magento Integration Manual (Version 2.1.0-11/24/2014) Magento Integration Manual (Version 2.1.0-11/24/2014) Copyright Notice The software that this user documentation manual refers to, contains proprietary content of Megaventory Inc. and Magento (an ebay

More information

Terex Management System (TMS)

Terex Management System (TMS) Terex Management System (TMS) TMS ecommerce Version 2.1 User Manual Electronic Spare Parts Catalog and Ordering Platform Terex Compact (Schaeff) Terex Fuchs Table of Contents Course Overview... 1 Overview

More information

BF Survey Plus User Guide

BF Survey Plus User Guide BF Survey Plus User Guide August 2011 v1.0 1 of 23 www.tamlyncreative.com.au/software/ Contents Introduction... 3 Support... 3 Documentation... 3 Installation New Install... 3 Setting up categories...

More information

Dynamic Product Ads Implementation Guide

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

More information

TeamViewer 9 Manual Management Console

TeamViewer 9 Manual Management Console TeamViewer 9 Manual Management Console Rev 9.2-07/2014 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen www.teamviewer.com Table of Contents 1 About the TeamViewer Management Console... 4 1.1 About the

More information

Technical Specifications

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

More information

MOBILE PERFORMANCE ADVERTISING QUICK START GUIDE FOR ADVERTISERS

MOBILE PERFORMANCE ADVERTISING QUICK START GUIDE FOR ADVERTISERS MOBILE PERFORMANCE ADVERTISING QUICK START GUIDE FOR ADVERTISERS TABLE OF CONTENTS Mobile performance advertising with zanox 3 Create a mobile landing page 4 Enable zanox tracking 5 Create mobile ads 6

More information

Google Analytics Guide

Google Analytics Guide Google Analytics Guide 1 We re excited that you re implementing Google Analytics to help you make the most of your website and convert more visitors. This deck will go through how to create and configure

More information

AT&T UC - CPRT. Customer Provisioning Reporting Tool. April 2014. CPRT Version: 1.33

AT&T UC - CPRT. Customer Provisioning Reporting Tool. April 2014. CPRT Version: 1.33 AT&T UC - CPRT Customer Provisioning Reporting Tool April 2014 CPRT Version: 1.33 Contents General... 4 Introduction... 4 View & Screen... 4 Latest Data Table (Landing Page)... 4 System Time & Clock...

More information

How to Configure the Workflow Service and Design the Workflow Process Templates

How to Configure the Workflow Service and Design the Workflow Process Templates How-To Guide SAP Business One 9.0 Document Version: 1.0 2012-11-15 How to Configure the Workflow Service and Design the Workflow Process Templates Typographic Conventions Type Style Example Description

More information

Tracking True & False Demystifying Recruitment Marketing Analytics

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

More information

HTML Forms and CONTROLS

HTML Forms and CONTROLS HTML Forms and CONTROLS Web forms also called Fill-out Forms, let a user return information to a web server for some action. The processing of incoming data is handled by a script or program written in

More information

SelectSurvey.NET User Manual

SelectSurvey.NET User Manual SelectSurvey.NET 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 7 Survey

More information

MASTERTAG DEVELOPER GUIDE

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

More information

Merchant Interface Guide. Version 4.0 December 2011 Business Gateway

Merchant Interface Guide. Version 4.0 December 2011 Business Gateway Merchant Interface Guide Version 4.0 December 2011 Business Gateway Merchant Interface Guide Table of Contents About this Guide... 4 Update History... 4 Copyright... 4 Introduction... 5 What is the Merchant

More information

GENERAL ADMINISTRATION - SHOPPING CART

GENERAL ADMINISTRATION - SHOPPING CART GENERAL ADMINISTRATION - SHOPPING CART Document Version 3.0 December 2014 For assistance, please message DRWP Client Services or call 0800 756 3350. Copyright 2014 Beanstream Internet Commerce. All rights

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Managing your Inventory

Managing your Inventory Managing your Inventory Overview The Inventory command centre controls the way MYOB manages goods and services. You can create items (i.e. things you buy and sell), and set up automatic triggers to remind

More information

Direct Post. Integration Guide

Direct Post. Integration Guide Direct Post Integration Guide Updated September 2013 Table of Contents 1 Introduction... 4 1.1 What is Direct Post?... 4 1.2 About this Guide... 4 1.3 Features and Benefits... 4 1.4 Card Types Accepted...

More information

Great! You sold some Lexmark devices. Now you need to file for the associated rebates.

Great! You sold some Lexmark devices. Now you need to file for the associated rebates. Great! You sold some Lexmark devices. Now you need to file for the associated rebates. How do you do that today? Fill out a spreadsheet, email it to someone at Lexmark and wait How do you know if they

More information

ADVERTISER BEGINNER S GUIDE GETTING STARTED IN THE ZANOX MARKETPLACE

ADVERTISER BEGINNER S GUIDE GETTING STARTED IN THE ZANOX MARKETPLACE ADVERTISER BEGINNER S GUIDE GETTING STARTED IN THE ZANOX MARKETPLACE Dear advertiser, Welcome to the zanox Advertiser Beginner s Guide. The following pages will give you an overview of your zanox advertiser

More information

Quick Introduction... 3. System Requirements... 3. Main features... 3. Getting Started... 4. Connecting to Active Directory... 4

Quick Introduction... 3. System Requirements... 3. Main features... 3. Getting Started... 4. Connecting to Active Directory... 4 Users' Guide Thank you for evaluating and purchasing AD Bulk Users 4! This document contains information to help you get the most out of AD Bulk Users, importing and updating large numbers of Active Directory

More information

Integration Guide Version 5.3 6/25/2015

Integration Guide Version 5.3 6/25/2015 Integration Guide Version 5.3 6/25/2015 Table of Contents Table of Contents... 1 Document Version History... 3 1. Create Items with Seller Portal... 4 1.1. Create a New Item... 4 1.2. Or, Find it on Newegg...

More information

Getting Started with Mal s. Adding Buy Now buttons to your web page

Getting Started with Mal s. Adding Buy Now buttons to your web page Getting Started with Mal s Adding Buy Now buttons to your web page October 2008 In this guide we will show you how easy it is to add "Buy Now" buttons to your web page. Open your web page in any html editor

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 FEBRUARY 2010 COPYRIGHT Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Part

More information

Supply Chain Finance WinFinance

Supply Chain Finance WinFinance Supply Chain Finance WinFinance Customer User Guide Westpac Banking Corporation 2009 This document is copyright protected. Apart from any fair dealing for the purpose of private study, research criticism

More information

Email Data Protection. Administrator Guide

Email Data Protection. Administrator Guide Email Data Protection Administrator Guide Email Data Protection Administrator Guide Documentation version: 1.0 Legal Notice Legal Notice Copyright 2015 Symantec Corporation. All rights reserved. Symantec,

More information

MONETA.Assistant API Reference

MONETA.Assistant API Reference MONETA.Assistant API Reference Contents 2 Contents Abstract...3 Chapter 1: MONETA.Assistant Overview...4 Payment Processing Flow...4 Chapter 2: Quick Start... 6 Sandbox Overview... 6 Registering Demo Accounts...

More information

Adobe Marketing Cloud How Adobe Scene7 Publishing System Supports SEO

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

More information

Web Analytics. User Guide. July 2012. Welcome to AT&T Website Solutions SM

Web Analytics. User Guide. July 2012. Welcome to AT&T Website Solutions SM July 2012 Web Analytics User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a successful

More information

Users Manual OP5 Logserver 1.2.1

Users Manual OP5 Logserver 1.2.1 Users Manual OP5 Logserver 1.2.1 Copyright(C) 2003-2005 OP5 AB, www.op5.se Page 1 of 13 Table of Contents Users Manual...1 OP5 Logserver 1.2.1...1 Introduction... 3 Who is this manual for... 3 Syslog protocol...

More information

CounterPoint SQL and Magento ecommerce Interface

CounterPoint SQL and Magento ecommerce Interface CounterPoint SQL and Magento ecommerce Interface Requirements: CounterPoint SQL: 8.3.9, 8.4.2 Magento Community Edition: 1.5.1+ (older versions are not compatible due to changes in Magento s API) MagentoGo

More information