Skip to content

Commit

Permalink
enrichment module: add aggregated domain (#3257)
Browse files Browse the repository at this point in the history
* enrichment module: add `aggregated domain`

* Update enrichmentFpdModule.md

Co-authored-by: MartianTribe <steve@martiantribe.com>
  • Loading branch information
bretg and MartianTribe authored Sep 9, 2021
1 parent fc4bced commit e0b850b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-docs/modules/enrichmentFpdModule.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ pbjs.refreshFpd();
|---+---+---|
| page URL | site.page | Uses pbjs getRefererInfo().canonicalUrl |
| referer URL | site.ref | Uses pbjs getRefererInfo().referer |
| domain | site.domain | Pulled from the getRefererInfo().canonicalUrl, the host domain is used, with www dropped. |
| host domain | site.domain | Pulled from the getRefererInfo().canonicalUrl the host domain is used with the www component dropped. |
| aggregated domain | site.publisher.domain | The highest level domain in which cookies can be set. |
| viewport width | device.w | Hunts for window.innerWidth, window.document.documentElement.clientWidth, window.document.body.clientWidth |
| viewport height | device.w | Hunts for window.innerHeight, window.document.documentElement.clientHeight, window.document.body.clientHeight |
| meta keywords | site.keywords | Looks for a meta tag. e.g. <meta name="keywords" content="cars, boats"> |
Expand Down

0 comments on commit e0b850b

Please sign in to comment.