Re: Why are several US Zip codes not available in LocationCriterionService?

2017-10-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi Shankar, The only supported location criteria by the AdWords API can be found in the geo targeting spreadsheet . As for Zip Codes (*Target Type = Postal Code*) you specified, the only one currently supported is the *Name

Re: Adwords getCustomers() method on CustomerService times out.

2017-10-02 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, The UNEXPECTED_INTERNAL_API_ERROR you encountered in the CustomerService could be due to a temporary issue in the servers or could be due to a bug. I have tested this service in my

Re: Getting response error when downloading zero impressions

2017-10-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tirtha, Yes, you may use multiple filters in your report definition. Apart from our reporting guide you may also refer to this documentation for more information

how to create display network only campaign and ads with google adwords api?

2017-10-02 Thread ZHENHUA LUAN
Hi dear all, I am trying to modify my codes to push display network only campaigns and ads instead of search network only. But I am confused what exactly should I modify my codes to push this kind of display network only campaigns , adgroups, ads , keywords , etc ? I modified:

Re: how to get eternal token?

2017-10-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The 'invalid_grant' error is usually noticed when the access token or refresh token is invalid or incorrect. To verify this, you can obtain the access token being used for the request, then pass that through this tokeninfo

Re: My Developer Bailed - Where do I download the latest to migrate?

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Based on the programming language you are using in your application, you can use the resources provided here to migrate to the latest API version. Please see the v201702 release notes

My Developer Bailed - Where do I download the latest to migrate?

2017-10-02 Thread shenderson
I am sure the link is right in front of my nose, but for the life of me I cannot see where to download the next version I need to migrate to. I am using v201609 currently and need to migrate to 201702. TYIA -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

What application can API read

2017-10-02 Thread MATT COE
Hi, I am completely new to this side of AdWords but want to look into implementing the API to create dynamic display ads. Essentially I want to capture data from a booking engine where each search will be unique per user. I will want to capture the specific details to the booking for the user

LocationCriterionService does not return Location id for valid US ZIP codes

2017-10-02 Thread shankar . pachari
I am trying to find the Location Id for several US ZIP codes, for example "75047", "75053", "92735", etc but the service returns null value. This is the input I give - LocationName = 75047 CountryCode = US locale=en The same service works for other ZIP codes. -- --

Adwords getCustomers() method on CustomerService times out.

2017-10-02 Thread itsupport
We have been using the Adwords API successfully for quite a while to obtain a list of customers associated with Adwords Credentials via the CustomerService and its getCustomers() method. However, beginning this morning, that method call has been timing out without returning a response. I've

Why are several US Zip codes not available in LocationCriterionService?

2017-10-02 Thread shankar . pachari
I am trying to find the LocationId of several ZIP codes using the Location Criterion Service, but the service returns empty/null values. For example the ZIP codes 75138, 75132, 34281, etc all return null values. This is the criteria I used - LocationName = ZIP codes CountryCode=US Locale=en.

Re: Failed to read from AdWords. Please wait a bit and try again. (line 272)

2017-10-02 Thread 'Jude Amagoh' via AdWords API Forum
Hi Victoria, Unfortunately we only address questions related to AdWords API on this forum. Since your question is related to AdWords Scripts, I would suggest that you post it in the AdWords Scripts forum as they are better equipped

Re: Getting response error when downloading zero impressions

2017-10-02 Thread Tirtha Ghosh Dastidar
Hi Peter, Thanks for the response. Last question on this topic. Can we use multiple filter conditions/ predicates in the api request? For example can I say campaign in (ENABLED) and accoutndescriptivename CONTAINS 'XYZ' ? Thanks Tirtha On Wednesday, September 27, 2017 at 12:04:32 PM UTC-7,

Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-10-02 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Oksana, This really is a tough one to figure out. I'm working on pulling in some more people to try to help on this. Thank you for bumping the thread; it helps me explain the priority of this. Best, Nadine, AdWords API Team On Monday, October 2, 2017 at 5:54:53 AM UTC-4, Oksana Sulyma

