Re: Possible bug while mutating Callout extension?

2021-10-28 Thread Algirdas Jarockis
Hey, thanks for the answer. I was testing in sandbox environment and next day this problem disappeared. Don't know what happened I didn't change my code, I assume the problem was in the API backend? On Thursday, October 28, 2021 at 8:36:12 AM UTC+3 adsapi wrote: > Hi Algirdas, > > Thank you fo

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

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shiwei, I'm Kevin from the Google Ads API Team. I'll try my best to assist you. I believe the setting that you are looking for is the ExplorerAutoOptimizerSetting of an AdGroup. The Targeting expansion is now available as optimized targeting. Let me know if you have any additional clarif

Add ads to ad group

2021-10-28 Thread he yiyiang
Hello! Excuse me, only one ad can be added to the standard ad group of the Google search campaign in the publishing interface, but I can add multiple ads to the ad group under this standard search ad campaign in the ad list. Which one is correct? Is this the same for other campaigns? Is it possi

技术求助 ( 获取信息失败,执行的是如下gaql语句: )

2021-10-28 Thread kyoo hk
SELECT asset.id, asset.name, customer.id, metrics.clicks FROM campaign_asset WHERE segments.date = '2021-10-27' LIMIT 10 这个GAQL语句对应的肯定是有数据的,但是执行时取不到数据;希望帮忙看下;是否需要获得其他权限才能使用这个GAQL语句;执行这个GAQL语句的返回值: string(219) "{ "fieldMask": "campaign.id,campaign.name,adGroup.id,adGroup.name,adGroupCriterion.c

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

2021-10-28 Thread kyoo hk
SELECT asset.id, asset.name, customer.id, metrics.clicks FROM campaign_asset WHERE segments.date = '2021-10-27' LIMIT 10 这个GAQL语句对应的肯定是有数据的,但是执行时取不到数据;希望帮忙看下;是否需要获得其他权限才能使用这个GAQL语句;执行这个GAQL语句的返回值: 返回值一直是这个: string(68) "{ "fieldMask": "asset.id,asset.name,customer.id,metrics.clicks" } " -- --

False error for exceeding resource limit while uploading customer asset

2021-10-28 Thread Algirdas Jarockis
Hello. I get this error (error message is formatted by me): Message=[This request would exceed a limit on the number of allowed resources. The details of which type of limit was exceeded will eventually be returned in ErrorDetails.], Code: [{"resourceCountLimitExceededError":"RESOURCE_LIMIT"}],

Re: How to get "Cost within spending limit" and "Budget left" for a campaign?

2021-10-28 Thread 'Haiyang Si' via AdWords API and Google Ads API Forum
BTW: forget to mention I reset the daily budget from 85 to 122 on 2021-10-28 On Thursday, October 28, 2021 at 1:04:26 AM UTC-7 Haiyang Si wrote: > Hi support team, > > As in the image below, I am trying to set the daily budget based on the > *budget > left* and the *day left *dynamical

Re: Page token has expired

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Joey, Thanks for getting back to us. I work with Yasar and I'll be assisting you this time. As per your question on the lifetime of the next_page_token, if you receive a page with 10,000 rows and a page token that expires in 2 hours (or 7,200 seconds), then that leaves you with 0.72 seco

Re: Adding Positive Keywords and Location Names as Campaign Criterion in PHP

2021-10-28 Thread Filip Pećanac
Hi I have managed to fix this, so everything is fine. Thanks for the assistance! Regards, Filip On Thursday, October 28, 2021 at 4:10:32 AM UTC+2 adsapi wrote: > Hello Filip, > > Thanks for getting back to us. > > So our team can take a closer look on the error, can you share to us the > compl

RE: For C# client library how to allow partial failure

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shipra, I'm Kevin from the Google Ads API Team. I'll try my best to assist you. You can refer here for a sample on how to create an Ad Group in C#. You just have to make sure to edit this line in the sample code. If you're still encountering some issues, please provide a sample code snippe

