Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-21 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi, Have you set your clientCustomerId (your MCC account ID) in App.config? Cheers, Thanet, AdWords API Team On Monday, April 20, 2015 at 10:29:19 PM UTC+9, MWA wrote: Hi I have a same problem in and I'm using PHP. I cannot figure out the problem. My code is same as here

How to trouble shoot for the error AuthorizationError.USER_PERMISSION_DENIED.

2015-04-21 Thread Bikram Bhuyan
Hi AdWords Team, We are a SAAS provider and we have implemented ad-words integration for some of our clients. The integration have been working perfectly fine for many of the clients, but for one client we are getting the error AuthorizationError.USER_PERMISSION_DENIED. From this it looks like

Re: AdWords API freshness

2015-04-21 Thread mm
Josh - What is the expected latency for data in the Shopping Performance report? In my experience, it seems to belong on the bucket with placements/search terms/geographic... if so, could the doc be updated to reflect that? Thanks - mm On Monday, March 30, 2015 at 11:46:29 AM UTC-5, Josh

Re: Shared Sets for new campaign types

2015-04-21 Thread Josh Radcliff (AdWords API Team)
Hi, Based on a quick check in the UI, it looks like negative shared sets are supported for advertisingChannelSubType https://developers.google.com/adwords/api/docs/reference/v201502/CampaignService.Campaign#advertisingChannelSubType *SEARCH_MOBILE_APP*, but not for *DISPLAY_MOBILE_APP*.

Re: Average Position Calculation Bug in Account Performance Report

2015-04-21 Thread Josh Radcliff (AdWords API Team)
Hi, I've raised this issue with the reporting team and included your example. I'll post back here once I hear back from them. Thanks, Josh, AdWords API Team On Tuesday, April 21, 2015 at 11:03:14 AM UTC-4, Zweitze wrote: It is my understanding that shopping campaigns do not have average

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-21 Thread MWA
I am using PHP client library. I assume you are talking about auth.ini and section ; Uncomment to make requests against a client account. ; clientId = INSERT_CLIENT_CUSTOMER_ID_HERE I have a question do I have to change it every time I download adwords data of a client? And this is my client's

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-21 Thread MWA
Thank you very much it worked. After I set clientCustomerId to my MCC Id in auth.ini On Thursday, April 9, 2015 at 11:59:48 AM UTC+5, Aswini wrote: Hi I got CLIENT_CUSTOMER_ID_IS_REQUIRED Error Error ManagedCustomerService in .net Client library. please check the code below

Convert micros to currency in CAMPAIGN_PERFORMANCE_REPORT

2015-04-21 Thread cvit sandeep
Hi Adword Team, I need to convert the Amount in CAMPAIGN_PERFORMANCE_REPORT. When downloading the campaign performance CSV report i get the budget amount in micros. i need to convert the amount into default currency unit. (Actually i need this result Amount/100 ) Regards Sandeep cv --

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR requesting Campaign Extension

2015-04-21 Thread Danial Klimkin
Hi Afzal, i'll update this thread as soon as the fix is rolled out. Unfortunately I can't suggest any ETA but I expect the fix to be ready soon. -Danial, AdWords API Team. On Tuesday, April 21, 2015 at 1:16:49 PM UTC+3, af...@thesnugg.com wrote: Hi Danial, Can you please tell me if

Re: Reporting - Data for Removed artifacts

2015-04-21 Thread Danial Klimkin
Hello Greg, Let me check internally and get back to you in a few days. -Danial. On Monday, April 20, 2015 at 5:41:28 PM UTC+3, GregT wrote: Danial, just to clarify when you said: Reporting filters out removed entries for the level of the report only. So, account level report will

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR requesting Campaign Extension

2015-04-21 Thread afzal
Hi Danial, Can you please tell me if there has been any progress on my post, do you have an ETA for a fix? Kind Regards, Afzal On Tuesday, April 14, 2015 at 3:41:12 PM UTC+1, Danial Klimkin wrote: Hello Afzal, Could you please send me the exact XML request and full server response *over

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-21 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi, Sorry for my wrong words. I mistakenly thought you use .NET. And yes, the clientCustomerId I mentioned is in the auth.ini https://github.com/googleads/googleads-php-lib/blob/master/src/Google/Api/Ads/AdWords/auth.ini#L13 file (line 13). Regarding you another question, as I pointed out

Cant find AlertService in the Api Reference

2015-04-21 Thread Michael D
Hi, Im trying to get Alerts for a campaign, but I cant find the AlertService in the ApiReference. How can I get them? Thanks in advance! Michael -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Average Position Calculation Bug in Account Performance Report

2015-04-21 Thread Zweitze
It is my understanding that shopping campaigns do not have average positions for ads (or products). My explanation is that end users can sort the search results themselves on various criteria like price, product name, rating etc. so position has become meaningless. As a result of that

Re: Change History

2015-04-21 Thread Marcin Gdak
Hi, I understand, but I have one question, I can get the date of the creature campaign? I have only information about campaign start. W dniu poniedziałek, 20 kwietnia 2015 23:11:10 UTC+2 użytkownik Josh Radcliff (AdWords API Team) napisał: Hi, Regarding your first question, you are

How to Get Max Cpc for an AdGroup

2015-04-21 Thread Michael D
Hi, im trying to get the max.Cpc Value for an AdGroup with the AdGroupPerformanceReport. Is this possible? If yes what is the fieldname for this value? If no where im able to get the max. Cpc value for an AdGrouop? Many thanks in advance.

Re: Change History

2015-04-21 Thread Josh Radcliff (AdWords API Team)
Hi, Unfortunately, no - the sync service doesn't return the creation date of the campaign. The only option would be to submit multiple sync requests with progressively more recent start dates until the campaign no longer appears as new. This probably won't be terribly efficient, however.

Re: Google Adwords API Ad group Ideas

2015-04-21 Thread Anash P. Oommen (AdWords API Team)
Hi Aditya, No, this feature is still not supported in the API. I managed to locate a blog post that suggests how this may be implemented at your end. http://googleadsdeveloper.blogspot.jp/2013/03/phasing-out-ngramgroup-in-adwords-apis.html Cheers, Anash P. Oommen, AdWords API Advisor. On

Re: Average Position Calculation Bug in Account Performance Report

2015-04-21 Thread AdWordsApiUser
Hi Josh, Just sent you the details in a private message. Have a great day! MG On Monday, April 20, 2015 at 3:56:39 PM UTC-3, Josh Radcliff (AdWords API Team) wrote: Hi MG, Thanks for pointing this out. Could you send your customer ID *only to me* by clicking *Reply privately to author*?

Ads with Ad Customizer are not serving

2015-04-21 Thread Sandro Lazarić
Hi, we created ads with customizers on 2 type campaigns search and display network and display network in the same way. Ad with customizer that is created for search and display network are getting impressions correctly. Ad with customizer that is created for display network and configured to

Re: URGENT: Submitting a form for developer token gets error 500 internal server every time I click on the submit button

2015-04-21 Thread Susanty Susanty
Hi Josh, Thank you for replying me. I tried that already last night, how long it takes to get the response from google? Thanks, Susan On Monday, April 20, 2015 at 11:54:07 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: Hi Susan, Sorry to hear that the sign up process is giving you

TrafficEstimatorService vs. bid landscapes with existing Campaigns/Ad Groups/Keywords

2015-04-21 Thread Jon Oler
I'm trying to use the AdWords API to determine what the expected clicks and cost would be if I change the max cpc bid for existing keywords in existing campaigns and ad groups. In my TrafficEstimatorService API requests, I included existing campaign ids, existing ad group ids, and existing

Re: Cant find AlertService in the Api Reference

2015-04-21 Thread Josh Radcliff (AdWords API Team)
Hi Michael, The API does not currently support retrieving alerts. The *AlertService* was removed in v201409 -- see the *Sunsets* section of the v201409 release notes https://developers.google.com/adwords/api/docs/reference/#v201409. Thanks, Josh, AdWords API Team On Tuesday, April 21, 2015 at

Re: Converted clicks and cost by converted click for Ad group criterion (Keywords, Placements)

2015-04-21 Thread Josh Radcliff (AdWords API Team)
Hi, All performance stats (such as *Cost, Impressions, ConvertedClicks*, *CPC*, etc.) are available in API reports https://developers.google.com/adwords/api/docs/guides/reporting. You can see the full list of available reports and report fields here

