Re: RESOURCE_LIMIT error adding ads to groups

2021-11-08 Thread Evgeniy Lepikov
Thank you. I'll try to figure it out. понедельник, 8 ноября 2021 г. в 17:21:33 UTC, adsapi: > Hi Evgeniy, > > The trigger for this error message is > "ENABLED_UNIVERSAL_APP_CREATIVES_PER_AD_GROUP". A Universal App creative > refers to an ad from an App Campaign >

RE: Adwords API to googleads migration

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Fahima, Thank you for reaching out to us. Looking on the error encountered, you would need to enable the Google Ads API in your project. You can check on this guide for more details. As an aside, I will be removing your original post as it contains Google Cloud project information. Pleas

RE: API Annual Survey Question Summary

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Noah, Thank you for your interest in our survey. Allow me to raise this to the rest of our team so we can discuss and we'll get back to you once we have updates on the survey questions list. Best regards, Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Googl

RE: Tracking Offline Conversion with Node.js

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Oriol, Thank you for reaching out to us. With regard to the AdWords API link you've provided, I can confirm that Node.js framework isn't included to the list of our supported client libraries. However, in the Google Ads API's perspective, you can make use of the REST interface via this g

Create a smartcampaign and smartcampaign Adgroup return error

2021-11-08 Thread 晓薇陈
I want to create a smartcampaign and adgroup,but they return the same error. "errorCode": { "operationAccessDeniedError": "MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT" }, "message": "A mutate action is not allowed on this res

Change Status Service suffers from daylight savings time bug

2021-11-08 Thread Jonathan Stack
Hello, when executing the following query: SELECT change_status.resource_name, change_status.last_change_date_time, change_status.resource_type, change_status.ad_group_criterion, change_status.resource_status FROM change_status WHERE change_status.last_change_date_time >= '2021-11-07 01:59:59.9

RE: maximize_conversions.target_cpa vs. target_cpa.target_cpa_micros

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi mat, Thank you for catching that, when I created a campaign in the API with acampaign.maximize_conversions.target_cpa set to 1,000,000 the UI showed Target CPA of 1.00 and 3,000,000 was 3.00. Let me bring this up with my team. You may monitor campaign.maximize_conversions.target_cpa for an u

RE: Service account give NOT_ADS_USER error

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Pratik, Did the the domain administrator delegate domain-wide authority to your service account? Does the delegated account a user in the ads account you are trying to reach? Could you privately send us a request and response log of API communication that returns this error? The request an

Re: Service account authentication issues

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jakob, Would it be possible for your application to use either of the Desktop or Web App OAuth strategies instead of Service Accounts? Although they require human intervention, you should only need to intervene once to create a refresh token, which can then be used to generate access tokens

RE: Google Ads Api Integration

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for raising your concern. I understand that you’ve encountered the error 'invalid_grant'. Can you please try regenerating your OAuth2 credentials along with the refresh token and see if this behavior persists? Please let us know if you continue to see this issue. Reminder: Sh

Re: Uploading Image Assets via REST API

2021-11-08 Thread 'Greg Asquith' via AdWords API and Google Ads API Forum
Hi Aryah, Thanks for getting back to me - I'm using the REST API through Google Apps Script as follows (The URL is a .png file stored in an AWS S3 bucket): var headers = { 'developer-token': 'TOKEN', 'Authorization': 'Bearer ' + ACCESS_TOKEN, 'login-customer-id' : 'MANAGER_ACCOUNT_ID', 'Content-

RE: Uploading Image Assets via REST API

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Greg, I just now uploaded an image via API and cropped it in a responsive display ad in the UI and it saved. Could you give us the steps to see what you are seeing? Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey

Adwords API to googleads migration

2021-11-08 Thread Fahima Hyder
I'm trying to run the following script import argparse import sys from google.ads.googleads.client import GoogleAdsClient from google.ads.googleads.errors import GoogleAdsException def main(client, customer_id): ga_service = client.get_service("GoogleAdsService") query = """ SELECT

RE: How can I undate SmartCampaignSetting?

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, Could you privately send us a request and response log of API communication that returns this error? The request and response appears similar to the JSON Mappings in our REST documentation. Our client libraries have loggers with logging instructions, to see these instructions you can

RE: Error - null sun.reflect.NativeConstructorAccessorImpl.newInstance

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. Could you provide us with the complete SOAP request and response logs generated on your end via the Reply privately to author option, so that our team can check better? Regards, Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021

