Questions tagged [google-ads-script]

Use for questions about Google Ads Script (do not confuse with Google Apps Script)

From https://developers.google.com/google-ads/scripts

Google Ads scripts provide a way to programmatically control your Google Ads data using simple JavaScript in a browser-based IDE. You can use scripts to automate common procedures or interact with external data—for one to many Google Ads accounts.

Do not confuse with Google Apps Script.

While Google Ads Script is not the same that Google Apps Script, it could use some Google Apps Script services like the Spreadsheet Service. In questions that Google Ads Script uses them use this tag together with and .

118 questions
5
votes
2 answers

How to retrieve Performance MAX campaigns Google Ads into Google Big Query

I am using a third-party tool that use the Adwords Reporting https://developers.google.com/adwords/api/docs/appendix/reports/all-reports to retrieve data. At the moment all the "Performance Max" campaigns are lost from the Adwords Reporting and I…
gip
  • 107
  • 1
  • 8
3
votes
1 answer

Google ads Measurement conversion

I'm trying to send a google ads measurement conversion purchase event from my python backend. I have the correct conversion lable and id. class GoogleAds(Analytic): def __init__(self, data, shop_unique_id, event): self.base_url =…
2
votes
1 answer

Google Tag Manager doesnt accept a basic GTAG script

I am getting frustrated. I want to use custom html code in GTM, for numerous reasons. I am trying to integrate a basic Google Ads code via GTM, but it doenst accept the following : window.dataLayer = window.dataLayer || []; function…
jeremy
  • 105
  • 10
2
votes
1 answer

Getting names from geo_target_constant in a Ad report

I am using ads API for getting the spends based on state names of USA. The below query gives segments.geo_target_state will be returned as an ID instead of name How can I combine this query with SELECT geo_target_constant.name,…
Code Guy
  • 3,059
  • 2
  • 30
  • 74
2
votes
1 answer

Google Adwords API (2018) to Google Ads API in PHP

I am looking for the equivalents of Adwords API in the new Google ads API in PHP. For example, the equivalent of use Google\AdsApi\AdWords\v201809\cm\AgeRange; is use Google\Ads\GoogleAds\V10\Common\AgeRangeInfo; But I can't find the exact…
geen21
  • 71
  • 6
2
votes
0 answers

Google Ads Conversion tracking for WEB

I am having a hard time to find a documentation for web conversion tracking for Google Ads. I would like to understand more about the HTTP POST request that is sent to Google. I can see there is a good documentation for mobile…
2
votes
0 answers

AMP-AD issues with Google Ads

We are having a bit of an issue with the tags on our website and we are wondering if anyone has had this issue and found a solution. The site we're working on is https://www.digitalcitizen.life/ The pages where you can see our…
2
votes
0 answers

Error in loading google Ads: com.google.admob Code=8 Swift ios

Can someone help me with this Error?: Error Domain=com.google.admob Code=8 "Cannot find an ad network adapter with the name(s): com.google.DummyAdapter. Remember to link all required ad network adapters and SDKs, and set -ObjC in the 'Other Linker…
2
votes
1 answer

Google Ads don't show after enabling Cross-Origin isolation

As you know the coming version 91 of Chrome will require web sites to enable cross-origin isolation for sites using SharedArrayBuffers. Following the advice of Google…
Gabriel S
  • 83
  • 7
1
vote
0 answers

How to use variables in ClickPatrol tracking template

I've build a own tracking template for Google ads, which looks like this: http://tracking.example.com?lpurl={lpurl} This tracking link (where {lpurl} is the final url) leads to our website and triggers the script below.
1
vote
0 answers

How do i convert the google-ads tag into react code

I have some tags for google ads in following vanilla js format but I am not sure how to integrate in React, can anybody help with that?