Click on the Customers icon in the top left-hand corner and you'll be taken to the New Customer page. Here you'll find a 'Add New Customer' button. Click this and you'll see a form into which you can enter the customer's details:
Once you've added the information you want (only the Customer Name and Customer Type are required), you'll need to start an advertising campaign and add their ads to it. On the right hand side of the Ad Manager interface you'll see the campaigns section. Here click the 'Add New Campaign' button to add a new campaign.
In the first field of the New Campaign form enter a name of your choice for the campaign. The second and third fields are for the Start and End dates of the campaign respectively (the default start date is the current date, and the end date is one month later). Alter these as necessary. Finally, select one of two options to determine how the ads are scheduled. (For any advertising campaign you can schedule ads either on the number of clicks they receive, or on the number of requests, but cannot mix the two.)
Once you've filled in these details click the 'Ad Campaign' button. You'll now see your ad campaign listed under Campaigns to the right of the Customer Property details. All ads, be they full-size banners, button images, text or whatever, are referred to as campaign items in Ad Manager, so to include your customer's first ad click on the campaign name and then click the 'Add New Campaign Item' button which you'll see on the right hand side of the next screen. You'll then be prompted for the type of campaign item you wish to add. Here you have a choice of the following 6 types:
Now that you have an ad included in your campaign you may want to target it toward certain visitors of your site. The way this is done is with tags. These are strings containing information about the page on which an advertisement appears. The ASP code which requests an ad for a particular slot, passes the Ad Server object an array of these tags as an argument to the GetAd method (this will be described in more detail in the next section). These can contain whatever information you like. To illustrate the use of tags we shall assume that there is a page on our website devoted to the subject of XML. A request for an ad on that page, therefore, could include a tag such as 'subject.xml'. This target tag could then be associated with individual ads in Ad Manager to either increase the likelihood of that ad being selected for that page, or exclude it completely. Each target tag can be associated with one of the following 3 actions:
So to associate a particular campaign item with one or more tags, select it under Campaign Items in Ad Manager, and then in the Campaign Item Targets section enter the tag in the Tag field, select which of the above three actions you desire, and click 'Add New Target'. Assuming you entered 'subject.xml' in the Tag field, then the 'Target' action would mean that that campaign item would have a slightly increased chance of being selected for a slot with the same tag, whereas those slots without it would be less favored. The 'Require' action would mean that a slot's taglist would have to include 'subject.xml' for that ad to be selected, and the 'Exclude' tag would mean that the ad could never appear in such a slot. Now let's look at how to request a campaign item on one of our pages.