Skip to content

Instantly share code, notes, and snippets.

@Gurpartap
Created December 12, 2014 03:34
Show Gist options
  • Save Gurpartap/6d2c713dcbe91c2c888a to your computer and use it in GitHub Desktop.
Save Gurpartap/6d2c713dcbe91c2c888a to your computer and use it in GitHub Desktop.
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