php-oara

How to get reports from Amazon Affiliate

谁说我不能喝 提交于 2019-12-14 02:16:04
问题 I found this PHP-Oara library https://github.com/fubralimited/php-oara at Github and I've already setup everything. $networkName = "Amazon"; //Ex: AffiliateWindow //Retrieving the credentials for the network $config = Zend_Registry::getInstance()->get('credentialsIni'); $configName = strtolower($networkName); $credentials = $config->$configName->toArray(); //Path for the cookie located inside the Oara/data/curl folder $credentials["cookiesDir"] = "example"; $credentials["cookiesSubDir"] =