Re: User interface and API is still pending

2014-12-11 Thread Josh Radcliff (AdWords API Team)
Hi Andrew, Did you log in to each AdWords account and accept the invitation from the MCC as described in this Help Center article ? If that doesn't resolve the issue, please send the MCC and AdWords account IDs (xxx-xxx-) *only

Re: AdWords API Invalid Click Report

2014-12-11 Thread Josh Radcliff (AdWords API Team)
Hi, Neither the API nor the UI (as far as I know) will give you a list of invalid clicks or let you validate a given GCLID. The closest approximation to this would be to use the count of invalid clicks (*InvalidClicks* field) available in the Account and Campaign Performance reports

Re: Using the Adwords API PHP Library with Laravel 4

2014-12-11 Thread Danial Klimkin
Hello Sunny, We do not officially support laravel currently unfortunately. Please let us know if you were able to identify an issue and there are any library changes required to improve support. -Danial, AdWords API Team. On Thursday, December 4, 2014 11:59:41 AM UTC-5, Sunny Rangnani wrote

Re: campaign sub-type IS possible, according to the examples in the API docs. Or I got it wrong

2014-12-11 Thread Anash P. Oommen (AdWords API Team)
Hi Berry, advertisingChannelSubType simply provides an additional refinement over advertisingChannelType

Re: How do I get a write-off money from the card using the API

2014-12-11 Thread Michael Cloonan (AdWords API Team)
Hello, I apologize for the difficulty in communication. If I understand you correctly, you're asking how you can obtain information from the API about how much your card was charged. Unfortunately, that information is not available via the API. Regards, Mike, AdWords API Team On Wednesday, De

Re: How to add an "App Install Ad" via API?

2014-12-11 Thread Anash P. Oommen (AdWords API Team)
Hi Berry, I think you will find this guide useful: https://developers.google.com/adwords/api/docs/guides/driving-mobile-app-downloads. App install ad is a template ad. Cheers, Anash P. Oommen, AdWords API Advis

Re: How to set time zone of other country from India in ppc campaign

2014-12-11 Thread Anash P. Oommen (AdWords API Team)
Hi Dharma, You need to create appropriate ad schedules in your account using CampaignCriterionService. I don't have a code example that shows how to create one, but https://github.com/googl

Re: OAuth provider cannot be null when selecting Authorization method as "OAuth"

2014-12-11 Thread Anash P. Oommen (AdWords API Team)
Hi Anu, Try picking up the latest client library from https://github.com/googleads/googleads-dotnet-lib/releases/latest. Then catch the AdWordsReportsException that is throw

ACCOUNT_PERFORMANCE_REPORT Reach and Frequency

2014-12-11 Thread Joseph Tay
Hi, I need to find the equivalent of the *Unique Cookies* and Avg. impr. freq. per cookie metrics (that is available in the AdWords Web UI) through the AdWords API. I would prefer it to be on a Campaign or Account level and it must be broken down by months. I have looked at ACCOUNT_PERFORMANC

Re: How do I get a write-off money from the card using the API

2014-12-11 Thread Маша Попова
Sorry, I don’t speak English . In my account automatically debited money from my credit card. Tell me, please , how can I get write-off data using the API? I want to check the write-off from the card. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+

Re: How to select only top 15 keywords performance data from google adword api dotnet

2014-12-11 Thread Michael Cloonan (AdWords API Team)
Hello, You can fetch data about the performance of your keywords using the KEYWORDS_PERFORMANCE_REPORT . There are various statistics available, so how you determine which ones are the "top 15" are up to you. You can se

Re: How to integrate linechart for google adwords .net API

2014-12-11 Thread Michael Cloonan (AdWords API Team)
Hello, You can fetch daily campaign stats using the CAMPAIGN_PERFORMANCE_REPORT . Make sure you include the Date column, and then columns for whatever other statistics you need. Once you have this data, it will be up to y