<?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: [resolved] Google Adsense data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242345#M29210</link>
    <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi Alvin,&lt;BR /&gt;If the&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tGoogleAnalyticsInput and tGoogleAdwordReport are custom talend component. How to I add those component in my talend studio?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi rcbs,
&lt;BR /&gt;You can download custom components from Talend Exchange:
&lt;BR /&gt;
&lt;A href="https://exchange.talend.com" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com&lt;/A&gt;
&lt;BR /&gt;Instructions to install custom components:
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;Al</description>
    <pubDate>Tue, 10 May 2016 22:30:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-10T22:30:45Z</dc:date>
    <item>
      <title>[resolved] Google Adsense data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242340#M29205</link>
      <description>Is there any component like tGoogleAdWords or tGoogleAnalyticsInput except for Adsense data? &amp;nbsp;Can I trick these components into accessing Adsense data?&lt;BR /&gt;If not, what is the next easiest method?&lt;BR /&gt;Thanks,&lt;BR /&gt;Al</description>
      <pubDate>Sat, 16 Nov 2024 10:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242340#M29205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Google Adsense data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242341#M29206</link>
      <description>Hi, 
&lt;BR /&gt;So far, there is no specific component for Google Adsense data in Talend. Feel free to create a new feature jira issue on Talend Bug Tracker. 
&lt;BR /&gt;tGoogleAnalyticsInput and tGoogleAdwordReport are custom components written by Talend Community Users and shared on Talend Exchange. 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;You can contact to the author directly for your requirement. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 04 Mar 2016 06:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242341#M29206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-04T06:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Google Adsense data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242342#M29207</link>
      <description>Hello all, 
&lt;BR /&gt;I contacted Jan Lolling who created many great Google components. &amp;nbsp;In short, he advised me that it was possible to use tGoogleAnalyticsInput to view Adsense data since&amp;nbsp; 
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;you can get a lot of AdSense metrics with the core reporting API&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;.&amp;nbsp; 
&lt;BR /&gt;Please note you will need to link Adsense to your Analytics account. &amp;nbsp;Based on my research you cannot use a Service account when accessing Adsense data however this is overridden if you link to the Analytics account and access the data via Analytics. &amp;nbsp;Therefore I was able to access the data using the service account and a .p12 file. &amp;nbsp; 
&lt;BR /&gt;tGoogleAnalyticsInput documentation:&amp;nbsp; 
&lt;A href="http://jan-lolling.de/talend/components/help/tGoogleAnalyticsInput.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;http://jan-lolling.de/talend/components/help/tGoogleAnalyticsInput.pdf&lt;/A&gt; 
&lt;BR /&gt;Adsense Core Reporting documentation:&amp;nbsp; 
&lt;A href="https://developers.google.com/analytics/devguides/reporting/core/dimsmets#view=detail&amp;amp;group=adsense" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developers.google.com/analytics/devguides/reporting/core/dimsmets#view=detail&amp;amp;group=adsense&lt;/A&gt; 
&lt;BR /&gt;Linking Adsense to Analytics:&amp;nbsp; 
&lt;A href="https://support.google.com/adsense/answer/6084409?hl=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://support.google.com/adsense/answer/6084409?hl=en&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks Jan Lolling (jlolling) for your assistance! 
&lt;BR /&gt;Al</description>
      <pubDate>Tue, 08 Mar 2016 22:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242342#M29207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-08T22:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Google Adsense data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242343#M29208</link>
      <description>Hi Al,&lt;BR /&gt;Thanks for your feed back and sharing these informations on forum.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrinas</description>
      <pubDate>Wed, 09 Mar 2016 10:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242343#M29208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-09T10:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Google Adsense data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242344#M29209</link>
      <description>Hi Alvin,&lt;BR /&gt;If the&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tGoogleAnalyticsInput and tGoogleAdwordReport are custom talend component. How to I add those component in my talend studio?&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 27 Apr 2016 03:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242344#M29209</guid>
      <dc:creator>rcbsintegration</dc:creator>
      <dc:date>2016-04-27T03:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Google Adsense data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242345#M29210</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi Alvin,&lt;BR /&gt;If the&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tGoogleAnalyticsInput and tGoogleAdwordReport are custom talend component. How to I add those component in my talend studio?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi rcbs,
&lt;BR /&gt;You can download custom components from Talend Exchange:
&lt;BR /&gt;
&lt;A href="https://exchange.talend.com" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com&lt;/A&gt;
&lt;BR /&gt;Instructions to install custom components:
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;Al</description>
      <pubDate>Tue, 10 May 2016 22:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Google-Adsense-data/m-p/2242345#M29210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-10T22:30:45Z</dc:date>
    </item>
  </channel>
</rss>

