Questions tagged [attribution]

83 questions
0
votes
0 answers

React Native reported Dimensions wrong/different to browser-reported dimensions

I'm trying to create a signature for web-to-mobile user-attribution purposes. I'm on an iPhone 14 Pro and I'm trying to look at screen resolution as a criteria, but the reported values seem to differ across browser (Safari) and React Native. I'm…
iuliu.net
  • 6,666
  • 6
  • 46
  • 69
0
votes
0 answers

Different between "traffic_source" and "first_session_source" in BigQuery

I hope you can help me. I made the following query to find out the first traffic source. I noticed that the first source between the "traffic_source" column and the source from the "page_view" event "entrances = 1" is different. I contrasted the…
0
votes
2 answers

How to set Firebase install source for ios app?

Information. IOS app swift, firebase+analytics, bigquery integration, iAd (https://developer.apple.com/documentation/iad) Problem. Most of installs are direct/none in firebase - so the same in analytics & bigquery. Main sources are google ads and…
mr.frog
  • 426
  • 4
  • 7
0
votes
0 answers

How to fix an attribution error when converting a python script to an .exe using Linux

Relative Linux noob here. Just trying to convert a python code into an .exe When I run pyinstaller (1st time since install) it creates the dist file, but it is empty. Error looks like this: 48 INFO: PyInstaller: 3.5+498e6ee058 48 INFO: Python:…
Jleff
  • 1
0
votes
1 answer

Branch.io failing to attribute Google Ads with SKAdNetwork - Why?

We've correctly configured our Branch x Google AdWords integration (it shows "working" in the Branch partner management and "linked" in Google Ad's linked 3rd party attributors). We've correctly configured our SKAdNetwork integration (it shows…
AVS
  • 373
  • 3
  • 19
0
votes
1 answer

How do I correctly configure Segment, Mixpanel and Branch for a React Native app?

After several days of trying different approaches, we am running out of options. Our aim is to have a Reach Native app, which can be opened/installed using a Branch link. Data of the usage of the user and how they came to be in the app (attribution)…
0
votes
2 answers

Add recalculated columns in the data.frame (attribution)

there! I have data.frame looks like: date id s int 1 2021-01-01 1 A 1 2 2021-05-03 1 B 1 3 2021-05-05 1 C 1 4 2021-05-02 2 A 1 5 2021-06-01 2 A 1 6 2021-02-01 2 B 1 7 2021-03-02 3 C 1 8 2021-06-01 3 C 1 I need to add…
0
votes
1 answer

Difference between last interaction and last non direct interaction for google analytics

Would someone be able to explain the difference between last interaction and last non direct interaction on google analytics model comparison tool for me please? See below image: Last interaction - my understanding is that on a last click basis,…
Mel
  • 15
  • 5
0
votes
1 answer

Ads has been disabled by Scraped content (Admob)

Some months ago I've launched a app about recipes with youtube API, so the user can read the recipe and watch the video. The videos and recipes are not made by me, but I have permission to use all of them in my app and their attribution is write at…
0
votes
1 answer

Install attribution with expo branch.io SDK and Ad Partner link

I am trying to test branch.io install attribution from Ad Partner links within branch.io to my Android and iOS apps. I have followed https://docs.expo.io/versions/latest/sdk/branch/ to install and configure branch in expo, but now I don't know what…
Steve Ford
  • 75
  • 1
  • 6
0
votes
1 answer

Could not integrate google analytics in android app to use Attribution feature

I want to use google analytics for Install referrer and traffic source attribution for Android App. I have linked my Firebase project with google analytics. I can see these projects while login in Google analytics. To integrate google analytics i…
0
votes
1 answer

How to avoid AttributionError in Jupyter when converting image file?

I'm facing the problem that my code keeps throwing the AttributionError in my Jupyter Notebook, even though I don't even call the function that is specified as faulty. My python code is as follows: import numpy as np import matplotlib …
Wupppa
  • 37
  • 7
0
votes
1 answer

Keeping track of app installations initiated from another app in React Native

I have a situation where I would like to have an option to open App/Play store from one application (application A) to download another app (application B) and to keep track of how much installs of app B happened initiated from app A. When thinking…
nemanjagajic
  • 39
  • 12
0
votes
0 answers

Freshman AttributeError: No attribute in a module

just new to python, and I believe this is not a big deal but because I am a freshman. Basically, this is a simple program plotting a FM signal in time domain. I write a module by myself. def FreqMod (fc,fm,t_domain) pi=py.pi if fc>fm: …
Lambert_X
  • 1
  • 1