An open API service indexing awesome lists of open source software.

https://github.com/adzerk/px-poc


https://github.com/adzerk/px-poc

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

```bash
# Run the demo:
export ADZERK_API_KEY=${your_kevel_network_api_key}
python3 px-demo.py ${network_id} ${creative_template_id}
```
```bash
# Associate a creative template with the rewrite macros:
export ADZERK_API_KEY=${your_kevel_network_api_key}
python3 upsert-creative-template-rewrite.py ${network_id} ${creative_template_id}
```
```bash
# Disassociate a creative template with the rewrite macros:
export ADZERK_API_KEY=${your_kevel_network_api_key}
python3 delete-creative-template-rewrite.py ${network_id} ${creative_template_id}
```
```bash
# Get the rewrite macros associated with a creative template:
export ADZERK_API_KEY=${your_kevel_network_api_key}
python3 get-creative-template-rewrite.py ${network_id} ${creative_template_id}
```