How to get average position of keyword report

2014-12-22 Thread Ben
I tried AveragePosition as the field name and it didn't work. Couldn't find anything in the doc. *Best regards,* *Ben * -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelop

adgroup mobile bid modifier opt back in

2014-12-22 Thread marc
When running a script to set mobile bid adjust values I'll set the value to 0 for some cases during one execution to "opt out" of mobile. Later when I run the mutate script again and an attempt is made to change a 0 value to a positive value I get the following error: CriterionError.CANNOT_BID_

Re: Operation limit for adgroupcriterions on shopping adgroups

2014-12-22 Thread Josh Radcliff (AdWords API Team)
Hi, A given *AdGroupCriterionService.mutate* request can modify at most 2 shopping ad groups. See the *Ad groups* section of the Limits guide . Also, when breaking up operations into batches, you'll want to make sure that

Operation limit for adgroupcriterions on shopping adgroups

2014-12-22 Thread Bas Hilbers
After reading that the mutatejobservice is not available for shopping (see links below) https://www.google.nl/?gws_rd=cr&ei=ryyYVPC2Bc7HPeiCgUg#q=CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE https://developers.google.com/adwords/api/docs/guides/shopping I instantiated the AdGroupCriterionSe

Re: Video Campaigns does not appar on CAMPAIGN_PERFORMANCE_REPORT

2014-12-22 Thread Shah-nawaj Shuhan
Hello, Thank you for your response, I there a way to get amount spent in the mcc user interface report? I mean the total spent for an account? Thanks On Monday, 22 December 2014 19:20:32 UTC+6, Danial Klimkin wrote: > > Hello, > > > Video campaigns are not supported in the API and are not retur

Re: AdWords Scope?

2014-12-22 Thread Richard Moran
Aha! That looks like a winner to me. Thanks a lot Josh. On Monday, 22 December 2014 14:40:07 UTC, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > On all services except CustomerService > , > > you must specif

Re: Upgraded location extensions

2014-12-22 Thread Josh Radcliff (AdWords API Team)
Hi David, Sorry, that code example was renamed in a recent release. Please use the following link instead. https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201409/advancedoperations/AddGoogleMyBusinessLocationExtensions.java Cheers, J

Re: AdWords Scope?

2014-12-22 Thread Josh Radcliff (AdWords API Team)
Hi, On all services except CustomerService , you must specify which account you want each API request to act upon by setting the clientCustomerId

Re: Upgraded location extensions

2014-12-22 Thread David B.
Hi Josh, Is there any way to get the code example you're linking to ? Seems that the code example was removed from the last releases. Cheers, David Le mardi 14 octobre 2014 21:10:58 UTC+2, Josh Radcliff (AdWords API Team) a écrit : > > Hi GDZ, > > To prevent location extensions from showing o

Re: Upgraded location extensions

2014-12-22 Thread David B.
Hi Josh, Is there any way to get the code example you're linking to ? Seems that the code example was removed from the last releases. Cheers, David Le mardi 14 octobre 2014 21:10:58 UTC+2, Josh Radcliff (AdWords API Team) a écrit : > > Hi GDZ, > > To prevent location extensions from showing o

Re: AdWords Scope?

2014-12-22 Thread Richard Moran
Brilliant, I've managed to get all that working so far. The problem I'm having now though comes when the logged-in user is an MCC user. In that instance, the customer I want to add the campaign to is not their MCC customer, it's one of their "account" customers. How do I get a list of all their

Re: Change Max cpc of a Placement - Managed campaign or Automatic Campaign

2014-12-22 Thread Danial Klimkin
Hello Vandita, Please see this example for adding non-keyword criteria (e.g. placements): https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201409/Targeting/AddCampaignTargetingCriteria.cs -Danial, AdWords API Team. On Saturday, December 20, 2014 1:18

Re: How to get a whole list of client_customer_ids with MCC accounts using Ruby

2014-12-22 Thread Danial Klimkin
Hello Ben, Looks like this example was not updated. ClientCustomerId is a required field now. You can resolve the issue by changing line graph = adwords.use_mcc() {managed_customer_srv.get(selector)} to graph = managed_customer_srv.get(selector) Also, would you mind logging a bug on the tra

Re: Is it possible to extract user data who came from google ad?

2014-12-22 Thread Danial Klimkin
Hello Surayyo, I am not sure what data you are looking for, but generally, it's "no". -Danial, AdWords API Team. On Monday, December 22, 2014 10:47:38 AM UTC+3, Surayyo Karimova wrote: > > Hi, > I'm using google ad and I want to get user data who came from the ad. > > > Best Regards! > --

Re: OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN

2014-12-22 Thread Danial Klimkin
Hello Abhinash, Please make sure the clientCustomerId you are setting is not for an MCC account. You can't create campaigns on the MCC level. -Danial, AdWords API Team. On Monday, December 22, 2014 12:52:39 PM UTC+3, Abhinash Dora wrote: > > > Hi Josh, > > I have tried without setting *opera

Re: parse_ini_file(GOOGLE): failed to open stream: No such file or directory Filename: Lib/AdsUser.php Line Number: 198

2014-12-22 Thread Danial Klimkin
Hello, >From the error is looks like the file doesn't exist. Please make sure the path is correct and the ini file is present there. -Danial, AdWords API Team. On Sunday, December 21, 2014 2:15:52 PM UTC+3, ML wrote: > > While upgrading to the newest version 201409 (from the older 201309)

Re: EntityNotFound.INVALID_ID @ operations[0].operand.budget.budgetId

2014-12-22 Thread Danial Klimkin
Hello Autociudad, You need to create a new budget with the BudgetService first (or use an existing one). -Danial, AdWords API Team. On Saturday, December 20, 2014 5:56:41 PM UTC+3, Autociudad Adword wrote: > > H

Re: Video Campaigns does not appar on CAMPAIGN_PERFORMANCE_REPORT

2014-12-22 Thread Danial Klimkin
Hello, Video campaigns are not supported in the API and are not returned in the reporting unfortunately. This is no timeline for adding them at the moment. -Danial, AdWords API Team. On Saturday, December 20, 2014 1:30:19 AM UTC+3, Shah-nawaj Shuhan wrote: > > I am using following endpoint

parse_ini_file(GOOGLE): failed to open stream: No such file or directory Filename: Lib/AdsUser.php Line Number: 198

2014-12-22 Thread ML
While upgrading to the newest version 201409 (from the older 201309) i recieved some problems. Any suggestion on what could be the problem with the parsing of the ini-file? *--* *parse_ini_file(GOOGLE): failed to open stream: No such file or directory* *Filename: Lib/AdsUser.php* *Line Numbe

Re: Targeting idea for RelatedToUrlSearchParameter returns the same keywords for different pages on a domain

2014-12-22 Thread Evgeni
Hi, I'm facing the same issue with v201409 version. Am I missing something or it wasn't changed yet? Thanks in advance! On Tuesday, October 8, 2013 5:15:03 PM UTC+3, Danial Klimkin wrote: > > Hello KG, > > > Yes, this is the expected behavior. I've logged Display Planner support as > a feature

Is it possible to extract user data who came from google ad?

2014-12-22 Thread Surayyo Karimova
Hi, I'm using google ad and I want to get user data who came from the ad. Best Regards! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~

Re: OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN

2014-12-22 Thread Abhinash Dora
Hi Josh, I have tried without setting *operation.OperationType, *but still getting the same error. My Code is: CampaignService campaignService = (CampaignService)user.GetService(AdWordsService.v201409.CampaignService); campaignService.RequestHeader.clientCustomerId = ConfigurationManager.App

How to get a whole list of client_customer_ids with MCC accounts using Ruby

2014-12-22 Thread Ben Zhang
We are using API to download ad performance reports for all our customers. The hierarchy is this: One top level account has many MMC accounts, each of which has many customer accounts. So I have a client_id for the top level account, an client_id each for each MMC and many client_customer_ids,

EntityNotFound.INVALID_ID @ operations[0].operand.budget.budgetId

2014-12-22 Thread Autociudad Adword
Hello, I am trying to create a new campaign using the google examples code and I get this error "EntityNotFound.INVALID_ID @ operations[0].operand.budget.budgetId" I am using the Google v201409.BasicOperations.AddCampaigns.cs code. Why did not insert the new badget? and how can I see my budget