pixellint

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

Hosts
track.linksynergy.com
Paths
/ep
Vendor docs
pubhelp.rakutenadvertising.com/hc/en-us/articles/4403182382861-Tracking-Methods-and-Transaction-Reports

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.missing
vendor.rakuten.param.mid.empty
vendor.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.missing
vendor.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.missing
vendor.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