Skip to content

Conversation

jeremybmerrill
Copy link
Collaborator

coreDataGrab exists to find the ad ID and token pertaining to an element by
recursively iterating through its keys -- and those of any
elements/arrays/objects that are values -- to find anything that seems like
an ad ID or client token. Previously, this would analyze the return key
which is something like the parent element. This meant that it would traverse
up the tree and back down to siblings, which led to mistakes and unexpected behavior.

coreDataGrab exists to find the ad ID and token pertaining to an element by
recursively iterating through its keys -- and those of any
elements/arrays/objects that are values -- to find anything that seems like
an ad ID or client token. Previously, this would analyze the `return` key
which is something like the parent element. This meant that it would traverse
up the tree and back down to siblings, which led to mistakes.
@codecov-commenter
Copy link

Codecov Report

Merging #23 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #23   +/-   ##
========================================
  Coverage    97.10%   97.10%           
========================================
  Files          223      223           
  Lines         1554     1554           
========================================
  Hits          1509     1509           
  Misses          45       45           

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 0b518ac...2834f48. Read the comment docs.

@online-pol-ads online-pol-ads deleted the fix/react-targeting-data branch September 3, 2021 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants