I am trying to track traffic coming from Apple News through Google Analytics, submit in RSS format. After online search I found that only if it's submitted in Apple New format. And that RSS feed is unreliable to track with GA.
Is there any other way to do this?
The first link you provided shows that the
browserdimension is set asAppleNewsfor those visitors (I've never used Apple News before, but I'm guessing it's an in-app browser).This gives you a few options:
Browserwith an advanced search forAppleNewsin your Acquisition report.BrowsermatchesAppleNewsto make it available for all reports.BrowsermatchesAppleNewsto change the acquisition data itself (source/medium). You'll want to be careful with his because it permanently alters your data!The other thought I had is that maybe it's possible to use UTM query strings only when submitting to RSS? If the data is scraping your website you could programmatically update the RSS URL to include UTM parameters to track the source/medium that way (this may have varying success because of other scrapers outside of Apple News).
If you manually submit to Apple News, you could manually UTM tag your URLs so the source/medium is forced to Apple News.