pixellint

vendor/awin-mastertag · vendor documented

Awin MasterTag puts the advertiser ID in the path

Awin documents the MasterTag as www.dwin1.com/{advertiserId}.js. The number is the Advertiser ID from the Awin UI. Conversion image and S2S reads on www.awin1.com are vendor/awin.

What this pack matches

Hosts
www.dwin1.com
Paths
….js…
Vendor docs
help.awin.com/developers/docs/advertiser-mastertag

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
advertiser_id required It is the numeric Awin advertiser ID, also called the program MID. Awin documents the MasterTag as `www.dwin1.com/{advertiserId}.js`. Fix: Replace `{advertiserId}` with the Advertiser ID from the Awin UI, such as `1001.js`. vendor.awin-mastertag.param.advertiser_id.missing
vendor.awin-mastertag.param.advertiser_id.empty
vendor.awin-mastertag.param.advertiser_id.invalid
docs

Validate a payload

pixellint validate url "$ARTIFACT" --rulepack vendor/awin-mastertag

Try this failing payload in the playground. Awin MasterTag missing advertiser ID.

https://www.dwin1.com/.js

cargo install pixellint · npm install pixellint