bucket_cake 4.0.0 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bucket_cake/proto/advertisers_pb.rb +32 -0
- data/lib/bucket_cake/proto/affiliates_pb.rb +64 -0
- data/lib/bucket_cake/proto/campaigns_pb.rb +58 -0
- data/lib/bucket_cake/proto/cap_states_pb.rb +26 -0
- data/lib/bucket_cake/proto/clicks_pb.rb +37 -0
- data/lib/bucket_cake/proto/common_pb.rb +154 -0
- data/lib/bucket_cake/proto/conversion_changes_pb.rb +19 -0
- data/lib/bucket_cake/proto/conversions_pb.rb +50 -0
- data/lib/bucket_cake/proto/creatives_pb.rb +32 -0
- data/lib/bucket_cake/proto/offers_pb.rb +98 -0
- data/lib/bucket_cake/proto_ext/maybe_int.rb +5 -0
- data/lib/bucket_cake/version.rb +1 -1
- data/lib/bucket_cake.rb +11 -13
- metadata +28 -14
- data/lib/bucket_cake/proto/advertisers.pb.rb +0 -47
- data/lib/bucket_cake/proto/affiliates.pb.rb +0 -83
- data/lib/bucket_cake/proto/campaigns.pb.rb +0 -77
- data/lib/bucket_cake/proto/cap_states.pb.rb +0 -41
- data/lib/bucket_cake/proto/clicks.pb.rb +0 -52
- data/lib/bucket_cake/proto/common.pb.rb +0 -182
- data/lib/bucket_cake/proto/conversion_changes.pb.rb +0 -34
- data/lib/bucket_cake/proto/conversions.pb.rb +0 -65
- data/lib/bucket_cake/proto/creatives.pb.rb +0 -51
- data/lib/bucket_cake/proto/offers.pb.rb +0 -123
@@ -1,51 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
|
3
|
-
##
|
4
|
-
# This file is auto-generated. DO NOT EDIT!
|
5
|
-
#
|
6
|
-
|
7
|
-
|
8
|
-
##
|
9
|
-
# Imports
|
10
|
-
#
|
11
|
-
|
12
|
-
module Cakeproto
|
13
|
-
|
14
|
-
##
|
15
|
-
# Message Classes
|
16
|
-
#
|
17
|
-
class Creative < ::Protobuf::Message
|
18
|
-
class File < ::Protobuf::Message; end
|
19
|
-
|
20
|
-
end
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
##
|
25
|
-
# Message Fields
|
26
|
-
#
|
27
|
-
class Creative
|
28
|
-
class File
|
29
|
-
optional :int64, :id, 1
|
30
|
-
optional :string, :name, 2
|
31
|
-
optional :string, :link, 3
|
32
|
-
optional :bool, :preview, 4
|
33
|
-
optional ::Cakeproto::TimeWithZone, :date_created, 5
|
34
|
-
end
|
35
|
-
|
36
|
-
optional :int64, :id, 1
|
37
|
-
optional :string, :name, 2
|
38
|
-
optional :int64, :offer_id, 3
|
39
|
-
optional ::Cakeproto::IdName, :type, 4
|
40
|
-
optional ::Cakeproto::IdName, :status, 5
|
41
|
-
optional :string, :offer_link_override, 6
|
42
|
-
optional :int64, :width, 7
|
43
|
-
optional :int64, :height, 8
|
44
|
-
repeated ::Cakeproto::Creative::File, :files, 9
|
45
|
-
optional ::Cakeproto::TimeWithZone, :date_created, 10
|
46
|
-
optional ::Cakeproto::TimeWithZone, :expiration_date, 11
|
47
|
-
optional :string, :notes, 12
|
48
|
-
end
|
49
|
-
|
50
|
-
end
|
51
|
-
|
@@ -1,123 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
|
3
|
-
##
|
4
|
-
# This file is auto-generated. DO NOT EDIT!
|
5
|
-
#
|
6
|
-
|
7
|
-
|
8
|
-
##
|
9
|
-
# Imports
|
10
|
-
#
|
11
|
-
|
12
|
-
module Cakeproto
|
13
|
-
|
14
|
-
##
|
15
|
-
# Message Classes
|
16
|
-
#
|
17
|
-
class Offer < ::Protobuf::Message
|
18
|
-
class Contract < ::Protobuf::Message
|
19
|
-
class Rule < ::Protobuf::Message; end
|
20
|
-
class GeoTarget < ::Protobuf::Message; end
|
21
|
-
|
22
|
-
end
|
23
|
-
|
24
|
-
class Tier < ::Protobuf::Message; end
|
25
|
-
|
26
|
-
end
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
##
|
31
|
-
# Message Fields
|
32
|
-
#
|
33
|
-
class Offer
|
34
|
-
class Contract
|
35
|
-
class Rule
|
36
|
-
optional :int64, :id, 1
|
37
|
-
optional :string, :name, 2
|
38
|
-
optional :int64, :order, 3
|
39
|
-
optional :bool, :active, 4
|
40
|
-
optional ::Cakeproto::IdName, :redirect_offer, 5
|
41
|
-
end
|
42
|
-
|
43
|
-
class GeoTarget
|
44
|
-
optional ::Cakeproto::Country, :country, 1
|
45
|
-
optional ::Cakeproto::IdName, :redirect_contract, 2
|
46
|
-
end
|
47
|
-
|
48
|
-
optional :int64, :id, 1
|
49
|
-
optional :string, :name, 2
|
50
|
-
optional ::Cakeproto::IdName, :price_format, 3
|
51
|
-
optional ::Cakeproto::Money, :current_payout, 4
|
52
|
-
optional ::Cakeproto::Money, :current_received, 5
|
53
|
-
optional :string, :offer_link, 6
|
54
|
-
optional :string, :thankyou_link, 7
|
55
|
-
optional :bool, :hidden, 8
|
56
|
-
optional ::Cakeproto::IdName, :targeting_method, 9
|
57
|
-
repeated ::Cakeproto::EventOverride, :event_overrides, 10
|
58
|
-
repeated ::Cakeproto::HistorizedMoney, :payouts, 11
|
59
|
-
repeated ::Cakeproto::HistorizedMoney, :prices_received, 12
|
60
|
-
repeated ::Cakeproto::Offer::Contract::GeoTarget, :allowed_countries, 13
|
61
|
-
repeated ::Cakeproto::Offer::Contract::GeoTarget, :disallowed_countries, 14
|
62
|
-
repeated ::Cakeproto::Offer::Contract::Rule, :rules, 15
|
63
|
-
end
|
64
|
-
|
65
|
-
class Tier
|
66
|
-
optional ::Cakeproto::IdName, :price_format, 1
|
67
|
-
optional ::Cakeproto::IdName, :affiliate_tier, 2
|
68
|
-
optional ::Cakeproto::IdName, :contract, 3
|
69
|
-
end
|
70
|
-
|
71
|
-
optional :int64, :id, 1
|
72
|
-
optional :string, :name, 2
|
73
|
-
optional ::Cakeproto::IdName, :advertiser, 3
|
74
|
-
optional ::Cakeproto::IdName, :vertical, 4
|
75
|
-
optional ::Cakeproto::IdName, :type, 5
|
76
|
-
optional ::Cakeproto::IdName, :status, 6
|
77
|
-
optional :bool, :hidden, 7
|
78
|
-
optional :string, :image_link, 8
|
79
|
-
optional :int64, :default_contract_id, 9
|
80
|
-
repeated ::Cakeproto::Offer::Contract, :contracts, 10
|
81
|
-
repeated ::Cakeproto::Offer::Tier, :tiers, 11
|
82
|
-
repeated ::Cakeproto::IdName, :tags, 12
|
83
|
-
repeated ::Cakeproto::MediaType, :allowed_media_types, 13
|
84
|
-
optional ::Cakeproto::Currency, :currency, 14
|
85
|
-
optional :bool, :ssl, 15
|
86
|
-
optional ::Cakeproto::Cap, :click_cap, 16
|
87
|
-
optional ::Cakeproto::Cap, :conversion_cap, 17
|
88
|
-
optional :int64, :click_cookie_days, 18
|
89
|
-
optional :int64, :impression_cookie_days, 19
|
90
|
-
optional :bool, :enable_view_thru_conversions, 20
|
91
|
-
optional :bool, :click_trumps_impression, 21
|
92
|
-
optional :bool, :disable_click_deduplication, 22
|
93
|
-
optional :bool, :disable_impression_deduplication, 23
|
94
|
-
optional ::Cakeproto::IdName, :voucher_code_attribution, 24
|
95
|
-
optional :bool, :last_touch, 25
|
96
|
-
optional :bool, :enable_transaction_id_deduplication, 26
|
97
|
-
optional :bool, :conversions_from_whitelist_only, 27
|
98
|
-
optional ::Cakeproto::PixelInfo, :pixel_info, 28
|
99
|
-
optional :bool, :fire_global_pixel, 29
|
100
|
-
optional :bool, :fire_pixel_on_non_paid_conversions, 30
|
101
|
-
optional :bool, :disable_prepop_appending, 31
|
102
|
-
optional ::Cakeproto::IdName, :redirect_offer, 32
|
103
|
-
optional :bool, :redirect404, 33
|
104
|
-
optional :int64, :session_regeneration_seconds, 34
|
105
|
-
optional ::Cakeproto::IdName, :session_regeneration_type, 35
|
106
|
-
optional ::Cakeproto::SuppressionList, :suppression_list, 36
|
107
|
-
optional :string, :unsubscribe_link, 37
|
108
|
-
optional :string, :preview_link, 38
|
109
|
-
optional :string, :description, 39
|
110
|
-
optional :string, :restrictions, 40
|
111
|
-
optional :string, :advertiser_extended_terms, 41
|
112
|
-
optional :string, :testing_instructions, 42
|
113
|
-
optional :string, :from_lines, 43
|
114
|
-
optional :string, :subject_lines, 44
|
115
|
-
repeated ::Cakeproto::Upsell, :upsells, 45
|
116
|
-
optional :string, :thankyou_html, 46
|
117
|
-
optional :string, :notes, 47
|
118
|
-
optional ::Cakeproto::TimeWithZone, :date_created, 48
|
119
|
-
optional ::Cakeproto::TimeWithZone, :expiration_date, 49
|
120
|
-
end
|
121
|
-
|
122
|
-
end
|
123
|
-
|