callpixelsjs-rails 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1429 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Class: Number</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Class: Number</h1>
21
+
22
+
23
+
24
+
25
+
26
+ <section>
27
+
28
+ <header>
29
+ <h2>
30
+ Number
31
+ </h2>
32
+
33
+ </header>
34
+
35
+ <article>
36
+ <div class="container-overview">
37
+
38
+
39
+
40
+
41
+ <dt>
42
+ <h4 class="name" id="Number"><span class="type-signature"></span>new Number<span class="signature">(attributes)</span><span class="type-signature"></span></h4>
43
+
44
+
45
+ </dt>
46
+ <dd>
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+ <h5>Parameters:</h5>
56
+
57
+
58
+ <table class="params">
59
+ <thead>
60
+ <tr>
61
+
62
+ <th>Name</th>
63
+
64
+
65
+ <th>Type</th>
66
+
67
+
68
+
69
+
70
+
71
+ <th class="last">Description</th>
72
+ </tr>
73
+ </thead>
74
+
75
+ <tbody>
76
+
77
+
78
+ <tr>
79
+
80
+ <td class="name"><code>attributes</code></td>
81
+
82
+
83
+ <td class="type">
84
+
85
+
86
+ <span class="param-type">Object</span>
87
+
88
+
89
+
90
+ </td>
91
+
92
+
93
+
94
+
95
+
96
+ <td class="description last">Attributes</td>
97
+ </tr>
98
+
99
+
100
+ </tbody>
101
+ </table>
102
+
103
+
104
+
105
+ <dl class="details">
106
+
107
+
108
+ <h5 class="subsection-title">Properties:</h5>
109
+
110
+ <dl>
111
+
112
+ <table class="props">
113
+ <thead>
114
+ <tr>
115
+
116
+ <th>Name</th>
117
+
118
+
119
+ <th>Type</th>
120
+
121
+
122
+
123
+
124
+
125
+ <th class="last">Description</th>
126
+ </tr>
127
+ </thead>
128
+
129
+ <tbody>
130
+
131
+
132
+ <tr>
133
+
134
+ <td class="name"><code>attributes</code></td>
135
+
136
+
137
+ <td class="type">
138
+
139
+
140
+ <span class="param-type">Object</span>
141
+
142
+
143
+
144
+ </td>
145
+
146
+
147
+
148
+
149
+
150
+ <td class="description last">
151
+ <h6>Properties</h6>
152
+
153
+ <table class="props">
154
+ <thead>
155
+ <tr>
156
+
157
+ <th>Name</th>
158
+
159
+
160
+ <th>Type</th>
161
+
162
+
163
+
164
+
165
+
166
+ <th class="last">Description</th>
167
+ </tr>
168
+ </thead>
169
+
170
+ <tbody>
171
+
172
+
173
+ <tr>
174
+
175
+ <td class="name"><code>id</code></td>
176
+
177
+
178
+ <td class="type">
179
+
180
+
181
+ <span class="param-type">Number</span>
182
+
183
+
184
+
185
+ </td>
186
+
187
+
188
+
189
+
190
+
191
+ <td class="description last">The CallPixels internal number ID.</td>
192
+ </tr>
193
+
194
+
195
+
196
+ <tr>
197
+
198
+ <td class="name"><code>formatted_number</code></td>
199
+
200
+
201
+ <td class="type">
202
+
203
+
204
+ <span class="param-type">String</span>
205
+
206
+
207
+
208
+ </td>
209
+
210
+
211
+
212
+
213
+
214
+ <td class="description last">Nationally formatted phone number.</td>
215
+ </tr>
216
+
217
+
218
+
219
+ <tr>
220
+
221
+ <td class="name"><code>number</code></td>
222
+
223
+
224
+ <td class="type">
225
+
226
+
227
+ <span class="param-type">String</span>
228
+
229
+
230
+
231
+ </td>
232
+
233
+
234
+
235
+
236
+
237
+ <td class="description last">E.164 formatted phone number.</td>
238
+ </tr>
239
+
240
+
241
+
242
+ <tr>
243
+
244
+ <td class="name"><code>plain_number</code></td>
245
+
246
+
247
+ <td class="type">
248
+
249
+
250
+ <span class="param-type">String</span>
251
+
252
+
253
+
254
+ </td>
255
+
256
+
257
+
258
+
259
+
260
+ <td class="description last">The unformatted phone number digits.</td>
261
+ </tr>
262
+
263
+
264
+
265
+ <tr>
266
+
267
+ <td class="name"><code>target_open</code></td>
268
+
269
+
270
+ <td class="type">
271
+
272
+
273
+ <span class="param-type">Boolean</span>
274
+
275
+
276
+
277
+ </td>
278
+
279
+
280
+
281
+
282
+
283
+ <td class="description last">Whether there is an open, available target.</td>
284
+ </tr>
285
+
286
+
287
+ </tbody>
288
+ </table>
289
+ </td>
290
+ </tr>
291
+
292
+
293
+ </tbody>
294
+ </table></dl>
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+ <dt class="tag-source">Source:</dt>
316
+ <dd class="tag-source"><ul class="dummy"><li>
317
+ <a href="number.js.html">number.js</a>, <a href="number.js.html#line15">line 15</a>
318
+ </li></ul></dd>
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+ </dl>
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+ </dd>
343
+
344
+
345
+ </div>
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+ <h3 class="subsection-title">Methods</h3>
363
+
364
+ <dl>
365
+
366
+ <dt>
367
+ <h4 class="name" id="add_tags"><span class="type-signature"></span>add_tags<span class="signature">(tags, callback)</span><span class="type-signature"></span></h4>
368
+
369
+
370
+ </dt>
371
+ <dd>
372
+
373
+
374
+ <div class="description">
375
+ Add tags to a number.
376
+ </div>
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+ <h5>Parameters:</h5>
385
+
386
+
387
+ <table class="params">
388
+ <thead>
389
+ <tr>
390
+
391
+ <th>Name</th>
392
+
393
+
394
+ <th>Type</th>
395
+
396
+
397
+
398
+
399
+
400
+ <th class="last">Description</th>
401
+ </tr>
402
+ </thead>
403
+
404
+ <tbody>
405
+
406
+
407
+ <tr>
408
+
409
+ <td class="name"><code>tags</code></td>
410
+
411
+
412
+ <td class="type">
413
+
414
+
415
+ <span class="param-type">Object</span>
416
+
417
+
418
+
419
+ </td>
420
+
421
+
422
+
423
+
424
+
425
+ <td class="description last">A collection of tags {key: 'value', tag2: 'value2'}</td>
426
+ </tr>
427
+
428
+
429
+
430
+ <tr>
431
+
432
+ <td class="name"><code>callback</code></td>
433
+
434
+
435
+ <td class="type">
436
+
437
+
438
+ <span class="param-type">function</span>
439
+
440
+
441
+
442
+ </td>
443
+
444
+
445
+
446
+
447
+
448
+ <td class="description last">Callback that will be fired after request.</td>
449
+ </tr>
450
+
451
+
452
+ </tbody>
453
+ </table>
454
+
455
+
456
+
457
+ <dl class="details">
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+ <dt class="tag-source">Source:</dt>
478
+ <dd class="tag-source"><ul class="dummy"><li>
479
+ <a href="number.js.html">number.js</a>, <a href="number.js.html#line25">line 25</a>
480
+ </li></ul></dd>
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+ </dl>
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+ <h5>Throws:</h5>
501
+
502
+
503
+
504
+ <div class="param-desc">
505
+
506
+ Will throw an error if attempting to modify tags on a number that doesn't belong to a number pool
507
+ with per-visitor numbers enabled.
508
+
509
+ </div>
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+ </dd>
518
+
519
+
520
+
521
+ <dt>
522
+ <h4 class="name" id="clear_tags"><span class="type-signature"></span>clear_tags<span class="signature">(callback)</span><span class="type-signature"></span></h4>
523
+
524
+
525
+ </dt>
526
+ <dd>
527
+
528
+
529
+ <div class="description">
530
+ Clear all tags from a number.
531
+ </div>
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+ <h5>Parameters:</h5>
540
+
541
+
542
+ <table class="params">
543
+ <thead>
544
+ <tr>
545
+
546
+ <th>Name</th>
547
+
548
+
549
+ <th>Type</th>
550
+
551
+
552
+
553
+
554
+
555
+ <th class="last">Description</th>
556
+ </tr>
557
+ </thead>
558
+
559
+ <tbody>
560
+
561
+
562
+ <tr>
563
+
564
+ <td class="name"><code>callback</code></td>
565
+
566
+
567
+ <td class="type">
568
+
569
+
570
+ <span class="param-type">function</span>
571
+
572
+
573
+
574
+ </td>
575
+
576
+
577
+
578
+
579
+
580
+ <td class="description last">Callback that will be fired after request.</td>
581
+ </tr>
582
+
583
+
584
+ </tbody>
585
+ </table>
586
+
587
+
588
+
589
+ <dl class="details">
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+
607
+
608
+
609
+ <dt class="tag-source">Source:</dt>
610
+ <dd class="tag-source"><ul class="dummy"><li>
611
+ <a href="number.js.html">number.js</a>, <a href="number.js.html#line76">line 76</a>
612
+ </li></ul></dd>
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+ </dl>
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+ <h5>Throws:</h5>
633
+
634
+
635
+
636
+ <div class="param-desc">
637
+
638
+ Will throw an error if attempting to modify tags on a number that doesn't belong to a number pool
639
+ with per-visitor numbers enabled.
640
+
641
+ </div>
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+ </dd>
650
+
651
+
652
+
653
+ <dt>
654
+ <h4 class="name" id="initiate_call"><span class="type-signature"></span>initiate_call<span class="signature">(dial, payload, callback)</span><span class="type-signature"></span></h4>
655
+
656
+
657
+ </dt>
658
+ <dd>
659
+
660
+
661
+ <div class="description">
662
+ Start a call immediately by having a campaign target dial the visitor.
663
+ </div>
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+ <h5>Parameters:</h5>
672
+
673
+
674
+ <table class="params">
675
+ <thead>
676
+ <tr>
677
+
678
+ <th>Name</th>
679
+
680
+
681
+ <th>Type</th>
682
+
683
+
684
+
685
+
686
+
687
+ <th class="last">Description</th>
688
+ </tr>
689
+ </thead>
690
+
691
+ <tbody>
692
+
693
+
694
+ <tr>
695
+
696
+ <td class="name"><code>dial</code></td>
697
+
698
+
699
+ <td class="type">
700
+
701
+
702
+ <span class="param-type">String</span>
703
+
704
+
705
+
706
+ </td>
707
+
708
+
709
+
710
+
711
+
712
+ <td class="description last">The number to call.</td>
713
+ </tr>
714
+
715
+
716
+
717
+ <tr>
718
+
719
+ <td class="name"><code>payload</code></td>
720
+
721
+
722
+ <td class="type">
723
+
724
+
725
+ <span class="param-type">Object</span>
726
+
727
+
728
+
729
+ </td>
730
+
731
+
732
+
733
+
734
+
735
+ <td class="description last">A collection of tags as key-value pairs and optional secure override properties.
736
+ <h6>Properties</h6>
737
+
738
+
739
+ <table class="params">
740
+ <thead>
741
+ <tr>
742
+
743
+ <th>Name</th>
744
+
745
+
746
+ <th>Type</th>
747
+
748
+
749
+ <th>Attributes</th>
750
+
751
+
752
+
753
+
754
+ <th class="last">Description</th>
755
+ </tr>
756
+ </thead>
757
+
758
+ <tbody>
759
+
760
+
761
+ <tr>
762
+
763
+ <td class="name"><code>target_map</code></td>
764
+
765
+
766
+ <td class="type">
767
+
768
+
769
+ <span class="param-type">string</span>
770
+
771
+
772
+
773
+ </td>
774
+
775
+
776
+ <td class="attributes">
777
+
778
+ &lt;optional><br>
779
+
780
+
781
+
782
+
783
+
784
+ </td>
785
+
786
+
787
+
788
+
789
+ <td class="description last">A string mapping a placeholder number to a phone number.</td>
790
+ </tr>
791
+
792
+
793
+
794
+ <tr>
795
+
796
+ <td class="name"><code>target_map_cs</code></td>
797
+
798
+
799
+ <td class="type">
800
+
801
+
802
+ <span class="param-type">string</span>
803
+
804
+
805
+
806
+ </td>
807
+
808
+
809
+ <td class="attributes">
810
+
811
+ &lt;optional><br>
812
+
813
+
814
+
815
+
816
+
817
+ </td>
818
+
819
+
820
+
821
+
822
+ <td class="description last">A SHA1 checksum of the target_map concatenated with your CallPixels API
823
+ key.</td>
824
+ </tr>
825
+
826
+
827
+
828
+ <tr>
829
+
830
+ <td class="name"><code>timer_offset</code></td>
831
+
832
+
833
+ <td class="type">
834
+
835
+
836
+ <span class="param-type">number</span>
837
+
838
+
839
+
840
+ </td>
841
+
842
+
843
+ <td class="attributes">
844
+
845
+ &lt;optional><br>
846
+
847
+
848
+
849
+
850
+
851
+ </td>
852
+
853
+
854
+
855
+
856
+ <td class="description last">Number of seconds to offset the "connect" duration timers by.</td>
857
+ </tr>
858
+
859
+
860
+
861
+ <tr>
862
+
863
+ <td class="name"><code>timer_offset_cs</code></td>
864
+
865
+
866
+ <td class="type">
867
+
868
+
869
+ <span class="param-type">string</span>
870
+
871
+
872
+
873
+ </td>
874
+
875
+
876
+ <td class="attributes">
877
+
878
+ &lt;optional><br>
879
+
880
+
881
+
882
+
883
+
884
+ </td>
885
+
886
+
887
+
888
+
889
+ <td class="description last">An SHA1 checksum of the timer_offset concatenated with your
890
+ CallPixels API key.</td>
891
+ </tr>
892
+
893
+
894
+
895
+ <tr>
896
+
897
+ <td class="name"><code>*</code></td>
898
+
899
+
900
+ <td class="type">
901
+
902
+
903
+ <span class="param-type">string</span>
904
+ |
905
+
906
+ <span class="param-type">number</span>
907
+
908
+
909
+
910
+ </td>
911
+
912
+
913
+ <td class="attributes">
914
+
915
+ &lt;optional><br>
916
+
917
+
918
+
919
+
920
+
921
+ </td>
922
+
923
+
924
+
925
+
926
+ <td class="description last">Key value pairs treated as tags.</td>
927
+ </tr>
928
+
929
+
930
+ </tbody>
931
+ </table>
932
+ </td>
933
+ </tr>
934
+
935
+
936
+
937
+ <tr>
938
+
939
+ <td class="name"><code>callback</code></td>
940
+
941
+
942
+ <td class="type">
943
+
944
+
945
+ <span class="param-type">function</span>
946
+
947
+
948
+
949
+ </td>
950
+
951
+
952
+
953
+
954
+
955
+ <td class="description last">Callback that will be fired after request.</td>
956
+ </tr>
957
+
958
+
959
+ </tbody>
960
+ </table>
961
+
962
+
963
+
964
+ <dl class="details">
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+
980
+
981
+
982
+
983
+
984
+ <dt class="tag-source">Source:</dt>
985
+ <dd class="tag-source"><ul class="dummy"><li>
986
+ <a href="number.js.html">number.js</a>, <a href="number.js.html#line105">line 105</a>
987
+ </li></ul></dd>
988
+
989
+
990
+
991
+
992
+
993
+
994
+
995
+ </dl>
996
+
997
+
998
+
999
+
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+ <h5>Example</h5>
1012
+
1013
+ <pre class="prettyprint"><code>number.initiate_call('4166686980', {company_name: 'CallPixels'}, function (call) {
1014
+ alert('Call started with UUID ' + call.uuid)
1015
+ });</code></pre>
1016
+
1017
+
1018
+ </dd>
1019
+
1020
+
1021
+
1022
+ <dt>
1023
+ <h4 class="name" id="release"><span class="type-signature"></span>release<span class="signature">()</span><span class="type-signature"></span></h4>
1024
+
1025
+
1026
+ </dt>
1027
+ <dd>
1028
+
1029
+
1030
+ <div class="description">
1031
+ Release number back to pool.
1032
+ </div>
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+ <dl class="details">
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+ <dt class="tag-source">Source:</dt>
1063
+ <dd class="tag-source"><ul class="dummy"><li>
1064
+ <a href="number.js.html">number.js</a>, <a href="number.js.html#line95">line 95</a>
1065
+ </li></ul></dd>
1066
+
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+
1073
+ </dl>
1074
+
1075
+
1076
+
1077
+
1078
+
1079
+
1080
+
1081
+
1082
+
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+ </dd>
1090
+
1091
+
1092
+
1093
+ <dt>
1094
+ <h4 class="name" id="remove_tags"><span class="type-signature"></span>remove_tags<span class="signature">(tags, callback)</span><span class="type-signature"></span></h4>
1095
+
1096
+
1097
+ </dt>
1098
+ <dd>
1099
+
1100
+
1101
+ <div class="description">
1102
+ Remove tags from a number.
1103
+ </div>
1104
+
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+
1111
+ <h5>Parameters:</h5>
1112
+
1113
+
1114
+ <table class="params">
1115
+ <thead>
1116
+ <tr>
1117
+
1118
+ <th>Name</th>
1119
+
1120
+
1121
+ <th>Type</th>
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+ <th class="last">Description</th>
1128
+ </tr>
1129
+ </thead>
1130
+
1131
+ <tbody>
1132
+
1133
+
1134
+ <tr>
1135
+
1136
+ <td class="name"><code>tags</code></td>
1137
+
1138
+
1139
+ <td class="type">
1140
+
1141
+
1142
+ <span class="param-type">Object</span>
1143
+
1144
+
1145
+
1146
+ </td>
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+ <td class="description last">A collection of tags {key: 'value', tag2: 'value2'}</td>
1153
+ </tr>
1154
+
1155
+
1156
+
1157
+ <tr>
1158
+
1159
+ <td class="name"><code>callback</code></td>
1160
+
1161
+
1162
+ <td class="type">
1163
+
1164
+
1165
+ <span class="param-type">function</span>
1166
+
1167
+
1168
+
1169
+ </td>
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+ <td class="description last">Callback that will be fired after request.</td>
1176
+ </tr>
1177
+
1178
+
1179
+ </tbody>
1180
+ </table>
1181
+
1182
+
1183
+
1184
+ <dl class="details">
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+
1204
+ <dt class="tag-source">Source:</dt>
1205
+ <dd class="tag-source"><ul class="dummy"><li>
1206
+ <a href="number.js.html">number.js</a>, <a href="number.js.html#line40">line 40</a>
1207
+ </li></ul></dd>
1208
+
1209
+
1210
+
1211
+
1212
+
1213
+
1214
+
1215
+ </dl>
1216
+
1217
+
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+ <h5>Throws:</h5>
1228
+
1229
+
1230
+
1231
+ <div class="param-desc">
1232
+
1233
+ Will throw an error if attempting to modify tags on a number that doesn't belong to a number pool
1234
+ with per-visitor numbers enabled.
1235
+
1236
+ </div>
1237
+
1238
+
1239
+
1240
+
1241
+
1242
+
1243
+
1244
+ </dd>
1245
+
1246
+
1247
+
1248
+ <dt>
1249
+ <h4 class="name" id="remove_tags_by_keys"><span class="type-signature"></span>remove_tags_by_keys<span class="signature">(keys, callback)</span><span class="type-signature"></span></h4>
1250
+
1251
+
1252
+ </dt>
1253
+ <dd>
1254
+
1255
+
1256
+ <div class="description">
1257
+ Removes all tags with given keys from a number.
1258
+ </div>
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+ <h5>Parameters:</h5>
1267
+
1268
+
1269
+ <table class="params">
1270
+ <thead>
1271
+ <tr>
1272
+
1273
+ <th>Name</th>
1274
+
1275
+
1276
+ <th>Type</th>
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+ <th class="last">Description</th>
1283
+ </tr>
1284
+ </thead>
1285
+
1286
+ <tbody>
1287
+
1288
+
1289
+ <tr>
1290
+
1291
+ <td class="name"><code>keys</code></td>
1292
+
1293
+
1294
+ <td class="type">
1295
+
1296
+
1297
+ <span class="param-type">Array</span>
1298
+
1299
+
1300
+
1301
+ </td>
1302
+
1303
+
1304
+
1305
+
1306
+
1307
+ <td class="description last">An array of keys to remove. eg: ['key1', 'key2']</td>
1308
+ </tr>
1309
+
1310
+
1311
+
1312
+ <tr>
1313
+
1314
+ <td class="name"><code>callback</code></td>
1315
+
1316
+
1317
+ <td class="type">
1318
+
1319
+
1320
+ <span class="param-type">function</span>
1321
+
1322
+
1323
+
1324
+ </td>
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+ <td class="description last">Callback that will be fired after request.</td>
1331
+ </tr>
1332
+
1333
+
1334
+ </tbody>
1335
+ </table>
1336
+
1337
+
1338
+
1339
+ <dl class="details">
1340
+
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+
1349
+
1350
+
1351
+
1352
+
1353
+
1354
+
1355
+
1356
+
1357
+
1358
+
1359
+ <dt class="tag-source">Source:</dt>
1360
+ <dd class="tag-source"><ul class="dummy"><li>
1361
+ <a href="number.js.html">number.js</a>, <a href="number.js.html#line55">line 55</a>
1362
+ </li></ul></dd>
1363
+
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+ </dl>
1371
+
1372
+
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+
1382
+ <h5>Throws:</h5>
1383
+
1384
+
1385
+
1386
+ <div class="param-desc">
1387
+
1388
+ Will throw an error if attempting to modify tags on a number that doesn't belong to a number pool
1389
+ with per-visitor numbers enabled.
1390
+
1391
+ </div>
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+ </dd>
1400
+
1401
+ </dl>
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+ </article>
1408
+
1409
+ </section>
1410
+
1411
+
1412
+
1413
+
1414
+ </div>
1415
+
1416
+ <nav>
1417
+ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="Callpixels.Campaign.html">Campaign</a></li><li><a href="Callpixels.Number.html">Number</a></li></ul><h3><a href="global.html">Global</a></h3>
1418
+ </nav>
1419
+
1420
+ <br clear="both">
1421
+
1422
+ <footer>
1423
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a> on Wed Aug 13 2014 14:51:39 GMT-0400 (EDT)
1424
+ </footer>
1425
+
1426
+ <script> prettyPrint(); </script>
1427
+ <script src="scripts/linenumber.js"> </script>
1428
+ </body>
1429
+ </html>