You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2020. It is now read-only.
Several advertisers have requested pixel support to track customer acquisition against their ad spend. Of note is the requirement to support various stages of acquisition. For example,
Created Account
Performed a customer action
Performed another customer action
Describe the solution you'd like
An API and/or a pixel that that advertisers can use in their products to notify CodeFund of customer activity. Note that this will maintain our focus on privacy and will not include any user PII .
This will likely warrant new database table similar to the following structure.
acquisitions
- impression_id
- property_id
- campaign_id
- creative_id
- template
- theme
- country_code
- acquisition_stage (free form text value defined by the advertiser)
- counter (to track how many times the pixel was fired)
- created_at
- updated_at
Note that this is simply a brainstorm, the actual implementation is at liberty to change this recommendation as needed.
Reporting
Acquisition data needs to be added to various reports both in Metabase and in the UI. The ideal solution should not require changes to the impressions or daily_summaries tables.