Searchs ads
This plugin allows you to get data from search ads on iOS
Functions:
searchAds.init(listener)
listener(function) returns event data
Search Events
While not ideal there are diffrent events for iOS 14.3+ and events iOS 14.2 and below.
iOS 14.3+
- event.isError(boolean)
- event.error(string)
- event.token(string) read here about Search Ads(Attribution) Tokens
OS 14.2 and below
- event.isError(boolean)
- event.error(string)
- event.attributionDetails(table) read more about data returned here