Re: Can't target or excludable Adgroup parent criterion

2020-06-24 Thread Viettel Ads
Dear Team, I use Parent criterion in AdGroupCriterionService. According to the API document: https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService.Parent "A criterion of this type can only be created using an ID. A criterion of this type can be either

GoogleAdsServiceClient not working (Java)

2020-06-24 Thread 'Amber Xie' via AdWords API and Google Ads API Forum
Hi, I'm trying to create a Java servlet (with Maven framework). I've been looking at the GetCampaigns starter code , but I keep getting an error at the line GoogleAdsServiceClient googleAdsServiceClient =

Re: User List maintenance using Google Ads API

2020-06-24 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, I have successfully added customers to the customer list (audience) however I am not able to see any match rate percentage populated when I manually check on my google ads manager portal(under Audience list) It is bit different as uploading the customer list manually gives me the

Google Ads API Smart Campaigns

2020-06-24 Thread 'Dale McGeorge' via AdWords API and Google Ads API Forum
Is there a way to fetch spend data, or any other metric for that matter, for Smart Campaigns? Our budget tracking is not matching the Ads UI which is causing confusion. Our App: https://jepto.link/Ej5mQS Ads UI: https://jepto.link/8ZFccZ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Segment by week & Currency Code Enum

2020-06-24 Thread Dave Davis
Hi folks, I'm pretty new but I couldn't find any answers on these. I'm using the Google Ads API and am struggling with some quite basic issues. I have no experience with the older AdWords API 1) I'm trying to get campaign data, segmented *by week.* I can pull it for the week itself easy enough

Re: AdWords API Bug? Double quotes not escaped any more in PRODUCT_PARTITION_REPORT.ProductGroup

2020-06-24 Thread Manuel Rodriguez Guimérans
Hi Mitchell, thanks for your quick reply. However, I don't think this is related to any particular client library, as we haven't changed library version around that time or made any other changes in the affected services on our end. In order to verify that assumption, I've just tried fetching

Controlling campaigns via API when Another account manages the client

2020-06-24 Thread Laurie McIntosh
Hi all, I am currently able to control campaigns via API for clients my account is managing. This sort of idea: campaign_service = client.GetService("CampaignService", version="v201809") client.client_customer_id = xxx # Construct operations and update campaign. operations = [ {"operator":

Re: Questions on Performance Reports

2020-06-24 Thread Digital Ascent
Hi Anthony, Thanks! Please find my response. 1. Regarding "ad_group_criterion" resource, i am good as it is kind of duplicate of Keyword Performance Report. 2. Yes, I have used "*Interactive Google Ads Query Builder*

Re: Setting up Google ADS API for the offline conversion upload service

