Trouble in Delete user_list

2020-12-11 Thread Vikram Singh
I'm not able to delete a selected userlist, code is as below *var userClient = client.GetService(Services.V3.UserListService);* *UserListOperation operation = new UserListOperation()* *{* *Remove = resource_name,* *

RE: Internal error on Change Events API

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hi Ali, We pushed a fix recently to our servers. Could you try it out and let me know if this solves the error? If not, please send me a fresh log so I can pass it onto the relevant teams. Cheers Anash ref:_00D1U1174p._5004Q27wIkG:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: V6 Reporting Documentation Incorrect

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hi Pete, I've asked the Conversions team to take a look. I'll let you know as I hear from them. Cheers Anash ref:_00D1U1174p._5004Q28lroo:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: Internal error with version 6

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hi Claude, You can share with me your request and response through reply privately so that I can take a closer look. Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q28p8If:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: How to get customer id from credentials

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hi Kamil, Thank you for reaching out. To fetch the user customer id based on their credentials, you could use CustomerService.ListAccessibleCustomers via the Google Ads API to achieve it if the user authenticates with their manager account. However, if this does not work, please try to use

How to exclude BiddableAdGroupCriterion instead of deleting it?

2020-12-11 Thread Yuri Barsuk
I can MANUALLY change product partition from biddable to excluded and opposite, through adwords web interface. Unfortunately I CANNOT figure out how to do so with adwords API. PLEASE HELP My product partition was manually excluded in adwords web interface. Before that it was added with adwords

Re: customerClientLinks:mutate through REST API

2020-12-11 Thread Steve Wilcox
This is precisely the payload I'm trying to use. Groups is telling me I don't have access to reply privately to author, so if you want to email me direclty, I can send you the precise payload I'm using. Thanks! On Thursday, December 10, 2020 at 2:25:01 PM UTC-7 adsapiforumadvisor wrote: > Hi

Matching Shopping Data to the UI

2020-12-11 Thread alexande...@vogliomarketing.com
Hello, I am noticing that the metrics, mainly clicks, conversions, cost, impressions, in my SHOPPING_PERFORMANCE_REPORT and the shopping campaigns from ADGROUP_PERFORMANCE_REPORT, pulled from the API no longer seems to be matching up with what I'm seeing in the Adwords UI when looking at

RE: How to escape single quotes in Google Ads API query language?

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. Can you please modify the query so that outer single quotes are not escaped and retry the call? Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q28otkR:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Smart Campaigns from the ad group ad report

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hi Emily, You can email us directly at googleadsapi-supp...@google.com if you are unable to reply privately. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q25XNQV:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Shopping Campaigns

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. You can use the shopping performance view and segment by product item ID to get metrics at the product level. To determine a campaign's type (e.g. shopping) you can use advertising channel type field in the campaign resource. Regards, Matt Google Ads API Team

Re: How to get association for AdExtension

2020-12-11 Thread Matt
Hi Matt, I have tried to use campaign_extension_setting without luck. See example: SELECT campaign_extension_setting.extension_feed_items, campaign_extension_setting.extension_type, campaign_extension_setting.campaign, campaign_extension_setting.resource_name, campaign.id FROM

Re: Smart Campaigns from the ad group ad report

2020-12-11 Thread Emily
Hi Anthony, Thank you for the response. Unfortunately it looks like I don't have permission to reply to the author. Is there another way I can contact you and share our query information? Thanks, Emily On Friday, December 11, 2020 at 10:29:24 AM UTC-5 adsapiforumadvisor wrote: > Hi Emily, >

Traffic estimator service giving low results.

2020-12-11 Thread Uma Chavan
Hello, We use Traffic estimator service to generate search budget estimate for our clients. https://developers.google.com/adwords/api/docs/reference/v201809/TrafficEstimatorService?csw=1. The clicksperday number is very low since past few weeks. Can you check if there is an issue? I've

RE: How to retrieve campaign bid in query google ads api

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hello, Can you please share your CID through reply privately to author so I can take a closer look? Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q28ov2c:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to get association for AdExtension

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hi Matt, Can you confirm if you were able to implement Nikisha's suggest to use the ad_group_extension_setting and campaign_extension_setting resources? Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5001USwA2s:ref -- --

