Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Close #175
  • Loading branch information
denisneuf authored Nov 1, 2023
1 parent d13c0e3 commit 8aaeac3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,28 +149,6 @@ except AdvertisingApiException as error:
```


### Set Up

Create a .env file and put in the root of your project ( SANDBOX or PRODUCTION )
```
# environment variables defined inside a .env file
AWS_ENV=SANDBOX
```
<pre><code>.
├── .env
└── campaign_client.py
</code></pre>


### Switcher SandBox Environment
Use a .env to manage the environment. Is high recommended try the SANDBOX environment as some features may delete (archive) modules as campaigns, ad groups,...etc and this cannot be undone.

```javascript
AWS_ENV=SANDBOX
# AWS_ENV=PRODUCTION
```
To use the sandbox you may create a test profile id to include in your credentials with this ***python amazon advertising api*** note the ***amz_country_code = "ES"*** refers to the marketplace you will create the test sandbox account.

```python
import logging
from ad_api.api import Profiles
Expand Down

0 comments on commit 8aaeac3

Please sign in to comment.