Use * syntax for faster search

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • In a desktop environment, we capture the user_id on the conversion event via the Beeswax cookie ID found in the header of the http call to Beeswax. In mobile apps, we receive the auction_id in the postback call.
  • We search through that advertiser’s impression logs to find a click with a matching user_id for desktop or auction_id for mobile app within the event’s lookback window.
  • If matching clicks are found, the conversion is attributed to the most recent matching click within the event’s lookback window.
  • If no matching click is found within the lookback window, but matching impressions exist, the conversion is attributed to the most recent matching impression within the event’s lookback window.

...