Tag Detail
Description: Query tag detail information (private, for more details, please access /help/tagdetail)
Cost: Free
Parameters:
- Access_token
- The access_token is a long string of letters and numbers that you include in API calls to let us know what user you are making the API call and what permissions your app has for that user
- TagID
- Tag ID
- Parameter can be null
- WT
- The format of data retrieved you expect, including XML and JSON and CSV, from this API call.
- Example: wt=xml ( json or scv)
Sample Response
XML :
<tags>
<tag>
<tagId>77511</tagId>
<tagName>ARIZON KEYWORDS-TEST</tagName>
<tagType>Keyword Tag</tagType>
<elementId>504217</elementId>
<elementName>pet friendly vacation rentals</elementName>
</tag>
<tag>
<tagId>77511</tagId>
<tagName>ARIZON KEYWORDS-TEST</tagName>
<tagType>Keyword Tag</tagType>
<elementId>513870</elementId>
<elementName>pet friendly vacation rentals in florida</elementName>
</tag>
</tags>
JSON:
[{"tagId":"77511","tagName":"ARIZON KEYWORDS-TEST","tagType":"Keyword Tag","elementId":"504217","elementName":"pet friendly vacation rentals"},{"tagId":"77511","tagName":"ARIZON KEYWORDS-TEST","tagType":"Keyword Tag","elementId":"513870","elementName":"pet friendly vacation rentals in florida"},{"tagId":"77511","tagName":"ARIZON KEYWORDS-TEST","tagType":"Keyword Tag","elementId":"514033","elementName":"venice florida"},{"tagId":"77511","tagName":"ARIZON KEYWORDS-TEST","tagType":"Keyword Tag","elementId":"514625","elementName":"pet friendly destin"},{"tagId":"77511","tagName":"ARIZON KEYWORDS-TEST","tagType":"Keyword Tag","elementId":"543563","elementName":"ft. myers dog friendly"},{"tagId":"77511","tagName":"ARIZON KEYWORDS-TEST","tagType":"Keyword Tag","elementId":"554769","elementName":"ft. myers pet friendly vacation homes"},{"tagId":"77511","tagName":"ARIZON KEYWORDS-TEST","tagType":"Keyword Tag","elementId":"556549","elementName":"pet friendly rentals in destin fl"},{"tagId":"77511","tagName":"ARIZON KEYWORDS-TEST","tagType":"Keyword Tag","elementId":"618734","elementName":"oceanfront pet friendly lodging in florida"},{"tagId":"77511","tagName":"ARIZON KEYWORDS-TEST","tagType":"Keyword Tag","elementId":"1079844","elementName":"dog rental"},{"tagId":"77511","tagName":"ARIZON KEYWORDS-TEST","tagType":"Keyword Tag","elementId":"1120729061","elementName":"kuch kuch hota hai gazebo"}]
CSV:
tagId,tagName,tagType,elementId,elementName
77511,"ARIZON KEYWORDS-TEST","Keyword Tag",504217,"pet friendly vacation rentals"
77511,"ARIZON KEYWORDS-TEST","Keyword Tag",513870,"pet friendly vacation rentals in florida"
77511,"ARIZON KEYWORDS-TEST","Keyword Tag",514033,"venice florida"
77511,"ARIZON KEYWORDS-TEST","Keyword Tag",514625,"pet friendly destin"
77511,"ARIZON KEYWORDS-TEST","Keyword Tag",543563,"ft. myers dog friendly"
77511,"ARIZON KEYWORDS-TEST","Keyword Tag",554769,"ft. myers pet friendly vacation homes"
77511,"ARIZON KEYWORDS-TEST","Keyword Tag",556549,"pet friendly rentals in destin fl"
77511,"ARIZON KEYWORDS-TEST","Keyword Tag",618734,"oceanfront pet friendly lodging in florida"
77511,"ARIZON KEYWORDS-TEST","Keyword Tag",1079844,"dog rental"
77511,"ARIZON KEYWORDS-TEST","Keyword Tag",1120729061,"kuch kuch hota hai gazebo"
Add / Remove Keywords
“addremovekeywords” Cost:Free/Paid
Request Format
Parameters:
- Access_token
- The access_token is a long string of letters and numbers that you include in API calls to let us know what user you are making the API call and what permissions your app has for that user
- Keywordlist
- Keyword Names, which need encode, is composed of several keyword using ‘!_!’ string as joint
- Maximum size is 50 keywords
- Example: pet+home!_!pet!_!shoes
- Parameter cannot be null
- Type
- Operation Type
- Support function of addition and remove
- Example: type=add or type=remove
- Parameter cannot be null
Sample Response
Add :
<messages>
<message>Your request is in queue, please stand by.</message>
</messages>
Remove:
<messages>
<message>Your request is in queue, please stand by.</message>
</messages>