-
Feed Content Specifications
MSN supports Articles, Galleries, and Video. MSN only supports HTTPS feed sources. Using TLS/SSL is highly recommended. Links containing usernames or passwords in the resource or parameters will be rejected. IP whitelisting is not supported, and MSN cannot provide static IPs. Articles Articles are posts consisting of text,…
-
Feed Item Requirements
Item requirements apply to all markets and all publishers, but certain markets or business cases may require additional fields. Contact us at PartnerHubSupport@microsoft.com if you have additional feed item requirements. All feed items are required to have a Unique ID, Title, and Publish Date, but other fields may be…
-
Metadata by Item Type
All feed items must contain a Unique ID, Title, Published Date, and the specified content in order to be ingested. Different types of feed items have additional metadata requirements. Articles An article must have a unique id, title, publish date and body. All other metadata is optional. Slideshows The Slideshow must have…
-
Inline Content
Inline content can be displayed on MSN via HTML or Media RSS. Images Image Placement If you add an image to the article's HTML body using <img> or <figure> tags, it automatically preserves its location within the body. Otherwise, if you use <media:content>, your image might be placed at a location automatically chosen by…
-
HTML
HTML can be used to specify the body field of an article or the slide image description field in a slideshow. It is not allowed in any other field. There are few general guidelines to keep in mind when using HTML: Microsoft Ingestion Services will always remove disallowed tags. The tag contents and children might be…
-
Media RSS
Media RSS can be used in both RSS and ATOM feeds to display media content like images and video. <media:content> This tag is used for embedding images and videos in articles. This tag cannot be combined with HTML elements so it must be specified at the item’s root level. Media RSS tags must be specified as immediate…
-
Sending Instructions
Sending Instructions and Additional Metadata in the Feed Depending on your deal with Microsoft, you may have the ability to integrate with an external Ad Manager. To do so, the video metadata must be amended with additional metadata, adProviderAssetRegistrationId, which specifies the video asset Id identified by Ad…
-
Image Licensors
MSN recommends providing an image even if you don’t have syndication rights. Image syndication rights default to true (1) with the assumption that most publishers have syndication rights for their images. If you don’t have image syndication rights and you license images from any of the image providers listed below, please:…
-
Geographic Markets
MSN Partners will have their content published in the market for which they signed the contract, with the exception of Canada. Canadian partners can choose to publish their content in both the English and French markets.
-
ATOM and RSS Code Examples
Use the code snippets below to help you manage your feeds. Remember to use the Feed Evaluation Tool to preview your content and spot any rendering issues. Questions? ATOM Article Feed Please note that ATOM only supports Articles at the <entry> level. Slideshows and Videos may be embedded inline within an article. <?xml…