Re: Node.js support

2016-07-26 Thread Chris Alvares
This is an old thread, but Erik's library seemed to be abandoned, so I created a fully functional node library with management as well as reporting. It is feature complete: https://www.npmjs.com/package/node-adwords On Friday, November 20, 2015 at 9:26:53 AM UTC-6, Erik Evenson wrote: > >

Re: Can we upload csv files of hashed emails for Customer Match via the API?

2016-07-26 Thread 'Michael Zhang' via AdWords API Forum
Hi Joyce, I saw from the customer match comm doc says 1M emails address could be passed per API call. On your example you're saying to set an empty list and then mutate it N times until completion at 10k

Re: START_INDEX_IS_TOO_HIGH error

2016-07-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Unfortunately, you can only retrieve information from the AdGroupService at the client account level. For the START_INDEX_IS_TOO_HIGH error, I could suggest that you first issue a CampaignService.get to

START_INDEX_IS_TOO_HIGH error

2016-07-26 Thread pankaj chaudhari
Hello, I need to retrieve ad-group information for all customers managed by my application. Total ad-groups for some customer Ids exceed 100,000 and I get START_INDEX_IS_TOO_HIGH SOAP error. I narrowed down my query to fetch only ENABLEd ad-groups but still there are too many active ad-groups.

Using TargetingIdeaService with Verticals to get a list of placements/urls

2016-07-26 Thread Gabriel Menegatti
Hello guys, How are you doing? Please, can you inform me if it's now possible to get a list of placements (URLs) filtered by verticals ID using the TargetingIdeaService? In the AdWords documentation link below there is a paragraph saying that it is possible, but I couldn't find how to do it

Re: AdWords API Python - Internal Error or Parsing Error

2016-07-26 Thread Tejas Manohar
Hey Shwetha, I've confirmed that this issue is resolved by retrying, but it happens very consistently. Since it's resolved by retrying and I'm using codecs#getreader which knows how to handle Python unicode in both v2 and v3, I really believe this issue is due to malformed data sent back from the

Re: How to get labels attached to Google Adwords Ads

2016-07-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Paul, You can get the labels of an ad by using the AdGroupAdService. You can use this example as a basis. You can add the following

Re: Cannot generate refresh token for test account

2016-07-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rikard, The code examples for AdWords are available on the releases page or in the example directory of the Python Client library repository. You

How to get labels attached to Google Adwords Ads

2016-07-26 Thread Paul Grenyer
I want to be able to get the labels attached to a google adwords ad via the Java api. I can get the ads: final AdGroupAdPage page = service.get(selector.build()); if (page.getEntries() == null) return; for (AdGroupAd ad : page.getEntries()) ads.add((TextAd)ad.getAd()); But there's

Re: Display campaign kewords criteria

2016-07-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Nitzan, On a Display Network , all keywords are considered broad match. I suggest that you use "BROAD" match type to create keywords for your display campaigns using the API. This question can be better addressed by the AdWords

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-07-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Biniam, Could you please create a new thread with your issue? This will make it easier for us to track. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: how can I migration to the new AdWords API version

2016-07-26 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, The version of your API, v201509, has sunset and is no longer available. Please refer to this guide to migrate to the latest version of the API i.e. v201605. Also, you can find more details about deprecated versions

Re: Get Current Keywords Bid

2016-07-26 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Ale, This looks correct. Just that the casting to string type might not be explicitly needed. Also, I would recommend using the long datatype for bid. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Google Adwords API - Criteria Performance Report - Missing Campaign

2016-07-26 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Walter, Criteria Performance Report is a single attribution report, meaning that only one of the

Cannot generate refresh token for test account

2016-07-26 Thread Rikard Karlander
Hi, I have been going through the set up tutorial for the API to use a test account. I can't figure out how to generate a refresh token. I know this might sound stupid but it is very frustrating and the documentation really does not help me. This is the step I am stuck on

Re: Google Adwords API - Criteria Performance Report - Missing Campaign

2016-07-26 Thread Walter Barrios
Hello My bad, missing Campaign ID:604678550 Regards, Walter On Tue, Jul 26, 2016 at 3:48 AM, 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum wrote: > Hello Walter, > > What campaign ID does you find disappearing from the result? > It seems

Re: Expanded Text Ads- v201605 implement & test?

2016-07-26 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, If you provide me the CID, I can check whether the account is whitelisted for the API. I'm not sure if it's the same whitelist as for the web interface or not. Regards, Mike, AdWords API Team On Tuesday, July 26, 2016 at 7:44:49 AM UTC-4, tim.wl...@smarter-ecommerce.com wrote: > >

Re: Expanded Text Ads- v201605 implement & test?

