RE: Mutate Video Campaigns via API

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Paul, I'm Kevin from the Google Ads API Team. I can confirm that video campaigns still can't be managed/mutated via Google Ads API. I'm afraid that I can't comment on when this feature will be supported in the API. Please follow our blog and release notes for future updates. Regards,

How to include LabelIds and Labels in Ad Peformance Reporting?

2021-11-02 Thread Marvin Laskov
I am trying to create a report for Extended Text Ads using Google Ads API in the python language. I was able to do this for my reporting using Adwords API whereby I selected labels and labelids in the columns field. cols = [ 'AccountDescriptiveName', 'AdGroupId', 'AdGroupName',

Re: Remove duplications in Google Conversions API and Google Analytics

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Bahaa, Thank you for more information on your concern. In the Google Ads API's perspective, and as mentioned here, duplicate conversions are allowed and would not return errors. However, only the first instance will be recorded and the succeeding duplicates will be ignored. Since you are

Re: Missing clicks in geographic_view

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tommy It appears that you did not receive the response that I've sent. If you're having trouble receiving private replies from us, please check your Spam folder. Additionally, please add the 'From address' on that email to your contact list to ensure we aren't flagged as Spam in future

RE: LSA Reporting

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tiana, Thank you for reaching out. Local service ads do not appear to be currently supported as seen in this table of current supported ad types. If the said local service ad type is supported in the Google Ads UI, you may send to our team the complete screenshot containing the said ad and

Re: Create campaign error

2021-11-02 Thread 娜娜
Hi Nadine, Thanks for reply. If there is any possibility to change our optimization on a display campaign by uploading a doc. caused the API is not supported now. 在2021年11月3日星期三 UTC+8 上午5:51:40 写道: > Greetings! > > It appears that you are setting selective optimization on a Display > campaign.

RE: Resource change_event does not provide old_resource and new_resource in update operation of CAMPAIGN_CRITERION

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Mubin, Thank you for reaching out to us. As per this guide, campaign criterion update should be a supported change event. So our team can better assist you, can you share to us the following details below? Customer ID login-customer-id complete GAQL complete logs (request and response

Re: Create campaign error

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Greetings! It appears that you are setting selective optimization on a Display campaign. This was never documented as being supported. Setting selective optimization was meant for app-based campaigns. There was a recent upgrade in your Google Ads account that caused the API to recognize this

RE: Upload conversion Error

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello there, Thanks for reaching out. An internal_error could be caused when something unexpected happened while processing the request due to a temporary issue with the API. Please wait 30 seconds and try again. If the issue persists, could you please provide us with the complete logs

Get all customers userLists ID's via Ads Rest API?

2021-11-02 Thread Greg Parks
I'm currently using the Google Ads API's REST interface and see there's a method to fetch an individual customer's userList via the following endpoint. GET https://googleads.googleapis.com/v8/{resourceName=customers/*/userLists/*} I'm wondering if there's a similar method to fetch a list of

Re: Once Demographic Criterion is set it cannot be changed

2021-11-02 Thread Filip Pećanac
Hi Aryeh, Thanks for the response. Let me just clarify the situation step by step, so that you can understand it better and let me know if I haven't done something properly: 1. I create an adGroup via API (automatically all age ranges are selected) 2. I use negative criterion to exclude one of

RE: asset_error: The asset has a name which is different from an existing duplicate that represents the same content.

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Arnol, Thanks for reaching out. Can you please provide us with your complete request and response logs so we can have a closer look at the issue? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2QHCKH:ref -- --

Re: generateKeywordIdeas - sort

2021-11-02 Thread Oleg Disrupt
Hi Matt, Thank you for your reply and your honestly support. So I attached screenshot for sort example. so in below code, I need to add sort argument for special filed(for example top of page id(low range) ) $response = $keywordPlanIdeaServiceClient->generateKeywordIdeas( [

GAQL running on an MCC doesn't show a campaign

2021-11-02 Thread 'EladB' via AdWords API and Google Ads API Forum
Hi, I've tried to run this GAQL on an MCC, but didn't get any rows. *ads-script:* campaignIds query =SELECT customer.id, campaign.resource_name, campaign.name FROM campaign WHERE campaign.id IN ("123456"); _rowsToMap(accountToCampaignsMap, AdsApp.report(query, REPORTING_OPTIONS)); }

Re: Testing Private Replies

2021-11-02 Thread 'Cory Liseno' via AdWords API and Google Ads API Forum
test 456 On Friday, September 10, 2021 at 11:49:25 AM UTC-4 adsapi wrote: > test reply 123 > > ref:_00D1U1174p._5004Q2MiPqu:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: I cannot set selective_optimization to create campaign.

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tomerpop, Thank you for chiming in. To ensure that your issue is taken care of, could you privately send us a full request and response log of communication with the API in which you attempt to create a campaign with selective optimization of a conversion action in MCC account leads to this

Re: Missing clicks in geographic_view

2021-11-02 Thread TommyTek
Hello, I privately provided the information asked last week, but got no feedback. Do you have any update for me? Thank you On Thursday, October 28, 2021 at 12:19:09 PM UTC+2 adsapi wrote: > Hi, > > Thanks for reaching out to us. > > Since you’ve noticed a discrepancy, then for us to

Upload conversion Error

2021-11-02 Thread Andrea Cau
Hi there I got INTERNAL_ERRORs as a partial_failure_error, in ConversionUpload requests. It would seem that I got these errors in the requests following a request with 502 503 error. (within 3 minutes) In these cases (when I get a partial failure error) I don't do any retry unlike 500 type

Mutate Video Campaigns via API

2021-11-02 Thread 'Paul van Putten' via AdWords API and Google Ads API Forum
Hi, I did some digging in this forum and found this link. In the link it says that "video campaigns cannot be mutated at all from the API" I was wondering if this is still the case? At my

Resource change_event does not provide old_resource and new_resource in update operation of CAMPAIGN_CRITERION

2021-11-02 Thread Mubin Abbas
I am working on example (account_management/get_change_details.py) and observe that in case of update campaign_criterion, this view provide empty changed_fields, old_resource and new_resource values, due to this error I am unable to fetch the change information. Kindly suggest me the solution

RE: Once Demographic Criterion is set it cannot be changed

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip, Negative is immutable. To switch a criterion from positive to negative, remove then re-add it. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2QHCsx:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: 技术求助(获取资源位campaign_asset的数据为空)

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, I had to delete your public posts because they contain logs. I received your logs sent privately. Could you privately send a screenshot in English? Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2QFvXS:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: remove_all offline operation not processed

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. To remove data from a Customer Match audience list, you may refer to this guide. Note that when a remove_all operation is included, it must be the first operation in a job. If not, then running the job will return an INVALID_OPERATION_ORDER error. If

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

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Haiyang, The Ads API documentation does not have an example that provides budget reset logic. However, Ads scripts, which is a separate product from the Ads API, does have a boilerplate solution that may be useful. Regards, Matt Google Ads API Team Matt Google Ads API Team

RE: generateKeywordIdeas - sort

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Oleg, Thanks for reaching out. The GenerateKeywordIdeasRequest does not support a sort method. However, if you can provide us with a bit more information on how the results should be sorted, I can create a feature request on your behalf. Thanks, Matt Google Ads API Team Matt Google Ads API

Query for getting all campaign with the given name - Google Ads

2021-11-02 Thread Wayne
Hi team I'm trying to fetch all the campaigns with a given name using the below query: SearchGoogleAdsRequest request = SearchGoogleAdsRequest.newBuilder() .setCustomerId(Long.toString(customerId)) .setPageSize(1_000) .setQuery( String.format( "SELECT campaign_budget.id, campaign_budget.name, "

Re: Remove duplications in Google Conversions API and Google Analytics

2021-11-02 Thread Bahaa Samoudi
Hi, I will change the question form: if I upload Click conversion to specific conversion Action in google ads using offline conversion (c# code) (you can see the code URL in the question above) and there is another conversion(with same gclid and same values) coming from other source like

Re: Sitelink limit exceeded error though not too many sitelinks

2021-11-02 Thread Markus Heiden
Hi Peter, did you receive my private message with the logs? Is there any progress on this issue? Regards, Markus adsapi schrieb am Montag, 25. Oktober 2021 um 03:33:56 UTC+2: > Hi Markus, > > Thank you for your follow up. > > Please note that our API team would *need* the complete request >

LSA Reporting

2021-11-02 Thread Tiana S.
Hi there, Quick question: is it possible to report on Local Services Ads/Guaranteed Ads) through the Google Ads API? Thanks in advance! Tiana -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Create campaign error

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for providing the requested details privately. Allow me to discuss the issue to my team to have deeper analysis here. Rest assured that we will provide updates when become available. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q2QGtpw:ref -- --

Re: I cannot set selective_optimization to create campaign.

2021-11-02 Thread Tomerpop
Same Here, Please let us know when you find a solution On Tuesday, 2 November 2021 at 07:51:03 UTC+2 adsapi wrote: > 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

Once Demographic Criterion is set it cannot be changed

2021-11-02 Thread Filip Pećanac
Hi, When I add Demographic AdGroupCriterion via API, lets say exclude all male users from targeting, it works fine. For this, i use this code . But later on, once I try to *include* the male

RE: the display results in a language other than English

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for posting your concern. I am afraid that translating the API results in another language is not supported in the Google Ads API. With this, you would need to create a post-process on your end instead that will translate the result in another language. Let me know if you have

asset_error: The asset has a name which is different from an existing duplicate that represents the same content.

2021-11-02 Thread Amol Kawale
HI Team, I'm using Google ad V8 API in php. I'm creating Responsive Display Ad but am getting following error - *Google Ads failure details:* * asset_error: The asset has a name which is different from an existing duplicate that represents the same content.* I checked images uploaded but not

RE: searching for a gclid using click_view

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Nimrod, Thank you for reaching out to our team. The possible reason why the GCLID was not returned in the API request is because the GCLID is not generated on the account where you executed the report or the impression are not attributed on the date that you've set in the WHERE clause.

Re: TargetCpaMicros vs TargetCpa

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Quan, I work along with Kevin. Allow me to assist you in this. With regard to your concern, the error RangeError.TOO_LOW is observed when the value is too low than the minimum allowed for the specific field. For us to check the behavior that you reported, could you kindly provide the

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

2021-11-02 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

RE: UNEXPECTED_END_OF_QUERY Accessing Google Ads API via Google Apps Script

2021-11-02 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: Remove duplications in Google Conversions API and Google Analytics

2021-11-02 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

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

2021-11-02 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

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

2021-11-02 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