Location Extension Migration to GMB Addresses

2017-06-08 Thread David B.
Hi, In late may, we received a mail annoucing the auto-migration of Location Extensions to Google My Business listings. The mail was linking to FAQ page about migration but the link seems to be broken :-( So here is my questions : - which account will be used for creating the new address for e

No stats for yesterday (24th April)

2017-04-25 Thread David B.
Hi all, Looks like there is no data in the reports for yesterday (24th april) when requesting on a LAST_WEEK date range ? Is there any current issue on AdWords API side ? Files are downloaded without any pb, but nothing concerning yesterday. Thanks for your help, - DB. -- -- =~=~=~=~=~=~

Re: Invalid grant when using Token Refresh

2016-11-24 Thread David B.
> > Best, > Thanet, AdWords API Team > > On Thursday, November 24, 2016 at 5:49:51 PM UTC+9, David B. wrote: >> >> Hi, >> >> Exactly the same issue since last week. Using the same package/library + >> credentials to connect on two applications : >

Re: Invalid grant when using Token Refresh

2016-11-24 Thread David B.
Hi, Exactly the same issue since last week. Using the same package/library + credentials to connect on two applications : - the first one is a cron script that operate spooled operations. Working fine and still ok. It runs every 30mn. - the second is a web application : it works one time, and t

Re: AdSchedule criterions not deleted

2016-05-04 Thread David B.
Hi, Here the logs : INFO 2016-05-04 09:47:20,627 [main][AdsServiceLoggers.java:107] : Request made: Service: "CampaignCriterionServiceInterfacePort" Method: "get" URL: "https://adwords.google.com/api/adwords/cm/v201603/CampaignCriterionService"; Request ID: "000531ff6f86f3d00ac12521f10818a5"

AdSchedule criterions not deleted

2016-05-03 Thread David B.
Hi, When requesting AdSchedule criterions from one campaign, I get old criterions that are "deleted" (quotes because there is no status "deleted" for criterions). Eg : I've set criterions for 7 days, then removed long ago the "Sunday" criterion (campaign not running on sunday). But I still get

Re: Preview Template Ads Urls

2015-06-08 Thread David B.
pageadimg/imgad?id=C***Q, > > PREVIEW > https://tpc.googlesyndication.com/pageadimg/imgad?id=C***s > > >- The dimensions > > <https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.Image#dimensions> > in >an ImageAd give the s

Re: Preview Template Ads Urls

2015-06-05 Thread David B.
_partial_slot_V1> > of > the Template Ads reference page > <https://developers.google.com/adwords/api/docs/appendix/templateads>. > > Best, > Nadine, AdWords API Team > > On Tuesday, June 2, 2015 at 9:34:32 AM UTC-4, David B. wrote: >> >> Hi All, >> &

Preview Template Ads Urls

2015-06-02 Thread David B.
Hi All, For Template Ads, is it possible to get the preview urls for each dimension just like the ones you get in the AdWords UI ? I'm looking at the TemplateAd.adAsImage but I'm not sure that's the right field (as it's always a null value...). And nothing is really clear about this field.

Re: AdvertisingChannelType null

2015-02-19 Thread David B.
; will allow us to track the problem + will ensure you get updates once it's > fixed. > > Cheers, > Josh, AdWords API Team > > On Wednesday, February 18, 2015 at 12:02:53 PM UTC-5, David B. wrote: >> >> Hi guys, >> >> Here a sample code, using the utility

AdvertisingChannelType null

2015-02-18 Thread David B.
Hi guys, Here a sample code, using the utility extension. I'm trying to get the AdvertisingChannel value for each campaign, but I get a null value. I tried (firstly) to get ExtendedManagedCampaigns, but nothing is set. Is it a bug from the utility extension (so I'll post a feature request), f

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

BMJS Not Returning Job ID

2011-10-31 Thread David B
We've been testing various BMJS scripts in the Sandbox for a couple of months now. However, when using the production server, we are getting a [NotEmptyError.EMPTY_LIST @ selector.jobIds] error, on the first request after the mutate. It looks as if the jobId is not being returned within the initi

BMJS OperationResults Problem

2011-06-30 Thread David B
I am having a problem understanding the operation results from a BMJS request that has a rigged failure for testing. For the purposes of identifying failures, I have expanded on the bulkProcessResults function, included in the PHP library. I have begun passing a zero- based-indexed array of the a

INVALID_KEYWORD_TEXT Using BMJS

2011-06-23 Thread David B
We are having issues with INVALID_KEYWORD_TEXT responses to seemingly normal keywords, when using the BMJS to add AdGroup criteria. For example, according to the response, if I am reading it correctly, "HP 2600n" is invalid. Several variants of this are also failing for the same reason. I have c

Get Related Keywords Via Bulk Job?

2011-06-07 Thread David B
Hello, I am trying to write a nightly script to grab related keywords for newly-generated adgroups. However, I have a couple of questions. 1. Can BMJS be used for related keywords? I have written many scripts, using the BMJS, for campaigns, ads, keywords, etc.. 2. I have tried using "SeedAdGroup

Re: RelatedToKeywordSearchParameter

2011-04-09 Thread David B
I think you want to get "EXACT" keyword matches. Try adding this... $keywordMatchTypeSearchParameter->keywordMatchTypes = array('EXACT'); The three possible match types are 'EXACT', 'PHRASE', and 'BROAD'. Hope this helps. On Apr 9, 2:55 pm, jiggle wrote: > Hello, i'm using RelatedToKeywordSear

Re: Sandbox Bulk Mutate Error

2011-04-09 Thread David B
Evgeniy, Thank you very much for your guidance! You were right; the general method you mentioned worked. Here's what I did differently to obtain the CUSTOMER_ID for each sandbox client account. First, I uploaded Apility, editing the authentication and settings INI files to utilize the sandbox en

Re: Sandbox Bulk Mutate Error

2011-04-08 Thread David B
Evgeniy, Thank you very much for your reply. I am actually writing scripts to generate items, then bulk upload them to Google. I will be able to use CAMPAIGN_ID for subsequent jobs including AdGroups, Ads, Criteria, etc.. However, when uploading campaigns in a job, CAMPAIGN_ID scope would not wo

Sandbox Bulk Mutate Error

2011-04-08 Thread David B
Hello, I am trying to use the BMJS in the sandbox environment, but I am getting the error [IdError.NOT_FOUND @ operation.operand.request.operationStreams[0]]. I am using the CUSTOMER_ID option for the EntityId. I have tried both forms that we have on file: the 10 digit MCC ID for the account I wa

UNEXPECTED_INTERNAL_API_ERROR With Very Large Request

2010-10-07 Thread David B
Hello, We trying to import all data from Google AdWords via the API. After the script runs for a while, it dies, throwing a "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR" exception. We are using the "live" environment, and we had no scalability issues when developing the application in the Sand