soapy_cake 2.1.1 → 2.1.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.
- checksums.yaml +4 -4
- data/lib/soapy_cake/admin_addedit.rb +2 -2
- data/lib/soapy_cake/version.rb +1 -1
- data/spec/fixtures/vcr_cassettes/SoapyCake_AdminAddedit/offers/creates_an_offer.yml +1 -1
- data/spec/fixtures/vcr_cassettes/SoapyCake_AdminAddedit/offers/updates_an_offer.yml +1 -1
- data/spec/integration/soapy_cake/admin_addedit_spec.rb +1 -1
- data/spec/lib/soapy_cake/admin_addedit_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47564df3869f98327abdfb9484d2e03ef8ecba88
|
|
4
|
+
data.tar.gz: ed2c3c713190914322c042fffe21275c137dc292
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f501daaf4e50c76b82c578fff72aaa296e2541ffc6937b59d8bf6d2edcecd7cf1677f0422c30521c653ac51a6fb027f64c31d7ab53cd8e2b31f4468410ca784f
|
|
7
|
+
data.tar.gz: d24453e1fd9fc19f69fa5e83ce79455c4c970569659e9c46938bde6fa3461cd80996e8fcfc01b90985fd9c4ef3661d191b4dd69b8c4a31a1762423982f5b1fea
|
|
@@ -23,7 +23,7 @@ module SoapyCake
|
|
|
23
23
|
pixel_html: '',
|
|
24
24
|
postback_url: '',
|
|
25
25
|
fire_global_pixel: 'no_change',
|
|
26
|
-
|
|
26
|
+
fire_pixel_on_non_paid_conversions: 'no_change',
|
|
27
27
|
expiration_date_modification_type: 'do_not_change',
|
|
28
28
|
offer_contract_name: '',
|
|
29
29
|
offer_link: '',
|
|
@@ -55,7 +55,7 @@ module SoapyCake
|
|
|
55
55
|
impression_cookie_days redirect_404 enable_view_thru_conversions
|
|
56
56
|
click_trumps_impression disable_click_deduplication last_touch
|
|
57
57
|
enable_transaction_id_deduplication postbacks_only fire_global_pixel
|
|
58
|
-
|
|
58
|
+
fire_pixel_on_non_paid_conversions offer_link thankyou_link from_lines
|
|
59
59
|
subject_lines
|
|
60
60
|
).freeze
|
|
61
61
|
|
data/lib/soapy_cake/version.rb
CHANGED
|
@@ -30,7 +30,7 @@ http_interactions:
|
|
|
30
30
|
<cake:pixel_html/>
|
|
31
31
|
<cake:postback_url/>
|
|
32
32
|
<cake:fire_global_pixel>on</cake:fire_global_pixel>
|
|
33
|
-
<cake:
|
|
33
|
+
<cake:fire_pixel_on_non_paid_conversions>off</cake:fire_pixel_on_non_paid_conversions>
|
|
34
34
|
<cake:expiration_date_modification_type>do_not_change</cake:expiration_date_modification_type>
|
|
35
35
|
<cake:offer_contract_name/>
|
|
36
36
|
<cake:offer_link>http://www.example.com/</cake:offer_link>
|
|
@@ -30,7 +30,7 @@ http_interactions:
|
|
|
30
30
|
<cake:pixel_html/>
|
|
31
31
|
<cake:postback_url/>
|
|
32
32
|
<cake:fire_global_pixel>no_change</cake:fire_global_pixel>
|
|
33
|
-
<cake:
|
|
33
|
+
<cake:fire_pixel_on_non_paid_conversions>no_change</cake:fire_pixel_on_non_paid_conversions>
|
|
34
34
|
<cake:expiration_date_modification_type>do_not_change</cake:expiration_date_modification_type>
|
|
35
35
|
<cake:offer_contract_name/>
|
|
36
36
|
<cake:offer_link/>
|
|
@@ -83,7 +83,7 @@ RSpec.describe SoapyCake::AdminAddedit do
|
|
|
83
83
|
enable_transaction_id_deduplication: 'off',
|
|
84
84
|
postbacks_only: 'off',
|
|
85
85
|
fire_global_pixel: 'on',
|
|
86
|
-
|
|
86
|
+
fire_pixel_on_non_paid_conversions: 'off',
|
|
87
87
|
offer_link: 'http://www.example.com/',
|
|
88
88
|
thankyou_link: 'http://www.example.com/',
|
|
89
89
|
from_lines: 'from',
|
|
@@ -59,7 +59,7 @@ RSpec.describe SoapyCake::AdminAddedit do
|
|
|
59
59
|
enable_transaction_id_deduplication: true,
|
|
60
60
|
postbacks_only: false,
|
|
61
61
|
fire_global_pixel: true,
|
|
62
|
-
|
|
62
|
+
fire_pixel_on_non_paid_conversions: false,
|
|
63
63
|
offer_link: 'http://www.ree.com',
|
|
64
64
|
thankyou_link: 'http://www.www.ww',
|
|
65
65
|
from_lines: '',
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: soapy_cake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ad2games GmbH
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|