How to get Campaign using CampaignService with version Google.Api.Ads.AdWords.v201109?

2013-01-27 Thread Pramod Patil
Hi I am using *Google.Api.Ads.AdWords.v201109* with dot.net code and getting campaign using CampaignService. But I am getting error. *"The request failed with HTTP status 404: Not Found"*. Please see in line of code for error with Red mark. Is there any changes to AdWords API? Please let

How to get "ConversionRate" Selector field for vesion Google.Api.Ads.AdWords.v201209?

2013-01-27 Thread Pramod Patil
Hi, While working with Google.Api.Ads.AdWords.v201106, there was "ConversionRate" selector field, but this is not available in Google.Api.Ads.AdWords.v201209. Is there any way to get this selector value. Thanks Pramod. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: Getting INVALID_CRITERION_ID after account was suspended/reactivated

2013-01-27 Thread Anash P. Oommen (AdWords API Team)
Hi, If you are still facing this issue, please post a sanitized SOAP request and response xml and I'll investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, January 24, 2013 2:27:55 AM UTC+5:30, technical...@gmail.com wrote: > > My developer token was suspended f

Re: I have less impressions than platform

2013-01-27 Thread Anash P. Oommen (AdWords API Team)
Hi Federico, The most likely reason for mismatch of data is that the columns and filters you are applying on the website doesn't match with what you are requesting from your code. If these are the same, then the stats you get from UI and API should match if you request them at the same time. D

Re: Authorization Method

2013-01-27 Thread Anash P. Oommen (AdWords API Team)
Hi Marcos, May I know why the use of ClientLogin isn't an option? You could use email/password of the test account to test your script, and once the development is done, you could substitute your production account credentials instead. This way you don't have to use live credentials in your sc

Re: new to Adword Api v201209

2013-01-27 Thread Anash P. Oommen (AdWords API Team)
Hi Angel, You need to switch to v15.3 of the library, which has support for v201209 of AdWords API. You can download it from http://code.google.com/p/google-api-adwords-dotnet/. . If you are just using AdWords API for report downloads, your code changes should be minimal. For reportUtilities,

Re: My Adword account has been synchronized with a gmail id by mistake

2013-01-27 Thread Anash P. Oommen (AdWords API Team)
Hi Ashutosh, Pls post this question on the product forum: https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, January 26, 2013 3:53:36 AM UTC+5:30, Ashutosh Singh wrote: > > Hi, > > My Adword account has been synchron

Re: Is it possible to make run campaign for Apple Products

2013-01-27 Thread Anash P. Oommen (AdWords API Team)
Hi Ashutosh, Since this question is product-specific, I recommend that you ask this question on the AdWords product forum instead. The product forum link is https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords. Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, Januar

Re: PHP GetCampaignsExample fails

2013-01-27 Thread Anash P. Oommen (AdWords API Team)
Hi, The settings should be email/password: Your MCC account's email/password developer token: Your developer token. The developer token from your MCC account. clientId: Your test account's customer id. Since the calls are made against the test account, your developer token will work even if it

Fault occurred while processing when trying to add campaigns

2013-01-27 Thread Timo Aarnio
Hi I'm currently trying to add campaigns for the test account. But when I run the script, it throws "Fault occurred while processing." error. The error seems to happen when the script tries to mutate budget: [Jan 25 2013 18:03:48.00 - ERROR] email=testemail effectiveUser=123456789 service=

Is it possible to make run campaign for Apple Products

2013-01-27 Thread Ashutosh Singh
Hi All, I am working in Techsupport Company and want to start techsupport service for Apple Mac book. So would you suggest me is it possible to make run campaign for Apple. And also suggest me for Techsupport business which types of service is more profitable -- -- =~=~=~=~=~=~=~=~=

Re: Approval for Reporting Only API

2013-01-27 Thread AcidPAT
For our scenario, we are only interested in Query Terms, and so we were planning on meeting the reporting requirements for Search Query Performance ONLY. So if this is the case, we would not be showing 0 in the API because there are literally no rows of data:) Basically, the best that I can do

Re: Adwords API UNITS used

2013-01-27 Thread silvester
Hi, Thanks for the Reply. Regards, Silvester On Thursday, January 24, 2013 2:57:20 PM UTC+5:30, Takeshi Hagikura (AdWords API Team) wrote: > > Hi, > > AdHoc reports don't cost API units. > > Basically you can query operation counts you have made using > InfoService

