Re: AdWords Ad Details like % Served, Clicks etc... Which API call will return these information.

2014-01-21 Thread Danial Klimkin
Hello Bikram, Please check out the reporting reference available here: https://developers.google.com/adwords/api/docs/appendix/reports Note you may need to join several reporting. For example, Ad IDs are available with Id field of Ad Performance Report, matched keywords as KeywordText of

[RateExceededError rateName=BillingPerDay, rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400]

2014-01-21 Thread Jürgen Wiest
I'm getting the error [RateExceededError rateName=BillingPerDay, rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400] even though I have only used normal units so far. Can anyone tell me how the 10k per day are working? My systom was working perfectly untill today morning, can

Cant get any result from GetRefreshToken.php

2014-01-21 Thread Mahfooz Khan
Hi, I have been trying to use the client library for Auth2.0 , after creating the client ID and secret and then updating it with auth.ini , i am not able to run the getrefreshtoken.php as it doesnt display any google app utility , require your assistance. You can check from here.

QuotaCheckError.INCOMPLETE_SIGNUP

2014-01-21 Thread Zaeba Pipes
Trying to connect to the Google AdWords API and when running CampaignService service = (CampaignService) user.GetService(AdWordsService.v201309.CampaignService); CampaignPage page = service.get(selector); I get the following error: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP

Re: Report which returns Ad Id, Final Destination URL (Destination URL Report).

2014-01-21 Thread Niels Kikkert
Hi Bikram, I think you're looking for is the AD_PERFORMANCE_REPORT (https://developers.google.com/adwords/api/docs/appendix/reports?hl=nl#ad). This will not return all the fields you're requesting, and I don't know if all of those information is available through the API, but at least it

Re: [RateExceededError rateName=BillingPerDay, rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400]

2014-01-21 Thread Jürgen Wiest
I'm getting the error [RateExceededError rateName=BillingPerDay, rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400] even though I have only used normal units so far. Can anyone tell me how the 10k per day are working? My system was working perfectly until today morning, can

Facing problem to get refresh token

2014-01-21 Thread Mahfooz Khan
Hello, I have inserted require information into auth.ini file like developerToken,userAgent,clientCustomerId,client_id, and client_secret after that i run the file GetRefreshToken.php either on localhost or server but did not get refreshtoken output . It should be a reason

Re: Google Keyword Volume

2014-01-21 Thread Jason Kwok
Eric, Is the TargetingIdeaService tool still the best method to estimate Keyword volume? I found https://developers.google.com/adwords/api/docs/reference/v201309/TrafficEstimatorService?csw=1 . Between the two, which is better? What is the max # of keywords that I can look up if the

How to set up Bid only option in a display network campaing

2014-01-21 Thread Kim Pham
Hello everyone, We would like to use diffrent targettings for a display network campaign. For exemple, to use keyword display and to add the placements for an adgroup = our ads will be display on the placements automatic thanks to a list of keywords, and ALSO on the placements added for each

Re: [RateExceededError rateName=BillingPerDay, rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400]

2014-01-21 Thread Danial Klimkin
I am closing this old thread, please follow up in the duplicate: https://groups.google.com/forum/#!topic/adwords-api/IdEcE48_s7A -Danial. On Monday, January 20, 2014 5:38:45 PM UTC+4, Jürgen Wiest wrote: I'm getting the error [RateExceededError rateName=BillingPerDay,

Re: 400 Error when re-authorizing adwords Oauth2.0

2014-01-21 Thread Danial Klimkin
Hello Pere, Do you get the same error if you provide *only* AdWords scope? Can you combine those calls to have a shared refresh token for both GA and AdWords API? -Danial, AdWords API Team. On Thursday, January 16, 2014 12:32:36 AM UTC+4, Pere Kyle wrote: Since about the beginning of

Re: Retrieving keywords search volume through google api.

2014-01-21 Thread Danial Klimkin
Hello Mohammed, This data can be retrieved with TrafficEstimatorService: https://developers.google.com/adwords/api/docs/reference/v201309/TrafficEstimatorService AdWords API is free but please make sure to review terms and conditions: https://developers.google.com/adwords/api/docs/terms

