@@ 88-94 (lines=7) @@ | ||
85 | return (int) $response['Result']['Id']; |
|
86 | } |
|
87 | ||
88 | public function siteRankingDistributions($date) |
|
89 | { |
|
90 | $this->validateBulkDate($date); |
|
91 | ||
92 | $response = $this->performQuery('bulk/site_ranking_distributions', ['date' => $date->toDateString()]); |
|
93 | ||
94 | return (int) $response['Result']['Id']; |
|
95 | } |
|
96 | ||
97 | public function tagRankingDistributions($date) |
|
@@ 97-103 (lines=7) @@ | ||
94 | return (int) $response['Result']['Id']; |
|
95 | } |
|
96 | ||
97 | public function tagRankingDistributions($date) |
|
98 | { |
|
99 | $this->validateBulkDate($date); |
|
100 | ||
101 | $response = $this->performQuery('bulk/tag_ranking_distributions', ['date' => $date->toDateString()]); |
|
102 | ||
103 | return (int) $response['Result']['Id']; |
|
104 | } |
|
105 | ||
106 | public function get($bulkJobID) |