1EVGProduct *product = [EVGproduct productWithId:@"B25787"2 name:@"Road Runners"3 price:@110.004 url:@"http://www.shoes4u.com/us/road-runners/B25787.html"5 imageUrl:@"http://www.shoes4u.com/us/road-runners/B25787.png"6 evgDescription:@"Road Runners shoes are great for running!"];
price
The unit price of the product. This is required when the product is being ordered but optional otherwise. For instance, if the product has variable pricing there may be no correct price for [EVGContext viewItem:] events.
An ISO 4217 currency code for the currency of this item’s price such as USD, EUR, GBP. If absent, the currency is assumed to be the dataset default currency.
Builds an EVGProduct, including many of the commonly used fields. This method only builds a data object. To use it, pass it to one of the tracking methods like [EVGContext viewItem:].
The name of the product. It should be provided whenever possible.
price
The unit price of the product. This is required when the product is being ordered but optional otherwise. For instance, if the product has variable pricing there may be no correct price for -viewItem: events.
url
A URL where the user can view information about the product.