Re: AdWords PHP client library - Errors with AddCampaigns.php and EstimateKeywordTraffic.php

2014-01-21 Thread Danial Klimkin
Hello, It looks like you are making a request against an MCC account. Please create an advertiser sub-account (via UI or the API) and specify it's clientCustomerId in the request. It is not possible to create a campaign in an MCC account. -Danial, AdWords API Team. On Thursday, January

Re: AdId mismatch in Ad Performance Report

2014-01-21 Thread Danial Klimkin
Hello Bikram, What are you comparing these IDs to? I've checked AdGroup 1301383813 and I see ads with the IDs listed under it. -Danial, AdWords API Team. On Saturday, January 18, 2014 5:35:22 AM UTC+4, Bikram Bhuyan wrote: Hello, We are fetching the Stats from the Ad Performance Report

Re: Ad Performance Report Data Granularity

2014-01-21 Thread Danial Klimkin
Hello Bikram, The date range is defined via report selector. You can set dateRangeType to CUSTOM_DATE and provide min and max dates for the report. In order to get daily stats, you can add the Date column. For more details, please see the exact definition here:

Re: RATE_EXCEEDED BillingPerDay

2014-01-21 Thread Danial Klimkin
Hello, Basic API access level is limited to 1 operations per day. Please see the rate sheet for more details: https://developers.google.com/adwords/api/docs/ratesheet Operations counter reset can happen at different times of the day. 84600 is just a constant we use to report operations

Re: How to get account data after user gives grant access to his account

2014-01-21 Thread Danial Klimkin
Hello Larisa, 1. App type depends on how does the user authorizes. With web application you can build a self-service site multiple users can use to quickly authorize your application. Installed application will require a user to send you an auth code manually. 2. Refresh token is enough to

Re: Does google-api-ads-java never sunset?

2014-01-21 Thread lagu2653
But is there no page equivalent of https://developers.google.com/adwords/api/docs/sunset-dates for google-api-ads-java, so I can see when a sunset is imminent? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Adding CampaignCriterion Webpage results in CriterionError.CANNOT_ADD_CRITERIA_TYPE

2014-01-21 Thread b . kanbach
Okay, should be sent to you. Could you find any reasons in that request? Am Freitag, 17. Januar 2014 20:57:23 UTC+1 schrieb Ray Tsang (AdWords API Team): Bastian, Could I trouble you to send the full SOAP request/response (with sensitive information stripped out) to me using the Reply to

Re: Weird OAuth2 failure to refresh access token

2014-01-21 Thread rohit
Hi, We are seeing this same error for the past few days using the Ruby client. We make two scheduled attempts to download data at 3:30 AM and 5:30 AM, they both fail with the same error. Manual re-try at 7AM usually succeeds. ERROR 2014-01-21 03:30:33 21896 [Vulcan::Google]:

Re: API developments for Trueview

2014-01-21 Thread Thomas Meindl
any updates on this? we need to fetch stats through the adwords reporting api for youtube/trueview/video ads.. On Monday, June 24, 2013 1:57:31 PM UTC+2, Danial Klimkin wrote: Hello David, Not yet unfortunately. -Danial, AdWords API Team. On Thursday, June 20, 2013 4:25:34 PM UTC+4,

Re: Can get Auth code, can't get refresh token (test environment)

2014-01-21 Thread Josh Radcliff (AdWords API Team)
Hi, Please see the following post for a breakdown of which account to use for each of the values in the auth.ini file. https://groups.google.com/d/msg/adwords-api/-K7DuDOAVEM/9Um-qE4Di3AJ Looking at your list, I see a few issues/questions: 1. The developer token should be your pending

Re: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-01-21 Thread prm . programista
Hi! I think that i have similar problem. I have two accounts: productional and test account. In test account I created new project and i got client_id and secret_id. From productional account i got developerToken (this token waiting for approval). I filled auth.ini path: developerToken = xxx

Re: Cannot upload offline conversions.

2014-01-21 Thread traffic
Hello Daniel, Thanks for the response. The I tried several sources, none of them from the report you mentioned: - from our data warehouse - directly from on of our ads (clicked on an ad and extracted the gclid from the url query string) Could it be some charset encoding issue? What should I

