문제

I noticed the existance of "cid" parameter in every product page I examined in Google Shopping website? Can we depend on this parameter to uniquely identify each product? Is it possible that Google will use the same parameter value for another product in the future?

도움이 되었습니까?

해결책

Yes, cid is used to uniquely identify a product.

다른 팁

The CID stands for the Customer ID, this is an ID unique to the visitor and should not be used for the product. The CID is a universally unique identifier (UUID) and is a 128-bit number used to identify information in computer systems. This value is stored in the _utma Google Analytic Cookie to track the device it is assigned to. Additional reference: https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#cid

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top