Re: INVALID_OPERATION_ENHANCED_CAMPAIGN

2013-04-23 Thread Danial Klimkin
Hello Etienne, The example linked only sets location and language criteria. Only platform criteria were affected by the EC change. -Danial, AdWords API Team. On Tuesday, April 23, 2013 5:25:53 AM UTC+4, Etienne Lawlor wrote: > > Hey Dragan, > In the migration guide ( > https://developers.g

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-23 Thread Keertana Varma
Hello , I am facing the same issue [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] can anyone please help Regards Keertana On Thursday, November 1, 2012 11:33:22 PM UTC+5:30, Jarrett Croll wrote: > > I have been using the Adwords API for about a week now. I have been using > the PHP clien

Cannot retrieve ProductExtensions (v201302)

2013-04-23 Thread Pass Lost
Hi, I am trying to get ProductExtensions for a test account but the call to CampaignAdExtensionService retrieves nothing. Here is a piece of a code: var predicateAdExensionType = new Predicate { @operator = PredicateOperator.EQUALS, field

SharedSets API Issue

2013-04-23 Thread Blastian
I would like to know if the Sharedsets API is working. I tried different ways by using ReportDefinitionReportType reportType = (ReportDefinitionReportType)Enum.Parse(typeof(ReportDefinitionReportType), "CAMPAIGN_SHARED_SET_REPORT"); SharedSetService service = (SharedSetService)user.GetSer

Re: using AdNetworkType1

2013-04-23 Thread Manas
So is it correct to state that the only effect of adding AdNetworkType1 for this report is that zero impression rows are not displayed? If a keyword is opted into both Search and Display, this report only shows the stats for Search? If that is true, how do I get stats for the keyword for the Dis

Using ManagedCustomerService with Test accounts

2013-04-23 Thread Oliver
The documentation of Test Accounts says we can't use ManagedCustomerService.get() with Test accounts: https://developers.google.com/adwords/api/docs/test-accounts However, we tried and found it actually works! Is this behavior meant to continue, or is likely to change? Oliver -- -- =~=~=~=

Re: INVALID_OPERATION_ENHANCED_CAMPAIGN

2013-04-23 Thread Etienne Lawlor
Hey Danial, Thanks for clearing that up. So if you can't set platform criteria with Enhanced Campaigns, then is there some analog to setting platform criteria for a campaign, or has this just been completely deprecated? If it has been deprecated, then why was this decision made? -Etienne -

Re: Need example code to set PLA Auto Target for AdGroup

2013-04-23 Thread road11
Since no one else has answered, and I've figured it out, I thought I'd post my solution here. Hope this helps somebody... long adGroupID = 123456789; AdWordsUser user = new AdWordsUser(); AdGroupCriterionService adGroupCriterionService = (AdGroup

Re: Open google-api-ads-python issues

2013-04-23 Thread Dorian Kind
Hi Pau, many thanks for your work-around. However I feel that my original point still stands: This is a bug that is preventing the library from being installed in a sane way (using easy_install, pip or the like), and there has been no feedback from Google for almost 3 weeks now. Cheers, Dorian

Re: ConversionTrackerId not a valid field in many reports the migration guide says it should be in

2013-04-23 Thread David Torres (AdWords API Team)
Hi Greg, I hear you, working with my team to have IDs published but I can't make any promises or give any timeline at this point. Best, - David On Monday, April 22, 2013 1:33:58 PM UTC-4, GregT wrote: > > Thanks for the clarification, David. > > That's a real bummer it's not available elsewher

Re: Token : Adwords API : ruby client

2013-04-23 Thread Jeremy Aube
Do you have oauth2_access_type set to 'offline'? On Friday, April 19, 2013 9:25:25 AM UTC-4, Eduardo Hiroshi Campos Tamaki wrote: > > Hi, > > I'm having some trouble with the ruby api and oauth2, on my local > computer, I can make requests with the token every time, but when I test on > my serv

Re: Which object in the API can I set the campaign to be a PLA campaign?

2013-04-23 Thread Jeremy Aube
You still need an ad, but the promotion can be blank. On Monday, April 22, 2013 6:20:08 PM UTC-4, Cap'n of d'Ship wrote: > > I was under the impression that if your campaign is set as pla, you upload > product feed to google and the productads are optional since they only > represent the promoti

Re: Token : Adwords API : ruby client

2013-04-23 Thread Eduardo Hiroshi Campos Tamaki
Yes, it is, on adwords_api.yml " :oauth2_access_type: offline " on my localhost the token lasts "forever" and on my servers just 1 hour, same code, same timestamp. :( Em terça-feira, 23 de abril de 2013 11h24min48s UTC-3, Jeremy Aube escreveu: > > Do you have oauth2_access_type set to 'offline'?

Visual Studio can't find Google Adwords dlls

2013-04-23 Thread road11
I'm having issues creating a new Visual Studio project and adding Google DLLs to it (Google.Adwords.dll, Google.Ads.Common.dll). I create a new project, add references to those DLLs, then write my using statements at the top of my classes. I even physically copied the DLLs to my bin directory a

Re: API V201302 - Problem on configuring campaign for Mobile and Tablet devices

2013-04-23 Thread Eliya
Hello Alexander & Laurin, I am facing the same issue, I would like to migrate my existing mobile targeted campaign to an enhanced campaign that contains only ads that are mobile preferred. My problem is that I need to edit existing ads. Is that possible through the API, for example using 'setDe

Re: ConversionTrackerId not a valid field in many reports the migration guide says it should be in

2013-04-23 Thread GregT
Okay - thanks, David. I appreciate it. Greg On Tuesday, April 23, 2013 9:05:09 AM UTC-5, David Torres (AdWords API Team) wrote: > > Hi Greg, > > I hear you, working with my team to have IDs published but I can't make > any promises or give any timeline at this point. > > Best, > > - David > >

Re: Authentication for multiple clients

2013-04-23 Thread Alex V.
Hi AdWords API team, Is there away to use OAuth2 JWT with test accounts? I can create Service Application for the test account but stuck with Google Apps for Business domain for this account since there is no domain associated with

Trouble adding non ASCII keywords

2013-04-23 Thread assaf
Hi, I am trying to add keywords in hebrew and I get the INVALID_CHARS error. >From what I read I need to convert the text to hex based (Unicode won't work). for example: äåè îåáééì Is this correct? This value is added properly with the API but I have trouble showing it back in the GUI pro

Re: Test account problems?

2013-04-23 Thread David Torres (AdWords API Team)
Hi, There are not known issues with test accounts that we are aware of. What specific timeout errors are you seeing? are you using a client lib? which one? have your tried to target a regular production account, do you see the same error? Are you sure is not a network issue on your side? have y

Re: Open google-api-ads-python issues

2013-04-23 Thread David Torres (AdWords API Team)
Hi Everyone, Sorry for the inconveniences. I've made aware the Python client library maintainer of this issue. He will be cutting a new release soon. Best, - David Torres - AdWords API Team On Tuesday, April 23, 2013 7:22:17 AM UTC-4, Dorian Kind wrote: > > Hi Pau, > > many thanks for your wo

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR Adwords API v201302

2013-04-23 Thread Etienne Lawlor
Hey Anash, Of the two different ways to instantiate the BiddingStrategyConfiguration object : Method 1) my $biddingStrategyConfiguration = Google::Ads::AdWords::v201302::BiddingStrategyConfiguration->new(); $biddingStrategyConfiguration->set_biddingStrategyType("MANUAL_CPC"); $b

Re: Token : Adwords API : ruby client

2013-04-23 Thread Paul Matthews (AdWords API Team)
Hi Eduardo, It is correct that the *accessToken lasts only 1 hour*. That is the default accessToken lifespan for OAuth2. What should happen, is you need to refresh the accessToken using the refreshToken. This will give you another hour to make requests to the API. Please see the OAuth2 docs

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR Adwords API v201302

2013-04-23 Thread Etienne Lawlor
Hey Anash, Are you required to set the bids field when instantiating the BiddingStrategyConfiguration object ? https://developers.google.com/adwords/api/docs/reference/v201302/CampaignService.BiddingStrategyConfiguration The documentation says that bids cannot be set at the campaign level. I

Re: Trouble adding non ASCII keywords

2013-04-23 Thread assaf
Hi, I guess this was a client encoding issue that I resolved and the keyword text does except the hebrew chars now. Thanks anyway. On Tuesday, April 23, 2013 9:38:15 PM UTC+2, assaf wrote: > Hi, > > I am trying to add keywords in hebrew and I get the INVALID_CHARS error. > From what I read

Re: Test account problems?

2013-04-23 Thread assaf
Hi, I seem not to be getting this issue anymore as much as I did. I will update if I need assitance. Thank you. On Tuesday, April 23, 2013 9:54:00 PM UTC+2, David Torres (AdWords API Team) wrote: > Hi, > > There are not known issues with test accounts that we are aware of. What > specific

Re: /v201302 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in SANDBOX

2013-04-23 Thread assaf
>From what I see the update of the campaign details are fine the only issue is the budget. *What would be the correct way to update the campaign budget -* ** *I try to create a new one with the BudgetService but get a duplicate name error when trying to create a new one (one exists with the sa