dbrent-amazon / amazon-advertising-api-php

Unofficial Amazon Advertising API PHP client library.
Apache License 2.0
5 stars 3 forks source link

Authentication failed #1

Closed dineshrawat1459 closed 7 years ago

dineshrawat1459 commented 7 years ago

Hi I am using your amazon advertising api , when i call this function $request = $client->getProfiles(); i am getting Authentication failed because maybe i am not getting profileId blank i dont know why its getting blank and how i get this you can check here https://dineshr.powermyanalytics.com/amazonapi/index.php

i have call these below function print the result you can easily understood $client = new Client($config); print_r($client);

$getProfiles = $client->getProfiles(); print_r($getProfiles);

$listCampaigns = $client->listCampaigns(array("stateFilter" => "enabled"));
print_r($listCampaigns);

Could you please help you figure it out, i really appreciate it

Thanks

dbrent-amazon commented 7 years ago

Hello,

Have you registered for access to the API? https://advertising.amazon.com/API

Brent

dineshrawat1459 commented 7 years ago

yes and we were approved

dbrent-amazon commented 7 years ago

We handle integration issues outside of GitHub. Can you respond to the onboarding email with a good technical email address so that we can create a support account for you?

dineshrawat1459 commented 7 years ago

Yes you can respond me in my email adresss dinesh.rawat1459@gmail.com

Thanks

dbrent-amazon commented 7 years ago

I created a support account for you. Please use it to submit integration issues. You should be receiving an email soon.

dineshrawat1459 commented 7 years ago

Ok thanks , I have submitted the query there