Last active
April 19, 2022 06:02
-
-
Save jherax/6a8e9d2f0a6f345714dda0006edeccbd to your computer and use it in GitHub Desktop.
ABSmartly configuration test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"assignments": [ | |
{ | |
"experiment": "MEDICARE_REPLACEMENTS", | |
"pathName": "/", | |
"variant": 1, | |
"configs": [{ | |
"apiTarget": "/content/landingpage/MEDICARE/", | |
"replacements": { | |
"data": { | |
"h1": "Compare los Planes de Medicare" | |
} | |
} | |
}] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment