Re: Не понятные данные в ответ от сервиса TrafficEstimatorService

2015-01-08 Thread sneustroev
Добрый день, спасибо за ответ! Подскажите, могу ли я получить данные которые я вижу в AdWords:* бюджет, клики, показы ЦРТ, сред. цена за клик, стоимость, сред. поз.?* Я так понимаю этот сервис (TrafficEstimatorService) не дает такую информацию? Мне необходимы данные как минимум по указаным выше п

Re: How to get the ad description using google adwords api

2015-01-08 Thread Michael Cloonan (AdWords API Team)
Hello, You can select a TextAd's description using "Description1" and "Description2" fields. There are various URLs that can be tied to an ad. For information on all the fields (including URLs) that you may select, please look at our TextAd

How to get Adgroup CPC,cost,CTR ,impressions etc ...using google adword api

2015-01-08 Thread Kiran Kumar
Hi , I am trying to get the CPC,cost,CTR ,impressions using GetTextAds ,but it's only giving like adtext ,headline and urls but not the others How do I retrieve this values using API ? Thank you ? Code: function GetTextAdsExample(AdWordsUser $user, $adGroupId) { // Get the service, whic

Google Ad Word PHP implementation and help!

2015-01-08 Thread Nikola Jordanovski
Hi , so i am trying to use the google adwords API and am having trouble with it. 1. I can not find any proper tutorial for usage and examples. 2. So the client provided me with the company name , developer token , and clientCustomerId , i think that is not enough for me to use the API is it? 3.

active or pause adwords campaign

2015-01-08 Thread transport93600
I would like to active or pause adwords campaign with php using awards api -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Unable to add template ad

2015-01-08 Thread test . mcc
Hi there, I tried uploading an ad made with Google Web Designer manually and all went fine. I'm now trying to automate this process, upload the published .zip file via a C# application, but when I try doing that I get this error: AdError.MISSING_REQUIRED_TEMPLATE_FIELDS @ operations[0].operand

Re: active or pause adwords campaign

2015-01-08 Thread Michael Cloonan (AdWords API Team)
Hello, You can set the Campaign's status to ENABLED to activate it, or PAUSED to pause it. Here's an example

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-01-08 Thread Josh Radcliff (AdWords API Team)
Hi, Could you provide some more details? For example, are you using one of the client libraries, or just constructing the OAuth and API requests manually? You mentioned that it works after your second attempt -- are you referring to your second attempt to get an access token using a refresh tok

Re: Не понятные данные в ответ от сервиса TrafficEstimatorService

2015-01-08 Thread Josh Radcliff (AdWords API Team)
Hi, Are you looking for the budget, clicks, impressions MDGs media. cost per click , cost, etc. for your running campaigns and ad groups? If so, then you can use reports for this use case. Please check out our Reporting Basics guide

Re: Google Ad Word PHP implementation and help!

2015-01-08 Thread Josh Radcliff (AdWords API Team)
Hi, Based on your error message, it looks like you are using an old version of the library, since API v201309 was sunset many months ago. Please make sure you are using the latest version from github

Re: (500) Internal Server Error - CAMPAIGN_PERFORMANCE_REPORT

2015-01-08 Thread Michael Cloonan (AdWords API Team)
Hello Zweitze, If you know of any campaigns or ad groups that have the 'UNKNOWN' status in your account, can you please provide me their IDs so that the engineering team can take a closer look? If you aren't aware of any specific items, then you should be safe leaving out the predicate on 'UNKN

Re: cost value different in Account_Performance_Report and Keywords_Performance_Report?

2015-01-08 Thread HeatherH
What is the corresponding report in the UI? I'm interested in seeing the UI version of the display keyword performance report , but don't see any likely candidates. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get Adgroup CPC,cost,CTR ,impressions etc ...using google adword api

2015-01-08 Thread Stacie Waleyko
Hello, AdGroupAdService.get only returns ads (or, in your case TextAds). If you look at the TextAd API you will notice that CPC, cost, CTR, impressions, etc. are not available. To get these performance

Re: How to get Adgroup CPC,cost,CTR ,impressions etc ...using google adword api

2015-01-08 Thread Kiran Kumar
Is there any method available to call ads statistics like CPC, cost, CTR, impressions, etc,I don't want to download the reports rather I want to display these values in the website . -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googl

PAGING_NOT_SUPPORTED

2015-01-08 Thread edduenasnordstrom
Hi, We tried downloading the following reports. GEO_PERFORMANCE_REPORT DESTINATION_URL_REPORT AD_PERFORMANCE_REPORT KEYWORDS_PERFORMANCE_REPORT SEARCH_QUERY_PERFORMANCE_REPORT AGE_RANGE_PERFORMANCE_REPORT AUDIENCE_PERFORMANCE_REPORT AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT CLICK_PERFORMANCE_REPORT