Re: Has Google recently taken the decision to disallow companies to use their keyword tool, the Google AdWords API?

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Hi Gail, AdWords API supports keyword planner, just that its functionality is split between TrafficEstimatorService and TargetingIdeaService (previously TrafficEstimator and Keyword tool on the UI). As long as your API usage is in accordance with AdWords API Terms and Conditions and Required Mi

Re: No campaigns were found

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
It goes in your auth.ini file. https://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ads/AdWords/auth.ini You could also specify this in the AdWordsUser constructor or set it at runtime. See https://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ads

Re: Account Hierarchy Access for Clients

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Hi Martin, Let me explain with an example, I think I didn't explain this correctly in my previous email. If you create your accounts as root - client 1 account 1 - client 1 account 2 - client 2 account 1 And then you need to restrict that client 1 sees only "client 1 account 1" and "

QuotaCheckError.ACCOUNT_INACTIVE error with Ruby API v201306 using a test account

2013-09-12 Thread adaptoco
Hi, We are having some problems with Ruby API v201306 using a test account. MCC Test account: 280-750-5889 Test Adwords Acc: 266-359-0132 Error using an example from API (get_campaigns.rb) is: Message: [QuotaCheckError.ACCOUNT_INACTIVE @ ; trigger:''] Errors: Error [1]:

How to create group of advertising in adwords via api

2013-09-12 Thread Piotr Kołodziejski
Hi, I have a challenge, i have to create some script who create group of advertising, key words and of course advertising in adwords campaign. I find google api project and than i find Service but i can't find service who belongs to adwords. I search internet and i find some information of

Placeholder Feed Item Report: Are extensions only those visible?

2013-09-12 Thread rutje
Hi, The Placeholder Feed Item Reports provides a mapping of extensions (site/app/call) to campaignId, adGroupId. The UI in google adwords provides the ability to associate a call extension to the adgroup level or the campaign level. The adgroup level call extension overrides the campaignlevel

Targeting idea for RelatedToUrlSearchParameter returns the same keywords for different pages on a domain

2013-09-12 Thread KG
Last year, I used RelatedToUrlSearchParameter with idea type KEYWORD when doing keyword research. It worked great. It used to return results similar to what Display Planner returns, sorted by relevance and for that specific URL (not for domain). These days, when I try it, it seems to return the

Placeholder Feed Item Report: Call Extensions: Getting Mobile Clicks

2013-09-12 Thread rutje
If I search for an item in my browser "restaurant" and click on the link with phone id by it on the Google landing page, is this recorded as a click in the placeholder feed item reports? If not is there a place where I can track this? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Obtain count of active Product Listing Ads

2013-09-12 Thread Shailesh Humbad
We provide product feeds to Google Merchant Center for many merchants. We want to monitor the status of the Product Listing Ads by checking the count of actively running ads each day. Is there a way to do this with the Adwords API? I saw some reports like "Destination URL Report" or "Campaign

QuotaCheckError.ACCOUNT_INACTIVE error with Ruby API v201306 using a test account

2013-09-12 Thread adaptoco
Hi, We are having some problems with Ruby API v201306 using a test account. MCC Test account: 280-750-5889 Test Adwords Acc: 266-359-0132 Error using an example from API (get_campaigns.rb) is: Message: [QuotaCheckError.ACCOUNT_INACTIVE @ ; trigger:''] Errors: Error [1]:

Targeting idea for RelatedToUrlSearchParameter returns the same keywords for different pages on a domain

2013-09-12 Thread KG
Last year, I used RelatedToUrlSearchParameterwith idea type KEYWORD when doing keyword research. It worked great. It used to return results similar to what Display Planner retu

Incomplete Sign Up Error - Already Accepted MCC T&Cs + Test Token Approved

2013-09-12 Thread Daniel
Team, I've read maybe a dozen or more threads on this issue. We've tried multiple routs of eliminating this error, and done everything the threads recommend. We are coming here for support from the Google support team as we have been working at this problem for hours. + We are seeing this er

Re: java.net.SocketException

2013-09-12 Thread Takeshi Hagikura (AdWords API Team)
Hi, I believe it's not on the AdWords API layer nor whether your developer token is approved. But on the HTTPS library you are using. Can you please try this or th

Re: Changing FeedItemDevicePreference from mobile to none for enhanced sitelink adextensions

2013-09-12 Thread Jay
We are actually still experiencing this bug today. To change device preference away from MOBILE, we simply set a NULL into the data object, but that still fails to change the preference from MOBILE to NONE. Any help would be appreciated. -Jay -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Account Hierarchy Access for Clients

2013-09-12 Thread Martin Samm
Anash, i've been looking at this some more and have some follow on questions. i'm using approach number 2 as you outlined and doing this: // Create customer. $customer = new ManagedCustomer(); $customer->name = 'Account #' . uniqid(); $customer->currencyCode = 'GBP'; $customer->dateTimeZone = '

Re: No campaigns were found

2013-09-12 Thread gapi3
Where i have to use it? I use the Example GetCampaings.php there is nothing like clientCustomerId !? Am Donnerstag, 12. September 2013 10:06:34 UTC+2 schrieb Anash P. Oommen (AdWords API Team): > > No, clientCustomerId is the AdWords Customer Id of your test account. it's > on the top right sid

Re: invalid grant with php

2013-09-12 Thread Paul Matthews (AdWords API Team)
Hi Alex, It seems that you're using the response code as the refresh token. You should exchange the code for a refresh_token and an access_token. The refresh_token you keep, the access_token you use for up to 1 hour. Regards, - Paul, AdWords API Team. On Monday, 26 August 2013 16:18:02 UTC+2,

Re: Dynamic price in ads

2013-09-12 Thread Valerii Buzivskyi
Hi Paul, yes, we include client customer id approximately 30-40% of the keywords are updated successfully четверг, 12 сентября 2013 г., 12:47:24 UTC+3 пользователь Paul Matthews (AdWords API Team) написал: > > Hi Valeril, > > Are you including a client customer id in the requests you're sendin

Re: Login form for third-party policy, reports by accounts

2013-09-12 Thread Paul Matthews (AdWords API Team)
Hi, The AdWords API Forum is a technical support forum and doesn't offer guidance on interpreting Terms and Conditionsor Require Minimum Functionality. For this information, please ask these questions during your token review process. Reg

Targeting idea for RelatedToUrlSearchParameter returns the same keywords for different pages on a domain

2013-09-12 Thread KG
Last year, I used RelatedToUrlSearchParameter with idea type KEYWORD when doing keyword research. It worked great. It used to return results similar to what Display Planner returns, sorted by relevance and for that specific URL (not for domain). These days, when I try it, it seems to return the

Re: Simple Questions about the OAuth2 access_token and Redirect URI

2013-09-12 Thread Ewan Heming
Hi Alan, You might find the one on the OAuth Playgroundeasier to get going quickly. Also, you might just need to refresh your access token with the code you've already written already. Just run the following code before making API calls:

Re: Experience a lot RATE_EXCEEDED for CustomerSyncService

2013-09-12 Thread Paul Matthews (AdWords API Team)
Hi Simon, Rate limits depend on several different factors, including time of day and server load. It's best practice to honor the retryAfterSeconds value returned in the response for a consistent experience. Regards, - Paul, AdWords API Team. On Thursday, 5 September 2013 18:22:36 UTC+2, Simo

Re: Ad group level mobile extensions

2013-09-12 Thread Paul Matthews (AdWords API Team)
Hi, Extensions can only be applied at the campaign level. Regards, - Paul, AdWords API Team. On Monday, 9 September 2013 09:13:38 UTC+2, techpoi...@gmail.com wrote: > > Hi, > > Using 'Mobile Extension' from "CampaignAdExtensionService", we can set the > the call extension to campaigns. > To s

Re: Dynamic price in ads

2013-09-12 Thread Paul Matthews (AdWords API Team)
Hi Valeril, Are you including a client customer id in the requests you're sending to the server? This error often caused by missing this (session level) property. Regards, - Paul, AdWords API Team. On Thursday, 29 August 2013 11:07:43 UTC+2, Valerii Buzivskyi wrote: > > UP > > пятница, 23 авг

