2,493 questions
-1
votes
0
answers
12
views
Issues with app-ads.txt Verification in Google AdMob
I’m encountering an issue with app-ads.txt verification in Google AdMob. I selected 'Verify App' in 'App Verification'. Despite following all the steps and confirming that the file is properly set up, ...
1
vote
0
answers
35
views
Google analytics not assigning to traffic acquisition
I'm facing a problem with custom events sent to Google Analytics. The main problem is that custom sent events are being assigned only to user acquisition and not to traffic acquisition.
I'm sending 2 ...
0
votes
1
answer
17
views
How can I implement pagination using the google-ads-api Node js package?
I am trying to get the search terms,but it is returning 32k records at once. I want to limit the result and implement pagination so that it returns 100 records at a time. I can't find anything in the ...
0
votes
1
answer
90
views
Hashing with sha256 when sending user_data to GA4, Google ads, etc
tl;dr: Should there be a sha256_ prefix to city, regon, postal code, country, and should I hash them or not?
---- details
I am wondering wether google doesn't consider city, region and postal code a ...
1
vote
0
answers
40
views
AdManagerBannerAd requesting multiple sizes, but not returning size for the ad, flutter google ad manager
i am using google_mobile_ads: ^5.2.0 to display adds on my flutter app.
I need to request and display 3 different sizes of banner ads from google.
This ad is supposed to be show in a scrollable column ...
0
votes
0
answers
41
views
Offline conversions without GCLID or Google tags on website?
Say for instance I'm a company who values privacy and I want to manage my own on-site tracking. This tracking data will be fed to a backend, which can then upload conversions to Google Ads in batches. ...
0
votes
0
answers
34
views
How do I fix a "metadata credentials plugin" error?
Up until today, the query below (viz, { "customerId": "8109270380", "keywordSeed": { "keywords": [ "wheel loaders", "small wheel loaders" ] }...
1
vote
0
answers
44
views
Google Ads Tag Not Receiving User ID from GTM Data Layer
I'm currently working on passing the User ID to Google Ads using Google Tag Manager (GTM). I've successfully configured the data layer to pass the User ID, and I can see this working correctly in GTM'...
-2
votes
1
answer
62
views
Google ads API PHP cannot run the documentation example
I'm running symfony 6 server / php 8.0.8, google ads api V22.0.0. Got dev token/refresh token, and all other infos, and annot run simple example from google and I'm not sure what I'm doing wrong. Here ...
0
votes
0
answers
17
views
Google Ads Target Location ID / Description in readable form
I've got client targeting many locations such as "Dallas Texas + 25 miles surrounding".
The API (using Supermetrics) returns the field target_location as "Unknown location: ...
0
votes
0
answers
40
views
Google ads campaign Stoped working After updating the app
After Updating the Android game with new unity version and google sdks our Google ads campaign tROAS stopped working.
I also changed the target age if app form 3+(for kids) to 13+(non kids). We did ...
1
vote
0
answers
136
views
How to upload Video Assets to Google Ads using API
I am working on automating the upload of video assets to the Google Ads asset library. The process involves first uploading the video to YouTube via the YouTube Data API and then attaching the ...
1
vote
0
answers
83
views
Google Ads API: gRPC Channel Maxed Out and searchStream() Call Failing in PHP
I'm working with the Google Ads API and trying to run the GetCampaigns.php example from the official repository. The authentication works fine, but when I try to execute the searchStream() method to ...
0
votes
0
answers
23
views
Alternative to Google Service Account for Personal Gmail?
We're using a personal gmail account to manage our Google Ads and therefore create the Oauth access to send LSA data. Is there anyway to provide access to a vendor using the personal gmail as an ...
0
votes
0
answers
67
views
Google Ads- googleadservices.com returns 400
I'm facing an issue with Google Ads event tracking. All requests to googleadservices.com (for every event) are returning a 400 Bad Request status.
However, I've noticed that if I change the URL ...