Unselecting all product groups from a partition tree fails.

2021-10-28 Thread Miquel Isern Roca
I'm trying to update the product groups selected in a partition tree in order to remove all product groups from it and be left with the root node alone. I've been able to do this for many partition trees in my test account but it doesn't work when doing it to a partition tree of a customer acco

Unable to Add Logo Image in Responsive Display Ad

2021-10-28 Thread Filip Pećanac
Hi, I am having issues with adding Logo image via PHP library. I manage to add landscape and square image, but for some reason it doesn't work with Logo image. This is a part of my code with logo instructions: $marketingImageAssetResourceName = self::createImageAsset( $googleAdsClient, $custo

RE: Missing clicks in geographic_view

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. Since you’ve noticed a discrepancy, then for us to investigate further discrepancies between the UI and API, could you please provide us with the following details below? For AdWords API report, provide the complete SOAP request and response logs generated o

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-10-28 Thread Estanislao Ledesma
Thank you a lot! El miércoles, 27 de octubre de 2021 a las 18:19:26 UTC-3, adsapi escribió: > Hi Estanislao, > > We are planning to expose additional timestamps that help you resolve the > campaign start and end dates better. I expect this to come in a future API > version, so please watch out

Re: Page token has expired

2021-10-28 Thread Joey Sumi
Thank you for that explanation but that did not quite answer my question. The problem is that I'm getting a page token expired message after paginating more than 2 hours since the initial request, not for each subsequent pagination request itself, which is a problem. *For example:* My first reque

Re: campaign segments by date only

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, That's correct, the customer resource does not have an advertising channel subtype segment. The campaign resource does have this segment, but, as mentioned by Jakeia, this resource will impilicity segment the data, as it is the resource specified in the FROM clause. You can read more ab

Re: "TypeError: Parameter to MergeFrom() must be instance of same class" during campaign mutate

2021-10-28 Thread Bob Rzadzki
Thanks for pointing me in the right direction! On Wednesday, October 27, 2021 at 12:04:52 PM UTC-5 adsapi wrote: > Hi Bob, > > This support chanel handles API communications, for help with the Ads > API Python client library you can go to their issue tracker >

RE: 技术求助 ( 获取信息失败,执行的是如下gaql语句: )

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, Thank you for reaching out to Google Ads API support. This product only officially offers support in English. It would be best to reply in English if you can. If not, we will try to use Google Translate to support you as best as we can. To assist you, could you provide us with logs

RE: 技术求助 ( 获取信息失败,执行的是如下gaql语句: )

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, Thank you for reaching out to Google Ads API support. This product only officially offers support in English. It would be best to reply in English if you can. If not, we will try to use Google Translate to support you as best as we can. To assist you, could you provide us privately

RE: Exclude product from Campaign using Ads API not Adwords Api

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us Could you please confirm if what you meant by “excluding a product from the campaign” is excluding the product from the Shopping campaigns? If so, you may refer to guides and examples of listing groups. Note that the new Google Ads API calls listing groups for

Re: The error code is not in this version

2021-10-28 Thread goingdev
As recommended, I upgraded to V8. Doing so returned a detailed error about BMM keywords being discontinued. So the issue is solved for now. Thank you. On Thursday, October 7, 2021 at 5:16:39 AM UTC-4 adsapi wrote: > Hi Roman, > > > > Thank you for posting your concern. > > > > So that I can c

RE: Add ads to ad group

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out and providing us your concern. Yes, you can add multiple ads to the ad group under search ad campaigns. Also yes, it is possible to add multiple ad groups for each campaign, and to add multiple ads to each ad group. Please refer to this link. Please let us know

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

