Questions tagged [attribution]
83 questions
23
votes
1 answer
Google Play Install Referrer API vs. INSTALL_REFERRER broadcast
Recently Google released Google Play Install Referrer API (announcement).
Comparing to the INSTALL_REFERRER broadcast from Google Play, it provides extra information like click and installs time in addition to referrer itself.
First question: is it…

zasadnyy
- 2,107
- 2
- 19
- 26
7
votes
1 answer
How can I remove attribution in leaflet map in R
I am working on a shiny application in R which involves maps generated with the leaflet package. I would like to remove the attribution from the map, or at least reduce the visible text.
I tried to modify the attribution value as explained in this…

francimilano
- 243
- 2
- 8
6
votes
1 answer
MKLocalSearch produces SearchAttribution Error and Error Domain=GEOErrorDomain Code=-8
I search places with the MKLocalSearchCompleter and refine the results when the tableView cell is selected. When a MKLocalSearchCompletion is selected and MKLocalSearch.Request() is started, I get these Errors (example selects Los…

wider-spider
- 465
- 4
- 12
5
votes
0 answers
For-loop that loops over dates and months for extracting Google Analytics data in R in order to run Markov Chain Model
I am trying to build a Markov Chain digital attribution model using GA data.
I would like some help with for loops for date ranges and then the creation of a column in my dataset which shows the month.
The query extracts data from GA and…

John69
- 51
- 1
5
votes
1 answer
Channel Attribution (Markov Chain Model) in Python
How to do Channel Attribution (Markov Chain Model) in Python? Like we have 'ChannelAttribution' package in R.

Shankar Kanap
- 51
- 1
- 3
3
votes
0 answers
Understanding how to calculate removal effects in a markov chain
I am currently trying to model a Marketing Multi-Channel Attribution. All the articles and the packages I have come across use a special "start" state and the removal effect is calculated based on that start state using the following matrix…
3
votes
2 answers
Author vs Contributor for R package - which role for small code contribution?
If someone has provided a useful block of code to an R library, what is the appropriate role for them in package documentation?
Why it matters
I have seen contributor role given to such cases, but after reviewing the definitions of author and…

stevec
- 41,291
- 27
- 223
- 311
2
votes
1 answer
OpenLayer static Attribution on the bottom-left of the map
I use OpenLayer with the possibility to switch from two different base layers.
So, I have different Attribution for each layer (as links) on the bottom-right of the map.
Is it possible to add one more Attribution (a link) on the bottom-left of the…

Safari
- 11,437
- 24
- 91
- 191
2
votes
0 answers
Can we create Deep Link to Android apps which has no host (Domain) registered in Android Manifest.xml?
Let's assume the package name of application is com.example.com with below entry in AndroidManifest.xml

Android Dev
- 43
- 8
1
vote
0 answers
pymc5 out of sample prediction bayesian regression
I'm working to migrate my code from pymc3 to pymc5 but I have found some problem to adapt out of sample prediction
I have the code below:
features [f1,f2]
target = df[target].values
basic_model =pm.Model()
with basic_model:
response_mean = []
…

cervus_pc
- 25
- 3
1
vote
0 answers
How to use keras vis (gradcam, saliency map) on google colab?
I would like to use keras vis library in google colab to display saliency maps and grad cams of my keras model.
Keras vis is old and unmaintained and uses a deprecated function from scipy 1.1.0. Google colab has scipy on version 1.7.3.
from…

Chira
- 21
- 5
1
vote
1 answer
Athena: Query exhausted resources at this scale factor. How to optimize the given query
I am using the below query to execute on AWS Athena. It gives error 'Query exhausted resources at this scale factor. '. In the query stats tab, I see that the data scanned is approximately 36 GB.
WITH session_dataset AS (
SELECT…

azaveri7
- 793
- 3
- 18
- 48
1
vote
3 answers
Need to implement Last Non-Direct Click Attribution on Amplitude Data in Snowflake
I'm attempting to re-create Google Analytics "Last Non-Direct Click" marketing attribution methodology on top of Amplitude data set. In basic terms, this means if a user has a session where the channel is direct, it looks backwards in time and finds…

Hayley Atwater
- 11
- 2
1
vote
1 answer
AttributeError: 'tuple' object has no attribute 'loc' when filtering on pandas dataframe
Given the following DataFrame -
json_path
Reporting Group
Entity/Grouping
Entity ID
Adjusted Value (Today, No Div, USD)
Adjusted TWR (Current Quarter, No Div, USD)
Adjusted TWR (YTD, No Div, USD)
Annualized Adjusted TWR (Since Inception, No Div,…

William
- 191
- 5
- 32
1
vote
1 answer
If we remove "powered by Google" while using google translator API, violates the T&C of Google?
If we remove "powered by Google" while using google translator API does it violate the T&C of Google? In attribution requirements it is given but I am not sure whether it is legal or not to do so.

Muskan Tripathi
- 23
- 3