<?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: Development of Connector for Google Tag Manager in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Development-of-Connector-for-Google-Tag-Manager/m-p/2067883#M18517</link>
    <description>&lt;P&gt;you can try this two from google&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers" target="_blank"&gt;ODBC and JDBC drivers for BigQuery &amp;nbsp;|&amp;nbsp; Google Cloud&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2023 21:18:31 GMT</pubDate>
    <dc:creator>GTiscareno</dc:creator>
    <dc:date>2023-05-04T21:18:31Z</dc:date>
    <item>
      <title>Development of Connector for Google Tag Manager</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Development-of-Connector-for-Google-Tag-Manager/m-p/2051935#M18292</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've been working as a Data Analyst for my current company for a few months now and it has been my first exposure to QlikView. So far I've managed to figure things out with a few Google searches here and there.&lt;/P&gt;
&lt;P&gt;However, our Marketing team has been expanding on our Ecommerce platform and would like analyse the effects of various promotions. There is currently very limited experience with Google Tag Manager within our Integrations team and I understand further analysis in Google Analytics is not prefered. I've been requested to look into the option of doing the analysis in QlikView instead.&lt;/P&gt;
&lt;P&gt;Is there currently a connector for Google Tag Manager in development for QlikView? I recently found a post where such a thing was mentioned, but I can't seem to find it anymore. If so, is there a timeline for when said connector would be available, so I can discuss the possibilities with my colleagues? If there are additional tips and information on the subject, they are of course more than welcome. We're currently using QlikView Desktop Version 12.50.20000.0&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 09:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Development-of-Connector-for-Google-Tag-Manager/m-p/2051935#M18292</guid>
      <dc:creator>Don_van_der_Gaag</dc:creator>
      <dc:date>2023-03-22T09:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Development of Connector for Google Tag Manager</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Development-of-Connector-for-Google-Tag-Manager/m-p/2067883#M18517</link>
      <description>&lt;P&gt;you can try this two from google&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers" target="_blank"&gt;ODBC and JDBC drivers for BigQuery &amp;nbsp;|&amp;nbsp; Google Cloud&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 21:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Development-of-Connector-for-Google-Tag-Manager/m-p/2067883#M18517</guid>
      <dc:creator>GTiscareno</dc:creator>
      <dc:date>2023-05-04T21:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Development of Connector for Google Tag Manager</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Development-of-Connector-for-Google-Tag-Manager/m-p/2067885#M18518</link>
      <description>&lt;P&gt;there is also an API library for GTM&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.google.com/tag-platform/tag-manager/api/v2/devguide" target="_blank"&gt;https://developers.google.com/tag-platform/tag-manager/api/v2/devguide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;you can use it connect and pull data if needed,&amp;nbsp; here is an example using python&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;import google.auth&lt;BR /&gt;from google.oauth2.credentials import Credentials&lt;BR /&gt;from googleapiclient.discovery import build&lt;/P&gt;
&lt;P&gt;# Replace with your own values&lt;BR /&gt;container_id = 'GTM-XXXXXX'&lt;BR /&gt;credentials, _ = google.auth.default(scopes=['&lt;A href="https://www.googleapis.com/auth/tagmanager.readonly" target="_blank"&gt;https://www.googleapis.com/auth/tagmanager.readonly&lt;/A&gt;'])&lt;BR /&gt;service = build('tagmanager', 'v2', credentials=credentials)&lt;/P&gt;
&lt;P&gt;# Get a list of all tags in the container&lt;BR /&gt;tags = service.accounts().containers().tags().list(parent=f'accounts/123456/containers/{container_id}').execute()&lt;/P&gt;
&lt;P&gt;# Print out tag names and their associated metadata&lt;BR /&gt;for tag in tags['tag']:&lt;BR /&gt;print(tag['name'])&lt;BR /&gt;print(tag['type'])&lt;BR /&gt;print(tag['firingTriggerId'])&lt;BR /&gt;print(tag['tagFiringOption'])&lt;BR /&gt;print('---')&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 21:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Development-of-Connector-for-Google-Tag-Manager/m-p/2067885#M18518</guid>
      <dc:creator>GTiscareno</dc:creator>
      <dc:date>2023-05-04T21:22:58Z</dc:date>
    </item>
  </channel>
</rss>