Re: how to get eternal token?

2017-10-02 Thread sprytar . developer
I have an idea to keep getting a token, say admin, and store it in the database and update it for all users' requests so that they do not have to confirm application permissions. Is this a good idea? On Monday, October 2, 2017 at 10:06:14 PM UTC+3, sprytar@gmail.com wrote: > > Hi, The

Re: Using TargetingIdeaService and with using Criterion "platform"

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid Platform criterion is not supported for TargetingIdeaService at the moment. You can only retrieve targeting ideas for IdeaTypes

Re: FeedItem Feed Upload

2017-10-02 Thread 'Jude Amagoh' via AdWords API Forum
Hi, You need to use FeedItemService to add, remove or update FeedItems. This guide

how to get eternal token?

2017-10-02 Thread sprytar . developer
Hi, The previous developer used the function TargetingIdeaService to get new keywords, based on one old one. We have a file with constant settings: adsapi_php.ini.But today we have error Client error: `POST https://www.googleapis.com/oauth2/v4/token` resulted in a `400 Bad Request` response: {

Failed to read from AdWords. Please wait a bit and try again. (line 272)

2017-10-02 Thread Victoria Hedges
I have been using scripts to manage my ad scheduling and mobile bids for months now and suddenly the scripts in my shopping account have stopped working. I have tried several fixes already posted in forums but I am not a developer and I am unsure if I did this right. One script in the account

Using TargetingIdeaService and with using Criterion "platform"

2017-10-02 Thread Vadim Sky
Hi, I want to get the "search volume" with using TargetingIdeaService and with using Criterion "platform" https://developers.google.com/adwords/api/docs/reference/v201708/TargetingIdeaService.Platform but in googleads-php-lib/src/Google/AdsApi/AdWords/v201708/cm/ there is no such class.

TargetingIdeaService with Criterion "platform"

2017-10-02 Thread Vadim Sky
Hi, I want to get the Search Volume with using TargetingIdeaService with Criterion "platform" https://developers.google.com/adwords/api/docs/reference/v201708/TargetingIdeaService.Platform but in googleads-php-lib/src/Google/AdsApi/AdWords/v201708/cm/ there is no such class. Tell me, please,

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2017-10-02 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Tirtha, Could you kindly open a new thread if the issue persists? ERROR_GETTING_RESPONSE_FROM_BACKEND is a somewhat generic error, so your issue might be unrelated to this old thread. Cheers Anash P. Oommen AdWords API Advisor. On Wednesday, September 27, 2017 at 3:01:50 PM UTC-4, Tirtha

Re: Get messages extension

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I see that the log message state that validateOnly header is set to true. When this header is set to true, the request is validated but not performed. If there are no errors returned in the response,

Re: OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE error for responsive ad

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, It looks like you are trying to add a Responsive Display Ad to a Search campaign. Responsive ads can run only in campaigns targeting the Google Display Network. You need to ensure that the Campaign's advertisingChannelType

Re: Why aren't all UK postcodes available through geo targetting?

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Neil, The locations listed here are the only ones that are *targetable* via AdWords. Depending on the quality of geo targeting available, some locations may not be targetable via AdWords. I'll get in touch with the

Re: How to filter trial campaigns

2017-10-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, If you're using the services to retrieve the campaign details, you can use the CampaignService . If you're using the API reports, you will be able to retrieve the experiment reports like the usual

FeedItem Feed Upload

2017-10-02 Thread sam
Hi, So FeedItems can be uploaded from the Google dashboard via a feed file, but is there a way to do so through code, like an API call? Thanks -- We just launched FeedAMP ™ - Marketplace order syncing for Shopify,

Re: Get messages extension

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I had to delete your original post as it contained sensitive information(like access tokens, developer tokens). Please follow the AdWords API forum rules when you create a new post on the

Get messages extension

2017-10-02 Thread ruben . peregrina
Hi, I'm trying to get the message extensions and it returns null, I mean, the getEntries method from CampaignExtensionSettingPage returns null The response: 2017-10-02 13:59:56,667 [http-bio-8050-exec-8] INFO connection.GetConnection - accountId:XXX|isTest:

OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE error for responsive ad

2017-10-02 Thread SHIVSHREE CREATIONS
*Fatal error*: Uncaught exception 'Google\AdsApi\AdWords\v201705\cm\ApiException' with message '[OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ operations[0].operand.ad; trigger:'SEARCH']' in

Re: 0 results obtained each time

2017-10-02 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, As I have said previously, you should only use the client account on those services, and not an MCC account. Since you said that you still have 0 result even with the client account, could you provide your SOAP request and response logs via *Reply privately to author* so I can further

Re: 0 results obtained each time

2017-10-02 Thread Saxx Paris
Thank you for your reply. I performed all my tests with the account id MMC and the customer account, having a doubt on which one to use, and always 0 results. Message original: Merci pour votre réponse. J'ai éffectué tous mes essais avec l'id du compte MMC et du compte client, ayant un doute

How to filter trial campaigns

2017-10-02 Thread SP
Hi! I'm using this google adwords api version: v201705 I need to filter the trial (experiments) campigns to be able to retreive only the standalone campaings, i'm trying using SelectorBuilder.equals operation with something like this: equals(Campaign.Id, Campaign.baseCampaignId) but with

Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-10-02 Thread Oksana Sulyma
Hi guys, Any news on this? We really need any ideas on how to get this working as clients get anxious. Thanks you for any help! On Tuesday, September 12, 2017 at 5:52:28 PM UTC+3, Oksana Sulyma wrote: > > Hi guys, > I'm requesting >

Re: When is my adwords data available through the API?

2017-10-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi Erwin, You may refer to our data freshness guide for information as to when data can be available for extraction. As for the report that you were generating, could you provide me the clientCustomerId and the complete report

Re: AverageCpv and AverageCpe returned as Micro instead of double

2017-10-02 Thread Stefano Fontana
Thank you. Please note that the type returned by the Report Definition service is also "double" and not "micros". That should also be changed. Cheers, Stefano- On Friday, September 29, 2017 at 8:19:36 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Stefano, > > Thanks for

Re: AverageCpv and AverageCpe returned as Micro instead of double

2017-10-02 Thread chenrui zhang
Hello, I have one more related question. Are ConversionValue and AllConversionValue also returned in "micros" ? If not, could you explain what is the conversion value really about? On Saturday, September 30, 2017 at 2:19:36 AM UTC+8, Shwetha Vastrad (AdWords API Team) wrote: > Hi Stefano, >

When is my adwords data available through the API?

2017-10-02 Thread erwin . maas
Hey, I use an export function to extract data from adwords to my own reporting tool. This function runs at 4:00 (UTC+2 amsterdam) in the morning. Last 3 days data from the day before wasn't extracted. Like this morning data from the 1st of October wasn't extracted. When is the data from the

Re: Location Criteria seems to be useless in TrafficEstimatorService?

2017-10-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi Joshua, My apologies if there has been some issues with the example. I'll make sure to file a request to have this updated, both in the client library and in the documentation. As for the workaround, yes, that is correct, you will need to include all the criteria in an array for the

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR on AdCustomizerFeedService

2017-10-02 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Toshinori, The UNEXPECTED_INTERNAL_API_ERROR you intermittently encountered in the AdCustomizerFeedService could be due to a temporary issue in the servers or could be due to a

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR on AdCustomizerFeedService

2017-10-02 Thread Toshinori Minami
Hi, I have encountered UNEXPECTED_INTERNAL_API_ERROR on AdCostomizerFeedService API. I retried calling the method several times. The error occurs intermittently. Followings are some informations - version : v201705 - time errors happen : 9/20/2017 8:48 (UTC) - 9/21/2017 9:58 (UTC),