<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API Setup for Google DoubleClick (DFP AD Server) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/462422#M284880</link>
    <description>&lt;P&gt;What do I use as a redirect url?&lt;/P&gt;</description>
    <pubDate>Tue, 15 May 2018 17:01:19 GMT</pubDate>
    <dc:creator>CTurley</dc:creator>
    <dc:date>2018-05-15T17:01:19Z</dc:date>
    <item>
      <title>API Setup for Google DoubleClick (DFP AD Server)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/462388#M284878</link>
      <description>&lt;P&gt;Has anyone tried connecting to the Google Doubleclick (DFP Adserver) API. I have read different documentation on connecting to Google Analytics and other API's through SAS, bit when I apply these to my situation, it does not seem to ad up. It seems these APIs are different and more complicated. IT uses some JST Headers? I am looking for sample code if anyone has created any for this API.&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 15:31:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/462388#M284878</guid>
      <dc:creator>CTurley</dc:creator>
      <dc:date>2018-05-15T15:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: API Setup for Google DoubleClick (DFP AD Server)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/462398#M284879</link>
      <description>&lt;P&gt;I think it depends on what you want to do.&amp;nbsp; Are you downloading reports?&amp;nbsp; Or uploading conversions data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glancing &lt;A href="https://developers.google.com/doubleclick-search/v2/prereqs" target="_self"&gt;over the doc about the API&lt;/A&gt;, it looks like a very similar setup to Google Analytics in that there is a REST API that can be driven from HTTP, which means that you ought to be able to accomplish this with PROC HTTP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See &lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/2120-2018.pdf" target="_self"&gt;my complete paper about Google Analytics with SAS&lt;/A&gt; - it might help.&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 15:41:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/462398#M284879</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-05-15T15:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: API Setup for Google DoubleClick (DFP AD Server)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/462422#M284880</link>
      <description>&lt;P&gt;What do I use as a redirect url?&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 17:01:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/462422#M284880</guid>
      <dc:creator>CTurley</dc:creator>
      <dc:date>2018-05-15T17:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: API Setup for Google DoubleClick (DFP AD Server)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/462423#M284881</link>
      <description>&lt;P&gt;What is the Client secret? Is that the API Key? I have in the google API dashboard a APIKey, ClientID and a Service Account Key (ID).&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 17:15:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/462423#M284881</guid>
      <dc:creator>CTurley</dc:creator>
      <dc:date>2018-05-15T17:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: API Setup for Google DoubleClick (DFP AD Server)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/462424#M284882</link>
      <description>&lt;P&gt;To get your auth token?&amp;nbsp; In my paper, I covered this -- the URL for the call looks something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;https://accounts.google.com/o/oauth2/v2/auth? 
  scope=https://www.googleapis.com/auth/analytics.readonly
 &amp;amp;redirect_uri=&lt;STRONG&gt;urn:ietf:wg:oauth:2.0:oob&lt;/STRONG&gt;&amp;amp;response_type=code
 &amp;amp;client_id=yourappid.apps.googleusercontent.com&lt;/PRE&gt;
&lt;P&gt;(But all on one line)&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 17:15:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/462424#M284882</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-05-15T17:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: API Setup for Google DoubleClick (DFP AD Server)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/463831#M284883</link>
      <description>The api setup in the google dasboard was incorrect. It was under the web development type and should have been other. All is well now.</description>
      <pubDate>Mon, 21 May 2018 17:37:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-Setup-for-Google-DoubleClick-DFP-AD-Server/m-p/463831#M284883</guid>
      <dc:creator>CTurley</dc:creator>
      <dc:date>2018-05-21T17:37:42Z</dc:date>
    </item>
  </channel>
</rss>

