Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Latest commit

 

History

History
84 lines (80 loc) · 8.34 KB

GoogleProductV3.md

File metadata and controls

84 lines (80 loc) · 8.34 KB

GoogleProductV3

Properties

Name Type Description Notes
id str A unique identifier for the item. [optional]
offer_id str Not used by Criteo. [optional]
title str Title of the item. [optional]
description str Description of the item. [optional]
link str URL directly linking to your item's page on your website. [optional]
image_link str URL of an image of the item. [optional]
additional_image_links list[str] Additional URLs of images of the item. [optional]
content_language str The two-letter ISO 639-1 language code for the item. [optional]
target_country str The CLDR territory code for the item. [optional]
channel str The item's channel (online only). [optional]
expiration_date str Date on which the item should expire, as specified upon insertion, in ISO 8601 format. [optional]
adult bool Set to true if the item is targeted towards adults. [optional]
kind str Identifies what kind of resource this is. [optional]
brand str Brand of the item. [optional]
color str Color of the item. [optional]
google_product_category str Google's category of the item (see Google product taxonomy). [optional]
gtin str Global Trade Item Number (GTIN) of the item. [optional]
item_group_id str Shared identifier for all variants of the same product. [optional]
material str The material of which the item is made. [optional]
mpn str Manufacturer Part Number (MPN) of the item. [optional]
pattern str The item's pattern (e.g. polka dots). [optional]
price Price [optional]
sale_price Price [optional]
sale_price_effective_date str Date range during which the item is on sale. [optional]
shipping list[ProductShippingV3] Shipping rules. [optional]
shipping_weight ProductShippingWeightV3 [optional]
sizes list[str] Size of the item. Only one value is allowed. For variants with different sizes, insert a separate product for each size with the same itemGroupId value. [optional]
taxes list[ProductTaxV3] Tax information. [optional]
custom_attributes list[CustomAttributeV3] A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form (e.g., { "name": "size type", "value": "regular" }). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Shopping Actions. [optional]
identifier_exists bool False when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Required according to the Unique Product Identifier Rules for all target countries except for Canada. [optional]
installment InstallmentV3 [optional]
loyalty_points LoyaltyPointsV3 [optional]
multipack object The number of identical products in a merchant-defined multipack. To avoid any overflow issue, pass it as a string. [optional]
custom_label0 str Custom label 0 for custom grouping of items in a Shopping campaign. [optional]
custom_label1 str Custom label 1 for custom grouping of items in a Shopping campaign. [optional]
custom_label2 str Custom label 2 for custom grouping of items in a Shopping campaign. [optional]
custom_label3 str Custom label 3 for custom grouping of items in a Shopping campaign. [optional]
custom_label4 str Custom label 4 for custom grouping of items in a Shopping campaign. [optional]
is_bundle bool Whether the item is a merchant-defined bundle. A bundle is a custom grouping of different products sold by a merchant for a single price. [optional]
mobile_link str accounts.link to a mobile-optimized version of the landing page. [optional]
availability_date str The day a pre-ordered product becomes available for delivery, in ISO 8601 format. [optional]
shipping_label str The shipping label of the product, used to group product in account-level shipping rules. [optional]
unit_pricing_measure UnitMeasure [optional]
unit_pricing_base_measure ProductUnitPricingBaseMeasureV3 [optional]
shipping_length ProductShippingDimensionV3 [optional]
shipping_width ProductShippingDimensionV3 [optional]
shipping_height ProductShippingDimensionV3 [optional]
display_ads_id str An identifier for an item for dynamic remarketing campaigns. [optional]
display_ads_similar_ids str Advertiser-specified recommendations. [optional]
display_ads_title str Title of an item for dynamic remarketing campaigns. [optional]
display_ads_link str URL directly to your item's landing page for dynamic remarketing campaigns. [optional]
display_ads_value float Offer margin for dynamic remarketing campaigns. [optional]
sell_on_google_quantity str The quantity of the product that is available for selling on Google. Supported only for online products. [optional]
promotion_ids list[str] The unique ID of a promotion. [optional]
max_handling_time str Maximal product handling time (in business days). [optional]
min_handling_time str Minimal product handling time (in business days). [optional]
cost_of_goods_sold Price [optional]
source str The source of the offer, i.e., how the offer was created. [optional]
included_destinations list[str] The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in excludedDestinations. [optional]
excluded_destinations list[str] The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center). [optional]
ads_grouping str Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise. [optional]
ads_labels list[str] Similar to adsGrouping, but only works on CPC. [optional]
ads_redirect str Allows advertisers to override the item URL when the product is shown within the context of Product Ads. [optional]
product_types list[str] Categories of the item (formatted as in products data specification). [optional]
age_group str Target age group of the item. [optional]
availability str Availability status of the item. [optional]
condition str Condition or state of the item. [optional]
gender str Target gender of the item. [optional]
size_system str System in which the size is specified. Recommended for apparel items. [optional]
size_type str The cut of the item. Recommended for apparel items. [optional]
energy_efficiency_class str The energy efficiency class as defined in EU directive 2010/30/EU. [optional]
min_energy_efficiency_class str The energy efficiency class as defined in EU directive 2010/30/EU. [optional]
max_energy_efficiency_class str The energy efficiency class as defined in EU directive 2010/30/EU. [optional]
tax_category str The tax category of the product, used to configure detailed tax nexus in account-level tax settings. [optional]
transit_time_label str The transit time label of the product, used to group product in account-level transit time tables. [optional]

[Back to Model list] [Back to API list] [Back to README]