Re: Clearing Bid Modifier in Google ads

2022-04-28 Thread cv
I have sent request and response log. 1) Pass nothing as suggested by you 2) Pass with bid modifier. Thanks, On Friday, 29 April 2022 at 11:14:56 UTC+5:30 adsapi wrote: > Hi, > > Thank you for providing updates to your concern. > > So that I can further check on my end or to discuss with the

Re: Clearing Bid Modifier in Google ads

2022-04-28 Thread cv
Hi Ernie, I followed what you suggest, If I pas nothing It will change nothing. So no solution yet to clear Bid Modifiers. On Friday, 29 April 2022 at 10:44:46 UTC+5:30 cv wrote: > HI ernie, > > I did same as you suggest with update mask. > > See this > > $campaignCriterion = new

Re: Clearing Bid Modifier in Google ads

2022-04-28 Thread cv
But not clearing Bid Modifier. On Friday, 29 April 2022 at 10:44:46 UTC+5:30 cv wrote: > HI ernie, > > I did same as you suggest with update mask. > > See this > > $campaignCriterion = new CampaignCriterion([ > > 'resource_name' => ResourceNames::forCampaignCriterion( >

Re: Clearing Bid Modifier in Google ads

2022-04-28 Thread cv
HI ernie, I did same as you suggest with update mask. See this $campaignCriterion = new CampaignCriterion([ 'resource_name' => ResourceNames::forCampaignCriterion( $customerId, $campaignId, 30001 )

RE: How to get asset report with click, cost ... metric

2022-04-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tung, Thank you for posting your concern. Could you confirm if you are encountering the issue with the Responsive search ad? If yes, then I am afraid that only metrics.impressions will be returned for rows that correspond to an RSA even though several metrics in the search query are

Re: How to see my access level in GG Console

2022-04-28 Thread san...@knorex.com
Hi, My customer id: 276-437-7747 and 615-013-4023 (Test MCC) On Friday, 29 April 2022 at 01:02:37 UTC+7 adsapi wrote: > Hi Martin, > > Thank you for reaching out to the Google Ads API support team. > > Could you please provide customer id so that i can further investigate the > issue?

500 ERROR API response with no error message

2022-04-28 Thread Maite Eguren Brown
hi, I'm getting errors when calling the API but it doesn't contain any information other than the type and requestId -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

geographic_view, report with python library

2022-04-28 Thread jubap...@gmail.com
Hello, I am tried to clone date range geographic view report by python But when I want to segments city, county, (province, canton, state) at the same time, It will return an empty file.I can only segment by city and county. Is there a way to query city county sate level at the same time? And

List Accessible Accounts stuck in error loop

2022-04-28 Thread Jack Reidy
Hi team, During a request to CustomerService/ListAccessibleCustomers if the credentials the end user inputs are invalid I see a response error of "invalid_grant" with description "Bad Request". This is expected, however the client never returns and continually reattempts the bad request.

Unable to add budget at account level

2022-04-28 Thread divyakum...@gmail.com
Hi Team, My project is using v10 Google Ads API and I receive an API error while trying to add a budget to a client account. Appreciate your help in this regard, request_id: "WZcUumED0jn6qUfiUzLMMg" Status: Status{code=INVALID_ARGUMENT, description=Request contains an invalid argument.,

CRITERIA PERFORMANCE REPORT

2022-04-28 Thread Shobha Solanki
Hello, With Adwords API we used to fetch using 4 different requests to CRITERIA PERFORMANCE REPORT we used to fetch the following 1. Conversions for *Shopping Adgroup* based on *Conversion Category* for a given *duration* 2. Conversions for Product Targets based on *Account's Conversion

RE: Question related to ConversionActionID of ConversionAction while uploading offline conversions in Google Ads API

2022-04-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi everyone, Jana is correct. The 'conversion_action.resource_name' field has the resource name that is passed to the API. Depending on how the client library sets up the resource name you may only need 'conversion_action.id'. In our C# example the code puts together the customer Id and the

Re: upload assets failed via google ads api

2022-04-28 Thread Keegan Kuhn
It looks like the responses that were coming back "*Image has layout problem*" are now working today (with no changes on my side). So seems google engineers may have just fixed this yesterday. On Thursday, April 28, 2022 at 9:10:03 AM UTC-4 adsapi wrote: > Hi Amanda and Keegan, > > Thanks for

HistoricalMetricsOptions.include_average_cpc (v10.1.0)

2022-04-28 Thread Shelby I
Hello, I want to use a feature from the latest release notes for v10.1.0 - HistoricalMetricsOptions.include_average_cpc - but I don't see that option in the code. [image: include

V10.1 Enum Issue

2022-04-28 Thread 'Kunal Sengupta' via Google Ads API and AdWords API Forum
Hi, There is a change in google ads API response, in fields that used to be Enums and are now integers. For example, campaign.advertising_channel_type.name used to be Enum, and now is an int. This bug is only happening on the new Enums which are Discovery campaigns. Is this some kind of

Re: Change in Google API Response

2022-04-28 Thread 'Prime Molina' via Google Ads API and AdWords API Forum
We're running into a similar issue when calling the getName() for the following object from a campaign resource. campaign.getAdvertisingChannelType().getValueDescriptor().getName() The error we're receiving is "Can't get the descriptor of an unrecognized enum value." - Prime Molina On

Change in Google API Response

2022-04-28 Thread 'Matan Wilchek' via Google Ads API and AdWords API Forum
Hi, I see a big change in google ads API response, in fields that used to be Enums, and suddenly are a simple int. For example, campaign.advertising_channel_type.name used to be Enum, and now is an int, while campaign.advertising_channel_sub_type is still an Enum. Is this some kind of

RE: INVALID_CUSTOMER_ID with migrated Google Ads Api

2022-04-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Gabriel, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client

RE: Retrieving historical CPC values from Google Ads Api

2022-04-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Martino, Thanks for reaching out. I understand that you are finding that setting the year_month_range does have an impact on page bids. Can you please privately provide us with the complete request and response logs so that we can confirm? Thanks, Matt Google Ads API Team Matt Google Ads

RE: upload assets failed via google ads api

2022-04-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amanda and Keegan, Thanks for reaching out to the Google Ads API Forum. I understand that you’re experiencing issues when uploading images via API. However, for our team to take a closer look into the issue, could you please provide complete request and response logs with request ID

Re: Permission Denied

2022-04-28 Thread 'Dmitry Trager' via Google Ads API and AdWords API Forum
Please, confirm that you've received my private response On Wednesday, April 27, 2022 at 10:55:00 PM UTC+4 adsapi wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > To investigate the issue further, could you please provide the complete > request >

OAuth authentication to Google Ads API doesn't work

2022-04-28 Thread Tamas Tyukodi
Dear support team, I am trying to migrate Google Adwords to Google Ads, more exactly, i am interested in Generating Keyword Ideas. For this, i am using the example provided by your team:

Data Difference in Google ADS API Data and Google ADS UI

2022-04-28 Thread 'ATripathi' via Google Ads API and AdWords API Forum
Hi, I am using below query to fetch data for Final URL, but data from API does not match with Google ADS UI data. I am using Final URL report in Google ADS UI to match data with API response. Google Ads Query:- "SELECT landing_page_view.unexpanded_final_url, metrics.impressions, metrics.clicks,

Re: Unable to find a few fields related to Bid Strategy, on the UI

2022-04-28 Thread AMAP TEST
Hi Ernie, Thanks for your quick response. Please let me re-frame my question. I would like to set the Bid Strategy as Clicks and set the value at Ad Group level. Then in the API request, what field should I use? *Case 1:* I create a Campaign from the UI, set the Bid Strategy as Clicks and

Re: Google Ads API - Call Reporting Enabled

2022-04-28 Thread George Lemanis
Hello, Do we have any news/updates regarding this issue? Thanks, George On Thursday, April 14, 2022 at 1:33:00 PM UTC+3 adsapi wrote: > Hi George, > > Thanks for following up. As of now it seems as though this behavior is > expected, but we're continuing to coordinate internally and I hope to

Re: Change status return INTERNAL ERROR

2022-04-28 Thread Ainis Vabolis
Any updates ? On Thursday, April 28, 2022 at 10:19:34 AM UTC+3 Ainis Vabolis wrote: > Hi, > > We were migrating to google ads api and started testing the change status > flow. Google ads api returns internal error everytime. I will also send > logs to googleadsa...@google.com. Could you look

Re: search impression share returns 0 when requested with segment network

2022-04-28 Thread Noémi Molnár
Hi Nadine, Are there any updates on this by any chance ? Thank you in advance, Noemi On Monday, April 11, 2022 at 10:10:09 AM UTC+2 Tiana S. wrote: > Hi Nadine, > > Thanks for the update! Please let me know what they say. > > On Friday, 8 April 2022 at 20:45:27 UTC+2 adsapi wrote: > >> Hello

Not able to upload offline conversions "wbraid"

2022-04-28 Thread Vijaysinh Parmar
Hi, I am using the v10 google ads API version using PHP. I am trying to upload offline conversions using gclid, gbraid , wbraid. GCLID and GBRID are uploading fine but when I use WBRAID it's giving me the below error. *The specified wbraid could not be decoded., at conversions[0].wbraid*

Does it now support the automatic creation of discovery type advertising sequences?

2022-04-28 Thread Kieran Eddy
I see that there are advertisements of discover type in the advertising channel type. Does it support automatic establishment now? If you can establish a reference link, thank you very much!!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

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

2022-04-28 Thread Zweitze
That was also mentioned in the blog on April 26: http://ads-developers.googleblog.com/2022/04/reminder-requests-to-adwords-api-will.html On Thursday, April 28, 2022 at 7:06:34 AM UTC+2 wes...@channable.com wrote: > "the AdWords API will no longer be available April 27, 2022 onwards. On > that

Alignment between API version upgrades and client libraries

2022-04-28 Thread Dorian Kind
Hi, yesterday, version 10.1 of the Ads API was released , adding support for discovery campaigns. While this feature is very helpful, to me it appears that the coordination with the client library owners

Re: Topic Name

2022-04-28 Thread cv
Hi Nirmita, This is solved. But *topic_constant.resource_name *is always give resource name and not Topic name To get the Topic name as return by *Criteria in AWQL *I need to use path

Re: Get All User List IDs Belonging to a Gogole Ads Customer ID

2022-04-28 Thread Shanvesh
hi, I have also tried to make below search request https://googleads.googleapis.com/v10/customers/{customerId}/userLists:Search Method: Post body: { "pageSize": 1, "query": "SELECT user_list.id, user_list.description FROM user_list" } Response: 404 not found Can someone please let me

Change status return INTERNAL ERROR

2022-04-28 Thread Ainis Vabolis
Hi, We were migrating to google ads api and started testing the change status flow. Google ads api returns internal error everytime. I will also send logs to googleadsapi-supp...@google.com. Could you look into it ? Request ids: OsDhi--0DDlENHN32J9rPg bUpxGjTLxEitPs0Zv_tatg

Re: Group_placement_view: items with 0 impressions but non-zero clicks

2022-04-28 Thread Algirdas Jarockis
Up On Wednesday, April 27, 2022 at 11:18:46 AM UTC+3 Algirdas Jarockis wrote: > Hello. > I use this query: > > SELECT customer.id, > metrics.clicks, > metrics.all_conversions_value, > metrics.cost_micros, > metrics.impressions, > metrics.active_view_impressions, >

Re: Clearing Bid Modifier in Google ads

2022-04-28 Thread cv
Hi Ernie, The usual way on how to empty specific field in the Google Ads API is by setting the field that you want to empty in the update mask but not specifying it in the CampaignCriterion . With this, could