diff options
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>' +] |
