Does Google API supports to configure the daily budget automatically?

2021-11-01 Thread 'Haiyang Si' via AdWords API and Google Ads API Forum
Hi expert, Does Google API supports to configure the daily budget automatically based on 1. total budget 2. Google Start and end Date 3. Current date For example A campaign's total budget is 100. Start date 1/1; end_date is 1/10 On the first day the daily budget should be 100/10 = 10. but the r

Re: Unable to Add Logo Image in Responsive Display Ad

2021-11-01 Thread Filip Pećanac
Hi Aryeh, Thanks for the response. Unfortunately, there are no logs of my requests and responses. I have followed the instructions from the Logging section and once I complete all the steps, there is no generated data in my file.log. I am using web application if that is relevant for this.

Having issue with IpBlockInfo in latest version of GAds API

2021-11-01 Thread Mitiz Technologies
Hi there, We are using GAds API v8 in our application and we are facing problem while blocking IP address from the linked account. The accounts are linked successfully however if we are trying to block the IP address for any campaign using API, it throws error. Here is piece of code that we are

UNEXPECTED_END_OF_QUERY Accessing Google Ads API via Google Apps Script

2021-11-01 Thread 'Suchitra Theruvath' via AdWords API and Google Ads API Forum
Hi, I am trying to access Google Ads API via Google Apps Script using the below code. var ADWORDS_SCOPE = "https://www.googleapis.com/auth/adwords";; var REQUEST_TOKEN_URL="https://www.google.com/accounts/OAuthGetRequestToken";; var TOKEN_ACCESS_URL = "https://accounts.google.com/o/oauth2/token

Adding User Interest Info at Ad Group level in PHP

2021-11-01 Thread Filip Pećanac
Hi, Could you please assist me regarding the setting User Interest Info at Ad Group level, or provide me with an example of this functionality via Google Ads API? Currently, I am using positive keywords, but I think using this option would assist me with targeting the right users with Display

Re: Unselecting all product groups from a partition tree fails.

2021-11-01 Thread Miquel Isern Roca
Hello Yasar and Aryeh, I've tried replacing the nodes of the tree through the AdWords API as well but the BatchJob gets canceled and the response is empty, not giving any information. Because this failed, I tried to remove the tree through the UI but that didn't work either as you saw already.

searching for a gclid using click_view

2021-11-01 Thread Nimrod Grinberg
i need to find the ad of a specific gclid. so i created this query query = """SELECT click_view.gclid, click_view.ad_group_ad, click_view.keyword, click_view.resource_name, click_view.keyword_info.text FROM click_view WHERE segments.date = '2021-10-31' and click_view.gclid = 'XX' """ i get

Create campaign error

2021-11-01 Thread 娜娜
hello When I create a campaign, I set the campaign_actions error This operation was OK a few days ago Error Message: The error code is not in this version. Request Id: GeKemt8DFkDM9QKmMTaiKA -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsd

When someone click on my Google ADs can I access the list of user information from Google ADs through API ?

2021-11-01 Thread SANDIP KUNDU
Hey Hi, Well I am trying to access user information of users ( Like : Name, Email Id or these type of things ) actually who is clicking on my Google ADs using Google ADs APIs . Is there any library or video or any reference that can help me ? I am using PHP with MySQL . If any of you guide me

Re: searching for a gclid using click_view

