Re: Getting AdSchedule ID trouble

2014-04-15 Thread Visar
Hi Ray, I think I personal messaged you the fix by accident. For anyone with the same problem, it's because I wasn't going through the correct structure of the campaign criterion object. The printf line should read printf("ID: " . $schedule->criterion->id . "\n"); -- -- =~=~=~=~=~=~=~=~=~=~

Can anyone add some details to the READ_ONLY error?

2014-04-15 Thread Alan Coleman
Hello, Can anyone shed any light on the READ_ONLY error I'm receiving when attempting to create AdGroups in campaigns? The users of the app maintain that they've never seen anything in AdWords that resembles setting anything to READ_ONLY. As always, any help would be appreciated. Thank you

Re: AdHoc Reports and API connection issues: 'The remote server returned an error: (400) Bad Request' and 'An existing connection was forcibly closed by the remote host'. Quota problem?

2014-04-15 Thread Danial Klimkin
Hello Brett, I'll ask my colleague to suggest here. We is the author of the DotNet library and may have more insights about windows environment. -Danial, AdWords API Team. On Tuesday, April 15, 2014 8:10:10 AM UTC+4, Brett Rogers wrote: > > Danial, > > I disabled ECN on my server but still s

Campaign Service Proper Filter Setting with .NET Client Library?

2014-04-15 Thread apiapi
Downloaded v17.0 of the .NET API library, using the included sample code. The sample to enumerate accounts using AdWordsService.v201402.ManagedCustomerService has not problems using my MCC as a root to make a recursive query, code successfully enumerates all MCCs under it and other accounts (we

AdWordsService.v201402.CampaignService Fail to Enumerate Some Campaigns

2014-04-15 Thread apiapi
Downloaded v17.0 of the .NET API library, using the included sample code. Enumerating all campaigns for an account with AdWordsService.v201402.CampaignService, some of the data throws an Exception "invalid header". I think the levels of indirection within the .NET wrapper and masking the actual

Dynamic GeoTargeting

2014-04-15 Thread ZekeZ
Has anyone successfully developed a dynamic GeoTargeting solution? Am currently able to retrieve CampaignCriteria for CriteriaType Location and Proximity but am not able to mutate. Any advice? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:

Targeting Idea Service Search Volume Parameter Unit

2014-04-15 Thread Jeff Johnson
Hey folks, quick question! I was reading the documentation and I was wondering if anyone could answer me what the unit of the Search Volume (and Search Volume Delta) in the targeting idea service is? See parameter here: https://developers.google.com/adwords/api/docs/reference/v201402/Targeting

Getting Started Adwords API with python (v201402)

2014-04-15 Thread marcel . hoshino
Hello, I am new to google adwords API and Python and recently, I've been trying to start using it. I already got the auth token and the refresh token using the function generate_refresh_token. But when I try to run the examples, I always get the same error: Traceback (most recent call last):

Creating and Editing Video Campaigns via the API

2014-04-15 Thread Ricky Williams
Hello all, I'd like to be able to create a Video Campaign, create a TrueView Ad (pointed to YouTube video advertising my product) and then target that ad to specific YouTube categories, keywords or even just one specific YouTube Video. Is this all possible with the AdWords API right now? I've s

Dynamically GeoTarget Campaigns

2014-04-15 Thread ZekeZ
Trying to dynamically GeoTarget our campaigns based on the locations of our accounts. Currently using v201306, but will move to another version if appropriate. Here's the scenario: 1) Read account information from internal customers database table - successful 2) Access Adwords API and retriev

Get merchant center ids associated with the Adwords account

2014-04-15 Thread Niki B
How do I get a list of merchant ids that are associated with an AdWords account? This is need for creating shopping campaigns. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com

Re: Google Adwords REST API

2014-04-15 Thread google . analytics . dev
How about now? On Tuesday, June 28, 2011 9:40:47 AM UTC-5, Kevin Winter wrote: > > Hi, > We don't have any plans to release an AdWords REST API in the near > future. > > The JavaScript API was written with the intent of using it in a browser. > It was not tested with node.js or developed with

Re: Dynamic GeoTargeting

2014-04-15 Thread ZekeZ
On Tuesday, April 15, 2014 10:09:02 AM UTC-4, ZekeZ wrote: > > Has anyone successfully developed a dynamic GeoTargeting solution? > > Am currently able to retrieve CampaignCriteria for CriteriaType Location > and Proximity but am not able to mutate. > >Current using namespace Google.Api.Ads.

Issue with posting the € symbol via the API

2014-04-15 Thread Ben Adwords API Profile
Hello, We get the following message when try to post an Ad containing the Euro Symbol € (in description 1/2) [PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ operations[0].operand.ad.description1, key=PolicyViolationKey{policyName=nonstandard_punctuation,violatingText=€}, ext

Customer Sync Service - Ad Parameters

2014-04-15 Thread Gopi
Hi, I had adwords scripts that update Ad Parameters for my campaigns. When I use Customer Sync Serivce to sync those changes into my local tool, I don't see the Ad Units whose ad parameters changes to be showing up in CustomerSyncService. Is there a work around for this ? Thanks Gopi --