Skip to content

Commit

Permalink
🧪 Update ids in attribution-reporting experiment (#38670)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcordry committed Feb 15, 2023
1 parent f8cbfb0 commit d2af39a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/experiments/attribution-reporting.js
Expand Up @@ -4,8 +4,8 @@
*/
export const AttributionReporting = {
ID: 'attribution-reporting',
DISABLE: '44776500',
ENABLE: '44776501',
DISABLE_NO_ASYNC: '44776502',
ENABLE_NO_ASYNC: '44776503',
DISABLE: '42531928',
ENABLE: '42531929',
DISABLE_NO_ASYNC: '42531930',
ENABLE_NO_ASYNC: '42531931',
};

0 comments on commit d2af39a

Please sign in to comment.