Re: Smart Campaigns from the ad group ad report

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hi Emily, You should be able to see these ad groups in AdWords API. However, their AdGroupType values will come back as null. Can you share your report queries through reply privately to author so I can take a closer look? Thanks, Anthony Google Ads API Team Anthony Google Ads API Team

Is there a list with all formats requirements?

2020-12-11 Thread 'WiseWizard' via AdWords API and Google Ads API Forum
E.g. headline maximum length (30 characters) or Display URL prohibited characters ({, }, № etc)? Everything like that. Also, can I get numbers and specific characters related to these requirements? Kind of HeadlineMaximumLength.Get (=30) or DisplayURL.ProhibitedCharacters[0] (='№')? Thanks.

Google Ads Api Standard Access Review Period

2020-12-11 Thread Yogun Yoguni
Hello, What is Google Ads Api Standard Access Review Period? Cheers, Michal -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

how to test edge case errors

2020-12-11 Thread Yurii Korotia
Hello I have several edge cases I would like to test semi-automatically.. or even manually 1. AuthorizationErrorReason::CUSTOMER_NOT_ACTIVE 2. RateExceededError 3. DatabaseError how do I test such errors on test account? Maybe there is way to simulate it somehow. regards -- --

Re: Extensions Disaaproval Reasons

2020-12-11 Thread teamvadw...@gmail.com
can i get only disapproval extensions using GAQL? On Thursday, December 10, 2020 at 8:54:01 PM UTC+5:30 adsapiforumadvisor wrote: > Hi Ramanajee, > > Thanks for reaching out. You can use the FeedItemPlaceHolderPolicyInfo >

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2020-12-11 Thread Mat
Hi Ernie, sure - if you provide me an email address to relpy to. Unforunately the "Reply privatley to author"-Button in this conversion is greyed out. Regards Mat adsapiforumadvisor schrieb am Freitag, 11. Dezember 2020 um 11:04:47 UTC+1: > Hi Mat, > > To investigate, could you provide the

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2020-12-11 Thread Jt Jt
ในวันที่ ศ. 11 ธ.ค. 2020 17:04 น. Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> เขียนว่า: > Hi Mat, > > To investigate, could you provide the following details via *Reply > privately to author* option? > >- sample screenshots of the change history logs made by Google Ads >

RE: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hi Mat, To investigate, could you provide the following details via Reply privately to author option? sample screenshots of the change history logs made by Google Ads editor that were not included in the report complete request and response logs with request ID customer ID Regards, Ernie

Re: calculation of (absolute_)top_impression_percentage

2020-12-11 Thread fru...@adzlocal.de
Hi Xiaoming, thanks a lot for your valuable response! Then i think the best i can probably do is to use the values provided by the api/ads ui instead of calculating them on my own. But if anyone knows more about the secret formula :-) , i'd love to learn more about it! Regards Frank

RE: Google Ads API Access to account directly, without MCC and login-customer-id

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for raising your concern. To summarize the authentication on Google Ads API, if the OAuth2 credentials you are using were created by a user which is a user of your MCC/manager account, then you would need to include the MCC's customer ID as the login-customer-id in your

Re: Product diagnostics/Product status

2020-12-11 Thread cv
Hi, I am using shopping_performance_view but in that I cannot see Product Status, Product Price, Link, Google Product Category, Image Link etc.. On Friday, 4 December 2020 at 09:07:03 UTC+5:30

Re: Cannot upload click conversion

2020-12-11 Thread Pascal Landau
I believe the issue arises from using a GCLID that does not belong to the customer id provided. The API seems to resolve internally TO WHICH MCC that glcid belongs to and then matches the conversionActionId against that customer id. That conversionAction we use is actually NOT DEFINED in the

Adding mobile Ids to CrmBasedUserList through APIs isn't reflected into Google Ads site

2020-12-11 Thread sejin jang
Hi there, Below is an implemented Python code to upload Mobile Device Ids through API for remarketing. But, customer List Id(*6534339977*) shows its size shows still 0 even though the number of uploaded mobile device Ids is much more than 1,000. Would there be anyone who can help? *