Re: AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2014-01-21 Thread Modix Germany
Hi AdWords team, I'm running into the same problem: EntityNotFound.INVALID_ID. KeywordId/CriterionId: 62589520809 ClientCustomerId: 270-433-8426 AdGroupId: 10044796569 When using the reportdownload service, the keyword id is present in the download (UserStatus enabled). Regards - Daniel

Re: Cant get any result from GetRefreshToken.php

2014-01-21 Thread Evgeniy Bogdanov
Hi. You link shows 404 error. Did you checked PHP error logs before posting this message? 2014/1/20 Mahfooz Khan mahfoozmcc.ecommne...@gmail.com Hi, I have been trying to use the client library for Auth2.0 , after creating the client ID and secret and then updating it with auth.ini , i am

Re: oAuth2.0 error: Credential could not be refreshed........ client.auth.oauth2.TokenResponseException: 400 Bad Request , error : invalid_grant

2014-01-21 Thread Josh Radcliff (AdWords API Team)
Hi Echo, If the prior post doesn't solve the issue, please see the following discussion, which covers many of the common issues and questions around configuring your app for OAuth 2. https://groups.google.com/d/msg/adwords-api/-K7DuDOAVEM/9Um-qE4Di3AJ Cheers, Josh, AdWords API Team On

Re: Data feed disapproved in Google merchant center.

2014-01-21 Thread Josh Radcliff (AdWords API Team)
Hi, This looks to be a *Merchant Center* issue/question. I would suggest taking a look at the following similar posts on the Merchant Center forumhttp://productforums.google.com/forum/#!forum/merchant-centerto see if they help resolve the issue. -

Re: Duplicate entries when getting keywords in adgroup with MatchType field

2014-01-21 Thread Josh Radcliff (AdWords API Team)
Hi Stefan, This question arose again today so I thought I'd post an update here. There's a subtle difference between *MatchType* and KeywordMatchTypehttps://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService.Keyword#matchType. The former is based on how your ads

Re: AdId mismatch in Ad Performance Report

2014-01-21 Thread Bikram Bhuyan
Hi Danial, Thanks a lot for your response. When I run my program to fetch the Ads for this group id, I am getting 49 rows returned by query. I am using AWQL and below if the query I am firing. SELECT Id, Url, DisplayUrl, Type, Status WHERE AdGroupId = 1301383813 ORDER BY Id In the output of

Re: AdWords Ad Details like % Served, Clicks etc... Which API call will return these information.

2014-01-21 Thread Bikram Bhuyan
Hi Danial, Thanks a lot for your response. I think I did not mention my requirement clearly. I am calling the Ad Performance Report and getting all the Stats information like Clicks, Impressions etc which are all fine. There are some more information I need to gather for this ad which I am

Re: Report which returns Ad Id, Final Destination URL (Destination URL Report).

2014-01-21 Thread Bikram Bhuyan
Hi Neils, Thanks a lot for your response. I think I did not mention my requirement clearly. I am calling the Ad Performance Report and getting all the Stats information like Clicks, Impressions etc which are all fine. There is some more information I need to gather for this ad which I am

Re: Ad Performance Information from API

2014-01-21 Thread Ray Tsang (AdWords API Team)
Bikram, You are correct. The format of the data needs to be specified so that your application can expect the format. You can expect the returned data in the ReportDownloadResponse.getInputStream(). You'll need to parse that data and consume it the way your application needs to. I hope

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-01-21 Thread Josh Radcliff (AdWords API Team)
Hi, Could you confirm that you are passing Vertical.VerticalIdhttps://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService.Vertical#verticalId, and *not

Re: Ad Performance Information from API

2014-01-21 Thread Bikram Bhuyan
Thanks a lot for the response. Is there any support for JSON currently or if not is there are plan to add it in the future. I think JSON is one of the popular data parsing format now and days and think the API should support that. Currently if JSON is not there then I think XML format will be

Re: Adding CampaignCriterion Webpage results in CriterionError.CANNOT_ADD_CRITERIA_TYPE

