Re: UNEXPECTED_INTERNAL_API_ERROR at ConversionTrackerService.get()

2015-08-26 Thread Zweitze
Josh, Indeed the software retried. After 30 seconds the call was tried again, which also failed, and then two more retries after waiting 30 seconds each time. So in total there were four attempts in 90 seconds. The response I sent was the response of the last attempt. (Unfortunately we don't re

Re: Empty the field URL in AdGroupAdService (v201506)

2015-08-26 Thread Интернет Капитал
Anthony Madrigal, thanks for the reply. I am using php api. When queried, returns an array ( [entries] => Array ( [0] => AdGroupAd Object ( [adGroupId] => 45364309549 [ad] => TextAd Object

Re: How Can I get the Percentage Served of an Ad ?

2015-08-26 Thread Zweitze
> is there a way to calculate that value by my own ? Sure there is. You're looking for a value called ImpressionShare. Do look up on the internet what ImpressionShare really means and what it can tell you. Unfortunately that information is only available for groups, campaigns and account. If

FeedItemService limit issue

2015-08-26 Thread Дмитрий Дмитриевич
Hello! I'm trying to get my feed items by using code bellow: $feedItemService = $user->GetService('FeedItemService', 'v201506'); $page = $feedItemService->query('SELECT AttributeValues WHERE ' . 'Status = "ENABLED" AND FeedId = '.$feedId.''); As a result I obtain 1 items but my feed contains

Re: Empty the field URL in AdGroupAdService (v201506)

2015-08-26 Thread Интернет Капитал
Anthony Madrigal, thanks for the reply. I am using api php . When queried, returns an array. All fields associated, with the URL is empty, except displayUrl. ( [entries] => Array ( [0] => AdGroupAd Object ( [adGroupId] => 45364309549

Re: Get GeoPoint by Criteria ID

2015-08-26 Thread Dzmitry Zahusta
Hi Josh, I did as you suggested here to get GeoPoint object for Proximity criterion: Address address = new Address(); address.setCityName("Fairfield"); address.setCountryCode("US"); address.setProvinceName("California"); GeoLocationSelector selecto

Re: GeoLocationService cannot evaluate some addresses

2015-08-26 Thread Dzmitry Zahusta
Hi guys, The same problem continue happening. Here the list of new locations: - Marina,California,United States - Napa,California,United States - Orange,Orange,California,United States - and many others addresses Do you have any ETA for the fix? четверг, 30 июля 2015 г., 14:05:01 UT

How to retrieve TextAd Headline,Desc 1 and 2

2015-08-26 Thread John Geliberte
I am currently having a problem when retrieving the Headline and desc. etc of a TextAd. I can retrieve the Display URL but i cant get the Headline etc. Im using java by the way. is there any way to retrieve this data from TextAd? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Re: Empty the field URL in AdGroupAdService (v201506)

2015-08-26 Thread Anthony Madrigal
Hi, Would you be able to send me your SOAP request and response? It will make it easier for me to troubleshoot. Also, if you could provide me your CID, that would be great! Please use the *reply privately to author *button that comes down from the drop menu, next to the reply button. Thanks, A

UNEXPECTED_INTERNAL_API_ERROR while creating ADgroup , Updating Adgroup ,Searching Adgroup

2015-08-26 Thread chandra sekhar tammana
Hi , I am getting this InternalApiError.UNEXPECTED_INTERNAL_API_ERROR This is one of request While updating Ad-group , I am getting existing Ad : https://adwords.google.com/api/adwords/cm/v201506";> AdGroupId Id

Re: Get GeoPoint by Criteria ID

2015-08-26 Thread Josh Radcliff (AdWords API Team)
Hi, That's odd -- I confirmed that these appear to be valid city/state/country combinations, but I'm getting InvalidGeoLocation for them as well. I've raised this issue and will get back to you as soon as I have an update. Thanks, Josh, AdWords API Team On Wednesday, August 26, 2015 at 8:29:03

Re: How to update Capaign Status ?

2015-08-26 Thread jonathan
Hi, I Have removed any other field, the only fields that I send to the server are Id and Status but something is wrong.

Re: UNEXPECTED_INTERNAL_API_ERROR at ConversionTrackerService.get()

2015-08-26 Thread Josh Radcliff (AdWords API Team)
Hi Zweitze, In your retry policy, you may want to implement an exponential back-off policy, so that each retry attempt waits longer than the previous one. I just tried your request again and it succeeded, which further suggests that this was a temporary issue. Aside from the request ID you men

MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2015-08-26 Thread Milo Hou
I'm trying to create a new campaign feed. It has historically worked but recently began to fail. Here is the soap request and response. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

Re: How to update Capaign Status ?

2015-08-26 Thread Josh Radcliff (AdWords API Team)
Hi, Have you verified that the OAuth credentials you are using in your request are for a user who has edit rights to the AdWords account? Thanks, Josh, AdWords API Team On Wednesday, August 26, 2015 at 10:54:02 AM UTC-4, jonathan wrote: > > Hi, I Have removed any other field, the only fields th

Re: How to update Capaign Status ?

2015-08-26 Thread jonathan
I'm using the developer token of my MMC Account and the clientCustomerId of the account that was selected, is it incorrect ? I'm developing and iOS APP so first I show the accounts that the mcc account has, when select one I get the clientCustomerId of that account. El miércoles, 26 de agosto

Re: UNEXPECTED_INTERNAL_API_ERROR at ConversionTrackerService.get()

2015-08-26 Thread Zweitze
Hi Josh, Thanks for your answer. The situation here is that we cannot afford to wait much longer. If you said that three minutes waiting may have produced better results we would consider that, but in this case we have not much to work on. What I mean: we noticed that about 50% of this type of

Re: FeedItemService limit issue

2015-08-26 Thread Umesh Dengale
Hello, In the AdWords API, the request will return 10,000 records per page . Please check out our GetCampaignsWithAwql

Re: How to update Capaign Status ?

2015-08-26 Thread Josh Radcliff (AdWords API Team)
Hi, The developer token you're using has no impact on which accounts your API requests can access or modify. That is determined entirely by the OAuth credentials you send in your request. Did you generate your OAuth refresh token while logged in as a user with access to the AdWords account bei

ManagedCustomerService Filtering By AccountLabels

2015-08-26 Thread Daniel Alvarado
Hi Team, I'm trying to pull a simple report that gets performance data for a sub-section of our accounts based on a given label. However, I'm having a terrible time figuring out how to setup the Predicate correctly, as anything I try results in [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

Re: MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2015-08-26 Thread Josh Radcliff (AdWords API Team)
Hi, The error below indicates that you did not yet create a FeedMapping with placeholderType

Re: How to retrieve TextAd Headline,Desc 1 and 2

2015-08-26 Thread Umesh Dengale
Hi John, You could use the headline , description1 and description2

Re: MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2015-08-26 Thread Milo Hou
Thanks Josh. How do I check in the future if a feedmapping exists? On Wednesday, August 26, 2015 at 3:20:04 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > The error below indicates that you did not yet create a FeedMapping >

Re: UNEXPECTED_INTERNAL_API_ERROR while creating ADgroup , Updating Adgroup ,Searching Adgroup

2015-08-26 Thread Umesh Dengale
Hello, Could you please retry above get request? If the above issue occurs again then provide the request id along with the SOAP request and response logs. Just click *Reply privately to author* in the forum when responding. Don't forget to remove the developer token in the output. Thanks, Ume