Budget error | NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2016-10-31 Thread siddharth . mehta
Hey, While creating budget on adwords, I'm getting the following error. {\"fieldPath\":\"operations[18].operand.amount\",\"trigger\":\"\",\"errorString\":\"BudgetError.NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT\",\"apiErrorType\":\"BudgetError\",\"reason\":{\"value\":\"NON_MULTIPLE_OF_MINIMUM_CURRENC

Re: Is Campaign Group exposed through the API?

2016-10-31 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Margaret, Campaign Groups are currently unavailable in AdWords API. Although we cannot say when they will be implemented, you can keep an eye on our blog for any updates. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~

Is Campaign Group exposed through the API?

2016-10-31 Thread 'Margaret Trinh' via AdWords API Forum
Hi there, With Google's recent announcement of Campaign Groups , has anyone found documentation where Campaign Group Name or Campaign Group ID is exposed through AdWords API? If not, is there a date that this will be availa

Re: PHP Download report to array

2016-10-31 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, our PHP client library (master branch) does not support reading the report data as a stream/string. You will have to download the report file and read it manually in your code. The experimental branch

Re: Get accounts with no conversions or calls since 30 days ago

2016-10-31 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, I would recommend using the Campaign Performance Report and filtering on the Conversions field (along with the AdvertisingChannelSubType field in case you are trying to filter Express campaigns u

Re: PHP Get active campaigns with less than 100 remarketing users

2016-10-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, For a CrmBasedEmailList , the user list size will show as zero until the list has at least 1,000 members. You could use AdwordsUserListService

Re: AdWords API v201509 sunset

2016-10-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, AdWords API version v201509 was sunset on June 21, 2016. I recommend that you migrate to one of the available API versions as soon as possible. The breaking changes introduced in each version are summarized in the respective mig

Re: gender/age segmentation in ad level

2016-10-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use the Gender Performance Report and Age Range Performance Report to get statistics aggregat

Re: Differentiate Interest from UserList

2016-10-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Victor, You could use Criteria Performance Report which contains the CriteriaType field to differentiate Interest from UserList. Audiences of type UserInterest do not have a UserListNa

Re: Unclear error message

2016-10-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, If you include fields that are available in a report, but not compatible with each other, the error response indicates that this combination of fields cannot be used. If you include fields which aren't available in a report, you'll encounter an INVALID_FIELD_NAME_FOR_REPORT error without t

Re: When does last month's search volume data become available through the TargetingIdeaService?

2016-10-31 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sha, Keyword Planner (AdWords web interface) or TargetingIdeaService (AdWords API) provide not the actual monthly stats but a trend line data of the average monthly fi

PHP Get active campaigns with less than 100 remarketing users

2016-10-31 Thread Marketing Xilon
Hello, Using PHP, how can I get the list of et active campaigns with less than 100 remarketing users? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Translations of Verticals?

2016-10-31 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Alexander, Unfortunately, I don't have a great solution at the moment beyond using a translation tool such as Google Translate to produce the language-specific descriptions. You may want to reach out to the compliance team to have them clar

Re: Stalling batch jobs may be back?

2016-10-31 Thread Adrian Ghizaru
Hi Mike! Thank you so much for looking into it! Unfortunately, we're unable to start any new jobs due to DISK_QUOTA_EXCEEDED errors. It doesn't seem like we can do anything about it on our end, whenever I try to cancel one of those jobs it stays stuck in a CANCELING state. Would you be able to

Get accounts with no conversions or calls since 30 days ago

2016-10-31 Thread Marketing Xilon
Using PHP SDK, I need to do the following: - Get the list of accounts with active campaigns with no conversions or calls since 30 days ago Our campaigns are created on Express. How can I do that? Should I use ReportDefinitionService? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Search-query and item level report for Shopping Campaign

2016-10-31 Thread kresimir . slugan
Hi Peter, Thanks for clarifying that. Best, Kresimir On Thursday, 27 October 2016 05:29:12 UTC+2, Peter Oliquino wrote: > > Hi Kresimir, > > My apologies for not being clear in my previous response, however, > relating Shopping Performance statistics to the Search Query Performance > report a

Get account list with no conversions or calls since last 30 days

2016-10-31 Thread Marketing Xilon
Hi, I'm trying to figure out how to get the following done via PHP: - Get the list of accounts with active campaigns that get no conversions or calls during 30 days. The campaigns are created on Adwords Express. I am quite confused about how to make it. I don't see conversions on the type

PHP Download report to array

2016-10-31 Thread Marketing Xilon
Hi, I'm wondering how to download report to array instead of file or string. I'm using PHP. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~

When does last month's search volume data become available through the TargetingIdeaService?

2016-10-31 Thread Sha Liu
I searched the forum and found two old answers. One says about a week after end of the previous month, and another one says around 25th of the current month. However both posts are quite old (2013 and before). What's the latest update schedule for this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

AdWords API v201509 sunset

2016-10-31 Thread adcomsw
Hi there, I built a function which check if my AdwordsMCC is valid , here is my function : public string IsAdwordsMCCValid(string mcc) { bool isAuthenticated = CheckAdwordsAuthentication(); if (!isAuthenticated) { return AdwordsError

gender/age segmentation in ad level

2016-10-31 Thread imanuel
Hi I'm running a video ad on youtube and want to see my ad performance breakdown by gender and age group this is available in the UI but I can't find a way to do it in the reports the gender and age group data are only available at ad group level -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Stalling batch jobs may be back?

2016-10-31 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, These jobs actually ran into a very rare issue that caused the stall. My suggestion is to retry these specific operations, and it will likely not recur. You may be able to reduce the likeliness even more by splitting the job into a few smaller batches. Engineering is planning a fix for

Re: Differentiate Interest from UserList

2016-10-31 Thread Victor
Well, if criteria contains "boomuserlist" -> user List if criteria contains "uservertical" -> user Interest. But is there a better way? I mean any report column? Thanks El lunes, 31 de octubre de 2016, 10:19:05 (UTC+1), Victor escribió: > > Hello, > > How can I differentiate Interest from UserLi

Differentiate Interest from UserList

2016-10-31 Thread Victor
Hello, How can I differentiate Interest from UserList in the Audience Performance Report ? I need to differentiate them because I want to change status or update CPC of a specific criterion. I can se

Unclear error message

2016-10-31 Thread dima
Hi, By mistake I've requested SearchImpressionShare (just two fields are enough - Id, SearchImpressionShare) in AD_PERFORMANCE_REPORT, which is not supported. The problem is that there is a bug in the error message, it doesn't display the problematic fields, while it works OK with other field