Tag Name | Purpose of the Tag | Example of the Tag |
---|---|---|
category | Similar to ‘keywords’, can be used to help identify what each piece of content is and build out an overlapping map of the content being sold on your site. | If a ‘category’ tag does not exist, use: property=”bt:category” content=”{Categories for the Content}” |
currency | Allows you to specify which currency or currencies your products are sold in. This is useful for recommending the same content, which is sold in multiple places, so that ZetaHub sends the correct currency to your Users. | |
expDate | The date the content expires and should no longer be recommended. Should be in ISO format (YYYY-MM-DDThh:mm:ssTZD) or Unix Epoch with milliseconds (14409993870000).
NOTE: This date value is important for ensuring that ZetaHub knows when to stop including this content in recommendations. |
If an Expiration Date tag does not exist, use: property=”bt:expDate” content=”2015-09-03T14:10:00-07:00″ |
isUnavailable | Use this tag to tell ZetaHub that this piece of content is no longer available on your site, so that ZetaHub will no longer include it in recommended content.
NOTE: To use this tag you must have the ‘modDate’ tag. |
property=”bt:isUnavailable” content=”{true or false}” |
memberPrice | If some of your Users should see a different price than others you can use this tag to identify this special price. | property=”bt:memberPrice” content=”{The Member Price of the Content}” |
price | The price value of the content can be used in recommendations, to ensure Users are seeing how much something costs, in addition to other attributes. | If a ‘price’ tag does not exist, use: property=”bt:price” content=”{Price of the Content}” |