2021-10-28 Thread Shiwei Zhang
Hi Kevin, thanks for your reply. I noticed this attribute earlier. However, it always returns false for my test ad group even in UI I turn it on. Please refer to my screen shots below for what I see in UI and what I get in API response (also pasted my Query at the end). [image: Capture.PNG] [i

Re: Possible bug while mutating Callout extension?

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Without the request and response logs from each call, we are unable to say what the issue may have been. However, if this issue resurfaces, please let us know and our team can look into it. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2QFgR8:ref --

RE: The totals do not match in the ui and in the API response for the ad reports

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Noémi, Thank you for the logs, you gave me a tough case! I reproduced your discrepancy. The issue is that in the UI, the standard filter filters out all Ad Groups that are removed. When I went into the "Ad Groups" screen and changed the standard filter of Ad Group status of "Enabled, Paused"

Conversion actions unknown error

2021-10-28 Thread David Brilliant
When making a request to create a campaign with a selective optimization conversion action I get an unknown error (below). I'm running V8 of the API, and this code previously work a few weeks ago. Not sure if there was a last minute change that's not reflected in the documentation, but I've tri

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

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, Thank you for reaching out to Google Ads API support. This product only officially offers support in English. It would be best to reply in English if you can. If not, we will try to use Google Translate to support you as best as we can. To assist you, could you provide us privately

RE: False error for exceeding resource limit while uploading customer asset

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Algirdas, Could you privately send us a request and response log of API communication that returns this error? The request and response appears similar to the JSON Mappings in our REST documentation. Our client libraries have loggers with logging instructions, to see these instructions you

RE: How to get "Cost within spending limit" and "Budget left" for a campaign?

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Haiyang, Could you privately send us a request and response log of API communication that would show this issue? The request and response appears similar to the JSON Mappings in our REST documentation. Our client libraries have loggers with logging instructions, to see these instructions yo

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

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Miquel, Are you attempting to remove product groups via the API? If so, could you privately send us a request and response log of communication with the API that gives an error? If you are using the Ads API, the request and response appears similar to the JSON Mappings in our REST document

RE: Unable to Add Logo Image in Responsive Display Ad

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip, Could you privately provide us with logs of request and response to the API so that we can see what is happening? If you are using the Ads API, the request and response appears similar to the JSON Mappings in our REST documentation. Our client libraries have loggers with logging inst

Re: How to get "Cost within spending limit" and "Budget left" for a campaign?

2021-10-28 Thread 'Haiyang Si' via AdWords API and Google Ads API Forum
Hi Aryeh Thanks for response Request: SELECT campaign.id, customer.id, campaign_budget.resource_name, campaign_budget.amount_micros, campaign_budget.total_amount_micros, metrics.cost_micros, campaign.sta

Re: Change Status Service Internal Errors for Certain Date Ranges

2021-10-28 Thread Jonathan Stack
Hello, May I get an update on this please? Also would it be possible to get an ETA so I'm not constantly bugging you. Thank you On Monday, October 11, 2021 at 10:14:29 AM UTC-7 adsapi wrote: > Hello, > > I've bumped up the priority of this investigation internally so I hope to > have some in

Account stats from the API differ from the ones on the GAds UI

2021-10-28 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Hello, I ran this GAQL to get stats for an account for Oct 26th 2021. However, I see different numbers in Google-Ads UI for the same date and account. How come? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=

Re: Page token has expired

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Joey, Thank you for providing further details to your concern. I am also a member of the Google Ads API team and let me provide support to your concern. I would like to inform you first that I am going to delete your current post as it contains your personal information. Moving forward, cou

RE: Conversion actions unknown error

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi David, Thank you for reaching out to our API support team. I had to delete your initial post as it contained your complete logs. Moving forward, before I raise this to the rest of our team and since you mentioned "..this code previously work a few weeks ago", could you provide as well (if a

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

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Shiwei, Thanks for getting back to us. You've mentioned that the said attribute always returns false for your test ad group. According to this guide, Optimized targeting is automatically turned on for all campaigns. Optimized targeting uses targeting signals to find similar criteria to s