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
@@ -112,10 +120,28 @@ function onesignal_admin_page()
112
120
</p>
113
121
<p class="help-text">The REST API Key is hidden for security reasons. Enter a new key to update.</p>
114
122
123
+
<h3>Advanced Settings</h3>
124
+
<div class="ui borderless shadowless segment">
125
+
<div class="field">
126
+
<label>Additional Notification URL Parameters<i class="tiny circular help icon link" role="popup" data-html="Adds the specified string as extra URL parameters to your notification URL so that they can be tracked as an event by your analytics system. <em>Please escape your parameter values</em>; your input will be added as-is to the end of your notification URL. Example:</p>If you want:<em><li><code>utm_medium</code> to be <code>ppc</code></li><li><code>utm_source</code> to be <code>adwords</code></li><li><code>utm_campaign</code> to be <code>snow boots</code></li><li><code>utm_content</code> to be <code>durable snow boots</code></li></em><p><p>Then use the following string:</p><p><code style='word-break: break-all;'>utm_medium=ppc&utm_source=adwords&utm_campaign=snow%20boots&utm_content=durable%20%snow%boots</code></p>" data-variation="wide"></i></label>
// Meta box content -> js file hides sections depending on whats checked.
37
47
?>
38
48
<label for="os_update">
39
-
<input type="checkbox" name="os_update" id="os_update" <?phpechoisset($post->os_meta['os_update']) && $post->os_meta['os_update'] == 'on' ? 'checked' : ''?>>Send notification when post is published or updated</label>
0 commit comments