### Subscription Cost Example Source: https://support.google.com/merchants/topic/7259406?hl=en-GB&ref_topic=11983731%2C7259405%2C Example of how to format the subscription_cost attribute for a monthly subscription. ```text month:12:35.00GBP ``` -------------------------------- ### Loyalty Program Example Source: https://support.google.com/merchants/topic/7259406?hl=en-GB&ref_topic=11983731%2C7259405%2C Example of how to format the loyalty_program attribute with multiple sub-attributes. ```text my_loyalty_program:silver:10 GBP::10::free_member_shipping ``` -------------------------------- ### Multiple Free Shipping Thresholds in TSV Format Source: https://support.google.com/merchants/topic/15732451?hl=en&ref_topic=12570808 To set free shipping for different delivery locations in TSV format, submit the free shipping threshold attribute multiple times, each with a specific country and price threshold. This example sets free shipping for the US and Canada. ```text free_shipping_threshold US:100 USD ``` ```text free_shipping_threshold CA:90 CAD ``` -------------------------------- ### Example promotion configuration Source: https://support.google.com/merchants/answer/13838101 This example shows how to configure a promotion for $100 off washing machines using various attributes. ```text Promotion ID [promotion_id]: washing_machines_must_go - $100 off all washing machines Promotion title [long_title]: Washing Machines Must Go - $100 off all washing machines Monetary discount amount [money_off_amount]: 100 USD Products eligible for promotion [product_applicability]: washing_machines ``` -------------------------------- ### Example of a Valid Image URL Source: https://support.google.com/merchants/answer/12472547 An example of a correctly formatted image URL that starts with http or https and complies with RFC 3986. ```url http://www.example.com/image1.jpg ``` -------------------------------- ### Format Installment Attribute (XML Feed) Source: https://support.google.com/merchants/answer/12471920 For XML feeds, use the 'g:' prefix for the installment attribute and its sub-attributes. This example shows how to submit months, amount, and downpayment. ```xml 6 50 EUR 200 EUR ``` -------------------------------- ### Example: 10% off on everything for Black Friday Source: https://support.google.com/merchants/answer/13837299 This example demonstrates how to set up a promotion that applies to all products using the 'all_products' value for product_applicability. ```text Promotion ID [promotion_id]: black_friday_sale Promotion title [long_title]: 10% Off Everything for Black Friday Percentage discount amount [percent_off]: 10 Products eligible for promotion [product_applicability]: all_products ``` -------------------------------- ### Example of Text (TSV) format for virtual_model_link Source: https://support.google.com/merchants/answer/13674896 This is an example of how to format the virtual_model_link attribute for a text-based feed (TSV). Ensure the URL starts with 'http://' or 'https://'. ```text https://www.google.com/products/xyz.glb ``` -------------------------------- ### Example: Pricing all jeans at £20 using promotion attributes Source: https://support.google.com/merchants/answer/13862067?hl=en-IE&ref_topic=13773355 This example demonstrates setting a promotional price for a specific item group. Ensure all relevant promotion attributes are correctly set. ```text Promotion ID [promotion_id]: twenty_pound_jeans_sale Promotion title [long_title]: £20 jeans sale Item group ID [item_group_id]: jeans Price for promotion [promotion_price]: 20.00 GBP ```