Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 1.1 KB

Changelog

v.0.0.8

  • Allow passing a complete map of request headers, not just user-agent

v.0.0.7

  • Don't include the user-agent header at all if no userAgent option is provided

v.0.0.6

  • Made userAgent (and all request options) optional. HOWEVER, this does not change the fact that tracked impressions may be marked invalid by Ad Manager in the event that the user-agent for the tagless request does not align with that for the impression pixel.

v.0.0.5

  • Restored types to the bundle

v.0.0.4

  • Accidentally published the unbundled src instead of the bundle, corrected

v.0.0.3

  • BUGFIX: Added RequestOptions argument type to createTaglessRequest definition

v0.0.2

  • BREAKING: Enforces a userAgent as an option to createTaglessRequest
    • Ad Manager will not count impressions of pixels requested with a different user-agent than the one used to fire the tagless request. As such, you should include the userAgent you intend to fire the impression with.

v.0.0.1

Introduces a createTaglessRequest function and relevant types for making calls to the Ad Manager tagless request endpoint.