Image | ![]() |
EAN-13 | 9780803273627 ![]() |
Product Name | Summer Of Discovery |
Language | English |
Category | Book / Magazine / Publication |
Short Description | Paperback |
Amazon.com | ![]() |
SKU | 2152654360 |
Price New | 5.00 US Dollars (curriencies) |
Price Used | 0.99 US Dollars (curriencies) |
Long Description | "A flashing black cloud rolled across the Nebraska prairie. Gaining speed, it rushed on the town. Dave never saw the storm coming." It is May 1939. David Fletcher is fourteen years old and living in dustbowl Nebraska. He and his buddy Ben Watson are determined to become archaeologists. Their ambitions are jump-started when the mysterious Mr. Daley arrives in their small town, hot on the trail of strange, giant arrowheads discovered by a gang of road workers. With Mr. Daley as mentor and guide, David and Ben spend the summer exploring the past. As the boys unearth the story of the Great Plains peoples, from the Ice Age hunters through the final days of the Indian Wars, their adventures become an introduction to the complex interactions between human culture and the natural world. Rich with details about the ways in which archaeologists reconstruct the past, Summer of Discovery is as informative as it is entertaining, offering an insider's look at this captivating field through the eyes of two engaging beginners. |
Created | 11-08-2012 12:26:45pm |
Modified | 05-01-2020 2:13:07am |
MD5 | ea111aa6b4a0aec8d7e4dbcd719c5b75 |
SHA256 | a77fffc8db897097d4b2ebd5267e98ae1166f7a488d8d31ae41aacb0b6ec43c1 |
Search Google | by EAN or by Title |
Query Time | 0.0055351 |
Article of interest
The attributes are somewhat like fields. They are the individual data items that describe each product. Each product entry will have several attributes. There is no telling which attributes will be attached to each product but they all have the same basic format.
Here is an example of one attribute. When accessing the data feed API, you can get your data in XML or JSON format. Here it is displayed in XML format to make it a little easier to read through.
<attribute> <field_name>product</field_name> <group_name>Over View</group_name> <title>Product Name</title> <data_type>varchar</data_type> <data_type_description>short text</data_type_description> <has_linked_text>0</has_linked_text> <has_linked_extra>0</has_linked_extra> </attribute>
In the above example you will find these elements:
- field_name - The unique name used to access this attribute.
- group_name - The name of the data group this field belongs to.
- title - The label we place on the screen when displaying this attribute to users.
- data_type - The database data type we are using to store this attribute.
- data_type_description - More infomation about the data type.
- has_linked_text - Some numeric fields have a text representation. We store the numeric value but if there is linked text, we use a lookup table to display that text instead of the number to the user.
- has_linked_extra - Some numeric fields have an extra text value that goes along with the number. We use a lookup table to display that text in addition to the number.
Hopefully, this helps you understand the data attributes you find in the data feed API.
Close