<?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 How to implement InstallReferrerReceiver in Cordova for Android? in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-to-implement-InstallReferrerReceiver-in-Cordova-for-Android/m-p/1075287#M59638</link>
    <description>Hello,

I am trying to implement InstallReferrerReceiver in an Android App published in PlayStore. So that we can send referral data (utm_source...) via the PlayStore link and get that data after the App gets installed on the device.

If anyone has already made it possible via Cordova, please let me know.

Thank you.</description>
    <pubDate>Wed, 06 Jan 2016 15:51:22 GMT</pubDate>
    <dc:creator>Vijay_R_3</dc:creator>
    <dc:date>2016-01-06T15:51:22Z</dc:date>
    <item>
      <title>How to implement InstallReferrerReceiver in Cordova for Android?</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-implement-InstallReferrerReceiver-in-Cordova-for-Android/m-p/1075287#M59638</link>
      <description>Hello,

I am trying to implement InstallReferrerReceiver in an Android App published in PlayStore. So that we can send referral data (utm_source...) via the PlayStore link and get that data after the App gets installed on the device.

If anyone has already made it possible via Cordova, please let me know.

Thank you.</description>
      <pubDate>Wed, 06 Jan 2016 15:51:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-implement-InstallReferrerReceiver-in-Cordova-for-Android/m-p/1075287#M59638</guid>
      <dc:creator>Vijay_R_3</dc:creator>
      <dc:date>2016-01-06T15:51:22Z</dc:date>
    </item>
    <item>
      <title>You can use the https:/</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-implement-InstallReferrerReceiver-in-Cordova-for-Android/m-p/1075288#M59639</link>
      <description>&lt;P&gt;You can use the&amp;nbsp;&lt;A href="https://github.com/danwilson/google-analytics-plugin"&gt;https://github.com/danwilson/google-analytics-plugin&lt;/A&gt;&amp;nbsp;Cordova Plugin to track installs of your application.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 20:28:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-implement-InstallReferrerReceiver-in-Cordova-for-Android/m-p/1075288#M59639</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2016-01-07T20:28:30Z</dc:date>
    </item>
    <item>
      <title>Thank you so much. But seems</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-implement-InstallReferrerReceiver-in-Cordova-for-Android/m-p/1075289#M59640</link>
      <description>&lt;P&gt;Thank you so much. But seems it is not documented to get the Install_Referrer. I will check out the code and Analytics SDK, if you have already implemented do let me know.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 22:32:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-implement-InstallReferrerReceiver-in-Cordova-for-Android/m-p/1075289#M59640</guid>
      <dc:creator>Vijay_R_3</dc:creator>
      <dc:date>2016-01-07T22:32:17Z</dc:date>
    </item>
    <item>
      <title>Quote:Elroy Ashtian Jr (Intel</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-implement-InstallReferrerReceiver-in-Cordova-for-Android/m-p/1075290#M59641</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Elroy Ashtian Jr (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;You can use the&amp;nbsp;&lt;A href="https://github.com/danwilson/google-analytics-plugin" rel="nofollow"&gt;https://github.com/danwilson/google-analytics-plugin&lt;/A&gt;&amp;nbsp;Cordova Plugin to track installs of your application.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; line-height: 22.4px;"&gt;Hello,&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; line-height: 22.4px;"&gt;I have installed this plugin and while testing locally by broadcasting the below intent, it works fine and i get the referral data printed in the log ("utm_source=test"), is it possible to save the data received and store it in a local JavaScript variable.&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; line-height: 22.4px;"&gt;Like, var referrer = "utm_source=test";&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; line-height: 22.4px;"&gt;adb shell am broadcast -a com.android.vending.INSTALL_REFERRER -n com.example.app/com.google.android.gms.analytics.CampaignTrackingReceiver --es referrer "utm_source=test"&lt;/P&gt;

&lt;P style="box-sizing: border-box; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; line-height: 22.4px; margin-bottom: 0px !important;"&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 10:44:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-implement-InstallReferrerReceiver-in-Cordova-for-Android/m-p/1075290#M59641</guid>
      <dc:creator>Vijay_R_3</dc:creator>
      <dc:date>2016-01-08T10:44:17Z</dc:date>
    </item>
    <item>
      <title>For that you might want to</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-implement-InstallReferrerReceiver-in-Cordova-for-Android/m-p/1075291#M59642</link>
      <description>&lt;P&gt;For that you might want to contact the plugin author, directly on his github site.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 20:48:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-implement-InstallReferrerReceiver-in-Cordova-for-Android/m-p/1075291#M59642</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-01-08T20:48:41Z</dc:date>
    </item>
  </channel>
</rss>

