Filtering on Label Status

2020-12-04 Thread Kevin
Hi, I'm having trouble with a previously working Label query. The query looks like this: *Query:* SELECT label.id, label.status, etc. FROM label WHERE label.status NOT IN ('UNKNOWN', 'REMOVED') Previously, I would get the label results as expected, but now I am getting an error: *Error

Re: AdWords Native Lookback Window

2020-12-04 Thread Google Ads API Forum Advisor Prod
Hi Carlie, Thank you for reaching out. As the issue you have encountered is related to the Google Ads UI, please reach out to the Google Ads Product Team via their email alias ads-supp...@google.com for further assistance. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads

RE: Campaign BidModifiers

2020-12-04 Thread Google Ads API Forum Advisor Prod
Hello, As mentioned in this page, it is not possible to negatively target platforms at the campaign level since they are targeted by default. If you would like to exclude targeting platforms, you have to set their bid_modifier to 0. Regards, Anthony Google Ads API Team Anthony Google Ads API

RE: Have an issue while creating an UniversalAppCampaign

2020-12-04 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. Please see this blog post regarding a change to universal app campaigns. As mentioned, UniversalAppCampaignSetting has been replaced with UniversalAppCampaignInfo. Making this change should resolve the error. Regards, Matt Google Ads API Team Matt Google

Re: Test Accounts Cancelled

2020-12-04 Thread Google Ads API Forum Advisor Prod
Hi Dorian, If you are sending the request and response logs, please use the Reply privately to author option. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q28lLgW:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Test Accounts Cancelled

2020-12-04 Thread Google Ads API Forum Advisor Prod
Hi Dorian, Thank you for reaching out. AuthorizationError.CUSTOMER_NOT_ACTIVE indicates that the access is denied since the customer is not active. You would have to reactivate it by following the instructions in this article and then make the API call again. If you do have any other concerns,

RE: getConversions() returns incorrect values

2020-12-04 Thread Google Ads API Forum Advisor Prod
Hi Irene, It appears that the issue you are facing is Google Ads Scripts related. You will need to reach out to their team on their forum since we specialize in Google Ads API related issues. Regards, Anthony Google Ads API Team Anthony Madrigal Google Ads API Team

RE: Create new Negative Keywords

2020-12-04 Thread Google Ads API Forum Advisor Prod
Hi Pablo, You will need to use the CampaignCriterionService since negative keywords can only be created from the campaign level. The CampaignCriterion will have the field negative set to true. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q28mpTT:ref

Adwords API issue with the library

2020-12-04 Thread sanketta...@gmail.com
Hi, I have been getting this error for an account that we recently received access to. We have other accounts along with this for which we pull data using the same script but we are receiving this error for only this particular account. We are not able to understand the problem here. If the

RE: API couold send appeal as UI "appeal" button

2020-12-04 Thread Google Ads API Forum Advisor Prod
Hello, The API does not support the appeal button found in the UI, at the moment. For any relevant updates, please check our blog. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q28mnXT:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

RE: Report Script does not retrieve data for paused campaigns

2020-12-04 Thread Google Ads API Forum Advisor Prod
Hi Julia, Since your issue deals with Google Ads Scripts, you will need to post your concern on their forum so that they can assist your with this. Please feel free to reach out with any Google Ads API related issues. Regards, Anthony Google Ads API Team Anthony Google Ads API Team

Re: Unable to change a single campaign to Maximize Conversions

2020-12-04 Thread cbeau...@acquisio.com
Alex, its not solved yet, I even sent a trace of what's happening and got no answer from there, its kind of weird because we are encouraged to use smart bidding for campaigns and the smart bidding dont work in new apis (v1 - 6) yet. Regards, Claude On Thursday, December 3, 2020 at 6:16:21 AM

AddCampaignBidModifier example. ApiException: Request contains an invalid argument

2020-12-04 Thread Андрей Ласевичев
trying to repeat the example from github https://github.com/googleads/google-ads-php/blob/master/examples/CampaignManagement/AddCampaignBidModifier.php $campaignBidModifier = new CampaignBidModifier([ 'campaign' => ResourceNames::forCampaign($customer_id, $campaign_id) , 'bid_modifier' =>

Re: Campaign Metrics

2020-12-04 Thread cv
Hello Peter, Also Average Target CPA and Average Target ROAS also not able to map. On Friday, 4 December 2020 at 12:35:47 UTC+5:30 cv wrote: > Hello Peter, > > I have mapped most of the fields but I cannot able to get those mentioned > here. > > Invalid Interactions > Invalid Interaction

Report Script does not retrieve data for paused campaigns

2020-12-04 Thread Julia Bast
Hi, I am running the report script through google ads script and if I retrieve data for the past month, I don't get any values for campaigns that have the status "paused". However, in the ads interface campaign report, values are shown even for paused campaigns. Anyone an idea why this

Custom metrics added and Invalid Interactions and Invalid Interaction Rate not available through API

2020-12-04 Thread cv
Hi, Invalid Interactions Invalid Interaction Rate Non-viewable impr. Non-measurable impr. How I can get custom metrics defined by used in the API? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Unable to get data partitioned by Date and Device for some accounts

2020-12-04 Thread Gustavo Buosi De Almeida Hernandes
Hi Peter, thanks for reaching out. Unfortunately, when I try to hit the *Reply privately to author* option it says that I do not have permissions to do so. Any reason for this to be happening? May I send to you via another e-mail? Thank you very much. Em sexta-feira, 4 de dezembro de 2020 às

Re: MutateOperation doesn't allow update final_urls

2020-12-04 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Hi, I'm using google-ads 8.0.0(https://github.com/googleads/google-ads-python/) The issue I'm facing is I cannot update Final URLs when using GoogleAdsService.Mutate because it is returning this error:

RE: MutateOperation doesn't allow update final_urls

2020-12-04 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. Could you confirm what service you are using on updating the URL of ads? I would suggest the AdService.MutateAds, however, we currently don't have a sample implementation of this service. Also, you may note that partial failures is not supported in the

RE: looking for an API which is getting playstore application information(appId especially)

2020-12-04 Thread Google Ads API Forum Advisor Prod
Hi Mikel, Thank you for reaching out. Unfortunately, there is currently no API documentation containing all the available App ID information. You will need to identify this externally and should follow the format as stated here. Best regards, Peter Laurence Napa Oliquino Google Ads API Team

Re: Differences between PRODUCT_PATRITION Report and AD_PERFORMANCE_REPORT

2020-12-04 Thread 'Bernhard from diva-e/intelliAd' via AdWords API and Google Ads API Forum
Hi Ernie John Blanca Tacata, thanks for your suggestions. I tried all of them without success. I'm only downloading the statistics for 1 campaign/1 adgroup for a Smart Shopping Campaign. When looking at the resulting file, - AdNetworkType1 is always "Cross-network" - AdNetworkType2 is

Adding dynamic ad targets using API calls (Google ads API)

2020-12-04 Thread Olivier van Houdt
Hi! I am trying to automate the process of setting up campaigns, ad groups, ads and keywords. I have almost succeeded, but 1 part is missing. When I log into the account, I get a message stating the following: "1 ad group missing dynamic ad targets" So I went looking for a way to add dynamic