fb_graph-mock 0.1.5 → 0.1.6

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: e59a95e38b9642563677dd6291d30c1e29fcb494
4
- data.tar.gz: 6015340d52d4675f7b53ca311475f575b4159b5c
3
+ metadata.gz: 0ea83c1ccbfcde255e650d06ae6e6d33bb6a938e
4
+ data.tar.gz: 0e34ab4acf087cd50601b76b90c930e40443e3f5
5
5
  SHA512:
6
- metadata.gz: 79857bc7cbdd9dccc11fbb65700fb36f625e82cb09664a7bb94d8089bbd23cfc96c68003d42626872d554d465874f8de92175889baba0e0d5511c2fe20fdbcc9
7
- data.tar.gz: 50af76ae7cbe141bf4323163dcabbad32356d397fb933c69288003084093b4dbf191525e3106520dd8984ac70c6ba3149888e4a610aaf969576e32fd52cb1fd4
6
+ metadata.gz: ff444b19a892c478793a52c2bf3ca0e7c2bc7fa99291631954251ddd1bbea0303fad5e8ad1f769babc6bff9f25fa1955a59318c0a6387235d86696b39de8d9a7
7
+ data.tar.gz: 6d11d02d23de3c5e63a0aee66626ab7208b7205408c34397fe6f5344241e4c9f79f3799210d8c6f3528eb6eaa3392f1bfa1bd461cd95498c2310258b4d306686
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
@@ -0,0 +1,101 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "adgroup_id": 6001111111668,
5
+ "ad_id": 6001111111668,
6
+ "campaign_id": 6001111111467,
7
+ "name": "Ad Group Name",
8
+ "adgroup_status": 1,
9
+ "bid_type": 6,
10
+ "max_bid": 100,
11
+ "bid_info": {
12
+ "1": 0,
13
+ "37": 0,
14
+ "38": 0,
15
+ "44": 0,
16
+ "45": 0,
17
+ "46": 0,
18
+ "48": 0,
19
+ "55": 100
20
+ },
21
+ "ad_status": 1,
22
+ "locations": [
23
+ 3
24
+ ],
25
+ "impression_control_map": [
26
+ {
27
+ "location": 3,
28
+ "control": {
29
+ "impression_control_type": 2,
30
+ "user_impression_limit": 6,
31
+ "user_impression_limit_period": 24,
32
+ "user_impression_limit_period_unit": 0
33
+ }
34
+ }
35
+ ],
36
+ "account_id": 100111111111121,
37
+ "id": "6001111111308",
38
+ "creative_ids": [
39
+ 6111111111118
40
+ ],
41
+ "targeting": {
42
+ "genders": [
43
+ 1
44
+ ],
45
+ "age_max": 64,
46
+ "age_min": 55,
47
+ "countries": [
48
+ "US"
49
+ ],
50
+ "keywords": [
51
+ "kohler",
52
+ "grohe",
53
+ "#Kohler Company",
54
+ "#Moen (company)",
55
+ "american standard"
56
+ ],
57
+ "excluded_connections": [
58
+ ],
59
+ "page_types": [
60
+ "desktop"
61
+ ]
62
+ },
63
+ "conversion_specs": [
64
+ {
65
+ "action.type": [
66
+ "like"
67
+ ],
68
+ "page": [
69
+ 144111111132
70
+ ]
71
+ }
72
+ ],
73
+ "tracking_specs": [
74
+ {
75
+ "action.type": [
76
+ "page_engagement"
77
+ ],
78
+ "page": [
79
+ 111111111112
80
+ ]
81
+ }
82
+ ],
83
+ "tracking_pixel_ids": [
84
+
85
+ ],
86
+ "last_updated_by_app_id": 311111111117,
87
+ "start_time": null,
88
+ "end_time": null,
89
+ "updated_time": "2013-05-01T21:44:32+0000",
90
+ "created_time": "2013-05-01T21:40:48+0000"
91
+ }
92
+ ],
93
+ "count": 560,
94
+ "limit": 500,
95
+ "offset": "500",
96
+ "include_deleted": true,
97
+ "paging": {
98
+ "next": "https://graph.facebook.com/act_100111111111121/adgroups?access_token=BAAAAU|access_token|gjAZD&offset=100&campaign_ids=\u00255B\u0025226001111111467\u002522\u00255D",
99
+ "previous": "https://graph.facebook.com/act_100111111111121/adgroups?access_token=BAAAAU|access_token|gjAZD&offset=0&campaign_ids=\u00255B\u0025226001111111467\u002522\u00255D&limit=500"
100
+ }
101
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fb_graph-mock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - nov matake
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-08 00:00:00.000000000 Z
11
+ date: 2013-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -114,6 +114,7 @@ files:
114
114
  - mock_json/ad_groups/ad_creatives/22334455_ad_creatives.json
115
115
  - mock_json/ad_groups/test_ad_group.json
116
116
  - mock_json/ad_groups/test_ad_group_update_with_redownload.json
117
+ - mock_json/ad_groups/test_ad_group_with_paging.json
117
118
  - mock_json/ad_keyword_suggestions/buffy_suggestions.json
118
119
  - mock_json/ad_keyword_valids/tige_search.json
119
120
  - mock_json/ad_keywords/buffy_search.json