Re: Cant change Campaign Budget

2015-04-21 Thread Josh Radcliff (AdWords API Team)
Hi, To create, modify, and delete budgets, please use the BudgetService https://developers.google.com/adwords/api/docs/reference/v201502/BudgetService.Budget. See our budgets guide https://developers.google.com/adwords/api/docs/guides/shared-budgets for more information. Cheers, Josh,

Re: Convert micros to currency in CAMPAIGN_PERFORMANCE_REPORT

2015-04-21 Thread Aditya
I think money is generally always reported in micros (in the currency local to the client), so I just write scripts that process my downloaded CSVs. Fairly straightforward to read in a CSV, get the money-related column and do the conversion to get a legitimate currency amount. But it would be

Set customer name

2015-04-21 Thread Josep Mª Sanz Xicola
Hi, as far as I know is not possible to set a customer name after creating or linking an account with any API services (neither *CustomerService* nor *ManagedCustomerService* brings this support to set customer account name, aka '*name*

Re: How to Get Max Cpc for an AdGroup

2015-04-21 Thread Josh Radcliff (AdWords API Team)
Hi Michael, The *CpcBid* field will give you the ad group's max CPC. You can see the list of all available fields for reports here https://developers.google.com/adwords/api/docs/appendix/reports#ad-group. Cheers, Josh, AdWords API Team On Tuesday, April 21, 2015 at 10:46:46 AM UTC-4, Michael

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR requesting Campaign Extension

2015-04-21 Thread omar . tarabai
I'm having exactly the same problem. Any idea what this is about? Omar On Tuesday, 14 April 2015 16:41:12 UTC+2, Danial Klimkin wrote: Hello Afzal, Could you please send me the exact XML request and full server response *over email* (reply to author on the right)? -Danial, AdWords API

google web search apis from more locations

2015-04-21 Thread Luca Nicoletta
i'm going to develop an web-application using php and google api. This web-application get position/page of my website filtered by keywords list. Actually i call this google api address: $query = wedding%20portal; http://ajax.googleapis.com/ajax/services/search/web?v=1.0rsz=largeq= $query;

Report Field Combinations

2015-04-21 Thread marketing
I am building an application to download most/all of the reporting data available. Is there a way to determine valid field combinations without throwing errors, or is there a way to get the standard fields for each report type? In the notes there is some mention of compatibility, however if it

Re: Unauthorized Client for production account

2015-04-21 Thread Josh Radcliff (AdWords API Team)
Hi Miles, Per the OAuth spec http://tools.ietf.org/html/rfc6749#page-28, *unauthorized_client* will occur if the client (client_id) is not authorized to request an authorization code using the method in the request. Is the application you registered in the console the proper type for the flow

Re: google web search apis from more locations

2015-04-21 Thread Josh Radcliff (AdWords API Team)
Hi Luke, This forum is for questions related to the AdWords API https://developers.google.com/adwords/api/docs/, not the *Search *API. Please post to the Search API forum https://productforums.google.com/forum/#!forum/customsearch, and the experts there should be able to help out. Thanks,

How to escape final URL more than once

2015-04-21 Thread HK
Hi, Due to the need to support multiple tracking providers in the tracking template, we need to escape the final URL twice. Based on various documentation https://support.google.com/adwords/answer/2375447?hl=en, this can be achieved by using {lpurl+2}. As testing is difficult, I haven't

Cant change Campaign Budget

2015-04-21 Thread Michael D
Hi, Im trying to change the budget of a campaign. Im setting the amount in money and the budgetId in budget. Butr it doesnt work. Do I forgot something? //create Campaign with Status Campaign campaign = new Campaign(); campaign.id = CurrentCampaignId;

Re: Convert micros to currency in CAMPAIGN_PERFORMANCE_REPORT

2015-04-21 Thread Josh Radcliff (AdWords API Team)
Hi, The API no longer has an option to download currency amounts *not* in micros. This was available in earlier versions of the API, but has since been removed. Cheers, Josh, AdWords API Team On Tuesday, April 21, 2015 at 11:35:52 AM UTC-4, Aditya wrote: I think money is generally always