RE: Keyword CPC Bid Update on Adgroup

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, We're glad to hear that your concern has been resolved. To confirm, you can indeed use the response_content_type and MUTABLE_RESOURCE feature so that the mutable fields / attributes can be included in the response. Should you have additional clarifications, feel free to write back so our te

forecast curve empty response

2022-04-21 Thread XG Huang
When i try to get forecast curve, the response is { "campaignForecastCurves": [ { "maxCpcBidForecastCurve": {}, "keywordPlanCampaign": "customers/5288277242/keywordPlanCampaigns/-1" } ] } I use a client account and login-customer-id is set excatly.

Issue with ad group bid modifier opt out behaviour

2022-04-21 Thread Methorz
Hey there, we are currently retrieving the ad group bid modifier using the Google Ads API: ad_group_bid_modifier We are seeing the following behaviour regarding the bid modifier vs. AdWords UI 1. When setting the

Re: How defined conversionName in clickConversion properties ?

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Guillaume, Thanks for your response. I am also a member of the Google Ads API team and let me provide support to your concern. Moving forward to your concern, I am afraid that our team has no GCLID test to check on the account test. As for your concern about getting the conversion action I

Google Ads : Update AccountBudget Return ACTION_NOT_PERMITTED

2022-04-21 Thread wei xiao
Hello everyone, I have a problem now, I use Google Ads to update the account budget, it keeps returning no permission to operate, but the previous AdWords API can operate normally。 Below is my request and return: ---

Rest API - Batch job - list results

