Showing posts with label API. Show all posts
Showing posts with label API. Show all posts

Saturday, September 10, 2011

The OAS AdXML Kit: What is it for, how to install & use

I have developed a simple DLL, to facilitate code development in Excel. Without this component it would be necessary to write some extra code in Excel to develop our examples. As I have mentioned before, I am trying to avoid focusing too much on code (but we will need quite a bit) and focus more on getting results -this is really what matters. The DLL is available through SourceForge (click here to download) and the installation follows a standard Windows installation routine. I will make the source code of this DLL available through GitHub, for those who prefer to see what is under the hood.

Once it is installed, it is quite simple to activate for use in VBA (MS-Office macro language). You will, in VBA screen, click on Tools > References and select OAS Integration Module as in the image below.


This will allow you to reference the OAS API by simply creating an object. An example of this follows, using VBA;



The worksheet associated with the code.

Wednesday, July 27, 2011

Let's get started!

To get started we have to create our API user... I could bore you to death with a text explanation, but I have decided instead to post a YouTube video (much easier!)


This is really the easiest [booooring!] part, but if you have difficulties write me, I will try to help. The next step is for us to