|
|
RemoteAds namespace definition
Extension: Remote Ads (FeedShow)
Extension Name: ra
Purpose: The Remote Ads namespace allows
the user to include data related to affiliate
programs within the RSS feed. Aggregators
that use the RemoteAds namespace can display
the advertising data on behalf of the publisher.
Declaration: The namespace for Remote
Ads is defined at: http://www.feedshow.com/xmlrss/remoteads/
<rss version="2.0"xmlns:ra="http://www.feedshow.com/xmlrss/remoteads/">
Elements: Elements appear at the <channel>
level as described below:
<ra:provider> defines the organization
name related to the program provider.
<ra:uid> identifies the unique intification
of the publisher. The id is usually provided
by the ad program vendor.
<ra:option> an additional parameter
that can be defined.
Example:
<!-- Snipped for Brevity -->
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:ra="http://www.feedshow.com/xmlrss/remoteads/"
version="2.0">
<channel>
<title>FeedForAll Namespace Tutorial
</title>
<link>http://www.feedforall.com</link>
<description>Explanation of the
Remote Ads namespace extension. </description>
<ra:provider>Google</ra:provider>
<ra:uid>C12453</ra:uid>
<ra:option>1234567889</ra:option>
<!--Snipped for Brevity-->
|
|
|
|
|