https://github.com/adzerk/px-poc
https://github.com/adzerk/px-poc
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adzerk/px-poc
- Owner: adzerk
- Created: 2022-08-03T18:50:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T15:02:01.000Z (over 3 years ago)
- Last Synced: 2025-01-19T20:00:50.670Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 20
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```