2022-04-21 Thread SR
Using rest api when I try to get the results of a batch job using the below URL, I get the following error. Please help in resolving this issue. Code: url = "https://googleads.googleapis.com/v10/customers/***/batchJobs/***:listResults"; header = {'Content-Type': 'application/json', 'developer-to

Refresh Token Azure Problem

2022-04-21 Thread Eray Bakır
UserCredential credential; using (var stream = new FileStream("client_secrets.json", FileMode.Open, FileAccess.Read)) { credential = await GoogleWebAuthorizationBroker.AuthorizeAsync( GoogleClientSecrets.Load(stream).Secrets, // This OAuth 2.0 access s

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

2022-04-21 Thread MJOLNIR TTT
I've checked geographic_view, query = """ SELECT geographic_view.country_criterion_id, segments.device, segments.date, segments.geo_target_county, campaign.id, campaign.name, customer.currency_code, customer.descriptive_name,

RE: `customer_label` returning labels that don't exist in `label`

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dorian, Thank you for reaching out. Regarding your follow up post, could you confirm whether what you meant is : "As an addendum, I've checked a sample of accounts using `customer_client`, and the additional labels also don't show up in that resource. It seems to really only be `customer_la

Re: Missing product country values in shopping_performance_view report

2022-04-21 Thread 'henry...@ly.st' via Google Ads API and AdWords API Forum
Further to this it seems that performance data for rows on the 20th seems to not have this issue. I've tried downloding reports for the 19th again and some of those rows are still missing a value for the product country segment. On Wednesday, 20 April 2022 at 14:45:59 UTC+1 henry...@ly.st wrot

replace event snippet with gtag by gads API call for conversion

2022-04-21 Thread luc .manfredi
Hi ! i'm trying to send conversion using the Google Ads API. Actually, my company use the event snippet : gtag('event', 'conversion', {'send_to': 'XX'}); And i want now to do the same action but with an API call. I've tried to create a program using TagSnippet but i'm beginner and lost

Re: Rest API - Batch job - list results

2022-04-21 Thread SR
I got the answer. It's a HTTP GET request. I wrongly tried with requests.post() On Thursday, April 21, 2022 at 1:54:02 PM UTC+5:30 SR wrote: > Using rest api when I try to get the results of a batch job using the > below URL, I get the following error. Please help in resolving this issue. > > C

Re: `customer_label` returning labels that don't exist in `label`

2022-04-21 Thread Dorian Kind
Hi Peter, thanks for reaching out. I've worded this issue terribly, apologies. Let me try and rephrase: There are label IDs which are being reported as applied to a specific client by querying the `*customer_client*` resource, let's take for example customer 929-857-9278. SELECT customer_cli

Per Store Report Google Ads API

2022-04-21 Thread saif khan
Hi, I am trying to pull Per store report from Google Ads API. Please find the file structure attached. Can you please confirm If it is possible to pull the report from Google Ads API. If yes can you please provide resource for reference. Regards, Saif Khan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How defined conversionName in clickConversion properties ?

2022-04-21 Thread Guillaume BONNAIRE
Hello, Thank for your answer. We can close this thread, and i continue discover possibility with this API. If i need your help again, I will reopen this thread or create a new thread. Thank a lot, Regards, Guillaume Le jeudi 21 avril 2022 à 09:43:07 UTC+2, adsapi a écrit : > Hi Guillaume, >

email_address and access_role white list

2022-04-21 Thread ja...@bluecaribu.com
Hi api team, I would like to being include in the white list in order to use the feature to invited an user when a create a new customer client. https://developers.google.com/google-ads/api/reference/rpc/v10/CreateCustomerClientRequest How can I make this proccess? Thanks in advance for you

RE: limiting access to third party app

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit, Thank you for reaching out to us. Please note that the access will depend on you. In short, you can manage it. For you to give limited access to the third party agency that you want, you need to give their users read-only access, whose intended use is to get information only about the

Different access role in google ads api

2022-04-21 Thread Ajit Trivedi
Hi, What are the different access role that i can give while executing the following code? CustomerUserAccessInvitation invitation = CustomerUserAccessInvitation.newBuilder() .setEmailAddress(emailAddress) .setAccessRole(accessRole) .build(); For reference : https://

Giving refresh token to the third party agent who will manage my google ads account

2022-04-21 Thread Ajit Trivedi
Hi If i give access to the third party agent using the Google ads UI then how will the obtain the refresh token ? https://15941169479984783936.googlegroups.com/attach/4c5aa68413b5b/sendemaik.png?part=0.1&view=1&vt=ANaJVrGniSVfiMJ87B0oqjiNGZYIjVIysW-RJF6Oj1UYgLwig3-SnSzVRgTcD_8OqUATXlv8diRAphTA7

Re: limiting access to third party app

2022-04-21 Thread Ajit Trivedi
Hi, Thanks for the response, However that does not answer my question. Here, I want to give access to THIRD PARTY APP(identified by client Id and client secret and not email). So can you help me out with how can I restrict THIRD PARTY APP to have only access to one google Ads account( I have m

RE: Regular Expression with square bracket "["

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Francis, Thank you for raising this concern to the Google Ads API forum. With regard to your concern, could you please try this format below: WHERE campaign.name REGEXP_MATCH \" (?i).Google [Ads]. \" I tried this suggested format and it's working on my end so you can try it as well. Best

About update ad group ad

2022-04-21 Thread 李虎
Hello, Can I use google ads api to update assets under an ad group ad? because when I tried to update an ad group ad, I got the error below: {"result": {"error_code": 8001, "error_message": "Request with ID \"-jrle0w165IPk0Hsg6tY-w\" failed with status \"INVALID_ARGUMENT\" and includes the follo

Re: Some CustomerIDs have data on the Ads Dashboard, but nothing from the API.

2022-04-21 Thread Werner Reyneke
Hi I need a code sample in C# please on how to exactly call the http url with the appropriate parameters. I cannot find a proper example on the below: for example, what is the Authorization Bearer access token? I have never used it while calling the API to get customer data before. Thank you

Stuck Batch Job

2022-04-21 Thread lisi...@gmail.com
Hello, My batch job stuck on status RUNNING. It has strange startDateTime: 54273-04-26 15:51:54 Job Resource name: customers/8331366707/batchJobs/8867130040 Where is a problem? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.

Batch job processing issue

2022-04-21 Thread Dawid Lisiewicz
Hello, My batch job stuck on RUNNING state. Items inside: 72 It has strange start date: 54273-07-13 Job resource: customers/8331366707/batchJobs/8867130040 Where is a problem? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.c

RestApi Ad Performance Missing data

2022-04-21 Thread DWH Api
Hi, we are currently migrating from Google Adwords to Google Ads. We assumed the GoogleAds-data and GoogleAdwords-data should match. This is not the case. Example: We replaced the AdPerformanceReport with the resource ad_group_ad. There are different number of records per customer and day. Furth

How to add member to a user_list?

2022-04-21 Thread Gerardo Cima
Hi I am trying to migrate this functionality.: """ mutate_members_operation = { 'operand': { 'userListId': self.id, 'membersList': members }, 'operator': 'ADD' or 'remove' } try: adwords_clien

Re: Read-only access via API, should be full access

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Konstantin, Since it is unknown which user is responsible for creating the Google Cloud project, I would recommend creating a new Cloud project. You can make note of that user and ensure they have proper access in all required accounts. Then, regenerate the refresh token using the OAuth cred

RE: Batch Job marked Done without processing all operations

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Gaurav, Thanks for reaching out to the Google Ads API support. For us to investigate, we will need full logs within the format of request and response logs with request ID and request header generated on your end of API communications of the report pull, so our team can better check the ro

Request URL for Customer Data Fails

2022-04-21 Thread Werner Reyneke
Good day, I'm trying to get the request logs for a customer by running the bash command below as per your examples, but it comes back as unauthorized, even though I'm using the correct authorization tokens. Please advise urgently. Thank you. The actual auth tokens have been changed for privacy

Re: top_impression_percentage and absolute_top_impression_percentage together with geo_target_most_specific_location

2022-04-21 Thread Aleksandr Krymskiy
Hello, We have the same issue where we have an application that relies on the same combination of fields (top_impression_percentage and absolute_top_impression_percentage together with geo_target_most_specific_location) and the retrieved data is used in a ML algorithm whose output in turn dri

Re: Regular Expression with square bracket "["

2022-04-21 Thread francis....@gmail.com
Hi Jinky, the suggested regular expression executes without error, but it does not match the string "Google [Ads]". This is because "[" is a reserved caracter. See the screenshots below from a regex tester using the re2 syntax. I would expect the Google Ads API to match the escaped opening

Re: Various errors when fetching ads since 4/6

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Gavin, Heidi, who also works on our support team requested more information for us. In you case you did not receive that email, I'll re-post it below: Thank you for the reply. Upon seeing your provided logs, I noticed that this is not enough. I can see that you provided some but not complet

adGroupCriterion final_url

2022-04-21 Thread JP
Hello, I'm using the keyword_view report and am fetching the last 30 days worth of keyword information using the query: SELECT customer.id, metrics.cost_micros, metrics.ctr, metrics.impressions, metrics.clicks, ad_group.id, ad_group.name, campaign.final_url_suffix, campaign.id,

Re: Regular Expression with square bracket "["

2022-04-21 Thread stefano...@webrepublic.ch
Hi Francis, Try WHERE campaign.name REGEXP_MATCH \" (?i).Google [[]Ads[]]. \" "To match a literal [, ], %, or _ using the LIKE operator, surround the character in square brackets." source https://developers.google.com/google-ads/api/docs/query/grammar Hope this helps On Thursday, April 21,

RE: Refresh Token Azure Problem

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eray, Thank you for raising this concern to the Google Ads Forum. With regard to your concern, I am afraid that we are not familiar with the Azure Containers. With this, could you please provide more details about Azure Containers? Is it the third party tool where you want to integrate the G

Age range type issue for Age Perfomance

2022-04-21 Thread 'Gaines Yeilding' via Google Ads API and AdWords API Forum
Hi, I am trying to return data for the age_range_view. In the select statement I included ad_group_criterion.age_range.type. In my response it returns the following: age_range: { type: 503001 } How do I get it to return the age range as shown in the documentation instead of an ID. -- --

Re: Regular Expression with square bracket "["

2022-04-21 Thread francis....@gmail.com
It dit work by surrounding in square brackets, thank you!! Le jeudi 21 avril 2022 à 12:12:33 UTC-4, stefano...@webrepublic.ch a écrit : > Hi Francis, > > Try > > WHERE campaign.name REGEXP_MATCH \" (?i).Google [[]Ads[]]. \" > > "To match a literal [, ], %, or _ using the LIKE operator, surround

Re: RestApi Ad Performance Missing data

2022-04-21 Thread Luciano Gandini
Hi there, we are having the same exact issue, we migrated to use this query for ads: SELECT segments.date, campaign.id, campaign.name, ad_group.id, ad_group.name, segments.keyword.ad_group_criterion, ad_group_ad.ad.id, ad_group_ad.ad.type, ad_group_ad.ad.text_ad.headline, ad_group_ad.ad.expand

ID column has many nulls in ad_performance_report

2022-04-21 Thread Fei Jiang
We are migrating to google ads from adwords on stitch, and noticed that there are lots of nulls in ID column in ad_performance_report. However, the same records in adwords have adid that are not null. Can anyone explain to me why the discrepancy? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: OfflineCallConversionError.INVALID_CALL

2022-04-21 Thread outleads
Hello, We sent the logs a few days ago, can you please confirm receipt? On Thursday, April 14, 2022 at 4:38:24 PM UTC-4 adsapi wrote: > Hello, > > Thanks for reaching out. Could you please confirm if you are using the > GoogleAds API v10? > If you are already on v10 and still having issues, kin

RE: forecast curve empty response

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi XG, Thank you for reaching out to us. Could you elaborate further on this item such as what are the expected results and information you want to see after retrieving this? And for our API team to further assist you, could you provide more details on the concern/issue? Also, could you confir

Re: Deleting Legacy Extension

2022-04-21 Thread Ngo Tai
Okay thanks Vào lúc 12:33:56 UTC+7 ngày Thứ Năm, 21 tháng 4, 2022, adsapi đã viết: > Hi, > > Thank you for reaching out to the Google Ads API team. > > With regard to your concern, as you mentioned the Extension setting > services >

Re: Regarding AutoTagging Status and Tracking template URL

2022-04-21 Thread Core PHP
Hi. Can you share the docs for generating requests from API in PHP? On Tuesday, April 19, 2022 at 2:08:44 PM UTC+5:30 adsapi wrote: > Hi, > > Thank you for raising this concern to the Google Ads API forum. > > Upon checking our Google Ads API documents, I found this Get Account > Information >

Code not ready for Adwords API sunset on 27th Apr

2022-04-21 Thread Shobha Solanki
Hi, We are not ready for the sunset of Adwords API on Apr 27th, 2022. Are there any options available so that the code doesn't break. Can you please please suggest as its a little critical. Thanks, Shobha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:

Re: Code not ready for Adwords API sunset on 27th Apr

2022-04-21 Thread arslan ahmed
Hi Is it possible to add an ASC to resolve the issues On Friday, April 22, 2022 at 10:03:16 AM UTC+5 shobha@gmail.com wrote: > Hi, > > We are not ready for the sunset of Adwords API on Apr 27th, 2022. A

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

2022-04-21 Thread Sajal Pal
Hi, I am trying to migrate Adwords API(sunset on 27th April, 2022) to Google Ads api. Using Asp.Net Core(5.0) and c#. Exception: Google.Ads.GoogleAds.V10.Errors.GoogleAdsException HResult=0x80131500 Message=Status(StatusCode="Unauthenticated", Detail="Request is missing required authenticati

Data in reports Geo Performance Report do not match to Campaign Performance Report and other reports

2022-04-21 Thread Mari Mizuki
For half of the accounts we are managing, the data obtained through the API in reports Geo Performance Report does NOT match to other reports data. We started to use API v9 this month. There was no issue with the previous version API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Google Ads Query Builder Invalid Query

2022-04-21 Thread 刘东荣
Hi Google Support, I've run into an issue with the Google Ads Query Validator and need some help debugging. * API Version: v10 * Query: "SELECT metrics.biddable_app_post_install_conversions FROM ad_group" * Result: Invalid Query (errors below) * 'metrics.biddable_app_post_install_c

Error while sending batch request

2022-04-21 Thread Shobha Solanki
Hi, When we are trying to execute change the status of the Adgroup through batch we are getting this error... Request with ID 'i52iIYaq7YE7EE7cOPonow' has failed. Google Ads failure details: resource_count_limit_exceeded_error: This request would exceed a limit on the number of allowed resour

Re: Login-customer-id

2022-04-21 Thread don....@gmail.com
Hello I had similar problem and I understand that we need now login-customer-id for the calls if auhtorized user is from management account I'm struggling to understand how to get information of login-customer-id from the authorized user from the API reference docs...could you suggest? I see onl

RE: Missing product country values in shopping_performance_view report

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Henry, Thank you for reaching out. So our team can take a closer look and investigate the missing rows / values, could you also share the complete request and response logs (with the request-id, and login-customer-id used) generated when the reports were called? Also, could you confirm if y