Re: Disapproved Ads on date basis

2013-01-07 Thread Danial Klimkin
Hello Sumit, There are no fields to filter on disapproval timestamp. I suggest to set the status of the older disapproved ads to 'deleted' and filtering by the status field. -Danial, AdWords API Team. On Sunday, December 30, 2012 12:20:10 AM UTC+4, Sumit wrote: > > I am using adword api to

Re: Authentication for multiple clients

2013-01-07 Thread Danial Klimkin
Hello Noah, There are two options: 1. OAuth2.0 as you've described. The user will only need to grant you access once, via web. After that you can use a refresh token to get new set of credentials. 2. Using Service Account (JWT). It will require no manual user actions. Unfortunately, we do not

Re: Site suspended customers remain undetectable through API

2013-01-07 Thread Danial Klimkin
Hello Hudar, The API returns the status of the object itself but not the 'derived' status based on object's parent. For this particular issue I recommend checking the account status with AlertService which warns about many potential issues: https://developers.google.com/adwords/api/docs/re

Re: Could you explain me what should I do to put my account into whitelist?

2013-01-07 Thread Danial Klimkin
Hello pumba, There are certain features that are available for limited list of API users only. Please check with your CSR (customer service representative) to check if your company is eligible. -Danial, AdWords API Team. On Wednesday, January 2, 2013 9:01:55 PM UTC+4, pumba wrote: > > Could

INCOMPLETE_SIGNUP error

2013-01-07 Thread NewAdWorsUser
Hi, When I try to run* AdWords.Example.CSharp* solution, I am getting * INCOMPLETE_SIGNUP* error when I run *v201209.AddCampaigns* method in *Debug -> Command Line*. I tried running *v201206.AddCampaigns* as well and did not work as well. I looked up all over the groups and I tried everything I

Problems using adwords api in php

2013-01-07 Thread bibudha ranjan
I am using AdWords API PHP Client Library for php. In the "auth.ini" file i am using my personal gmail account credentials. When i run the files provided in examples folder like GetCampaign.php i got error like SOAP-ERROR: Parsing WSDL: Couldn't load from ' https://adwords-sandbox.google.com/api

AdWords Test Account best practice

2013-01-07 Thread Sinisa Grgic (LumosLabs)
Hi, I'm switching now from Sandbox to Test Account. Since we were testing create/delete campaign on Sandbox I wonder what is the best practice for this kind of tests in Test Account. Is it possible to wipe out all campaigns from Test Account after some time? That means not to set their status t

Getting Empty XML Reports

2013-01-07 Thread Jeff Freeman
Hi, I am trying to download a report through the API. When I set to the report download format to CSV, it works fine. But, when I switch to XML, the file that is download is empty. It just contains a blank string that is 300+ characters is length. Any idea what the issue is? I am using the PHP

Re: MCM service - GetClientCustomerId : "The remote server returned an error: (500) Internal Server Error."

2013-01-07 Thread Bernardo Alves
Hi, I'm facing the same problem exactly. Did you get this to work? Cheers, Bernardo Quarta-feira, 26 de Setembro de 2012 13:45:41 UTC+1, Kiran escreveu: > > Hi, > > > > We have a requirement in our project to get Client Customer ID. For this > we are calling AdWords API v201206 : > https://ad

Re: Upgrading to v201206

2013-01-07 Thread Bernardo Alves
Hi Kevin, I tried this example to request information from ManagedCustomerService but I keep getting "internal server error". Any ideas of what might be going wrong? Thanks, Bernardo Quinta-feira, 25 de Outubro de 2012 16:08:15 UTC+1, Kevin Winter escreveu: > > Hi David, > Here's an example

Revoking Access

2013-01-07 Thread Sruly Markowitz
I have an idea for software that can help users manage their Adwords account. After doing some research and seeing that Google has, twice in the past 2 years, revoked access to (even relatively) large companies (SEO Moz, Raven etc), I am concerned about putting money behind something that can be

ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-07 Thread Bernardo Alves
Hi, Could anyone please provide me with a SOAP example to get a ManagedCustomerPage list from the ManagedCustomerService ? I've been trying several combinations but I keep getting the "invalid request" error. My goal is to obtain the list of managed client IDs of my MCC account, in order to ru

Waiting for test account approval

2013-01-07 Thread Vicki Gore
Hi, I filled out the online form early December for an MCC to be turned into test accounts, I listed the MCC and the client IDs within it but still havent received any confirmation for approval. Can someone get back to me on this please? Thanks Vicki -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

SOAP example to get ManagedCustomerPage

2013-01-07 Thread Bernardo Alves
Hi, Could anyone share an example of a SOAP request to get a ManagedCustomerPage list from ManagedCustomerService? Thanks for any light you can shed on this sibject, Bernardo Alves -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://