Re: Getting ad words and analytics by using Google API?

2013-09-12 Thread Evgeniy Bogdanov
Yes, this is possible. You need to download data by Adwords API and Analytics API and combine them into 1 table. 2013/9/11 Umair Tahir > Can i get data from ad words and analytics by using Google API? And from > the data can i make customize reports for conversion analysis against each > keywor

Re: Account Hierarchy Access for Clients

2013-09-12 Thread Martin Samm
Anash, thanks for that clarity. i'll progress with option 1 but might be back for more pointers. Many Thanks Martin thanks for that On Thursday, September 12, 2013 9:03:42 AM UTC+1, Anash P. Oommen (AdWords API Team) wrote: > > Hi Martin, > > The kind of permissions you are looking for appli

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-12 Thread CSPeter
Thanks. I haven't seen any report errors come through since you guys added the Errors object. This was in fact my issue (along with PreferredPosition also being removed). On Thursday, September 12, 2013 3:48:52 AM UTC-4, Anash P. Oommen (AdWords API Team) wrote: > > Hi Peter, > > BottomPositi

Re: No campaigns were found

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
No, clientCustomerId is the AdWords Customer Id of your test account. it's on the top right side of the page when you login to your AdWords account. Cheers, Anash On Wednesday, September 11, 2013 2:11:35 PM UTC+5:30, ga...@coderr-media.de wrote: > > Hi, > > i don't use the developer token from

Re: Get MCC working, allow clients to login and able to get their own reports.

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Yes, you get the OAuth2 information from the OAuth2 console, only the developer token comes from the AdWords API Center. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 11, 2013 3:26:02 PM UTC+5:30, g...@mediasales.hu wrote: > > Thanks for the answer! > > So i have to regi

Re: Account Hierarchy Access for Clients

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Hi Martin, The kind of permissions you are looking for applies only to MCC levels, so I can think of the following approach: 1. If your client already has an MCC, then use ManagedCustomerService.mutateLink to send an invite, accept it etc. so that the MCC becomes your child account. 2. If your

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, BottomPosition is not a valid column as per https://developers.google.com/adwords/api/docs/appendix/reports#keywords. If you look at the ReportsException being thrown and then examine it's Error field, you will see the cause of error. Cheers, Anash On Thursday, September 12, 2013 12

Re: No campaigns were found

2013-09-12 Thread gapi3
Hi, i don't use the developer token from 773-205-0228. As i wrote before i am using it from 740-266-0867 2. You can make calls with the credentials of 773-205-0228 or 161-227-5683 > and 161-227-5683 as clientCustomerId. the clientCustumerID is what i get from here: https://code.google.com/a

Token

2013-09-12 Thread jbmckeebgm
Sorry to ask the question here, but I don't know what else to do. I applied for a developer token in June, this is now September and it still says Pending Approval. I have emailed adwordsapi-tok...@google.com, resubmitted the application and called Adwords support, all to no avail. I did get

Getting ad words and analytics by using Google API?

2013-09-12 Thread Umair Tahir
Can i get data from ad words and analytics by using Google API? And from the data can i make customize reports for conversion analysis against each keyword? For Example: *Table columns :* Keywords | Max CPC | Avg CPC | Clicks | Impressions | CTR | Unique Visitors | Bounce Rate | Revenu

Has Google recently taken the decision to disallow companies to use their keyword tool, the Google AdWords API?

2013-09-12 Thread Gail Mullard
Hello I have been using the new Keyword Planner in Adwords, but I am mid development of a new piece of software and my developer has just informed me that Google no longer allows companies to use their Adwords API - is this correct? Can anyone enlighten me of changes in this area Gail -- --

Re: Why is BulkOpportunityService gone?

2013-09-12 Thread Yihang Luo
Hello Danial, Thanks for your reply. But TargetingIdeaService doesn't provide those opportunities in UI, instead something like what Keyword Planner provides. I would rather have the opportunities provided via API, which would be convenient. Why was it deprecated? On Tuesday, September 10, 20