Tags

Complete guide to the tags available to customize your posts.

Tags

As you saw in the previous section, post customization is extended through Tags.

Tags are essential pieces you insert in Formats to build the post.

Standard tags with modifier

These tags support modifiers to customize the output:

Title and name

TagDescription
{title}Product title
{title:20}Cut after 20 characters, ends with "..."
{title:20: etc..}Cut after 20 characters, ends with " etc.."
{name}Product name (clean words)
{name:10}Cut after 10 meaningful words, ends with "..."
{name:10: etc..}Cut after 10 meaningful words, ends with " etc.."

Date and time

TagDescription
{date}Post (or edit) time
{date:Y-m-d H:i:s}2022-08-02 00:27:42
{date:d/m/Y H:i:s}02/08/2022 00:27:42
{date:d/m H:i}02/08 00:27
โ„น๏ธ
For other date formats see: [php.net/datetime.format](https://www.php.net/manual/en/datetime.format.php)

Prices

TagDescription
{price}Product price
{price:2}2 decimals
{price:0}No decimals
{dealPrice}Discounted price
{dealPrice:2}2 decimals
{dealPrice:0}No decimals
{discountPerc}Discount percentage
{discountPerc:0}No decimals
{savedPrice}Savings from the discount
{savedPrice:2}2 decimals

Links and info

TagDescription
{link}Shortened product link
{appLink}App link to the product
{graphLink}Keepa price chart link
{category}Product category
{subcategory}Product subcategory
{condition}Item condition
{seller}Item seller
๐Ÿ’ก
The tags above are not customizable, but are automatically hidden when their value is missing.

Customizable tags

These tags can be edited in settings:

TagDescription
{reviews}Reviews
{lowestPrice}Lowest historical price
{prime}Amazon Prime
{choice}Amazon Choice
{dealRequest}Lightning deal request %
{coupon}Coupon (if any)
{description}Description (if any)
{amazonCoupon}Amazon Coupon checkbox (if any)
{dealExpired}Message to show when the deal expired
{amazonFb}Shipped by Amazon
{manufacturer}Item manufacturer
{fulfiller}Sold and shipped by

Configuration

To configure tags:

Settings โ†’ Tags โ†’ Edit tags as you prefer