diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 15:16:39 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 15:16:39 +0100 |
| commit | 3d76eccf4e558f8d06583e30932afcaff91749cd (patch) | |
| tree | 4ccb5a4289183a05e88570ae53d6f99d201b156f /examples/dashboard/ads.py | |
| parent | 7422d6f86dffb6f0bf7cb015e188bc62c0f1111e (diff) | |
| download | python-gamelocker-3d76eccf4e558f8d06583e30932afcaff91749cd.tar.gz python-gamelocker-3d76eccf4e558f8d06583e30932afcaff91749cd.zip | |
rework and redesign API demo
Diffstat (limited to 'examples/dashboard/ads.py')
| -rw-r--r-- | examples/dashboard/ads.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/dashboard/ads.py b/examples/dashboard/ads.py new file mode 100644 index 0000000..081a382 --- /dev/null +++ b/examples/dashboard/ads.py @@ -0,0 +1,6 @@ +ads = [ + '<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=DE&source=ac&ref=tf_til&ad_type=product_link&tracking_id=schneefux-21&marketplace=amazon®ion=DE&placement=B01CTE03WE&asins=B01CTE03WE&linkId=&show_border=true&link_opens_in_new_window=true"></iframe>', + '<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=DE&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=schneefux-21&marketplace=amazon®ion=DE&placement=B01M0EYOIP&asins=B01M0EYOIP&linkId=ed5dcc56856d72da47ad2ed1c3ff4816&show_border=true&link_opens_in_new_window=true"></iframe>', + '<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=DE&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=schneefux-21&marketplace=amazon®ion=DE&placement=B01602AQJG&asins=B01602AQJG&linkId=36f70b1ce20c7238a60d482c700367af&show_border=true&link_opens_in_new_window=true"></iframe>', + '<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=DE&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=schneefux-21&marketplace=amazon®ion=DE&placement=B00NSQEV6M&asins=B00NSQEV6M&linkId=6595320318bd7a752eb8b447dcfe804a&show_border=true&link_opens_in_new_window=true"></iframe>' +] |
