Review represents a review about an advertiser. It is normally taken from different internet sources such as business directories or review services.
Attributes: source_title string.source_url string.author_name string.content string.
Data ExamplesJSON
{ "source_title": "",
"source_url": "",
"author_name": "",
"content": ""
}
XML
<review> <source_title></source_title> <source_url></source_url> <author_name></author_name> <content></content> <review>
ActionsNo actions supported.
|