Re: AdWords Test Account best practice

2013-01-07 Thread Danial Klimkin
Hello Sinisa, The Test Account is a normal production account except to the fact it will never serve. As such, there is no way to completely delete a campaign other than change it's status. This should not be an issue though as the number of deleted campaigns on the account is not limited.

Re: fetch data from Google Adwords Campaign account using API via sandbox

2013-01-07 Thread Danial Klimkin
Hello Neha, The Sandbox is now deprecated. Please see this guide on Test Accounts instead: https://developers.google.com/adwords/api/docs/test-accounts For quick start with C#, see our DotNet library: https://code.google.com/p/google-api-adwords-dotnet/ -Danial, AdWords API Team. On F

Re: Account Managment

2013-01-07 Thread Danial Klimkin
Hello Ro, No, at present ManagedCustomerService supports only 'ADD' operation. -Danial, AdWords API Team. On Friday, January 4, 2013 1:09:29 AM UTC+4, Ro wrote: > > Hey, > > Is it possible to update an account I created via the api? let's say > update it's time zone at later time of the cr

Re: MutateJobService - How to get all Job Ids?

2013-01-07 Thread Danial Klimkin
Hello Joel, This is not possible with the API. It is intentional due to the way the jobs are executed on the server side. -Danial, AdWords API Team. On Friday, January 4, 2013 12:27:36 AM UTC+4, joel wrote: > > Let's say I submit a bunch of MutateJobs and then my process crashes > before I

Re: fetch data from google adword account via API

2013-01-07 Thread Danial Klimkin
I closing this thread as a duplicate of https://groups.google.com/forum/#!topic/adwords-api/ifwkjOtJ6Jw. -Danial. On Thursday, January 3, 2013 8:21:47 AM UTC+4, Neha Prajapati wrote: > > > Hi Friends > > i need to get data from Google Adwords account using API on daily basis. > > i.e. I need t

Re: Use RSS Feed To Create Campaign

2013-01-07 Thread Danial Klimkin
Hello Chris, The AdWords API is quite complex as the product has a lot of features. It is possible to implement what you describe but it will require some software development skills. This is a good place to start: https://developers.google.com/adwords/api/docs/ And here are our client lib

Re: accounts hierarchy for test account

2013-01-07 Thread Danial Klimkin
Hello, MCC-level calls are not supported for Test Accounts. This includes MCService. -Danial, AdWords API Team. On Thursday, January 3, 2013 1:17:09 PM UTC+4, gpsphpdev wrote: > > How to get accounts hir=errarchy for test account. > > Can't use > ManagedCustomerService

Query Product Extension IDs

2013-01-07 Thread John Lister
Hi, I'm trying to create a PLA campaign using the Java API and I've come across a problem which I suspect is a complete misunderstanding of how the api works. Could you tell me the correct way to add ProductExtension to an a campaign using the api, I've tried a few things but come up against a

Empty MANAGED_PLACEMENTS_PERFORMANCE_REPORT

2013-01-07 Thread Alex
Is it possible to adjust the CPCs of mobile Ads over the API? In the Adwords Interface I see them as managed Placements, but they dont appear in the MANAGED_PLACEMENTS_PERFORMANCE_REPORT. They seem to appear in the URL_PERFORMANCE_REPORT, but without IDs. Without IDs its impossible to adjust the

keyword match settings ???

2013-01-07 Thread Noah
Hello, I'm following, step-by-step, the documentation at: https://developers.google.com/adwords/api/docs/#soap 1) Get an auth token using CURL. Works fine 2) Send manual SOAP request with supplied auth, client id, etc. FAILS I get an error back from google that says (from the SOAP response):

Re: Bug in the Documentation

2013-01-07 Thread Kevin Winter (AdWords API Team)
Hi, Here's an example of how the Java client library would format such a request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/cm/v201209";

Re: Bug in the Documentation

2013-01-07 Thread Noah Silverman
Kevin, That's a huge help. Thank You! On Jan 7, 2013, at 9:16 AM, Kevin Winter (AdWords API Team) wrote: > Hi, > Here's an example of how the Java client library would format such a > request: > > http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:xsd="http://www.w3.org/2001/XMLSchem

Re: Get automatic placement exclusions on ad group level

2013-01-07 Thread Kevin Winter (AdWords API Team)
It looks like my reply did not go to the forum. My original answer: This isn't currently possible. The Criteria report, which does return AdGroup-level data, only returns Search network traffic and the Display Keywords report only reflects Keywords. We'll be updating the Mapping Report to the

Getting CampaignCriterionError.OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE

2013-01-07 Thread Oliver
The docs for CampaignCriterionOperation: https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.CampaignCriterionOperation says it supports the SET operator. However, using SET results in getting: CampaignCriterionError.OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE