vendor/rakuten · ecosystem evidence
Rakuten conversion pixels need mid and ord
The conversion image is /ep. mid is the merchant ID. ord is the order ID. Rakuten documents tracking methods rather than this query, so the pack is ecosystem evidence. click.linksynergy.com is not this pack.
What this pack matches
Rules
Codes are stable. A finding in CI, MCP, or the playground lands on the same id.
| Field | Required | What it checks | Rule ids | Source |
|---|---|---|---|---|
mid |
required | It is the numeric merchant ID. Generated `/ep` pixels send it. Rakuten documents tracking methods rather than this query, so the rule is ecosystem evidence. Fix: Set `mid` to the Merchant ID from Rakuten Advertising. | vendor.rakuten.param.mid.missingvendor.rakuten.param.mid.emptyvendor.rakuten.param.mid.invalid |
docs |
ord |
required | It is the unique order ID. Generated `/ep` pixels send it. Fix: Set `ord` to a unique order identifier. | vendor.rakuten.param.ord.missingvendor.rakuten.param.ord.empty |
docs |
skulist |
recommended | It is the pipe-delimited SKU list generated pixels send for itemized orders. Fix: Set `skulist` to the order SKUs, pipe-delimited when there is more than one item. | vendor.rakuten.param.skulist.missingvendor.rakuten.param.skulist.empty |
docs |
Validate a payload
pixellint validate url "$ARTIFACT" --rulepack vendor/rakuten
Try this failing payload in the playground. Rakuten conversion pixel missing mid.
https://track.linksynergy.com/ep?ord=AA000001&skulist=SKU1
cargo install pixellint
·
npm install pixellint