Re: Need to Change email address of my API Account

2014-12-05 Thread assaf
Hi, But what if I must delete (or revoke access from my current gmail to the MCC) - Meaning - I wish to add an additional email with administrative access rights to my MCC. Once I have done this I wish to revoke access from my original email access - the one my developer token was approved.

Re: CRITERIA PERFORMANCE REPORT is empty

2014-12-05 Thread Aram T
Hi Josh The inclusion of Impressions column into CRITERIA_PERFORMANCE_REPORT resolved the issue, even without specifying includeZeroImpressions , which is false by default . This is really change in behavior. Thanks On Friday, 21 November 2014 20:04:29 UTC+4, Josh Radcliff (AdWords API

ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-12-05 Thread Barani velan
Hi , From today onwards I am facing ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND error message while downloading Click Performance Report from my Adwords account. Previously it's working fine without any errors. HTTP Response Code: 500, Trigger: Unable to read report data,

Re: How to pull individual reports for each account within an MCC

2014-12-05 Thread Stephen
Hi thanks Josh. Grabbing the account Id's is fine but setting customer ID with: adwords_client = AdWordsClient.LoadFromStorage() adwords_client.SetClientCustomerId('my_client_customer_id') Is returning the error: AttributeError: 'AdWordsClient' object has no attribute 'SetClientCustomerId'

Download Account Names and IDs

2014-12-05 Thread Sam
Hi all, Is there a way I can pull a list of Account IDs and Account Names for my MCC? I'm a beginner but from what I can see it's possible through managed_customer_service, but the output is in a format I'm unsure how to progress with (a small section shown below): (ManagedCustomer){

How to get Estimate Top of Page Bid for different locations

2014-12-05 Thread Shaun Greer
What is the best way to find the estimated CPC bid price for a top of page (top 3 spots) placement for different locations in the U.S. I have approximately 3,400 locations I want to get this avg. CPC bid price for. If possible I would like to use an existing campaign/Adgroups/keywords to do

Redirect Loop on Test Account Creation

2014-12-05 Thread Andre Tannus
Hi there. I'm setting up a Test Account. I already have a Production account setup (pending developer token). I am not logged into any other accounts when I attempt to create the Test Account. After filling out the Test Account form, I get redirected to the Google Accounts login. After

ads targeting

2014-12-05 Thread Nadav Israel
Hi I would like to use Google Admob SDK on Android, and target ads on real time (via the java code not on the web), for example limit the types of AdMob ads you see in my app: 1. get a specific ads categories like Air Travel from general categories 2. get a specific ads that relative for

Re: Need to Change email address of my API Account

2014-12-05 Thread Danial Klimkin
Hi Assaf, I am closing this thread as it is from 2012. Please create a new one should you have further questions. Please confirm you can log in into AdWords UI with the new login. If yes, make sure to update the refresh token in your application configuration. -Danial, AdWords API Team.

Re: Problem in creating dynamic search ads campaign settings using DynamicSearchAdsSetting

2014-12-05 Thread chandu polimini
HI venkat , I am also getting same problem ,while creating the dynamic search campaign through api and I set l the dynamic search ads setting object to the campaign object .Here i am trying to create search campaign . please ,let me know any update on this . Thanks , chandrasekhar On

How to get refresh OAUTH2 refresh token for AdWords API

2014-12-05 Thread repkaua2015
Hello! I have a problem with oauth2 refresh token in my AdWords auth.ini file: ; If you already have a refresh token, enter it below. Otherwise run ; GetRefreshToken.php. refresh_token = INSERT_OAUTH2_REFRESH_TOKEN_HERE I was trying to run GetRefreshToken.php file, and I received the next: Log

RequiredError.REQUIRED when try to create campaign

2014-12-05 Thread Pavel Štěrba
I'm trying to create new campaign via API (v201406), but I'm still getting error *RequiredError.REQUIRED*. But I don't know which field I'm missing, here is my *CompaignOperation* object: Campaign Object ( [id] = [name] = MY_CAMPAIGN_NAME [status] = ENABLED [servingStatus] =

Re: Problem in creating dynamic search ads campaign settings using DynamicSearchAdsSetting

2014-12-05 Thread surya sun
Hi Ray Tsang , I am also Getting same problem trying to add dynamic search campaign and setting DynamicSearchAdsSetting object to the campaign setting but still its saved as search campaign with all features as campaign sub type. Please , let me know any solution for this . Thanks cs On

find the search terms that triggered a specific keyword with api?

2014-12-05 Thread yohans
Hi, I have a list of 500 keywords (this list changes every week), and I want to find the search terms/queries that triggered each of these keywords (i.e., 500 sets/lists of search terms that correspond with the 500 keywords). I am new to the adwords API and am having difficulty wading

Re: Download Account Names and IDs

2014-12-05 Thread Danial Klimkin
Hello Sam, Do you use any of our client libraries? Each of them has an GetAccountHierarchy example which does exactly what you need. -Danial, AdWords API Team. On Friday, December 5, 2014 4:33:26 PM UTC-8, Sam wrote: Hi all, Is there a way I can pull a list of Account IDs and Account

Re: Redirect Loop on Test Account Creation

2014-12-05 Thread Danial Klimkin
Hello Andre, This is a known issue and we are working to get it fixed, see: https://groups.google.com/forum/#!topic/adwords-api/rGRIAxhB9j4 -Danial, AdWords API Team. On Friday, December 5, 2014 9:55:12 AM UTC-8, Andre Tannus wrote: Hi there. I'm setting up a Test Account. I already

Re: RequiredError.REQUIRED when try to create campaign

2014-12-05 Thread Danial Klimkin
Hello Pavel, Normally, trigger field with tell that. I'd say you need to specify advertisingChannelType. -Danial, AdWords API Team. On Friday, December 5, 2014 6:33:48 AM UTC-8, Pavel Štěrba wrote: I'm trying to create new campaign via API (v201406), but I'm still getting error

Re: (502)Bad Gateway

2014-12-05 Thread Danial Klimkin
Followed up directly as it includes private details. -Danial. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: ads targeting

2014-12-05 Thread Danial Klimkin
Hello Nadav, This group is for questions regarding AdWords API only. Please check on the AdMob forum instead. -Danial, AdWords API Team. On Thursday, December 4, 2014 9:55:50 PM UTC-8, Nadav Israel wrote: Hi I would like to use Google Admob SDK on Android, and target ads on real time