Re: What is the best practice for large batchJobService

2017-06-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Axel, For optimizing your batch operations, you may refer to this section of our best practices guide. Should you require further

Re: INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Nick, As per my discussion with the team, the income targeting (using IncomeOperand as a FunctionArgumentOperand) for the LocationGroups criterion have been updated to "read-only"

Is there any api support for managing objectives?

2017-06-28 Thread developer . djax
Hello, As i want to create a campaign type with Display Network only.I have searched alot but there is no managing objectives API availability for campaign type creation. please anyone clarify me to get rid of this problem! Thanks... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

What is the best practice for large batchJobService

2017-06-28 Thread axel
Hey There, I am creating a BatchjobService to upload about 400K criterion bid change on a very large account. It works very well to do 2K, 5K...20K operations but it has been a a few hours that I am trying to upload the whole operations but it does not seem to go through. This makes me wonder

Re: RequiredError.REQUIRED... What is missing?

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you check the list of uploaded operations to see if the keyword text is provided correctly? Are you using PHP client library perform these operations? If so, you need to set the keyword text as shown below: $keyword->setText($text); Thanks, Shwetha, AdWords API Team. -- --

Re: Adword AWQL report data differs from standalone report feature of adwords

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum we address questions related to AdWords API. I would suggest that you post your questions on the AdWords Scripts forum as they are better equipped to help you out. Regards, Shwetha, AdWords API Team. -- --

Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tushar, Could you provide the complete report definition so I can take a look? Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-28 Thread Nick Harris
Peter - please do let me know what you and the team find. It certainly seems like if a LocationGroups is present in Adwords, we should be able to use the SET operator to bid modify it without running into the INVALID_OPERAND_TYPE error. If this is not the case, why do LocationGroups still even

Re: GoogleMyBusiness MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2017-06-28 Thread fedorinovaaori
I linked my Google My Business account to my AdWords account in accordance with the guidelines (https://developers.google.com/adwords/api/docs/guides/feed-services-locations?hl=en) clientCustomerId 2885933372 I crate new GMB Feed (id 55357587), but still getting an error( The the guidelines

RequiredError.REQUIRED... What is missing?

2017-06-28 Thread sam
I believe this is coming from my addKeyword function: http://www.w3.org/2001/XMLSchema-instance; xsi:type= "RequiredError"> operations[6].operand.criterion.text operations 6 operand criterion text RequiredError.REQUIRED RequiredError REQUIRED Do we know what's causing this? Here's the

operations.operand.criterion.text, RequiredError.REQUIRED

2017-06-28 Thread sam
What is causing this error? Thanks! http://www.w3.org/2001/XMLSchema-instance; xsi:type=" RequiredError"> operations[38].operand.criterion.text operations 38 operand criterion text RequiredError.REQUIRED RequiredError REQUIRED http://www.w3.org/2001/XMLSchema-instance; xsi:type="

Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2017-06-28 Thread Tushar Bhasin
Hello, I get this error: 'dateRange': {'min':'20170625','max':'20170625'} ^ SyntaxError: invalid syntax Can you please explain? On Monday, June 6, 2016 at 4:54:26 PM UTC+2, Umesh Dengale wrote: > > Hello, > > You could use custom date range as -

Adword AWQL report data differs from standalone report feature of adwords

2017-06-28 Thread Andrei Caminschi
Hi, I am generating a report using Adword scrips using this code var report= AdWordsApp.report( "select CampaignName, AdGroupName, CountryCriteriaId, RegionCriteriaId, Year, Month, Clicks, Impressions, Cost, AverageCpc, AveragePosition " + "from GEO_PERFORMANCE_REPORT "

Re: GoogleMyBusiness MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you perform a FeedMappingService.get() request and check if the FeedMapping exists for this feed for placeholderType 7? Could you describe how you linked your Google My Business account to

Re: Remove Shopping adgroup negative keyword

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Yes, it is possible to remove a negative keyword from an AdGroup in a Shopping campaign using AdGroupCriterionService . The RemoveKeyword

Re: Setting a total budget at campaign level

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid its not possible to set the spending limit at the campaign level. You can only set the daily budget at the campaign level. The standard delivery method aims to evenly distribute your budget across the entire day (12 a.m. – 11:59 p.m.). Please see this help center article

Re: INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-28 Thread Nick Harris
Thank you for looking into this. I indeed did use the *SET operator* on an existing LocationGroups within a campaign. I am following the example from https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201705/CampaignManagement/SetBidModifier.php In the same

Re: CANNOT_EXCLUDE_SIMILAR_USER_LIST

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You encountered the CANNOT_EXCLUDE_SIMILAR_USER_LIST error because it is not allowed to exclude a SimilarList. Could you provide an example

GoogleMyBusiness MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2017-06-28 Thread fedorinovaaori
Hi! I create CustomerFeed by gmbFeedId? , get an error . Request: http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201609; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;> ***

Remove Shopping adgroup negative keyword

2017-06-28 Thread Avkeren Cohen
Hi, Is there an option with an API to remove Shopping adgroup negative keyword? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

CANNOT_EXCLUDE_SIMILAR_USER_LIST

2017-06-28 Thread marco_f
Hello, I am trying to exclude Similar UserList at campaign level , through the API without sucess. (CANNOT_EXCLUDE_SIMILAR_USER_LIST) This feature is available in the UI. Do we need to do something particular ? or is it planned to be available through the API in a next release ? Thanks --

Setting a total budget at campaign level

2017-06-28 Thread avellina
Hello, I have some doubts regarding campaign budgets. As far I understand it, the budget `amount` field is actually the daily budget amount for a given campaign (or multiple campaigns, if the budget is shared). It is possible to set a total budget limit for a single campaign, i.e. a limit

Re: INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Nick, As of v201702 of the AdWords API, the IncomeOperand can no longer be used as a FunctionArgumentOperand for LocationGroups. When passed as a new operand via the ADD mutate request to the services such as the

Re: Responsive Ads - Disk space limit per account?

2017-06-28 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Timur, Sorry for the confusion. To paraphrase my sentence, if you don't create more than 300 responsive display ads (gallery ads) and the size of each ad's image doesn't exceed 1 MB (i.e., 2 MB (1 for marketing image and 1 for logo image) x 300 = 600 MB), then you will not face with any

Re: Load an Ad By Id

2017-06-28 Thread dimitri
Thank you so much ! It's working :) Le mardi 27 juin 2017 19:54:16 UTC+2, Shwetha Vastrad (AdWords API Team) a écrit : > > Hi, > > Yes, AdId and Ad are not one of the supported fields for AdGroupAdService > . >

Re: Responsive Ads - Disk space limit per account?

2017-06-28 Thread timur . saglar
Hey Thanet, thanks for your answer. I am not talking about a single image file size. I am talking about a limit on account level e.g. 1 GB images per account / 1.000 images per account something like that. Are there any limitations? Thanks in advance! Best Timur On Wednesday, June 28,

Re: Problem with error PRODUCT_PARTITION_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS

2017-06-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Balthasar, The error you are encountering indicates that you are passing different dimension types in your product partition and its siblings. However, in order to better identify the exact

Re: Invalid grant - cannot access api

2017-06-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The "invalid_grant" error usually indicates that the access or refresh token being passed in your request is incorrect or invalid. Before proceeding further, could you first confirm if you are indeed using a test account