2016-07-26 Thread Tim Wlcek
Great, thanks! Just hope our accounts get whitelisted for the API too. Regards tim On Tue, Jul 26, 2016 at 3:29 PM priya bahuguna wrote: > Hello, > > Just FYI, the accounts are now whitelisted and we were able to create > expanded text ads against them. > > Thanks All!

Re: Expanded Text Ads- v201605 implement & test?

2016-07-26 Thread priya bahuguna
Hello, Just FYI, the accounts are now whitelisted and we were able to create expanded text ads against them. Thanks All! Regards, Priya On Tue, Jul 26, 2016 at 7:44 AM, wrote: > Hello Michael, > > we seem to have the same problem. Our account manager informed

Emergency campaigns shut down script

2016-07-26 Thread Gita Zemguliene
Hello, We are looking for a solution to do an Emergency Shutdown of all our Campaigns (for example if our page is down for a longer period of time). It is easy to pause and enable all campaigns in the AdWords interface, but the problem is that campaigns that are currently already paused

Display campaign kewords criteria

2016-07-26 Thread nitzanmargalit
Hi all, I've noticed that keywords targeting in display camoaigns always have match type 'BROAD'. I want to ask what keyword match type means in display cmpaign context? and if want to create keywords criteria via the API what kind of match type should I use? Thanks in advance, Nitzan -- --

Re: Expanded Text Ads- v201605 implement & test?

2016-07-26 Thread tim . wlcek
Hello Michael, we seem to have the same problem. Our account manager informed us that testing with live accounts is possible on the 1st July. So we implemented support for ETA for one of out whitelisted accounts. We received the same AdError.INVALID_AD_TYPE_FOR_WHITELIST error. We can create

how can I migration to the new AdWords API version

2016-07-26 Thread xinghj
Hello all, My application has been wrong: oogle.Api.Ads.AdWords.Util.Reports.AdWordsReportsException: AdWordsReportsException: Report download errors occurred. Error: RequestError.UNSUPPORTED_VERSION, Trigger: You are accessing an AdWords API version v201509 that has been

Re: manual location extension sunset - any news?

2016-07-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Frank, The manual location extensions have been deprecated as mentioned here , however, regarding any updates, I would recommend at the mean time to keep an eye on our blog

Re: BatchJobService - Using Temporary and standard IDs together

2016-07-26 Thread 'Joyce Lava' via AdWords API Forum
Hi Alan, Could you please send to me the SOAP logs and the batch job ID to further investigate the case? Please make sure to use *reply privately to author* when sending these information. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Google Adwords API - Criteria Performance Report - Missing Campaign

2016-07-26 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Walter, What campaign ID does you find disappearing from the result? It seems the campaign ID you raised as found campaign and missing campaign is the same (20727562), so I can't verify what's missing. Best, Thanet, AdWords API Team On Tuesday, July 26, 2016 at 3:55:25 AM UTC+9,

Re: data streams

2016-07-26 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Martin, Thanks for your suggestion. Unfortunately, the current version of API doesn't support real-time event streams yet. Cheers, Thanet, AdWords API Team On Tuesday, July 26, 2016 at 2:29:05 AM UTC+9, Martin Mauch wrote: > > This question is quite old, but did anyone from Google think

Re: Adwords remarketing type (PHP)

2016-07-26 Thread 'Joyce Lava' via AdWords API Forum
Hello, Apologies but my PHP knowledge is quite limited. However, seeing the codes, it *seems* that you have not yet added the CriterionUserList as the AdGroupCriterion. You seemed to be missing the *ADD* operator for the BiddableAdGroupCriterion

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-07-26 Thread Biniam Asnake
Hello. I am getting `EntityCount Limit Exceeded.ACCOUNT LIMIT` error and I am not using `biddingStrategy*Type*` anywhere. Please help. On Tuesday, February 9, 2016 at 3:57:09 PM UTC+1, Florian Lherbette wrote: > > ERRATUM: I wanted to say biddingStrategy*Type*, > NOT

BatchJobService - Using Temporary and standard IDs together

2016-07-26 Thread Alan Coleman
Hello everyone, We've been testing the temporary IDs feature of the BatchJobService . The Add Complete Campaign script

Re: Adwords remarketing type (PHP)

2016-07-26 Thread testapidilren2
Hello, of course it's not work :( On the image I try to show you setup whose I need. Also It's my code: $campaignId =

manual location extension sunset - any news?

2016-07-26 Thread fruwolt
Hi, according to http://googleadsdeveloper.blogspot.de/2016/02/adjusting-manual-location-extension.html the manual location extension sunset (+ migration of existing location extensions) has been extended beyond end of march 2016 . Is there any news on this topic? Regards Frank -- --