forked from BingAds/BingAds-Python-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
License
aoricom/BingAds-Python-SDK
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Bing Ads Python SDK — Bing Ads SDK 12.0.2 documentation</title> <link rel="stylesheet" href="_static/classic.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript" src="_static/documentation_options.js"></script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link rel="next" title="bingads package" href="bingads.html" /> <link rel="prev" title="Welcome to Bing Ads SDK’s documentation!" href="index.html" /> </head><body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="bingads.html" title="bingads package" accesskey="N">next</a> |</li> <li class="right" > <a href="index.html" title="Welcome to Bing Ads SDK’s documentation!" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="index.html">Bing Ads SDK 12.0.2 documentation</a> »</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="bing-ads-python-sdk"> <h1>Bing Ads Python SDK<a class="headerlink" href="#bing-ads-python-sdk" title="Permalink to this headline">¶</a></h1> <a class="reference external image-reference" href="https://pypi.python.org/pypi/bingads"><img alt="https://img.shields.io/pypi/v/bingads.svg" src="https://img.shields.io/pypi/v/bingads.svg" /></a> <p>The Bing Ads Python Software Development Kit (SDK) Version 12.0 enhances the experience of developing Bing Ads applications with the Python programming language. The SDK includes proxy classes for all Bing Ads API web services and abstracts the low level details of authentication with OAuth. You can also read and write bulk files with the SDK BulkFileReader and BulkFileWriter, and use the high level BulkServiceManager interface to abstract and execute operations in the low level Bulk API. For more information, see <a class="reference external" href="https://docs.microsoft.com/en-us/bingads/guides/client-libraries">Bing Ads Client Libraries</a>.</p> <div class="section" id="getting-started"> <h2>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h2> <p>To get started developing Bing Ads applications with Python, install the SDK and either start with the <a class="reference external" href="https://github.com/BingAds/BingAds-Python-SDK/tree/master/examples">examples</a> or follow one of the application walkthroughs. For more information, see <a class="reference external" href="https://docs.microsoft.com/en-us/bingads/guides/get-started-python">Getting Started Using Python with Bing Ads Services</a>.</p> </div> <div class="section" id="external-dependencies"> <h2>External Dependencies<a class="headerlink" href="#external-dependencies" title="Permalink to this headline">¶</a></h2> <blockquote> <div><ul class="simple"> <li><a class="reference external" href="http://pypi.python.org/pypi/suds-jurko">suds-jurko</a></li> <li><a class="reference external" href="http://pypi.python.org/pypi/requests">requests</a></li> <li><a class="reference external" href="http://pypi.python.org/pypi/future">future</a></li> <li><a class="reference external" href="http://pypi.python.org/pypi/six">six</a></li> <li><a class="reference external" href="http://pypi.python.org/pypi/enum34">enum34</a></li> </ul> </div></blockquote> </div> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h3><a href="index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">Bing Ads Python SDK</a><ul> <li><a class="reference internal" href="#getting-started">Getting Started</a></li> <li><a class="reference internal" href="#external-dependencies">External Dependencies</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="index.html" title="previous chapter">Welcome to Bing Ads SDK’s documentation!</a></p> <h4>Next topic</h4> <p class="topless"><a href="bingads.html" title="next chapter">bingads package</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/readme.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="bingads.html" title="bingads package" >next</a> |</li> <li class="right" > <a href="index.html" title="Welcome to Bing Ads SDK’s documentation!" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="index.html">Bing Ads SDK 12.0.2 documentation</a> »</li> </ul> </div> <div class="footer" role="contentinfo"> © Copyright 2016, Bing Ads SDK Team. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2. </div> </body> </html>
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 100.0%