mip-pix statistics
mip-pix is used to support webmasters in adding Baidu search related statistics to the page. These statistics mainly include access time, click title from and domain name from.
Example
The accessing party provides a service address for receiving requests, for example: https://yourselfdomain/mip/tj.gif
, If the service address does not support HTTPS, you can use the HTTPS proxy service provided by Baidu and use the plug-in provided by MIP to send directed requests to the service address. For example:
<mip-pix src="https://yourselfdomain/mipurl/tj.gif?t={TIME}&title={TITLE}&host={HOST}&from=baidu"></mip-pix>
MIP will automatically match parameters and generate a request address, for example: //yourselfdomain/mipurl/tj.gif?t=1459415529464&title=MIP_PIX_DEMO&host=mip.bdstatic.com&from=baidu
- Currently supported parameters: {TIME}, {TITLE}, {HOST}
Attributes
src
Description: Resource side service address
Required option: Yes