Google ads - Forecast metrics showing wrong result as compare to google ads UI

2022-05-08 Thread 'Yogesh Kumavat' via Google Ads API and AdWords API Forum
Hello Team, I have create one search campaign from google ads UI and created same campaign using *google ads API - v10, *I observed one scenario google UI showing different estimation result and Ads API showing different (clicks and impressions result) I have used *forecast metrics API *for

AdWords to Ads

2022-05-08 Thread axtens
In AdWords one might have code like this ``` TargetingIdeaSelector selector = new TargetingIdeaSelector { requestType = RequestType.IDEAS, ``` and RequestType could be either IDEAS or STATS. What is the GoogleAds equivalents for these when trying to report Targeting ideas? -- bruce -- --

How to extract key in conversion action snippet tags

2022-05-08 Thread san...@knorex.com
Hi, I am getting conversion action detail, able to get below info: "tagSnippets" : [ { "eventSnippet" : "\n\nfunction gtag_report_conversion(url) {\n var callback = function () {\nif (typeof(url) != 'undefined') {\n window.location = url;\n}\n };\n

Re: Does the Google Ads API and Keyword Planner Tool no longer support data containing children's keywords?

2022-05-08 Thread Eric Louis
Thank you for figuring it out! On Friday, May 6, 2022 at 3:55:33 PM UTC+8 adsapi wrote: > Hi Eric, > > Thanks for reaching out to the Google Ads API Forum. > > I can see that Google Ads UI’s Keyword Planner Tool is not showing any > data for the said keywords. However, our team does not have

Adwords API Application rejected

2022-05-08 Thread Mohamed El Mansouri
Hello I recently submitted a Google Ads Api application. But it was rejected. This is the reason : "The account you applied from does not have much spend history in Google Ads. The best use cases for the API are typically advertisers or agencies that manage a sizable number of ads." I don't

Immutable AppAdInfo

2022-05-08 Thread 'Jayden Zangari' via Google Ads API and AdWords API Forum
Hey Google team, We have a question about how to edit ads for app campaigns through the Google Ads API. We set up an app campaign in our test account with some headlines. When we tried to update those headlines the request failed saying that the field was immutable (I'll link the request body

Re: Batch Jobs stuck on RUNNING state on GoogleAds API

2022-05-08 Thread 'Christian' via Google Ads API and AdWords API Forum
Hi, We are facing the same issue since May 5. Today (May 8), we see batch jobs in state RUNNING since May 6: SELECT batch_job.id, batch_job.status, batch_job.metadata.creation_date_time, batch_job.metadata.estimated_completion_ratio FROM batch_job WHERE batch_job.status != DONE ORDER BY

getMetrics() result does not yield for all keywords

2022-05-08 Thread Alexander Orlov
Hi all! (As usual) I'm working on migrating AdWords API to Ads API. The use case is the following: Feed an amount of keywords (paginating them by keyword plans a 10k) to generateHistoricalMetrics($keywordPlanResource) and collect the results. To achieve this I followed rather closely the

Migrating code to fetch customer IDs

2022-05-08 Thread Ran Koren
HI I am working on migrating our AdWords API code to google ads API. The current code implementation is retrieving AdWords Account customers and the download report data for each customer. In the code we are doing the following: 1. Create credentials using clientId, clientSecret and refresh

Addind DMA as location via REST

2022-05-08 Thread 'Matan Peleg' via Google Ads API and AdWords API Forum
hola, I understand that in order to add location targeting to a campaign I need to add criteria via campaignCriteria. Is it done via the geoTargetConstant? I need to add locations by DMA value. does every DMA have criterion_id? if so, how do know what that id is? can I add multiple DMAs as an