Open TiberioBrasil opened 9 years ago
Same problem here...
Henrique, segue uma outra solução:
<?
DEFINE('_CONNECT_ID', 'XXXXX');
DEFINE('_AD_SPACE' , 'YYYYY');
$URL = 'http://www.walmart.com.br/';
$LINK = 'http://toolbox.zanox.com/tools/api/deeplink?connectid=' . _CONNECT_ID . '&url=' . urlencode($URL) . '&adspaceid=' . _AD_SPACE;
$deeplink = file_get_contents($LINK);
$deeplinkXML = simplexml_load_string($deeplink);
echo $deeplinkXML->url;
?>
@OfertasDescontos opa, assim que chegar em casa vou testar, valeu :)
No caso ele gera o deep link pro $URL direto? é isso?
Exatamente. O pessoal da zanox tem um arquivo do word que tem esse passo-a-passo. Mas, resumindo tudo, é isso ai! :)
Entendi, valeu mesmo amigo, estava sofrendo a uns dias aqui já... assim que testar te dou um feedback :+1:
@OfertasDescontos funcionou perfeitamente para o que eu precisava, muito obrigado :)
Você está utilizando em algum sistema/plataforma?
I updated the current class to work with the current toolbox : https://gist.github.com/bactisme/26b9b4907b60323eea03acfe4e3b4dc4
hi guys, sorry it's been a while since I have not touched this code. There have certainly been updated side zanox. It works for you now?
Hi rtrompier,
Im trying to use your script, but the curl is retrieving blank. Can you help me?