2014-01-21 Thread Stephen Yeargin
Here's a transcript of the error I'm getting. https://gist.github.com/anonymous/8545993 - Stephen On Friday, January 17, 2014 1:57:23 PM UTC-6, Ray Tsang (AdWords API Team) wrote: Bastian, Could I trouble you to send the full SOAP request/response (with sensitive information stripped

Re: Campaign performance report beta feature feild not returned with V201209

2014-01-21 Thread Chester Tester
This may be silly but how do I know who my Google account manager is? On Friday, May 24, 2013 11:05:02 AM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Niladri, See Kevin's reply above. Our team cannot invite users for beta access, that should be done by your Google account manager.

Re: EntityCountLimitExceeded.CAMPAING_LIMIT on negative keywords

2014-01-21 Thread Ray Tsang (AdWords API Team)
Troels, I'm wondering if there are other ways for you to achieve similar results by using less number of negative keywords. Even with a Shared Set - I'm uncertain if it'll fit your use case that well. For example, campaigns can have different keywords if you don't want them match on those

Re: Ad Performance Information from API

2014-01-21 Thread Ray Tsang (AdWords API Team)
Bikram, You are welcome! There is no JSON support at the moment. The supported formats are documented in the Reporting guidehttps://developers.google.com/adwords/api/docs/guides/reporting. Please use the XML format as you prefer. Thanks! -- Ray Tsang (AdWords API Advisor) On Tuesday,

Re: A few questions about the GeoPerformanceReport

2014-01-21 Thread Ray Tsang (AdWords API Team)
Margaret, First of all, apologies for the delayed response! I hope my follow up will be helpful as there are many parts to this question: Is this returning to me only information about locations I have specifically targeted, or is it returning to me geo data for all the activity in the

Re: Budgets by GEO

2014-01-21 Thread Josh Radcliff (AdWords API Team)
Hi, You cannot set different *budgets* by region within a single campaign. However, you can set *bid* adjustments by different locations within the same campaign by using CampaignCriterionServicehttps://developers.google.com/adwords/api/docs/reference/v201309/CampaignCriterionServicewith a

DESTINATION_URL_REPORT is not returning the actual clicked URL and the KeyWord.

2014-01-21 Thread Bikram Bhuyan
Hello, For one of our Ad we have defined the destination URL as http://www.etrigue.com/landing/gaw/lead-generation/8-step-checklist-for-intelligent-demand-generation/?mt={matchtype}kw={keyword}cid={creative}; and from the adwords screen we see that for the date range of last 1 week, 11 clicks

DESTINATION_URL_REPORT is not returning the actual clicked URL and the KeyWord.

2014-01-21 Thread Bikram Bhuyan
Hello, For one of our Ad we have defined the destination URL as *http://www.xxx.com/landing/gaw//?mt={matchtype}kw={keyword}cid={creative}*; and from the adwords screen we see that for the date range of last 1 week, 11 clicks are reported. When I run the report DESTINATION_URL_REPORT I

get all keywords (with status)

2014-01-21 Thread thang dinh
Hi Team, I have used function get all keyword in file attach but I can't get status of keyword.Please let me know if I have gotten status of keyword in some ways. I'm try using BiddableadGroupCriterion.userStatus but it only return status = Active -- --

How could i get access to unlinked adwords user account

2014-01-21 Thread Eldar Useinov
Hi. I use Java Client library and face next problem I try to run this code *new OfflineCredentials.Builder() .forApi(OfflineCredentials.Api.ADWORDS).fromFile() .build();* with ads.properties file, which containes next settings

Re: Creating a MCC test account.

2014-01-21 Thread Adwords Test
Hello, Sorry for the delay. So I attempted to create a new test account using the same link, it seems to redirect me to this new page

The DESTINATION URL REPORT is not returning the actual clicked URL and the KeyWord.‏

2014-01-21 Thread Bikram Bhuyan
Hello, For one of our Ad we have defined the destination URL as *http://www.xxx.com/landing/gaw//?mt={matchtype}kw={keyword}cid={creative}*; and from the adwords screen we see that for the date range of last 1 week, 11 clicks are reported. When I run the report DESTINATION_URL_REPORT I