2020-06-24 Thread Reketec
Hi Xiaoming, Thank you very much for clarifying my questions. Now my developer gives me the following error: partial_failure_error { > code: 3 > message: "The string date time\'s format should be -mm-dd > hh:mm:ss+|-hh:m., at conversions[0].conversion_date_time" > details { >

RE: CriterionUserInterest responds UNEXPECTED_INTERNAL_API_ERROR

2020-06-24 Thread Google Ads API Forum Advisor Prod
Hi Guru, Thank you for reaching out. InternalApiError.UNEXPECTED_INTERNAL_API_ERROR occurs if there is a temporary issue on the server. Please try it again and and if the issue persists, could you please share the complete request and response logs along with the source code used via the Reply

RE: Can't target or excludable Adgroup parent criterion

2020-06-24 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. Please note that a criterion of type Parent is only excludable. In order for me to better investigate what is causing this error, can you please provide the complete detailed logs of the request and response? Please ensure you "Reply privately to author" when

RE: Setting up Google ADS API for the offline conversion upload service

2020-06-24 Thread Google Ads API Forum Advisor Prod
Hi Pablo, Thank you for reaching out. You could upload the Conversion in your client account given the fact that you use things from different accounts. You could refer to the cross-account conversion tracking for more information. It’s not necessary for you to upload the conversion in a

RE: Does Google AdWords API support batch upload when uploading Audiences(Customer Match)?

2020-06-24 Thread Google Ads API Forum Advisor Prod
Hi Valarmathi, The operations that are supported by batch processing in AdWords API are listed in this documentation. UserListService is not listed under the supported operations, so it is not possible in AdWords API and we will not be adding this feature in the future. Our top priority right

RE: "HTML5 Ad" has no AdType in the report and is not returned by AdgroupAdService

2020-06-24 Thread Google Ads API Forum Advisor Prod
Hi Konstantin, These ads are a new ad type that are only available in AdWords API through reporting. You won't be able to create or mutate these ads using AdWords API. This ad is available through Google Ads API as a DisplayUploadAd. Regards, Anthony Google Ads API Team

AdWords API Bug? Double quotes not escaped any more in PRODUCT_PARTITION_REPORT.ProductGroup

2020-06-24 Thread Manuel Rodriguez Guimérans
Hello, up until a few days ago (around 2020-06-15, from what I can tell) the PRODUCT_PARTITION_REPORT.ProductGroup values returned by the AdWords API had double quotes properly escaped,

Re: Custom data feed item performance report

2020-06-24 Thread Google Ads API Forum Advisor Prod
Hello, We aren't planning on adding enhancements to the AdWords API. Our top priority right now is to get the new Google Ads API ready for general availability. You will be able to get reporting for Dynamic Remarketing in Google Ads API. You can find more details here. Regards, Anthony Google

RE: Reach the accounts limit under my MCC

2020-06-24 Thread Google Ads API Forum Advisor Prod
Hi Maxime, Thank you for reaching out to us. I see that you have issues with hitting your manager account limits and was wondering if there are any best practices that we recommend. According to this document, if you happen to hit your limit on the amount of accounts your MCC can manage, we

Re: Questions on Performance Reports

2020-06-24 Thread Google Ads API Forum Advisor Prod
Hi KB, When using keyword_view, you can select fields from the ad_group_criterion resource. I did not see any issues with your queries. For your following queries and the keyword_view report, you can use the Interactive Google Ads Query Builder to see if your queries are valid. Regards,

"HTML5 Ad" has no AdType in the report and is not returned by AdgroupAdService

2020-06-24 Thread Konstantin Tarassow
Hello, one of our customers has some peculiar Ads in their account. Example: campaignId: 317716007 AdgroupId: 72472174998 AdId: 433377016075 They are called "HTML5 Ads" in the UI, when we try to request them from AdgroupAdService they basically do not exist there and when we request an

CriterionUserInterest responds UNEXPECTED_INTERNAL_API_ERROR

2020-06-24 Thread Gurudutt Verma
Hi, I am getting error : InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] Any clue, why am I getting this error ? I am trying to add Audiences criterian for User Interests with following operation : {

Re: Setting up Google ADS API for the offline conversion upload service

2020-06-24 Thread Reketec
Ok I think I see the problem: First we were using as a conversion_action_id "Transferencia bancaria" this is like that because when Google helped me setting up the conversion action, they told me to set it up as a click conversion, not purchase, thereforo we didn´t see the

Re: Setting up Google ADS API for the offline conversion upload service

2020-06-24 Thread Reketec
We are almost there: We still don´t have the conversions after waiting several days and I think the problem is conversion_action_id. Our developper use the name which is "Transferencia bancaria" but I see that an INT64 is expected (

Can't target or excludable Adgroup parent criterion

2020-06-24 Thread Viettel Ads
Hi Google Term, I can't use the adwords api to target or exclude adgroup parental This is my current status: [image: Capture12333.PNG] If I use NegativeAdGroupCriterion to set exclude NotParent or exclude Unknow or BiddableAdGroupCriterion to set include is parent status, it's always throw

Re: UAC Campaign create ad failed with error: The error code is not in this version.

2020-06-24 Thread jin gang
Bug fixed, the image size is over 150kb, so I have to resize it smaller than 150kb, for now everything works well. Thank~ On Tuesday, June 23, 2020 at 5:19:34 PM UTC+8, jin gang wrote: > > Hi, > > I create uac campaigns using google ads api v2. I found that some of > assets may cause the

Re: CrmBasedUserList - clear a list (full cleaning)

2020-06-24 Thread cv
Thanks Mitchell, Got the point. I need to also set $mutateMembersOperation->setOperator(Operator::REMOVE); Thanks, On Tuesday, 23 June 2020 19:22:05 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Yes, they are different things. The removeAll >