Skip to content

Commit

Permalink
add FPTI key for referrer_domain (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl authored Jan 4, 2024
1 parent d7528cb commit c50873d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fpti.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const FPTI_KEY = {
CONTEXT_ID: ("context_id": "context_id"),
CONTEXT_TYPE: ("context_type": "context_type"),
REFERER: ("referer_url": "referer_url"),
REFERRER_DOMAIN: ("referrer_domain", "referrer_domain"),
MERCHANT_DOMAIN: ("merchant_domain": "merchant_domain"),
PAY_ID: ("pay_id": "pay_id"),
SELLER_ID: ("seller_id": "seller_id"),
Expand Down

0 comments on commit c50873d

Please sign in to comment.