Overture Keyword API

Status
Not open for further replies.


eli i'll make that monday for us...

the link is
Affiliate Program from Yahoo! Search Marketing (formerly Overture) - Marketing Alliances - Advertiser Web Services - DTC-XML API Available Commands

The XML query

Code:
<?xml version="1.0" encoding="UTF-8"?>
<DTCRequest xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
 	xs:schemaLocation="urn:/ows/aws/1.2
 	https://x-secure.overture.com/schema/dtc/1.2/dtc_request.xsd"
 	xmlns="urn:/ows/aws/1.2" username="myName" password="myPass" 
	key="MYKEY" >
 	<Actions accountId="12345" >
 		<AddListings>
 			<Listing searchTerm="persian cats"
 				url="http://www.persian.cat.
				mypetisthebestpetever.com"
 				title="Persian Cats"
 				description="Find out everything 
				about Persians on our amazing site"
 				bid="0.25" />
 		</AddListings>
 	</Actions>
 </DTCRequest>

probably code it using SOAP

need to find how to get API-KEY tho....

might email them..

-rob
 
Status
Not open for further replies.