new to Adword Api v201209

2013-01-27 Thread Angel
HI All, Currently in our application we are using ~\awapi_dotnet_lib_src_v14.7.0\lib\Google.Ads.Common.dll ~\awapi_dotnet_lib_src_v14.7.0\lib\Google.AdWords.dll as per the news api version 201206 will be depricated by feb 26. can anybody tell me what will be the new verion of api will it be 14

Re: Keyword performance report

2013-01-27 Thread silvester
Hi David, Thanks for the Reply. I changed the year of the report and it worked. Thanks, Silvester On Tuesday, January 15, 2013 8:00:31 AM UTC+5:30, David Torres (AdWords API Team) wrote: > > Hi Silvester, > > From quick glance, it seems you are posting your request against a wrong > endpoint >

How to get "ConversionRate" Selector field for vesion Google.Api.Ads.AdWords.v201209?

2013-01-27 Thread Pramod Patil
Hi, While working with Google.Api.Ads.AdWords.v201106, there was "ConversionRate" selector field, but this is not available in Google.Api.Ads.AdWords.v201209. Is there any way to get this selector value. Thanks Pramod. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Retrieve Sitelinks in PHP (v201209)

2013-01-27 Thread Andrew
hoping someone can help, I can't find any examples of how to get all sitelinks in an account what i've got so far is: $campaignAdExtensionService = $user->GetService('campaignAdExtensionService', $this->apiVersion); $selector = new Selector(); $selector->fields = array("CampaignId", "DisplayT

Retrieving Sitelinks in PHP (v201209)

2013-01-27 Thread Andrew
Hi, Probably a really simple question but I'm pulling my hair out trying to find an example of how to retrieve a list of all sitelinks in an account the code I've got so far is: $campaignAdExtensionService = $user->GetService('campaignAdExtensionService' ,'v201209'); $selector = new Selector

Re: Failed to Get a List of Automatic Placements via AdGroupCriterionService

2013-01-27 Thread Omri Cohen
Hi Kevin, Very clear explanation. Thanks! I am in search for the best data source for automatic placements, specifically impressions, clicks, CTR, conversions, conv. rates. I read through your reply to Tomer and I understand that the best way to go about is using the Automatic Placements Perfor

"Fault occurred while processing" when adding a campaign

2013-01-27 Thread Timo Aarnio
Hi I'm currently trying to add campaigns to my test account. But when running the script I get this error: "Fault occurred while processing." The error seems to happen when the script tries to add using the budgetservice: [Jan 25 2013 19:03:26.00 - ERROR] email=testemail effectiveUser=1234

Re: Problem with Adwords Api

2013-01-27 Thread Alan Coleman
Hi Paul, This would probably explain why the above SOAP Request is not working for me. So has the Sandbox environment been scrapped in favour of developers using their own test accounts through MCC? Many thanks On Tuesday, January 15, 2013 4:00:36 PM UTC, Paul Matthews (AdWords API Team) wro

Re: CustomerSyncService Bug? Service not returning added or deleted adExtensions

2013-01-27 Thread Takeshi Hagikura (AdWords API Team)
Unfortunately, it's not possible to track the status externally. Best, - Takeshi On Friday, January 25, 2013 7:24:50 PM UTC+9, Akil Burgess wrote: > > Thanks Takeshi. Is there a way for me to track the status of the bug? > > -- > Akil > > On Friday, January 25, 2013 9:07:34 AM UTC, Takeshi Hagiku

Re: Google APIlity PHP Library for AdWords for v11

2013-01-27 Thread Anash P. Oommen
Hi, Apility library is no longer available, it has been replaced by the AdWords API PHP library. See http://code.google.com/p/google-api-adwords-php/ for details. The site has downloads, code examples, videos and wiki articles to get you started. In case of any questions, feel free to open a ne

Re: Approval for Reporting Only API

2013-01-27 Thread Anash P. Oommen
Hi, As per https://developers.google.com/adwords/api/docs/signingup#step2, you can provide design documents for your application if it is not yet developed. Also, you can download a report from the AdWords site in xml format from the relevant account and use that for development purposes. You