Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Minor improvements, fix wrapper name.#4

Merged
jankoulaga merged 2 commits intomasterfrom
minor-optimizations
Mar 13, 2020
Merged

Minor improvements, fix wrapper name.#4
jankoulaga merged 2 commits intomasterfrom
minor-optimizations

Conversation

@jankoulaga
Copy link
Contributor

Updated vulnerabilities in deps, removed redundant code, isolated legacy pixel usage in a single manager, fixed wrapper name to be sent correctly.

…acy pixel usage in a single manager, fixed wrapper name to be sent correctly.
@codecov
Copy link

codecov bot commented Mar 12, 2020

Codecov Report

Merging #4 into master will increase coverage by 0.08%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   93.67%   93.76%   +0.08%     
==========================================
  Files          28       28              
  Lines         712      706       -6     
==========================================
- Hits          667      662       -5     
+ Misses         45       44       -1     
Impacted Files Coverage Δ
src/utils/page.js 100.00% <ø> (+12.50%) ⬆️
src/utils/storage.js 94.11% <0.00%> (ø)
src/pixel/state.js 93.22% <50.00%> (ø)
src/enrichers/identifiers.js 100.00% <100.00%> (ø)
src/handlers/storage-handler.js 100.00% <100.00%> (ø)
src/live-connect.js 87.93% <100.00%> (ø)
src/manager/identifiers.js 95.71% <100.00%> (-0.29%) ⬇️
src/manager/legacy-duid.js 94.73% <100.00%> (+0.61%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c2fdef...b1d0c91. Read the comment docs.

@jankoulaga jankoulaga merged commit 1e0f15d into master Mar 13, 2020
@jankoulaga jankoulaga deleted the minor-optimizations branch March 13, 2020 10:42
jankoulaga added a commit to LiveIntent/Prebid.js that referenced this pull request Mar 13, 2020
…me was sent with an incorrect param name.

PR for this change : LiveIntent/live-connect#4

The effects can be seen in the specs, where the incorrect `wrpn` sent as a pixel is now `wpn`
harpere pushed a commit to prebid/Prebid.js that referenced this pull request Mar 18, 2020
* Use LiveIntent's liveconnect.
Fire an event each time id is resolved.

* Rename variables. Simplify imports.

* Example page for LiveIntent Id module

* Add application id param

* Expose all possible configuration options for LiveConnect

* Bumping version of live-connect-js to support:
- storage manipulation provided by PBJS
- ajax calls directly from PBJS

* Removed spec whitespace.

* Removed spec whitespace.

* Removed spec for cookies

* Reshuffled variables.

* Re-added `findSimilarCookies` spec for further checks

* Added a comment on the function to find all cookies that match a certain name.

* Fixing setCookie not to include the expires as undefined.

* Fixing setCookie not to include the expires as undefined.

* Updated live-connect-js to 1.1.1, fixing the bug where the wrapper name was sent with an incorrect param name.
PR for this change : LiveIntent/live-connect#4

The effects can be seen in the specs, where the incorrect `wrpn` sent as a pixel is now `wpn`

* Removed whitespace.

Co-authored-by: janko <janko.ulaga@gmail.com>
rjvelicaria pushed a commit to openx/Prebid.js that referenced this pull request Apr 9, 2020
* Use LiveIntent's liveconnect.
Fire an event each time id is resolved.

* Rename variables. Simplify imports.

* Example page for LiveIntent Id module

* Add application id param

* Expose all possible configuration options for LiveConnect

* Bumping version of live-connect-js to support:
- storage manipulation provided by PBJS
- ajax calls directly from PBJS

* Removed spec whitespace.

* Removed spec whitespace.

* Removed spec for cookies

* Reshuffled variables.

* Re-added `findSimilarCookies` spec for further checks

* Added a comment on the function to find all cookies that match a certain name.

* Fixing setCookie not to include the expires as undefined.

* Fixing setCookie not to include the expires as undefined.

* Updated live-connect-js to 1.1.1, fixing the bug where the wrapper name was sent with an incorrect param name.
PR for this change : LiveIntent/live-connect#4

The effects can be seen in the specs, where the incorrect `wrpn` sent as a pixel is now `wpn`

* Removed whitespace.

Co-authored-by: janko <janko.ulaga@gmail.com>
iggyfisk pushed a commit to happypancake/Prebid.js that referenced this pull request Jun 22, 2020
* Use LiveIntent's liveconnect.
Fire an event each time id is resolved.

* Rename variables. Simplify imports.

* Example page for LiveIntent Id module

* Add application id param

* Expose all possible configuration options for LiveConnect

* Bumping version of live-connect-js to support:
- storage manipulation provided by PBJS
- ajax calls directly from PBJS

* Removed spec whitespace.

* Removed spec whitespace.

* Removed spec for cookies

* Reshuffled variables.

* Re-added `findSimilarCookies` spec for further checks

* Added a comment on the function to find all cookies that match a certain name.

* Fixing setCookie not to include the expires as undefined.

* Fixing setCookie not to include the expires as undefined.

* Updated live-connect-js to 1.1.1, fixing the bug where the wrapper name was sent with an incorrect param name.
PR for this change : LiveIntent/live-connect#4

The effects can be seen in the specs, where the incorrect `wrpn` sent as a pixel is now `wpn`

* Removed whitespace.

Co-authored-by: janko <janko.ulaga@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments