Re: UNEXPECTED_INTERNAL_API_ERROR

2014-10-14 Thread Mariusz
Hi there, I see this error several times a week. It is a transient error and you should retry the operation after small wait. On Monday, 13 October 2014 19:49:17 UTC+1, rohit wrote: Hi, Seeing this error while setting ad group name. ?xml version=1.0 encoding=utf-8? env:Envelope

Having trouble creating a new campaign with biddingStrategyType BUDGET_OPTIMIZER

2014-10-14 Thread Alan Coleman
Hello everyone, I have a campaign that I'd like to duplicate with the following BiddingStrategyConfiguration object *object*(*BiddingStrategyConfiguration*)[*52*] *public* 'biddingStrategyId' = null *public* 'biddingStrategyName' = null *public* 'biddingStrategyType' =

Google Adword Oauth Error: Failed to refresh access token.

2014-10-14 Thread Mahesh Kafaltiya
Hi, I am getting following error ,while refreshing my OAUTH access token for each google adwords sub clients. I have started getting them very frequently now. Please suggest if I am doing anything wrong? ApiVersion: v201406 (lib18.3)

Invalid field name for report 'MaxCpc' while using the api v201409

2014-10-14 Thread henrik . niklaus
Hi, after upgrading the google adWords api version from v201406 to 09, requesting a report with the fieldname 'MaxCpc' results in an error stating 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT'. I am using the google ads java client (https://github.com/googleads/googleads-java-lib)

Re: How to use adwords API to create mobile app installs campaign ?

2014-10-14 Thread Jelly Hu
Hi, Maybe I find some mistake in the document https://developers.google.com/adwords/api/docs/appendix/templateads template ID 353 https://lh6.googleusercontent.com/-VGIdHeg-yNw/VD0gNYSDBwI/ABQ/8-ogpyJPCOQ/s1600/QQ%E5%9B%BE%E7%89%8720141014210747.jpg Maybe 1 is for Google Play

Re: Concurrent Modification on Ad Group Error.

2014-10-14 Thread Anash P. Oommen (AdWords API Team)
Hi Brett, You need to catch and retry the error after say, 30 seconds. Or, synchronize your API calls such that no two threads update the same adgroup at the same time. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, October 13, 2014 3:20:45 PM UTC-4, Brett Koenig wrote: Hey,

Re: Applying labels on adgroup

2014-10-14 Thread Anash P. Oommen (AdWords API Team)
Hi Ashish, AdWords API calls are usually atomic in nature - either all the operations succeed, or they fail. If you have a failing operation, you should remove the failing operation, and make the API call again. There's a partialFailure soapHeader you could use to get the behaviour you want,

Re: Having trouble creating a new campaign with biddingStrategyType BUDGET_OPTIMIZER

2014-10-14 Thread Oliver
I thought Budget Optimizer strategies were deprecated a long time ago? Oliver On Tuesday, October 14, 2014 11:32:24 AM UTC+1, Alan Coleman wrote: Hello everyone, I have a campaign that I'd like to duplicate with the following BiddingStrategyConfiguration object

Re: Invalid field name for report 'MaxCpc' while using the api v201409

2014-10-14 Thread Oliver
I don't actually see MaxCpc in the keywords report anymore. There is this one instead: CpcBid Oliver On Tuesday, October 14, 2014 11:37:59 AM UTC+1, henrik@s24.com wrote: Hi, after upgrading the google adWords api version from v201406 to 09, requesting a report with the fieldname

Re: Video Ads - How to pull metrics from Adwords API.

2014-10-14 Thread Michael Cloonan (AdWords API Team)
Hello Kevin, Video ads are still not supported in v201409. I'm not able to comment about our plans for future releases. Regards, Mike, AdWords API Team On Monday, October 13, 2014 2:45:53 PM UTC-4, Kevin Moritz wrote: in v201409, I still don't see anything related to video campaign stats...

Re: Having trouble creating a new campaign with biddingStrategyType BUDGET_OPTIMIZER

2014-10-14 Thread Alan Coleman
Thanks for commenting Oliver, BUDGET_OPTIMIZER is in the API Documentation https://developers.google.com/adwords/api/docs/reference/v201406/CampaignService.Campaign I'm just trying to replicate a campaign as closely as possible. Thanks again. On Tuesday, October 14, 2014 2:20:12 PM UTC+1,

Re: Having trouble creating a new campaign with biddingStrategyType BUDGET_OPTIMIZER

2014-10-14 Thread Oliver
Please check this post: https://groups.google.com/forum/#!topic/adwords-api/pRY0N6yQzvE On Tuesday, October 14, 2014 2:39:17 PM UTC+1, Alan Coleman wrote: Thanks for commenting Oliver, BUDGET_OPTIMIZER is in the API Documentation

Re: Having trouble creating a new campaign with biddingStrategyType BUDGET_OPTIMIZER

2014-10-14 Thread Alan Coleman
Thanks Oliver, So what Josh is pointing out here https://groups.google.com/d/msg/adwords-api/pRY0N6yQzvE/6sVTN9uaWBAJ is that the Budget Optimizer fields were read only from v201402 Thanks again Oliver. On Tuesday, October 14, 2014 2:41:09 PM UTC+1, Oliver wrote: Please check this post:

MutateJobService not completing

2014-10-14 Thread Alan Coleman
Hello everyone, I'm having trouble getting MutateJobService jobs to complete dealing with several jobs, each with 3000 operations. Could someone from the API Team take a look at the job id in the last entry into my soap log: ?xml version=1.0? soap:Envelope

How to get snippet for ExpressionRuleUserList?

2014-10-14 Thread Kevin
Hi, We're interested in using ExpressionRuleUserList, but for the user list to get populated, we need to add a tag snippet in the advertiser's landing page. We can get the snippet via the AdWords UI in the Shared Library section, but is there a way to get it via AdWords API? Thanks, Kevin

Re: How to get snippet for ExpressionRuleUserList?

2014-10-14 Thread Michael Cloonan (AdWords API Team)
Hello Kevin, There is some ability to customize snippets for rules-based remarketing. You should be able to get a basic snippet by following the instructions in the general Remarketing guide https://developers.google.com/adwords/api/docs/guides/remarketing#user-list-conversion-trackers. From

Problem with bulk operations

2014-10-14 Thread Maxime Menigoz
Hi, I need to update the bid of 500 Ads in AdGroups more than 10 000 times in a day. That's why I try to pack all operations in one to avoid the over query limit but I think I don't understand something. I followed examples to have this code : myfunction($user, $adGroupIds, $value) {

CriterionError.CANNOT_ADD_CRITERIA_TYPE - When trying to add negative keywords to campaign

2014-10-14 Thread Jonathan
Hey everybody When trying to add negative keywords to campaign i get this error: === errors xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:type=CriterionError fieldPathoperations[0].operand.criterion/fieldPath trigger/

Re: Can I implement the Available network inventory feature in Display Planner by adwords api?

2014-10-14 Thread Michael Cloonan (AdWords API Team)
Hello, There is currently no API analog for the Display Planner. I will suggest this idea to the team. Regards, Mike, AdWords API Team On Sunday, October 12, 2014 9:53:33 PM UTC-4, Liu Wei wrote: I want to implement the effect of Available network inventory in Display Planner(Only for the

Re: Upgraded location extensions

2014-10-14 Thread Josh Radcliff (AdWords API Team)
Hi GDZ, To prevent location extensions from showing on a campaign, you'll want to create a CampaignFeed https://developers.google.com/adwords/api/docs/reference/v201409/CampaignFeedService.CampaignFeed with a *matchingFunction* that always evaluates to false. This will look a lot like the

Re: Google requests destination urls after pausing of campaign

2014-10-14 Thread Michael Cloonan (AdWords API Team)
Hello Sergey, It is normal for Google to crawl the destination URLs of your ads. This helps to ensure that ads lead to useful landing pages and is part of determining the quality score https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.QualityInfo for

Upgraded Location extension visibility

2014-10-14 Thread GDZ
Example: we created 2 upgraded feed-based account-level location extensions. My account has 2 campaigns. So via API we assigned extension 1 to campaign 1, extension 2 to campaign 2. Campaigns are active and running. But... say a bit later we discovered that extension 2 was not approved

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-10-14 Thread Anash P. Oommen (AdWords API Team)
Hi David, The team got back to me telling that this change is not feasible, so you need to rename and then delete if you need to maintain unique name. Cheers, Anash On Friday, October 10, 2014 6:23:34 AM UTC-4, David Midgley wrote: Hi Anash/API Team Now that v201409 is released the

Adding ipAddress Exclusions in Bulk

2014-10-14 Thread Jake Ellark
I need to add 20 ipAddresses to a campaign IpBlock using Google Adwords API. I need to conserve my API calls and potentially improve speed, so is it possible to NegativeCampaignCriterion using an ipAddressArray instead of one ipAddress at a time. Appreciate pointers if it is possible to add an

How to remove AdGroup Bidding Strategy Configuration override?

2014-10-14 Thread Joel
I modified a bunch of AdGroups to use a shared Enhanced CPC bidding strategy and overrode the campaign's manual cpc strategy. Now I'm trying to undo this. When I make a call like: biddingStrategyConfiguration.setBiddingStrategyType(BiddingStrategyType.MANUAL_CPC); with an AdGroup Operation.SET

Re: Adwords v201402 Api Automatic Bidding Scheme Issue

2014-10-14 Thread Akshay Joy
Hi Yeseteday When I tried to Edit One Campaign I came across one issue, just I changed BiddingStratergy to Automatic(Only Edit Operation, not Create), I can export the Campaign to Adwords without any error. But one when I checked the in Adwords.com, its automatically changes to manual Click.