yext / answers-search-ui

Answers Javascript API Library for building Search experiences.
Other
22 stars 7 forks source link

Gracefully handle Conversion Tracking failures. #1796

Closed tmeyer2115 closed 1 year ago

tmeyer2115 commented 1 year ago

This PR makes it such that if Conversion Tracking is enabled and the call to ytag fails, an AnalyticsEvent is still sent. We simply leave out any cookieData. This was done in response to the ytag asset being commonly blocked by various Ad-Blockers.

TEST=auto

Updated unit tests.