2021-11-01 Thread Nimrod Grinberg
ok i found the right customer id for this gclid . but my response is still empty. now im trying to query a simple click_view query but i still get en empty response. im using a correct query. what am i missing ?: query = """SELECT click_view.gclid, click_view.ad_group_ad, click_view.keyword,

campaign.maximize_conversion_value.target_roas - wrong value returned

2021-11-01 Thread 'Kateřina Henzlová' via AdWords API and Google Ads API Forum
Hi team! I'm trying to fetch the desired target ROAS value by a simple query: "SELECT campaign.maximize_conversion_value.target_roas FROM campaign WHERE campaign.id = ". The value is 500 % as I can see in the UI but Google Ads API returns 0.05. I haven't found any information regarding thi

Re: Getting user_permission denied on add campaign

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Prateek, If you are attempting to access sub-accounts as a manager, you can specify the login-customer-ID header to do so. Otherwise, direct access to those sub-accounts will be required. The user email used to create OAuth credentials must have direct or indirect access to the child custom

the display results in a language other than English

2021-11-01 Thread 范瑞祥
Hi, I want to know how to change the result display language when I query a result list like 'userInterest.name' which it can display in language zh-cn.thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~

Re: Setting Campaign Level Conversion Action

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Zorion, Could you send us privately a request and response log of API communications for this error? Here's logging instructions, when the logger is set to 'DEBUG' the logs could be created. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2FY4PC:ref -- -- =~=~=~=~=~=~=~=~=

RE: Create campaign error

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide us with the complete request and response logs. Please send the requested details via the Reply privately to the author option. Best regards, Jakeia Sabrina Google

RE: Add Location Campaign Extension Setting to campaing level

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Vedran, Thanks for reaching out. Have you followed the Add an Extension Setting guide? This takes you through the process of creating the extension feed item and then associating it with an entity. If you continue to face this issue, please provide us with the complete request and response

Re: TargetCpaMicros vs TargetCpa

2021-11-01 Thread quan zhang
Hi, I got an error message "TOO_LOW" after setting the campaign.MaximizeConversions.TargetCpa value to 10. Is this expected? Thanks, Quan On Thursday, 21 October 2021 at 02:30:20 UTC-7 adsapi wrote: > Hi Qu

RE: Locations views

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out to the Google Ads API support team. Matched Locations are not supported in Ads API reports. This has been a feature requested previously. But the location_view can be used for targeted locations. Please let us know if you have any more questions on this. Best

generateKeywordIdeas - sort

2021-11-01 Thread Oleg Disrupt
Hello I want to add sort feature when call the this function: generateKeywordIdeas How can I do this one? Regards Oleg -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You r

Re: How to get ad group optimized targeting flag in Google Ads API

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shiwei, Thank you for your follow up. So that I may raise this to the rest of our team, could you also provide the complete request and response logs, with the request-id? You may then send the requested information via the Reply privately to author option. If this option is not available,

Re: the display results in a language other than English

2021-11-01 Thread 范瑞祥
shoud I add a 'accept-language: zh-CN' to Header? 在2021年11月2日星期二 UTC+8 上午12:32:19<范瑞祥> 写道: > Hi, I want to know how to change the result display language when I query > a result list like 'userInterest.name' which it can display in language > zh-cn.thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Create campaign error

2021-11-01 Thread 娜娜
I have privately replied to the complete request and response information, and hope to get a reply as soon as possible. Thank you in advance 在2021年11月2日星期二 UTC+8 上午1:16:50 写道: > Hello, > > > > Thanks for reaching out to the Google Ads API support team. > > > > To investigate the issue furth

RE: campaign.maximize_conversion_value.target_roas - wrong value returned

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Kateřina, I'm Kevin from the Google Ads API Team. I'll try my best to assist you. Can you please provide the complete request and response logs with request ID generated on your end as well as some UI screenshots which clearly shows the value of the Target ROAS field of the same campaign i

RE: How to add integrity to conversion_async.js?

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Edank, Thank you for reaching out to our API support team. @Emrah, thank you for sharing information as well. However, this channel specializes in AdWords / Google Ads API related concerns only. Since you are using JavaScript and appears to be setting up a tag, then I'm afraid that this is

RE: Does Google API supports to configure the daily budget automatically?

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Haiyang, Thank you for posting your concern. To answer your question, I can say that the provided use case is possible using the Google Ads API by referring to this guide. However, as for changing the budget based on the budget used on the previous day, then the logic of the code should be

RE: When someone click on my Google ADs can I access the list of user information from Google ADs through API ?

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Sandip, I'm Kevin from the Google Ads API Team. I'm afraid that there's no way to retrieve PIIs (e.g. name/email address/etc) from users who click your ads via Google Ads API. Please note that Google has specific policies for how advertisers can collect, use, and share personally identifi

Re: Unable to Add Logo Image in Responsive Display Ad

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip, Thank you for the reply. I am also a member of the Google Ads API team and let me provide support to your concern. Could you confirm if there are no API logs as well in the console of your client library? If yes, then I am afraid that we would not be able to investigate the issue wit

RE: Adding User Interest Info at Ad Group level in PHP

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Filip, Thank you for reaching out to us. You can refer on this guide for the available supported criteria in the AdGroup level. You can set the User Interest Info at the AdGroup level via the MutateAdGroupCriteria of the AdGroupCriterionService. You should be able to set the UserInteres

RE: Having issue with IpBlockInfo in latest version of GAds API

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for posting your concern. Upon checking the provided logs, it appears that error has occurred because the PHP client library might not properly set up. With this, I would suggest to check the implementation of your client library by following this guide. If you have further quest

RE: Adding of custom parameters possible without overwriting all custom parameters via Google Ads API?

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Markus, Thank you for reaching out to our API support team. Upon checking, the Google Ads API's CustomParameters currently do not have the doReplace attribute from the AdWords API. That being said, allow me to create a feature request, subject for review, for this to be added into the Google

RE: I cannot set selective_optimization to create campaign.

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tohihiro, I'm Kevin from the Google Ads API Team. I'll try my best to assist you. Can you please provide a sample screenshot which shows the UI's expected values for the selectiveOptimization field as well as the complete request and response logs with request ID with unredacted IDs so I c

Re: Does Google API supports to configure the daily budget automatically?

2021-11-01 Thread 'Haiyang Si' via AdWords API and Google Ads API Forum
Thanks, Ernie, It looks Google does not support reset daily budget based on the budget remain. I have to implement the logic on my side. Thanks, Regards, Haiyang On Monday, November 1, 2021 at 8:40:31 PM UTC-7 adsapi wrote: > Hi Haiyang, > > Thank you for posting your concern. > > To answer

RE: May I ask whether campaigns, ad groups, ads, keywords, etc. run independently in Google ads?

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to our API support team. For confirming the behavior of these entities when the higher level is set to paused, and since this is more of a Product related concern, I would recommend that you reach out instead to the Google Ads Product Support team, via this link,

Re: Unselecting all product groups from a partition tree fails.

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Miquel, Thanks for getting back to us. You can share to us the complete SOAP logs (request and response with requestId) via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsapi-supp...@google.com alias instead. As a

RE: Remove duplications in Google Conversions API and Google Analytics

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to our API support team. Since this channel and our team specializes in AdWords / Google Ads API related concerns only, our team would not be able to provide comments on Google Analytics. However, in the Google Ads API's perspective, you should be able to perform

RE: UNEXPECTED_END_OF_QUERY Accessing Google Ads API via Google Apps Script

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Suchitra, Thank you for providing further details to your concern. I can see that you've already sent a private thread to my team for this concern. With this, let us continue the discussion of this concern to that email thread and provide there the complete request and response logs with re

RE: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shawn, Thank you for reaching out to our API support team. Could you confirm if what you intend to do is use assets in ads? If yes then the link you provided should indeed be the appropriate guide. However, since you appear to be using the AdGroupAssetService, then its typical usage is for