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);

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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


3488ADGROUP[ReadOnlyError.READ_ONLY @ 
operations[0].operand.biddingStrategyConfiguration.bids[0].contentBid, 
ReadOnlyError.READ_ONLY @ 
operations[1].operand.biddingStrategyConfiguration.bids[0].contentBid]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 seeing the same results. I also 
 tried setting up a brand new machine (VM) and running the task there, but 
 seeing the same results. 

 For now I've tried playing around with retries and delays, but that hasn't 
 seemed to help much either. 

 Very frustrating as it's next to impossible for me to get a complete sync 
 done. Strange too since it worked so well for so long. 


 On Thursday, April 10, 2014 5:13:33 AM UTC-7, Danial Klimkin wrote:

 Hello Brett,


 There is a known issue with ECN turned on by default. Please try the 
 following on your server:

   netsh interface tcp set global ecncapability=disabled

 as described here:

   
 http://social.technet.microsoft.com/wiki/contents/articles/20204.how-to-enable-and-disable-explicit-congestion-notification-in-windows.aspx

 Please let us know if this resolves your issue.


 -Danial, AdWords API Team.


 On Wednesday, April 9, 2014 10:38:41 PM UTC+4, Brett Rogers wrote:

 Danial,

 Yes, we are using Windows (and C#, for what it's worth). 

 I'm pretty confident that it's not a network issue given the fact that 
 this machine runs quite a few different network-involved processes, 
 including hosting a database, and none of those processes have been seen 
 network-related issues. 


 On Wednesday, April 9, 2014 5:46:50 AM UTC-7, Danial Klimkin wrote:

 Hello Brett,


 Generally, you should receive a meaningful error from the API for the 
 cases when you are rate limited.

 Bad Request often means the request was not send in full (unless it was 
 a really malformed request). Most likely this is a network issue.

 Are you running on a windows platform?


 -Danial, AdWords API Team.


 On Tuesday, April 8, 2014 10:29:59 PM UTC+4, Brett Rogers wrote:

 Scenario:

 We have a daily task that downloads AdWords AdHoc reports for our MCC 
 account's accounts, campaigns, ad groups, and ads to synchronize them 
 with 
 our local database. We have multiple accounts in our MCC and each account 
 has large quantities of ad groups, so we download quite a bit of data. 
 This 
 process worked great until a few weeks ago, when we started the following 
 error part of the way through the process:

 - The remote server returned an error: (400) Bad Request.

 Once this error occurs on the main daily task computer, we see the 
 following:

 - AdHoc Reports requests initiated from that computer fail after a 
 handful of requests
 - AdWords API requests initiated from that computer fail with this 
 error:
 -- An existing connection was forcibly closed by the remote host

 BUT, if we then launch this same daily task from another computer, it 
 will successfully complete everything and API requests will also work, 
 i.e., the same auth credentials work elsewhere, just not from that 
 computer.

 Ideas? Are we running into some kind of IP or computer-based quota?

 FYI - we're using the latest API version - v201402, but the problem 
 was also occurring with v201309 before we recently upgraded. 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 are a large mature organization and have a 
lot of Accounts).

Using the sample code from GetCampaigns, it shows 0 campaigns. I know 
that there are dozens and dozens of campaigns within my MCC account 
structure. It turns out that the sample does not take any kind of hierarchy 
into consideration and only looks for campaigns within my master MCC. I had 
to hack an instance of the CampaignService in the following manner:

var svc = (CampaignService)adwordsUser.GetService( 
AdWordsService.v201402.CampaignService );
svc.RequestHeader = new RequestHeader
{
Version = v201402 ,
GroupName = mcm ,
userAgent =  myapp (AwApi-DotNet/16.7.0, Common-Dotnet/2.2.0, .NET 
CLR/4.0.30319.18444, gzip) ,
developerToken = somethinghardcoded ,
clientCustomerId = 
};


By setting the clientCustomerId I was able to specify an account under my 
MCC and then get campaigns.

Adwords support - is this the proper way to do this?

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 problem with particular campaigns - I 
have over 100 campaigns within a particular account, and they all show in 
the Adwords GUI, but some of them are making the wrapper throw.

The exact error is


Failed to get access token for service account.
{
  error : invalid_request
}
 

I am using a SERVICE_ACCOUNT to do the query, which works fine in other API 
operations, so I think there is something special about certain campaigns.
 
 
Please help me understand how to get info from all Campaigns, or figure out 
how to best trap those with errors.


Thanks.


 
 

 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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/TargetingIdeaService.SearchVolumeSearchParameter

Is it searches per month? Searches per week? Searches per last 30 days? Or 
just some crazy index? (is there a maximum?)

Thanks for your help!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 seen on 
this group that reporting on Video Campaigns is not yet available, but what 
about these other things?

Thanks for your time!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 retrieve all existing campaigns - successfully 
doing that now using the CampaignService and CampaignCriterionService 
3) Retrieve all existing Locations and Proximities - successfully doing 
that now using CampaignCriterionService
4) Remove all existing existing Locations and Proximities - no luck
5) Dynamically repopulate the Locations and Proximities based on current 
internal customer data - no luck

Has anyone successfully performed this scenario.

Any advice / suggestions would be greatly appreciated.

ZekeZ

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 that in mind.  If you are 
 able to get it working with node.js or have feedback regarding how it could 
 be modified to work with node.js, please feel free to submit an issue on 
 the client libraries code site: 
 http://code.google.com/p/google-api-adwords-js/

 - Kevin Winter
 AdWords API Team


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.AdWords.v201306. IDE is VS.Net 
2012 (C#)

Any advice?




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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)

faultstring[PolicyViolationError{super=PolicyViolationError.POLICY_ERROR 
@ operations[0].operand.ad.description1, 
key=PolicyViolationKey{policyName=nonstandard_punctuation,violatingText=#x80;},
 
externalPolicyName=Ponctuation non standard, externalPolicyUrl=, 
externalPolicyDescription=Vous n'#xEA;tes pas autoris#xE9; #xE0; 
utiliser, dans les annonces Google, des symboles ou des signes de 
ponctuation superflus ou inutiles, tels que les suivants ...etc.

well basically, it says we are not allowed special symbols in Adwords ads - 
but the € sign is accepted when we post it manually in ads. 

Many thanks for your help

Ben


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.