Created
December 12, 2014 03:34
-
-
Save Gurpartap/6d2c713dcbe91c2c888a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
a) Show every 14 days: | |
{ | |
"popup_mode": "auto", | |
"auto_interval": "14", | |
"popup_id": "does_not_matter", | |
"url": "http://..." | |
} | |
b) Show once: | |
{ | |
"popup_mode": "once", | |
"auto_interval": "14", | |
"popup_id": "campaign-dec-2014", | |
"url": "http://..." | |
} | |
c) Show every time (NOTE: popup_id must be empty): | |
{ | |
"popup_mode": "once", | |
"auto_interval": "14", | |
"popup_id": "", | |
"url": "http://www.sikhnet.com/fundraiser/2014/general3" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment