eucalyptus 0.3.0 → 0.3.1

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
  SHA1:
3
- metadata.gz: 6663e651eea1190e5c8c6dd3466fa809b5cf437d
4
- data.tar.gz: b7e3e205eea38a8d15fda0ed023051a4344bc490
3
+ metadata.gz: 89845bde8a9a3eed7c615447c583993728626e31
4
+ data.tar.gz: ae5ffafb439f39013ada2563aa1c015afa41514d
5
5
  SHA512:
6
- metadata.gz: 344b74cbc6821359b40d825dea713a1c4b5078d91c6814030839900327b9f9f6135fa08f583caf854cdf46c93181ccfbb74dcc6ff6dd92fed52d080f91c4cda7
7
- data.tar.gz: 2d1d55eb1a857703ca4552cd9e1b6bed3be5c13cb0ee008855c82c0d75134c62e7e5831d7a32471debcc77373c6d816b7bfa73beaae9157222caf2d74f66614b
6
+ metadata.gz: 54e95eb1d3fbb31a17b478238a26f8cbf6c9df0d847b5db20796a153e7273de8d5754d4046950af0ea61ec09e7d48b3f069276a8ac066a5b8c4353a73d9b2c84
7
+ data.tar.gz: 96955f9531b02ee37aa9ce68c90944f2009b1822ad8c64ec8f1aaa4771cbe3daa829fb0eedfb0a3911f3dfb8698643f2429bc3c588de7d5b7d5d5c2915c43bad
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
data/eucalyptus.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: eucalyptus 0.3.0 ruby lib
5
+ # stub: eucalyptus 0.3.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "eucalyptus"
9
- s.version = "0.3.0"
9
+ s.version = "0.3.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -3,7 +3,33 @@ require_relative 'resource'
3
3
  module Eucalyptus
4
4
  class Insight < Resource
5
5
  def self.known_fields
6
- nil
6
+ [
7
+ :call_to_action_clicks,
8
+ :clicks,
9
+ :cost_per_total_action,
10
+ :cpc,
11
+ :cost_per_unique_click,
12
+ :cpm,
13
+ :cpp,
14
+ :ctr,
15
+ :website_ctr,
16
+ :unique_ctr,
17
+ :frequency,
18
+ :impressions,
19
+ :reach,
20
+ :relevance_score,
21
+ :social_clicks,
22
+ :unique_social_clicks,
23
+ :social_impressions,
24
+ :social_reach,
25
+ :spend,
26
+ :total_action_value,
27
+ :total_actions,
28
+ :total_unique_actions,
29
+ :cost_per_action_type,
30
+ :action_values,
31
+ :actions
32
+ ]
7
33
  end
8
34
 
9
35
  def self.find
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eucalyptus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oguz Huner