Campaign object missing from CAMPAIGN_BUDGET recommendation type

2022-04-26 Thread John Kronström
Hi, I'm trying to get recommendations using Google Ads API, but campaign details seems to be missing, even for campaign budget recommendations. Why is that? I'm using the Opteo google-ads-api npm libary. Request: const data = await customer.report({ entity: 'recommendation', at

Re: Scheduling feed renewal

2022-04-26 Thread Algirdas Jarockis
Hi, we generate CSV files and put them in our location. As you can see at my screenshots we set this location with authentication info in Business data > Schedules. Then at some time once per day these files are downloaded by google ads and imported. And this import creates feed items, we don't

Placement Performance Report

2022-04-26 Thread Moideen Shihab Vaisyar Kandi
Hi Team, Is there any way to correlate the Placement which we downloaded using Google Ads API Report tool with the Placement which we received from Google ads tracking param Please help me with this to correct my report. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: missing ads in ad performance report

2022-04-26 Thread Oliver
DSA ads are not supported by the new API because they are legacy ads. Only the newer type *Expanded DSA *ads are supported. Oliver On Tuesday, April 26, 2022 at 8:47:54 AM UTC+1 sukalp.v...@omio.com wrote: > The missing ads from ad performance reports are ads which are part of DSA > campaigns

google.ads.googleads.v10.services.GoogleAdsService.Search alternative

2022-04-26 Thread Stef van den Berg
We use the google.ads.googleads.v10.services.GoogleAdsService.Search to fetch customer details. Maybe I am missing it in the documentation but we are searching for an alternative to make just fetch it by a customer get. But can not find it in the documentation. Thanks in advanced. -- -- =~=~

Re: missing ads in ad performance report

2022-04-26 Thread Oliver
https://developers.google.com/google-ads/api/docs/migration/types On Tuesday, April 26, 2022 at 9:41:35 AM UTC+1 sukalp.v...@omio.com wrote: > Hi Oliver, > > Thanks for your reply. Is there a documentation which says about this? I > would really appreciate if you can point me to it. > > Best, >

Re: google.ads.googleads.v10.services.GoogleAdsService.Search alternative

2022-04-26 Thread Stef van den Berg
The search REST endpoint is giving a 403 when we use the search endpoint at certain customers. Could this be an permissions issue. Op dinsdag 26 april 2022 om 11:03:08 UTC+2 schreef Stef van den Berg: > We use the google.ads.googleads.v10.services.GoogleAdsService.Search to > fetch customer de

Overspends in google ads campaigns using portfolio bid based shared budget

2022-04-26 Thread Gaurav Singh
Customer ID : "9365650807" Customer Name : "hyundai_marketplace - 298419 Hyundai Marketplace - Bengal Hyundai" *Campaign Names (Campaign ID) :* OS_Alcazar_search_ETA_Sales_V1 (14242958821) OS_Grand i10 NIOS_search_ETA_Sales_V1 (14242958827) os_outlet_search_ETA_Sales_V1 (14245197293) *Overspends

ad_group_audience_view returns no results after migration to GoogleAdsAPI

2022-04-26 Thread Serg Korsik
AdWords request SELECT AdGroupId,AdGroupName,AdGroupStatus,CampaignStatus,UserListName FROM AUDIENCE_PERFORMANCE_REPORT WHERE UserListName IN ['Base Test'] *Returns lots of records* Google Ads request SELECT ad_group.id, ad_group.name, ad_group.status, campaign.status, user_list.name FROM ad_gro

Re: Regarding AutoTagging Status and Tracking template URL

2022-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for the reply. I appreciate your patience in this concern. However, to help you in this situation, I can refer you to use the CustomerService.MutateCustomer of the CustomerService to change the tracking_url_template and auto_tagging_enabled fields of your account. I hope it helps

Performance max campaign data missing in gender_view and age_range_view report

2022-04-26 Thread 'ATripathi' via Google Ads API and AdWords API Forum
Hi, We are using below query to fetch data, but it seems that PerformanceMax campaign data is missing. when we sum the data which we get from Gender report or AgeRange report query.it does not match with customer report data. For example:- if we fetch impression from customer and sum the impres

Re: Is there any campaign report that provide both Geo and campaign data at the same time?

2022-04-26 Thread MJOLNIR TTT
Now , I could deal with mapping relationship between country_criterion_id and country name . But with difficulties in this situation(python code): import argparse from itertools import product import multiprocessing import time from google.ads.googleads.client import GoogleAdsClient from googl

Unknown Error - message: "The error code is not in this version."

2022-04-26 Thread Or Zilca
ns/XXX" } name: "test campaign" campaign_budget: "customers/XXX/campaignBudgets/XXX" start_date: "20220426" final_url_suffix: "..." } } I get the following error: *stat

RE: Google Ads API has not been used in project XXXXX before or it is disabled

2022-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jana, Thank you for reaching out to the Google Ads API support team. You may note that in the Google Ads API, you will need to enable the Google Ads API in your project by following this guide where your Oauth2 credentials have been generated. You should enable it in the Google cloud project

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sajal, Thank you for the replies. I work with Nirmita and allow me to assist you here. With regard to your concern "For One Account We are able to generate Access token, But for Other App we are not able to generate the Access token..", could you please elaborate on this concern and please p

Re: Regarding AutoTagging Status and Tracking template URL

2022-04-26 Thread Core PHP
Hi, I want to Update the Autotagging status on Google Ads through API in php and update Tracking Template URL on Google Ads through API in PHP . I am using GoogleAds API v10 . but I did not find any Update Query for generating R

Re: Get Asset group Ad Strength throw Ads API (Performance max)

2022-04-26 Thread thom...@jvweb.fr
Hello, There is no ad_group_ad for performance max campaign thought the API. So your solution isn't working Le vendredi 15 avril 2022 à 20:10:18 UTC+2, adsapi a écrit : > Hi Boris, > > Thank you for reaching out to the Google Ads API support team. > > With regards to your concern, you can us

Re: Regarding AutoTagging Status and Tracking template URL

2022-04-26 Thread Core PHP
Thanks for replying back to us. Through the Get account Information, I get the account details but I want to change the auto_tagging status and want to add template_url. - Response Array ( [0] => Array ( [resourceName] => customers/6868368017 [callReportingSetting] => Array ( [callReporti

Re: RestApi Ad Performance Missing data

2022-04-26 Thread 'Sukalp Vashishtha' via Google Ads API and AdWords API Forum
We are also facing same issue. Just found that some ads are not supported by googleads API. From your list, atleast Showcase Ad will not be available. https://developers.google.com/google-ads/api/docs/migration/types On Thursday, April 21, 2022 at 11:09:03 PM UTC+2 luciano...@quanticmind.com wr

Re: RestApi Ad Performance Missing data

2022-04-26 Thread 'Sukalp Vashishtha' via Google Ads API and AdWords API Forum
Hey, We had the same issue with our ad performance reports. DSA ads were missing since we switched to googleads. Apparently, we found out that certain ads were deprecated in googleads. Here is the list: https://developers.google.com/google-ads/api/docs/migration/types In your case, atleast Sho

RE: help with API Turn on enhanced conversions for conversion tracking

2022-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Ben, Thanks for reaching out to the Google Ads API support. With regards to your concern, you may follow up on our enhanced-conversions page for getting more information. Feel free to reply back if you have any questions. Best regards, Jakeia Sabrina Google Ads API Team ref:_00D1U1174p._

RE: GRPC 4.9 Centos 7/8 issues

2022-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. With regards to your concern about Centos 7, we would recommend you please reach out to them. We are provide support to the AdWordsAPI/ GoogleAdsAPI on this support channel. If you have any question to the API, could you please

Migrating to Google Ads

2022-04-26 Thread LYS
I was using the click performance report from adWords and im in the midst of migrating to Google Ads. I see all the fields i need in the clickView endpoint. I just dont see the Adformat field. its available in the Click Performance report, but seems not to be avaiable in the google ads api. --

Re: API Quota Reduction

2022-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, We have submitted an internal feature request on your behalf and relayed the issues that you noted. Additions/changes in subsequent versions of the API can be found on the release notes. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2YqDI0:ref -- --

RE: Google AdWords API migration to Google Ads API

2022-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jhonny, I already replied to you on your private thread, we can continue your conversation there. For all those who want to know the answer here's is a partial copy: Here's our reports migration guide and here's our general reports guide. All reports use GoogleAdsService and you can use Sea

Re: Appealing PolicyFindingError For ExpandedTextAd by API not work

2022-04-26 Thread TommyTek
Hello, is there any update on this matter? I've the same problem: I've some ads live, that are disapproved because seem to contain phone numbers in the headline (but it is not true, ). From UI I can appeal the decision, but not from API. Perhaps in the last 2 years a such api has been develop

How to get text asset group by type

2022-04-26 Thread Evgeniy Lepikov
Hi there! I'm looking for a way to get text type from asset: *Headline* or *Description* Now I can get both type of text asset using this query SELECT asset.text_asset.text FROM asset . And it return this data results { asset { resource_name: "customers/2309565764/assets/17999745303" t

Re: Google Ads API has not been used in project XXXXX before or it is disabled

2022-04-26 Thread Jana lebski
Hi Thank you a lot for your help. I created a new project and created a new Oauth2 credentials On Tuesday, April 26, 2022 at 10:01:44 AM UTC-4 adsapi wrote: > Hi Jana, > > Thank you for reaching out to the Google Ads API support team. > > You may note that in the Google Ads API, you will need t

Google Adwords API to Google Ads API Migration in Drupal

2022-04-26 Thread Banu Chandar
Hi, We need to migrate Adwords API to Google Ads API V10. In this, there has no get() methods. We have been searching equivalent methods for get() methods. But we couldn't able to get that. In below, $adWordsServices->get($session, AdGroupAdService::class); $adWordsServices->get($session, AdGr

Unexpected geographic_view segmentation by location_type

2022-04-26 Thread 'Dylan Sprayberry' via Google Ads API and AdWords API Forum
Hi team, When issuing requests against the geographic_view, we've observed that the resulting data is segmented by geographic_view.location_type regardless of whether this field is included in the GAQL query. Although the documentation here

RE: removing labels - internal error

2022-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Shawn, Thanks for reaching out to the Google Ads API forum. I have seen you encountered two separate errors generated on your end. For us to investigate, could you please provide us with both complete logs within the format of the request and response logs with request-id and login-custom

How can i change existing campaign budget?

2022-04-26 Thread ma...@sumer.me
Hi, I am using Ads API v10 with PHP. And i can't update campaign budget with update sample. Do I always have to create a new budget and add it to that campaign to update the budget? Like this: $budget = new CampaignBudget([ 'name' => $budgetId.time(), 'amount_micros' =>

The more geo_target segments ( segments.geo_target_metro ) the less data I get

2022-04-26 Thread 'Bogdan Dumitrescu' via Google Ads API and AdWords API Forum
Hi all, Recently I started to convert some report and I have the feeling I am missing something basic here is the issue I run into -1- the segmentation documentation it says that some segments could reduce the number of rows, but is not specific. https://developers.google.com/google-a

Re: REGEXP_MATCH with space does not match

2022-04-26 Thread francis....@gmail.com
Hi Nirmita, thank you for pointing me out to the Grammar Guide, but I already red it thorougly and could not find a precise reference on how to escape caracters in regular expressions. It says the regular expression uses the re2 syntax , but I found ou

How to see my access level in GG Console

2022-04-26 Thread san...@knorex.com
Hello, I am using Google Ads API v9. Now I am facing this error: message: "Too many requests. Retry in 1823 seconds." details { quota_error_details { rate_scope: DEVELOPER rate_name: "Get requests for standard access" retry_delay { seconds: 1823 } } } --

Developer Token Authentication Questions

2022-04-26 Thread Online Engineering
Hi support team, We have an ad account with ID 123, and its associated email address managing 123 is email1. In the API center, we have a developer token generated for 123, and we also created a project to generate client id and client secret, and we generated the refresh token in order to crea

Re: [Case#29729174] authenticationError: "NOT_ADS_USER"

2022-04-26 Thread Facundo Igua
Hello, how are you? Thank you very much for responding, I will then proceed to respond by mail as required, greetings. On Wednesday, April 27, 2022 at 12:58:10 AM UTC-3 adsapi wrote: > Hi Facundo, > > Thank you for reaching out to us. > > With regards the NOT_ADS_USER >

Re: Is there any campaign report that provide both Geo and campaign data at the same time?

2022-04-26 Thread MJOLNIR TTT
geo_target_constant.resource_name -> geographic_view. resource_name 在2022年4月26日星期二 UTC+8 21:50:46 写道: > Now , I could deal with mapping relationship between country_criterion_id > and country name . > But with difficulties in this situation(python code): > > import argparse > from itertools i

google ads api AggregateMetricResults is null

2022-04-26 Thread Yawu Zhu
public void GenerateHistoricalMetrics(GoogleAdsClient client, long customerId, long keywordPlanId) { KeywordPlanServiceClient kpServiceClient = client.GetService(Services.V10.KeywordPlanService); try { GenerateHistoricalMetricsRequest g

Re: Clearing Bid Modifier in Google ads

2022-04-26 Thread cv
Hi, I have similar question, I need to clear an existing bid modifier. When we clear an existing bid modifier through UI, I received this in change history, but not possible through Google Ads API, like it is in Adwords API. *Mobile Highend: Platform bid adjustment of +50% removed* I am doing

Re: Issue with ad group bid modifier opt out behaviour

2022-04-26 Thread cv
Is there any update on this? I have similar issue as this . On Friday, 22 April 2022 at 08:31:41 UTC+5:30 adsapi wrote: > Hi Thorsten, > > Thank you for posting your concern and for providing detailed information > about the