soapy_cake 1.3.4 → 1.3.5
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.rb +4 -0
- data/lib/soapy_cake/admin_addedit.rb +2 -2
- data/lib/soapy_cake/version.rb +1 -1
- data/spec/fixtures/vcr_cassettes/ADDEDIT_integration_test/offers/creates_an_offer.yml +1 -1
- data/spec/fixtures/vcr_cassettes/ADDEDIT_integration_test/offers/updates_an_offer.yml +1 -1
- data/spec/lib/soapy_cake/addedit_integration_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: f902772b754c9f495f1d003b88db03b35134e03f
|
|
4
|
+
data.tar.gz: a9aa816a8054713d70405483548982b3d439b2e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afcb85ac96e0cc31d585f7159e77704db026cbc81c39529df7405300c81a20db94ac6b5746a1916292db430e62c1696431f4a17a28a2e5d7423c10ead81c99f7
|
|
7
|
+
data.tar.gz: 054e3f9c884b9b4970d4fc895187ab0a160450cd18fa32b1a076520b7dc72a071d9027ae7804eaf5f9e01c992959d83edf13519a0d21205fa25ab03e878cfcf4
|
data/lib/soapy_cake/admin.rb
CHANGED
|
@@ -5,7 +5,7 @@ module SoapyCake
|
|
|
5
5
|
def add_offer(opts = {})
|
|
6
6
|
require_params(opts, %i(
|
|
7
7
|
hidden offer_status_id offer_type_id currency_id ssl click_cookie_days
|
|
8
|
-
impression_cookie_days redirect_404
|
|
8
|
+
impression_cookie_days redirect_404 enable_view_thru_conversions
|
|
9
9
|
click_trumps_impression disable_click_deduplication last_touch
|
|
10
10
|
enable_transaction_id_deduplication postbacks_only fire_global_pixel
|
|
11
11
|
fire_pixel_on_nonpaid_conversions offer_link thankyou_link from_lines
|
|
@@ -98,7 +98,7 @@ module SoapyCake
|
|
|
98
98
|
impression_cookie_days: -1,
|
|
99
99
|
redirect_offer_contract_id: 0,
|
|
100
100
|
redirect_404: 'no_change',
|
|
101
|
-
|
|
101
|
+
enable_view_thru_conversions: 'no_change',
|
|
102
102
|
click_trumps_impression: 'no_change',
|
|
103
103
|
disable_click_deduplication: 'no_change',
|
|
104
104
|
last_touch: 'no_change',
|
data/lib/soapy_cake/version.rb
CHANGED
|
@@ -20,7 +20,7 @@ http_interactions:
|
|
|
20
20
|
<cake:click_cookie_days>30</cake:click_cookie_days>
|
|
21
21
|
<cake:impression_cookie_days>30</cake:impression_cookie_days>
|
|
22
22
|
<cake:redirect_404>off</cake:redirect_404>
|
|
23
|
-
<cake:
|
|
23
|
+
<cake:enable_view_thru_conversions>off</cake:enable_view_thru_conversions>
|
|
24
24
|
<cake:click_trumps_impression>off</cake:click_trumps_impression>
|
|
25
25
|
<cake:disable_click_deduplication>off</cake:disable_click_deduplication>
|
|
26
26
|
<cake:last_touch>off</cake:last_touch>
|
|
@@ -31,7 +31,7 @@ http_interactions:
|
|
|
31
31
|
<cake:impression_cookie_days>-1</cake:impression_cookie_days>
|
|
32
32
|
<cake:redirect_offer_contract_id>0</cake:redirect_offer_contract_id>
|
|
33
33
|
<cake:redirect_404>no_change</cake:redirect_404>
|
|
34
|
-
<cake:
|
|
34
|
+
<cake:enable_view_thru_conversions>no_change</cake:enable_view_thru_conversions>
|
|
35
35
|
<cake:click_trumps_impression>no_change</cake:click_trumps_impression>
|
|
36
36
|
<cake:disable_click_deduplication>no_change</cake:disable_click_deduplication>
|
|
37
37
|
<cake:last_touch>no_change</cake:last_touch>
|
|
@@ -20,7 +20,7 @@ RSpec.describe 'ADDEDIT integration test' do
|
|
|
20
20
|
click_cookie_days: 30,
|
|
21
21
|
impression_cookie_days: 30,
|
|
22
22
|
redirect_404: 'off',
|
|
23
|
-
|
|
23
|
+
enable_view_thru_conversions: 'off',
|
|
24
24
|
click_trumps_impression: 'off',
|
|
25
25
|
disable_click_deduplication: 'off',
|
|
26
26
|
last_touch: 'off',
|
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: 1.3.
|
|
4
|
+
version: 1.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ad2games GmbH
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|