adzerk_decision_sdk 1.0.0.pre.beta.12 → 1.0.0.pre.beta.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13cf854831f1ac41060e1a71e3dc4a4b65c8d472e20caf4798626b0e0e97d00c
4
- data.tar.gz: 6fdc2f65beddae85bcdbe5d157615eb7928a6d6d9a55b5308033fddf80628ae2
3
+ metadata.gz: f980227757c5cf3aec47586ffe71e96bff0c700672df5ffccb2f02f30af9a340
4
+ data.tar.gz: 52c2ce9ff50b71a7e3a25fb5cf96e4949ba0e751c40a18c1de9ee8ea9c0d1a1d
5
5
  SHA512:
6
- metadata.gz: e7d5231251f6fc2d640afc19e0add2ec0571d8abdd0257aab370ff664f2ff46458495018d11b4cedcfc3c87a99de2a5e6bf576baa46bbce7a7b4612a651f31c7
7
- data.tar.gz: f7b44382abcb10c9b2380cdc4837cd05b314071f1e75dd949347d4a1260223f72913ca354c673c7188acdadfe1d4e03281bde2828e503b1fe4da6d9fd7be60d3
6
+ metadata.gz: 10a78d49452f5a75e06052f562b23fc6c63e9c353cafe16ce7e62114d4d1836f8e6a6767ae510e684d5e48c0fbdd7aa6df8a73f845d0544ae64c3cb075add732
7
+ data.tar.gz: 58cd9b05b7fc610c43bc0c3729db531231ee39ef209fb3f3489e64bfebbe54327677ce0daee224272f647365e3dcf9cb49cd75134855af90e73b589b208ee00c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adzerk_decision_sdk (1.0.0.pre.beta.12)
4
+ adzerk_decision_sdk (1.0.0.pre.beta.13)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -65,4 +65,4 @@ DEPENDENCIES
65
65
  rubocop (~> 0.66.0)
66
66
 
67
67
  BUNDLED WITH
68
- 2.3.8
68
+ 2.3.13
data/docs/Placement.md CHANGED
@@ -16,7 +16,7 @@
16
16
  | **properties** | **Object** | A map of key/value pairs used for [Custom Targeting](https://dev.adzerk.com/docs/custom-targeting) | [optional] |
17
17
  | **event_ids** | **Array<Integer>** | An array of numeric event types. Requests tracking URLs for custom events. See here for [Event Tracking IDs](https://dev.adzerk.com/v1.0/docs/custom-event-tracking) | [optional] |
18
18
  | **overrides** | **Object** | An object that overrides values for an advertiser, campaign, flight or ad. Used especially for header bidding | [optional] |
19
- | **content_keys** | **Hash<String, Integer>** | A map of key/value pairs used with [ContentDB](https://dev.adzerk.com/docs/contentdb-1). The format is `\"contentKeys\": {\"schema\": \"contentKey\"}` | [optional] |
19
+ | **content_keys** | **Hash<String, String>** | A map of key/value pairs used with [ContentDB](https://dev.adzerk.com/docs/contentdb-1). The format is `\"contentKeys\": {\"schema\": \"contentKey\"}` | [optional] |
20
20
  | **count** | **Integer** | (BETA) The number of ads to return per placement. Integer between 1 and 20 | [optional] |
21
21
  | **proportionality** | **Boolean** | (BETA) If true, fills ads in a multi-winner placement in proportion to the flight's goals | [optional] |
22
22
  | **ecpm_partition** | **String** | (BETA) The name of the eCPM Partition that should be used to source eCPM data for auctions | [optional] |
@@ -124,7 +124,7 @@ module AdzerkDecisionSdk
124
124
  :'properties' => :'Object',
125
125
  :'event_ids' => :'Array<Integer>',
126
126
  :'overrides' => :'Object',
127
- :'content_keys' => :'Hash<String, Integer>',
127
+ :'content_keys' => :'Hash<String, String>',
128
128
  :'count' => :'Integer',
129
129
  :'proportionality' => :'Boolean',
130
130
  :'ecpm_partition' => :'String',
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module AdzerkDecisionSdk
14
- VERSION = '1.0.0-beta.12'
14
+ VERSION = '1.0.0-beta.13'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adzerk_decision_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.beta.12
4
+ version: 1.0.0.pre.beta.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adzerk, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-04 00:00:00.000000000 Z
11
+ date: 2022-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus