Re: test account

2018-12-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Michele, I'm a colleague of Dannison and allow me to assist you. Since you are just using a test account it doesn't serve an actual ads so you could just ignore the canceled warning message that you are seeing in the UI. You cannot add your test manager account to your production MCC

Re: Shared Budgets Not Showing

2018-12-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Samuel, Could you provide the complete SOAP request and response logs as well as your clientCustomerId when retrieving campaign shared budgets through API, so I could further check this?. Please reply via *Reply privately to author* . Regards, Luis AdWords API Team On Friday, December 21,

Re: ALL_TIME Report

2018-12-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Vaghela, The date range type *ALL_TIME* is not supported when using AWQL with reports . If you want to get data for all dates, you can omit the *DURING* clause from your query. You may visit this guide

Re: Estimated time of arrival for Benchmark Price metrics via API?

2018-12-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mariraj, Average Product Price, Benchmark Product Price and Benchmark Product Price Difference are not yet available from the AdWords API. These metrics can only be found in the Google Ads UI currently. Regards, Luis, AdWords API Team On Friday, December 21, 2018 at 2:39:44 AM UTC+8,

Re: Ad Performance Report And AdType

2018-12-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Eric, The ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT means a customer passed an invalid field name for a report type. Could you provide

Re: Failed to upload MoneyWithCurrency data

2018-12-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Feiran, I'm afraid there is no way to update the existing AdCustomizerFeedAttribute via the API as this field is also not mutable via the Google Ads UI. However, you could

ALL_TIME Report

2018-12-20 Thread vaghela chirag
Hello, When I have to get ADGROUP_PERFORMANCE_REPORT in DURING ALL_TIME it takes error "INVALID_DURING_CLAUSE" Help me, please Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Manage ServiceLinks using Google Ads API

2018-12-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Marc, Unfortunately the getSeviceLinks() and mutateServiceLinks() method under the

Re: Error: Developer Token not approved

2018-12-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED error means that you are using an unapproved developer token to make calls against a production account. An unapproved developer

Shared Budgets Not Showing

2018-12-20 Thread sam
Hello, We're running into an issue where shared campaign budgets retrieved through the API aren't showing on the front end of the Google Ads dashboard. It is a test account with 0 campaigns and 0 shared budgets (checked filters as well), yet we are still pulling 23 shared budget objects

Ad Performance Report And AdType

2018-12-20 Thread Eric Foertsch
Hello, I am trying to download some Ad Performance reports from the Google Ads API and I am hitting a strangely formatted error. AdWordsReportsException: One or more AdWords Report download errors have >> occurred. > > >> Customer passed in invalid field name for a report type. (Error: >>

Re: Developer token not approved error when running getcampaigns

2018-12-20 Thread ravneet0828
Hi, I am still facing the issue, I created a production account from where I got the developer token. I am using the developer token against my test manager account. But the error still occurs. Your default encoding, cp1252, is not UTF-8. Please run this script with UTF-8 encoding to avoid

Error: Developer Token not approved

2018-12-20 Thread ravneet0828
I am testing the google ads APIs and even though i have created a test manager account and oauth creds against the account, I keep getting "Developer_Token_not_approver" error. Does this occur to anyone else? or if anyone has any workarounds, please let me know. -- --

Manage ServiceLinks using Google Ads API

2018-12-20 Thread Marc Selman
I'm using the latest Google Ads API v.07. In the CustomerService I'm missing the getServiceLinks() and mutateServiceLinks() methods. Are they planned in a future release or are they already available under a different method? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: ConstantDataService returns more in-market audiences than listed in google's csv

2018-12-20 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sara, We are aware of this issue. The team is working on it. I will keep you posted if I have any new updates. The Food category is available in the Google Ads UI, is also available in the API request. Please find the attachment. Thanks, Milind, AdWords API Team -- --

Re: Assigning an AdCustomizer row to multiple AdGroups

2018-12-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Joe, The CustomerFeed , CampaignFeed , and AdGroupFeed

Re: Clarification on returned date ranges for bid landscapes services.

2018-12-20 Thread petrosdawit96
I'm not sure why its needed for me to provide my soap response logs. I'm just asking if it is expected for the Google Data Service to not always return the same date range. As you can see in the table I posted, I have some bid landscape data for some keywords from 12-04 to 12-10 and for

Get Account Cost via API

2018-12-20 Thread aberaldo
Hello im new in Adwords API. I want to get the cost of all accounts in a period of time. This one [image: 2018-12-20 11_32_02-Window.png] I tried to modify the GetAccountHierarchy.php script but i dont know how to get cost field. I searched in google but with no success. Can someone

ConstantDataService returns more in-market audiences than listed in google's csv

2018-12-20 Thread Sara Bender
Hi Google, I'm getting a list of 816 items from ConstantDataService.getUserInterestCriterion (UserInterestCriterionType. IN_MARKET) But when comparing the results to the list in: https://developers.google.com/adwords/api/docs/appendix/in-market_categories.csv I see there are only 508

Re: Estimated time of arrival for Benchmark Price metrics via API?

2018-12-20 Thread Mariraj Ramasamy
Hey Dannison, I've checked the "Price bench mark" report from Adwords API. But not available this feature. Please advise me. Thanks Raj On Wednesday, December 5, 2018 at 11:40:53 AM UTC+5:30, Dannison Yao (AdWords API Team) wrote: > > Hi Chris, > > Unfortunately we do not have any news yet

Re: Estimated time of arrival for Benchmark Price metrics via API?

2018-12-20 Thread Mariraj Ramasamy
Hi Dannison, This API features added to adwords APi?... Thanks M. On Wednesday, December 5, 2018 at 11:40:53 AM UTC+5:30, Dannison Yao (AdWords API Team) wrote: > > Hi Chris, > > Unfortunately we do not have any news yet on if and when the new price > benchmarks metric fields will be

Re: How to avoid PolicyViolationError beorehand in scripts

2018-12-20 Thread Евгений Гардыш
Thanks for your reply. Already done using setValidateOnly + my own code + try/catch construction to avoid PHPscript stop. The main thing for all who will use $session->setValidateOnly(true); in their working scripts - don`t forget to use $session->setValidateOnly(false); when you need to

Re: Custom Parameters on LocationExtensions

2018-12-20 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Dorian, The OperationAccessDenied.ACTION_NOT_PERMITTED error usually occurs when the action your are performing on an entity is not allowed. Could you please share the entire

Re: How to avoid PolicyViolationError beorehand in scripts

2018-12-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You can set the $session->setValidateOnly(true); This will only validate the keyword. In other words, no objects will be created, but exceptions will still be thrown. You can refer to this sample code

Re: Failed to upload MoneyWithCurrency data

2018-12-20 Thread Feiran Yang
Hi Luis, Thanks for your reply, it works now according to your solution. Also I was wondering if I could change the type of existing AdCustomizerFeedAttribute? I didn't find it in the code sample and I tried to update it the same way I updated FeedItem, unfortunately it didn't work. Regards,

Re: test account

2018-12-20 Thread michele
Ok thanks. I created a new Test Manager account and a new Adwords account, but this last one shows up as "canceled" in the interface and the search box.. What's up with that? Also, there's no buttons whatsoever in the "Account status" section of the Settings area, so re-enabling it doesn't

Re: Assigning an AdCustomizer row to multiple AdGroups

2018-12-20 Thread Joe Stedman
Is this still possible with Ad Customizers? When I try to use a matchingFunction to assign an ad customizer feeditem to a campaign I get an "INVALID_FUNCTION_FOR_FEED_WITH_FIXED_SCHEMA" error. The function I'm using is: "EQUALS(FEED_ITEM_ID,*feed_item_id_goes_here*)" On Thursday, April 27,

Re: Is there a script that can apply labels to ads paused by a script?

2018-12-20 Thread Евгений Гардыш
You need to write metod which add labels to your ads campaigns using AddCampaignLabels class... четверг, 20 декабря 2018 г., 1:05:16 UTC+2 пользователь mpr...@harmelin.com написал: > > Simply put i'm using a script that will pause ads if URLs are pointing to > 404s. However, i need a script

How to avoid PolicyViolationError beorehand in scripts

2018-12-20 Thread Евгений Гардыш
Hi. Sometimes I encountering PolicyViolationError during scripts work. For example: PHP Fatal error: Uncaught Google\AdsApi\AdWords\v201809\cm\ApiException: [ PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ operations[3 ].operand.criterion.text; trigger:'в +капсулах',

Custom Parameters on LocationExtensions

2018-12-20 Thread Dorian Kind
Hi, according to the documentation, all FeedItem objects have a urlCustomParameters field. However, when trying to set a custom parameter on a feed item that has been mapped to a Location Extension