Questions tagged [attribution]

83 questions
1
vote
1 answer

writing text on image with npm node-canvas in custom language

I am trying to write on image with hindi language. I am using node-canvas library. There is some problem with my output. Can someone help me ? const { createCanvas, loadImage, registerFont} = require('canvas') const canvas = createCanvas(400,…
drexdelta
  • 87
  • 3
  • 9
1
vote
1 answer

Attribution text not getting captured when using the image of the map canvas Mapbox-GL-JS

I am using ESRI basemaps with Mapbox-GL-JS. I am trying to capture a screenshot of the map using the following code: this.map.getCanvas().toBlob(function (blob) { canvasContext.strokeStyle = '#CCCCCC'; canvasContext.strokeRect(leftPosition,…
user3455358
  • 33
  • 1
  • 4
1
vote
0 answers

How to pull conversion numbers using a different attribution model?

This is for one of our clients, who runs GA360. I'm wondering if it's possible to pull goal completion numbers through the API using a different attribution model than Google's standard 'last non direct click'? Specifically, we are looking to pull…
JdH
  • 936
  • 6
  • 5
1
vote
1 answer

Attribution in a data.table via clever subsetting

I´m trying the following clever attribution using data.table: for (s in c('G1', 'G2') { t[t[ , .I[seq(which.max(get(s)), .N)], by = GROUP]$V1, get(s) := 1] } For some reason, it complains issuing an error: Error in get(s) : object 'G1' not…
Jarretinha
  • 1,237
  • 1
  • 9
  • 9
1
vote
1 answer

How to credit Firebase and Android Support Library?

I use Firebase in my Android project: compile 'com.google.firebase:firebase-database:11.0.2' compile 'com.google.firebase:firebase-config:11.0.2' compile 'com.google.firebase:firebase-ads:11.0.2' compile…
1
vote
0 answers

Linear Attribution Model (14 Tage) - Google Analytics Attribution

Based on https://developers.google.com/analytics/devguides/reporting/mcf/dimsmets/ I download using RStudio (on Windows 7) dimensions = "mcf:dcmCampaign, mcf:basicChannelGroupingPath, mcf:conversionGoalNumber, mcf:timeLagInDaysHistogram", metrics =…
user2006697
  • 1,107
  • 2
  • 11
  • 25
0
votes
0 answers

Leaflet Map Attribution Data

I'd like a dataset (json probably) having common GIS attributions to show on a map. I believe I once saw a fairly large one, maybe a leaflet gist or data file? Does anyone know where such a dataset might be?
backspaces
  • 3,802
  • 6
  • 34
  • 58
0
votes
1 answer

Pytorch: torch.autograd.grad returns NoneType

Here is my code: import torch #Captum Attribution from captum.attr import Saliency model = torch.hub.load('pytorch/vision:v0.10.0', 'squeezenet1_1', pretrained=True) model.eval() sal = Saliency(model) #X, y is an image and label original_label =…
Sank_BE
  • 33
  • 5
0
votes
1 answer

In BigQuery ML (Log Reg model), what is the difference between 'attribution' and 'weight'?

Background and Goal I am running an e-commerce website and trying to determine which factor plays the major/minor role in visitors' making purchases. To this end, I have built a logistic regression model on BigQuery, where I have stored a lot of web…
0
votes
0 answers

Google Ads API: Should the CLICK_VIEW resource contain APP campaign GCLIDs? It does not appear to have access to them

While attempting to attribute Android installations to specific Google Ads campaigns, I noticed that a client app instance is loaded with a string called the installReferrer. This string is (often times) automatically populated with the GCLID for…
MrChadMWood
  • 113
  • 11
0
votes
0 answers

AppsFlyer attribution not working with Unity Ads

I have successfully integrated the AppsFlyer SDK in my app, and have verified this by testing both through xcode (before deployment) and the app store (after update was released with appsflyer sdk). I have an Unity Ads campaign that is fully setup…
0
votes
0 answers

BERT attribution scores for token probability prediction

I've been trying to find a library or an example for getting token importance when a BERT model predicts a masked span, eg: from transformers import BertTokenizerFast, BertForMaskedLM import torch tokenizer =…
Paschalis
  • 191
  • 10
0
votes
0 answers

Google Analytics 4 Attribution Report

We setup attribution report more than 2 months ago and we only still see "direct" as the only channel on this report but nothing else. Originally we saw "direct" and "unassigned" and we thought it's going to take some time to learn about our data to…
0
votes
0 answers

Google analytics - First Page of First Session Dimension

It should be so simple, that it is frustrating. There is the famous 'landing page' dimension. However, a 'landing page' is defined as the FIRST page of some session. What dimension shows the FIRST page of the FIRST session of a user? For example,…
Nathan B
  • 1,625
  • 1
  • 17
  • 15
0
votes
0 answers

Where to include CC BY 3.0, CC BY 4.0, SIL OFL 1.1 attribution for Expo React Native mobile app?

I want to cite the following One SoundBible Sound found here: Attribution 3.0 FontAwesome5 (free license info) (used via react-native-vector-icons): react-native-vector-icons uses the TTF files so I'm assuming it's released under SIL OFL 1.1 My…
Sam Chen
  • 137
  • 9