@@ -63,7 +63,7 @@ |
||
63 | 63 | |
64 | 64 | /** |
65 | 65 | * Get metadata for a single Audience. |
66 | - * @param type $audienceId |
|
66 | + * @param integer $audienceId |
|
67 | 67 | * @return Audience |
68 | 68 | * @throws \Exception |
69 | 69 | */ |
@@ -92,7 +92,7 @@ |
||
92 | 92 | /** |
93 | 93 | * Get campaign results |
94 | 94 | * @param integer $campaignId The id for the campaign you want results for |
95 | - * @param string $starTime The earliest time to count events in results. Defaults to the time that the campaign was first activated. |
|
95 | + * @param string $startTime The earliest time to count events in results. Defaults to the time that the campaign was first activated. |
|
96 | 96 | * @param string $endTime The latest time to count events in results. Defaults to the time the campaign was last active or the current time if the campaign is still running. |
97 | 97 | * @throws \Exception |
98 | 98 | */ |
@@ -67,7 +67,7 @@ |
||
67 | 67 | |
68 | 68 | /** |
69 | 69 | * Get Event by ID |
70 | - * @param type $eventId |
|
70 | + * @param integer $eventId |
|
71 | 71 | * @return Event |
72 | 72 | * @throws \Exception |
73 | 73 | */ |
@@ -101,7 +101,7 @@ |
||
101 | 101 | /** |
102 | 102 | * Update a Page in a provided Project |
103 | 103 | * @param integer $pageId |
104 | - * @param Audience $page |
|
104 | + * @param Page $page |
|
105 | 105 | * @throws \Exception |
106 | 106 | */ |
107 | 107 | public function update($pageId, $page) |