Questions tagged [google-analytics-campaign-builder]

is a tool that allows you to easily add campaign parameters to URLs so you can track Custom Campaigns in Google Analytics.

The Google Analytics Campaign url builder is used to create campaigns for Google analytics tracking.

18 questions
21
votes
1 answer

Android install referrer : pcampaignid=APPU_2

I'm using com.android.installreferrer:installreferrer:1.0 lib to track installation referrer, work fine, but I'm getting a lot of pcampaignid=APPU_2_......... What does this mean?
2
votes
0 answers

To run the google app campaign to promote iOS app and track downloads, What Configurations needs to setup from the iOS app end

I have configured the firebase inside the iOS application and linked firebase with google ads account. Import the firebase "first_open" event for the conversion tracking and publish the app campaign. Android app campaign running but for the iOS app…
2
votes
0 answers

How to implement Google Campaign Measurement of google analytics in react native android?

How can I implement Google Campaign Measurement using react native . I am trying to follow this guide: https://developers.google.com/analytics/devguides/collection/android/v4/campaigns Steps I am taking Add the Google Analytics receiver to your…
2
votes
0 answers

Play Store not setting the values for UTM parameters in Google Campaign Receiver

In my Android app, the play store is not setting the value for utm_medium and utm_source sometimes. I am building my referral links using this link: https://developers.google.com/analytics/devguides/collection/android/v4/campaigns which has the…
anurag145
  • 145
  • 13
2
votes
1 answer

Campaign Tacking with Firebase Analytics

I have integrated firebase analytics into my android project but I am not able to understand how to manage campaign tracking with firebase analytics. Right no we are seeing only 3 parameter direct Not set google-play but our promotion is going on…
1
vote
0 answers

Is it still possible to implement iOS Campaign Tracking using Google Analytics?

I am trying to implement Campaign Tracking using GA on my iOS app, but it turns out that the guide provided by Google to do that is outdated(???) as most of the options required to setup the property in GA are not there anymore. Options such as…
1
vote
0 answers

Ionic Google Analytics Track Category

I can track my web campaigns without problem like: ga('set', 'campaignSource', 'WebApp'); ga('set', 'campaignMedium', 'WebApp'); But in Ionic when I integrate like below, I can see as active user but I could not see campaign name. …
1
vote
1 answer

Missing short urls created via Campaign URL Builder in goo.gl dashboard

If you create short URL directly via goo.gl , you can track all links at one place in goo.gl dashboard. However goo.gl do not shows short url created via Campaign URL builder. https://ga-dev-tools.appspot.com/campaign-url-builder/ In above builder…
0
votes
0 answers

How to replace current URL parameters with the string via JS

I faced a small issue while using Campaign URL builder. I have separate fields which are checked in JS for a parameter and then added to a string. Here's the js code which is collected the data from that fields: function generateLink(e){ …
0
votes
0 answers

Track Android Apk download source (not Google play) for attribution campaign

I want to track the download source/url of my app when it is downloaded from a website url, for example: attribcamp.com/app.apk I know about install_referrer but that works only if the campaign link sends someone to google play store to install the…
0
votes
1 answer

How do I implement Campaign tracking with Cordova after registration only?

I have a task to track users inside the application who have downloaded this application in AppStore or PlayMarket by clicking on the affiliate's link. For now I use Google Analytics to track downloads. But have no idea how to track registrations.…
0
votes
1 answer

Google Analytics and Campaign URL Builder

I'm trying to track clicks to an amazon product link, I insert that Amazon url to Campaign URL builder. I add the Campaign Source, Medium and a Campaign Name. Of course this Campaign Name is not in my GA because I want to create that campaign now.…
0
votes
1 answer

problem in Google Play Campaign Attribution implementation

My app is in beta testing and I want to add the google campaigns for my app to track the traffic and tried one of the method Google Play Campaign Attribution. I have followed the steps in this link google campaign link and added the required code in…
0
votes
0 answers

Not getting Google Ad words Link Id from Test Client Account by using Test Manager account for Link third-party app analytics to Google Ads

I am working with Google AdWords Manager account. I need to get all campaign deatails of client campaigns. For this process client is need to get Link Id from adwords panel by follow this process Tools >> Linked accounts >> Third-party app analytics…
0
votes
1 answer

get referral value after installing app from playstore

I am implementing deep linking by a url http://www.skillshaatapp.com/v1/apk?playstore=true&mobile=8896203990 if app is install in my device its working fine. I received mobile. but, If app is not install my deep link redirect to play store by…
1
2