CANNOT_CANCEL_APPROVED_PROPOSAL

2022-02-11 Thread Corine Morin
Hi, I am using Google Ads API V9, and I created a budget order which should start in 2 weeks from now... so I created a budget order proposal as you can see bellow BudgetOrderProposal {'advertiser_id': 588246835, 'status': 'APPROVED', 'billing_setup_id': 6687034747, 'account_budget_id':

Filtering manager accounts from client accounts

2022-02-11 Thread Fargone
Hi! I'm trying to access the ad spend data for a specific account, but I'm getting queryError "RUESTED_METRICS_FOR_MANAGER". Currently, I'm using the listAccessiblecustomers method to retrieve all the accounts, but I have no way of filtering out the manager accounts so I can just get the ad spen

Remove all keyword plans at once

2022-02-11 Thread Jae Choi
Hi there, I want to remove all keyword plans with a single request for a customer id. How can I do this? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rece

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Luciano, Right now, parsing the error message is the way to handle this error. I'll work with the team to try and introduce a better way to expose this error. Cheers Anash ref:_00D1U1174p._5004Q2Hyur3:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: http

GAQL query doubt

2022-02-11 Thread FMore
Hi I am trying to get a list of keywords that had impressions yesterday except campaigns that add the string foo in campaignName (examples: foo Campaign, foobar Campaign, Foobar Campaign) SELECT ad_group_criterion.criterion_id, ad_group_criterion.key

How do I get Remarketing + Discovery Ads cost in new API?

2022-02-11 Thread Christopher Taylor
So as we all know there used to be the CRITERIA_PERFORMANCE_REPORT in the Adwords API... and it returned all the cost that we needed in one report. With the new API it is extremely cumbersome to assemble all the different pieces of cost. We're now running reports against these tables to try and

RE: Migration question about asset-based Page Feed

2022-02-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, We don't have additional details that we can share at this time. Usually the changes happen in batches, but you should assume that the migration happens and old data won't be available beyond the public dates of April 27, 2022. Cheers Anash ref:_00D1U1174p._5004Q2W5bd9:ref -- -- =~=~=~=~

Re: Ads from paused campaigns missing from Ad Performance Report

2022-02-11 Thread Mark Hannah
I recently discovered that all the paused campaigns I was looking for all had the AdType of "Mobile app installs ad v2." I am seeing ads from paused campaigns, so the culprit seems to be this AdType that prevented these ads from being ingested. This seems to be some sort of custom AdType that I

Re: Ads from paused campaigns missing from Ad Performance Report

2022-02-11 Thread Mark Hannah
*customer AdType, not customer On Friday, February 11, 2022 at 4:29:58 PM UTC-5 Mark Hannah wrote: > I recently discovered that all the paused campaigns I was looking for all > had the AdType of "Mobile app installs ad v2." I am seeing ads from paused > campaigns, so the culprit seems to be thi

Re: Ads from paused campaigns missing from Ad Performance Report

2022-02-11 Thread Mark Hannah
I recently discovered that all the paused campaigns I was looking for all had the AdType of "Mobile app installs ad v2." I am seeing ads from paused campaigns, so the culprit seems to be this AdType that prevented these ads from being ingested. This seems to be some sort of customer AdType that

Error executing script that always worked

2022-02-11 Thread Gil
Hi, The simple script below worked perfecty for almost 3 years, and since January it's showing this error: *Feed-based extension is read-only for this extension type. ({"errorCode":{"feedError":"LEGACY_EXTENSION_TYPE_READ_ONLY"},"message":"Feed-based extension is read-only for this extension

Re: AdWords API. I try extracted extension and get error "Campaign level: ExtensionS ettingError.LEGACY EXTENSION_TYPE READ_ONLY"

2022-02-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Martin, Certain feeds have been deprecated in Google Ads, irrespective of the Google Ads API or AdWords API. As new versions in the AdWords API are not being released, changes in Google Ads cannot be reflected in the AdWords API. Regards, Matt Google Ads API Team Matt Google Ads API Team re

Problem when uploading an offline conversion.

2022-02-11 Thread walt white
Hello, google api team, According to the documentation, this should be in the code request.conversions=[click_conversion] but, if i use this i'm getting this error: AttributeError: Assignment not allowed to repeated field "conversions" in protocol message object. And if i use this instead, re

Problem with offline conversion uploads

2022-02-11 Thread walt white
Hello, google api team, I'm getting this weird thing where my conversions are uploading, but only repeat_rate is increasing, there is no change with the conversion value. I might be doing something wrong. Do you have any suggestions/solutions regarding this? Thanks in advance, W.W. -- --

URGENT: Offline Conversion Upload Unidentifiable Errors

2022-02-11 Thread 'Sam Vitale' via Google Ads API and AdWords API Forum
Hi there, I have an urgent request regarding our offline conversion uploads not loading into Google Ads. Yesterday morning at 9:00am we uploaded a batch of ~450 conversions for 2/9 via the API - all of which returned successful responses. We do this every day without issues. Usually this takes

How to get the performance history of the actual CPA?

2022-02-11 Thread Alex
Hi, I would like to get the performance history of the actual CPA using Python Google Ads Library . How can I do that? Checking the reporting metrics I dont see the actual CPA. Thank you Alex -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

try to create new campaign budget failure

2022-02-11 Thread arion a
Hi, I am trying to create a budget and assign it to a new campaign but i get OPERATION_NOT_PERMITTED_FOR_CONTEXT for this requst: can you please assisnt? i am using GoogleAdsServiceClient and mutate operation response: error_code { context_error: OPERATION_NOT_PERMITTED_FOR_CONTEXT } message:

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-11 Thread Luciano Santana
Hi everyone, In our case, we actually get an asset ID on the error message, as you can see below. I've redacted the original values with to prevent sharing sensitive information. *[AssetError{super=AssetError.CANNOT_MODIFY_ASSET_NAME @ operations[0].operand.assetName; trigger:'There i

Re: creating CustomConversionGoal fails

2022-02-11 Thread Christian H.
As far as i know, all accounts are currently being converted to unified goals. Is it possible that the error occurs because the target account has not yet been converted? Christian H. schrieb am Freitag, 11. Februar 2022 um 14:33:31 UTC+1: > I just found > https://groups.google.com/g/adwords-a

Which Type Of API Call Should be Made In Case of PII Change?

2022-02-11 Thread Paid Media
Hi We upload millions of customers to audiences/segments using the Google Ads API. While uploading customers we pass various PII fields such as email, Phone, First name, last name address, etc. Let's say a customer's email or phone has been changed or they have provided additional email, then

Re: Issue when reuploading image assets (CANNOT_MODIFY_ASSET_NAME)

2022-02-11 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
I found this thread which seems to already have some action: https://groups.google.com/g/adwords-api/c/nM17vGMFwO4/m/nm8IPsaFAQAJ On Friday, February 11, 2022 at 9:26:32 AM UTC-7 Lonny Kapelushnik wrote: > I am having the same issue using the latest released PHP SDK > https://github.com/googlea

Re: Issue when reuploading image assets (CANNOT_MODIFY_ASSET_NAME)

2022-02-11 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
I am having the same issue using the latest released PHP SDK https://github.com/googleads/google-ads-php On Friday, February 11, 2022 at 4:47:02 AM UTC-7 google@innogames.com wrote: > Hi, > > we're using the Google Ads SDK v16.0.2 which is using API v9. > > In the past, we haven't set any a

Return Date and Week for each segment requested without data

2022-02-11 Thread Luke Hansell
Hi, We're currently migrating from the Adwords API to the Google Ads API. The reports we generate from the Adwords API include the "Date" and "Week" fields within the data for a given date constant. We understand that we won't receive data for segments where the metrics are zero within the new

PHP Examples for Migration to asset-based DSA?

2022-02-11 Thread SeriousJ
Hi, in your guide to "Asset-based workflow for creating DSA page feeds " there are still only examples for Java. When will there be examples for PHP? Is there a

RE: Python GoogleAdsClient update multiple keyword bids simultaneously

2022-02-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Laurie, Thank you for reaching out to Google Ads/AdWords API support. The Ads API encourages using reports instead of GET, version 10 took out GET from all services intentionally. You can use keyword_view report to get the bids set for all keywords. The Campaign report has access to any bidd

Ads from paused campaigns missing from Ad Performance Report

2022-02-11 Thread Mark Hannah
Hi! When I pull data from the Ad Performance Report (using Stitch), I don't see ads from paused campaigns. I do see the paused campaigns in the Campaign Performance Report, but I'd like to be able to report on ads from paused campaigns as well. When I log into the Google Ads dashboard I see th

Re: creating CustomConversionGoal fails

2022-02-11 Thread Christian H.
I just found https://groups.google.com/g/adwords-api/c/BQFHC_eOWl0/m/1yTYCDaRCAAJ discussing the same problem, unfortunately without solution. Do you have a status update on that topic? Christian H. schrieb am Freitag, 11. Februar 2022 um 14:23:42 UTC+1: > after having a look into the logfiles

customer.optimization_score_weight always has different value

2022-02-11 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi! When I'm trying to get a report that contains *customer.optimization_score_weight* attribute I always receive a different value. Seems like the value for this field is always calculated in runtime even though I have *segments.date* in the past. For example I want to *select customer.id, cu

Re: creating CustomConversionGoal fails

2022-02-11 Thread Christian H.
after having a look into the logfiles again I saw that the problem is that the request itself failed with "Status{code=INVALID_ARGUMENT, description=Request contains an invalid argument., cause=null}" but I don't know what the invalid argument could be - I used the API to create the request.

RE: Bid Modifiers with CRM Customer Lists

2022-02-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to Google Ads API Team. To answer your question below, could you please confirm if you want to upload members to the customer list, then I can refer you to this customer match guide. Unfortunately that feature is not supported in the test account, with th

Issue when reuploading image assets (CANNOT_MODIFY_ASSET_NAME)

2022-02-11 Thread MAPI Test
Hi, we're using the Google Ads SDK v16.0.2 which is using API v9. In the past, we haven't set any asset name when uploading image assets and this never caused issues. So now we have thousands of image assets in our accounts/campaigns which don't have an asset name. Since 2 days, the API behavi

Build golang sdk failed after migrate to V10

2022-02-11 Thread Zhenjin Hu
It works well when I build V9 api. But after migrate to V10, I got the below error: google/ads/googleads/services/experiment_arm_service.pb.go:199:47: undefined: resources.ExperimentArm google/ads/googleads/services/experiment_arm_service.pb.go:206:47: undefined: resources.ExperimentArm google/a

Re: Authentication from .Net Console app FAILURE

2022-02-11 Thread Werner Reyneke
Good day, I have attached the Google API log files as requested. Kind regards, Werner On Fri, Feb 11, 2022 at 5:09 AM Google Ads API Forum Advisor wrote: > Hi Werner, > > Since you are using a .Net client library, you may enable logging on your > end by following this *guide* >

Re: Authentication from .Net Console app FAILURE

2022-02-11 Thread Werner Reyneke
OK no problem - I have changed the sensitive details to numbers and codes that do not exist just in case. On Fri, Feb 11, 2022 at 5:13 AM Google Ads API Forum Advisor wrote: > Hi Werner, > > In addition, I had to delete your first post since it included sensitive > details since posting sensitiv

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-11 Thread MAPI Test
Hi all, we have this issue as well since 2 days. We're using SDK v.16.0.2 which uses API v.9 It stops us from uploading any image which has ever been uploaded to our accounts before because of the clashing asset names. It would be great if you could take care. Thanks and best regards On Frida

Pyhton Examples for Migration to asset-based DSA?

2022-02-11 Thread Mat
Hi, in your guide to "Asset-based workflow for creating DSA page feeds " there are still only examples for Java. When will there be examples for Python? Is ther

creating CustomConversionGoal fails

2022-02-11 Thread Christian H.
Hi! If I try to create a conversion goals via API I always get a UNKNOWN-Error as result: Failure message: errors { error_code { request_error: UNKNOWN } message: "The error code is not in this version." location { field_path_elements { field_name: "operations" index:

Google ads API gives different forecast metrics when compared with UI

2022-02-11 Thread vino...@skills-agency.com
I wanted to get a Avg. CPC and min clicks from the api which should match with the UI. But the results which im getting is different from Google Ads web UI but i have given the same parameters. I wanna know is it normal that we get different result from UI and from api. Also i don't see any o

Re: Statistics aggregations

2022-02-11 Thread Artem Savchenko
Yeah, It worked! Thank you! Bets, Artem. On Friday, February 11, 2022 at 10:30:17 AM UTC+2 adsapi wrote: > Hi Artem, > > Thanks for reaching out to the Google Ads API Forum. > > In order to get metric statistics aggregation for the for a certain date > period, have you tried to see the respo

SITELINK_CAMPAIGN_ASSETS_PER_CAMPAIGN

2022-02-11 Thread teamvadw...@gmail.com
Hi, we are getting error when trying to creation site link extensions. {{ "enclosingId": "8579897019", "limit": 20, "limitType": "SITELINK_CAMPAIGN_ASSETS_PER_CAMPAIGN", "existingCount": 13, "enclosingResource": "campaign" }} -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: CANNOT_MODIFY_ASSET_NAME being thrown on every image creation request

2022-02-11 Thread Matteo Medda
Hello, we have the same problem starting this morning. We have not changed anything on our code. What is the correct procedure for uploading an asset? We are currently using V9 of the ads-api. We have all campaigns stopped for this reason. Thanks Il giorno giovedì 10 febbraio 2022 alle 22:09:47