Re: RESOURCE_LIMIT error adding ads to groups

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Evgeniy, The trigger for this error message is "ENABLED_UNIVERSAL_APP_CREATIVES_PER_AD_GROUP". A Universal App creative refers to an ad from an App Campaign. Further details are given in the error message: resource_count_details { enclosing_id: "128780011834" limit: 1 limit_type: APP_ADS_PER

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-11-08 Thread Martin Levi
Hi Yasar, Thanks for your response. I followed the instructions in this document which has a slightly different workflow. I think that I have the right pieces but not set up the right way. I will send you the informati

API Annual Survey Question Summary

2021-11-08 Thread Noah Kershaw
Hi! My team and I would like to fill out the annual API survey , but want to gather a list of questions in advance so we can best organize our answers. Can you please share a document that summarizes the survey questions? For

Re: RESOURCE_LIMIT error adding ads to groups

2021-11-08 Thread Evgeniy Lepikov
still need help понедельник, 8 ноября 2021 г. в 09:30:23 UTC, Evgeniy Lepikov: > Hi, Matt, > Thanks for help! > I'm not quite sure what's wrong. Could you explain in more detail exactly > where the problem appears? What is the relationship between the Ad and the > App? > What is an App? I don

Tracking Offline Conversion with Node.js

2021-11-08 Thread Oriol Barcelo
Hello! My team is trying to send a conversion event with the Google Click ID, the conversion name, the conversion time, and the conversion currency, every time the status for one of our clients change (a couple times per day). We are using a Node.js framework for our backend, but looking at th

Re: campaign.maximize_conversion_value.target_roas - wrong value returned

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Katerina, Thanks for updating us. Feel free to contact us again if you have any concerns related to our API’s and we will be happy to assist you. Regards, Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Yasar Googl

RE: 自动回复: RE:

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to our team. Please note that our team can only provide support in English so I will appreciate it if you can reply to this language as well. Also, our team can only provide support through email so we would not be able to contact you on the provided contact numbe

maximize_conversions.target_cpa vs. target_cpa.target_cpa_micros

2021-11-08 Thread Mat
Hi there, do we have to use "micros" when setting the new campaign.maximize_conversions.target_cpa value like we used to use "micros" when setting the campaign.target_cpa.target_cpa*_micros*

Re: Create Campaign Error

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for posting on this forum thread. Could you confirm if you encountered “CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION” error while trying to set selective optimization on Search or Display campaign using AdWords API? If yes, then it’s intended behavior sinc

Service account give NOT_ADS_USER error

2021-11-08 Thread pratik patel
Hi, We try to use python script that https://github.com/google/shopping-markup. This script use big query to datatransfer of merchant & ads account. - We create Google console Project - We create service Account - Service account enable with Outh - Service account add to Domain Delegation use cl

Re: Google Ads Api Integration

2021-11-08 Thread shahwar afzal
Hi team I am using a client library but i am get the bad request error when api hit the post method for google service Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://oauth2.googleapis.com/token` resulted in a `400 Bad Request` response: { "error": "invalid_g

Uploading Image Assets via REST API

2021-11-08 Thread 'Greg Asquith' via AdWords API and Google Ads API Forum
Hi, I've been uploading Image Assets via the REST API and the assets are successfully uploaded, but when I come to create a responsive display ad using these images, I receive an error message. This only occurs when cropping an image in the Ad Creation tool within Google Ads to the correct dim

How can I undate SmartCampaignSetting?

2021-11-08 Thread 晓薇陈
{ "operations": [ { "update": { "resource_name": "phone_number": { "phoneNumber": "countryCode": }, "final_url": "advertising_language_code":

Error - null sun.reflect.NativeConstructorAccessorImpl.newInstance

2021-11-08 Thread Wayne
Hi team, we are getting this error when trying to Pause Ad using Google Adwords API: *null sun.reflect.NativeConstructorAccessorImpl.newInstance* also this error: *null sun.reflect.GeneratedConstructorAccessor242.newInstance(Unknown Source)* I'm sharing the entire stack trace privately. Please

Re: campaign.maximize_conversion_value.target_roas - wrong value returned

2021-11-08 Thread 'Kateřina Henzlová' via AdWords API and Google Ads API Forum
Hi Kevin, It looks like the problem was on my side. It works as expected now. Sorry for taking up so much of your time, I appreciate your help. Cheers, Katerina On Tuesday, November 2, 2021 at 4:24:07 AM UTC+1 adsapi wrote: > Hi Kateřina, > > > > I'm Kevin from the Google Ads API Team. I'll

Re: RESOURCE_LIMIT error adding ads to groups

2021-11-08 Thread Evgeniy Lepikov
Hi, Matt, Thanks for help! I'm not quite sure what's wrong. Could you explain in more detail exactly where the problem appears? What is the relationship between the Ad and the App? What is an App? I don't see this relationship in my code. пятница, 5 ноября 2021 г. в 19:52:32 UTC, adsapi: > H

RE: List of supported languages and invalid characters

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi William, Thanks for reaching out to us. Kindly see below responses to your queries: - a list of which languages the Ads API officially supports (does it match the Google Translation API, or are there differences?) >> Kindly note that Google Ads API officially supports only the English >> l

RE: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Martin, Thanks for reaching out to us. Could you confirm if you already followed the instructions discussed in this document, especially the prerequisite? If yes and the issue still persists, then could you provide the following details via Reply privately to author option to further invest

RE: How to get smart campaign reporting data?

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Azfar, Thank you for posting your concern. To investigate the issue, could you provide the complete request and response logs with request ID and request header generated on your end for that report. You can provide it via Reply privately to author option. If this option is not available, t

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-08 Thread Matteo Medda
Hi Nadine, thanks for the update, we look forward to hearing from you. Matteo Il giorno venerdì 5 novembre 2021 alle 17:27:55 UTC+1 adsapi ha scritto: > Hello Matteo, > > Thanks for mentioning that you use AdWords API. If we manage to enable it > for Google Ads API for those developers who wer

RE: "operationAccessDeniedError": "MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT"

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for posting your concern. I would like to inform you first that I am going to delete your post as it contains generated logs on your end. Moving forward, the issue should not be related to allow listing as the Smart Campaigns API is currently in open beta. With this, would you be

Re: Questions about the Google Ads Query Language v6

2021-11-08 Thread FW API
The answer to question is apparently wrong. In case of more than 20k predicate values the API produces FILTER_HAS_TOO_MANY_VALUES. https://developers.google.com/google-ads/api/docs/best-practices/quotas#other_types_of_limits On Thursday, 18 February 2021 at 20:50:37 UTC+1 Google Ads API Forum A