Re: GeoLocationService Replacement Call For Getting Lat/Long (PHP Library)

2015-11-10 Thread Orangevn
Hi Anthony, I have a problem the same Paul. Previous, I using CampaignCriterionService for get locations of a campaign existing. But in case, I need search Radius Targeting with paramater is Address. But, in CampaignCriterionService Address File is not filterable.

Re: Video Performance Report Bug

2015-11-10 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Emad, Have you tried setting *includeZeroImpressions * in the header of report definition request? This guide

AdWords API Sunset Date v201502

2015-11-10 Thread Greg Wilborn
The sunset date for V201502 is Thursday, November 12. Does that mean that version is available through the 12th or through the 11th? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Goo

TargetingIdeaService, UnicodeDecodeError problem

2015-11-10 Thread mohamad reza moohebat
Hello, I am trying to extract the keyword idea through TargetingIdeaService by Python. For ascii words I do not have any problem but, whenever I send a unicode character to the API, below error will come up. Do you have any idea what's wrong? thanks File "build\bdist.win-amd64\egg\googleads\co

ConstantDataService AgeRange Value Missing and Invalid as Criterion ID

2015-11-10 Thread Mark Rogoyski
Using ConstantDataService to get AgeRangeCriterion, you get the following list: https://adwords.google.com/api/adwords/cm/v201509";> 503999 AgeRange AGE_RANGE_UNDETERMINED 503006 AgeRange AGE_RANGE_65_UP

Re: creative-conversion-report and free clicks

2015-11-10 Thread Umesh Dengale
Hello, The ConversionTrackerId (Free click type) is mapped to ConversionTracker.id

Re: Mobile Bid Adjustments for Ad Scheduling

2015-11-10 Thread Umesh Dengale
Hello, This forum is related to the AdWords API. Please post your question in the AdWords community . Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: Querying the search query report for accented charaters

2015-11-10 Thread Michael Cloonan (AdWords API Team)
Hello, In your initial query, you have Query="structure+métallique" Try replacing the + in the quotes with a space character. This should hopefully allow you to query for accented characters. Let me know how it works out. Regards, Mike, AdWords API Team On Tuesday, November 10, 2015 at 10:51:

Re: Disabling Dynamic Search Ads in Adwords UI is not reflected in API

2015-11-10 Thread Anthony Madrigal
Hi Radosław, There is no one-to-one mapping between for campaign subtype in AdWords API and UI. You should take into account what the UI shows as far as what kind of subtype it is. Campaigns created through the API are treated as *All features.* Please see this recent post

Re: creative-conversion-report and free clicks

2015-11-10 Thread Shai Cantor
Hi Umesh, Thanks for the response. Where can we find the mapping between conversion tracker Id to the free click type? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelop

Re: creative-conversion-report and free clicks

2015-11-10 Thread Umesh Dengale
Hello, In the AdWords product side (UI) "Video played" measures what percentage of viewers watched to that point in the video and has values 25%, 50%, 75%, and 100%. The corresponding API reporting columns are VideoQuartile25Rate

Re: Adwords Conversion tracking in Google analytics

2015-11-10 Thread Umesh Dengale
Hello, The AdWords API supports few Google Analytics columns e.g. BounceRate,AverageTimeOnSite,AveragePageViews,PercentNewVisitors etc. The Analytics data available in the AD_PERFORMANCE_REPORT , ADGROUP_PER

Re: GeoLocationService Replacement Call For Getting Lat/Long (PHP Library)

2015-11-10 Thread Anthony Madrigal
HI Paul, In order to retrieve/create a Proximity using AdWords API v201509, you will need to use the CampaignCriterionService

Re: v201509 Conversions and AllConversions are double and not long?

2015-11-10 Thread AdWordsApiUser
Hi Josh, Thanks for your reply. My understanding was that conversions too like clicks could not be partial, and would always be whole numbers. Is that not the case anymore? In our code, we treat these as whole numbers - should we change that to ensure correctness? Regards MG On Wednesday, N

GeoLocationService Replacement Call For Getting Lat/Long (PHP Library)

2015-11-10 Thread Paul NMP
Hi, Our PHP system is retrieving latitude/longitude for location ID's, using the pre-v201509 GeoLocationService and Address class from the PHP Lib $geoLocationService = $user->GetService('GeoLocationService', ADWORDS_VERSION); $address = new Address(); $address->countryCode = 2826; //UK Cou

Re: Video Performance Report Bug

2015-11-10 Thread Emad Aldeen Hajjar
I tried googleads-php-lib-v6.5.0 and I'm getting the same issue. Em terça-feira, 10 de novembro de 2015 14:40:31 UTC-2, Emad Aldeen Hajjar escreveu: > > Hey Michael, > > No, I got this issue in PHP client library. > > > > Em terça-feira, 10 de novembro de 2015 13:25:02 UTC-2, Michael Cloonan > (

Re: Can't change keyword bid in v201302 C# .Net

2015-11-10 Thread adwords
I've fixed the problem - in the sample code above, the CpcBid is not added to the BiddingStragegyConfiguration's Bids collection. Here's the missing line: biddingConfig.bids = new Bids[] { cpcBid }; On Tuesday, November 10, 2015 at 1:40:11 PM UTC-5, adw...@webvitamins.com wrote: > Was this

Re: v201509 Conversions and AllConversions are double and not long?

2015-11-10 Thread Josh Radcliff (AdWords API Team)
Hi, This is intentional. ConvertedClicks (like Clicks) is still a long, however, since there's no concept of a "partial click". Thanks, Josh, AdWords API Team On Tuesday, November 10, 2015 at 6:17:17 AM UTC-5, AdWordsApiUser wrote: > > Correction: > Conversions and AllConversions are *double*.

Re: GEO_PERFORMANCE_REPORT return different results than CAMPAIGN_PERFORMANCE_REPORT for Videos

2015-11-10 Thread Umesh Dengale
Hello, Could you provide me *privately* the report request for the GEO_PERFORMANCE_REPORT and clientCustomerId? Just click *Reply privately to author* in the forum when responding. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Copy adgroup deeply

2015-11-10 Thread Umesh Dengale
Hi Sendoh, Your AdGroups with AdId and CampaignId are uploaded to the AdWords successfully as you are getting them using the API reports. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.bl

Mobile Bid Adjustments for Ad Scheduling

2015-11-10 Thread dps . mercedesb
I'm trying to figure out the best way to increase my mobile performance during certain times of the day. Is there a way to increase bids for mobile for certain ad schedules. i.e. Friday 5pm - Sunday 8pm ad scheduling with a mobile bid increase of 15% I couldn't an option for specific mobile bid

Re: Can't change keyword bid in v201302 C# .Net

2015-11-10 Thread adwords
Was this issue fixed? I am having the same problem (running v.201509). And unfortunately the link posted by road11 is returning a 403 Forbidden. Thanks, Dave On Thursday, June 6, 2013 at 2:56:12 AM UTC-4, Takeshi Hagikura (AdWords API Team) wrote: > Hi, > > Thanks for filing a issue. > We'

Re: creative-conversion-report and free clicks

2015-11-10 Thread Shai Cantor
+1 on the question. In addition I have seen that some reports on the UI return "Video Play" and some return "Video play 100%". What is the difference? On Friday, October 2, 2015 at 9:02:30 PM UTC+3, aswa...@homeaway.co.uk wrote: > > HI, > > I am looking to pull free clicks report using creative

Re: questions about authentication and general viability

2015-11-10 Thread Michael Cloonan (AdWords API Team)
Hello, Please see two resources on our developers site that should answer these questions. Required Minimum Functionality : This shows all the requirements your software has to meet in order to be allowed to use the API. There are a

Re: Video Performance Report Bug

2015-11-10 Thread Emad Aldeen Hajjar
Hey Michael, No, I got this issue in PHP client library. Em terça-feira, 10 de novembro de 2015 13:25:02 UTC-2, Michael Cloonan (AdWords API Team) escreveu: > > Hello, > > Did you happen to be using the Ruby client library? I found an issue in > that library that will be fixed in the next rel

Re: Querying the search query report for accented charaters

2015-11-10 Thread Axel Vermeil
Hi Mike, I've sent you a private message with the customer ID. Axel On Tuesday, November 10, 2015 at 3:46:16 PM UTC, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > To help the engineering team look into this issue, we need some sample > queries. You've provided those, which is great

Re: Querying the search query report for accented charaters

2015-11-10 Thread Michael Cloonan (AdWords API Team)
Hello, To help the engineering team look into this issue, we need some sample queries. You've provided those, which is great, but unfortunately we also need your account ID for the right context. Please provide this to me whenever you get a chance; you can reply privately to me using the drop-

Re: Video Performance Report Bug

2015-11-10 Thread Michael Cloonan (AdWords API Team)
Hello, Did you happen to be using the Ruby client library? I found an issue in that library that will be fixed in the next release, where this header was misspelled. Regards, Mike, AdWords API Team On Monday, November 9, 2015 at 12:51:27 PM UTC-5, Emad Aldeen Hajjar wrote: > > Hello! > > I'm n

Re: Error during product partition creation

2015-11-10 Thread peter . rietzler
Hi No, I can't see any logs in our system despite the fact that the request has failed - but those logs were logged a few minutes later because further request were logged aggregated by our application. The first example (PRODUCT_PARTITION_ALREADY_EXISTS from 30.10.2015) that I've posted to

Re: Budget by Adgroup

2015-11-10 Thread Anthony Madrigal
Hello, This question appears to more related to the AdWords product rather than AdWords API. Please post your question on the AdWords Community Forum . They are great at answering product related questions and should be able to help you there. Cheers, Ant

questions about authentication and general viability

2015-11-10 Thread rh
hello, we are developing a tool to automate and possibly outsource some keyword research tasks. long-tail keywords are generated by us but need to be checked for search traffic volume and adwords competition, as is possible using the estimator service in the adwords frontend. we need to be ab

Budget by Adgroup

2015-11-10 Thread Maritza Hung
Hello! I have a campaign that has adgroups. I set up a daily budget for that campaign. I enable my campaign for today but the total clicks that I got was over my budget So my question is If every adgroup has their own limit budget or they just take the campaign budget? Thanks in advance --

Adwords Conversion tracking in Google analytics

2015-11-10 Thread sagar . nihalani
How do I track conversion of individual product in Google analytics? I have linked adwords and Google analytics i.e. i want to see how much profit i gain on the amount i spend on adwords (campaign) for that product I have one common thankyou.php for every product. -- -- =~=~=~=~=~=~=~=~=~=~=~=

questions about general viability and authentication

2015-11-10 Thread rh
hello, i thought i just posted a question, but there must have been a glitch as i dont see it in the forum. if this topic ends up being a duplicate, i apologize. we are developing a tool to assist us in doing (and outsourcing) some keyword research. we are basically generating long-tail keyw

GEO_PERFORMANCE_REPORT return different results than CAMPAIGN_PERFORMANCE_REPORT for Videos

2015-11-10 Thread yuval
Hi, I'm using GEO_PEFORMANCE_REPORT adhoc report for video campaigns (AdNetworkType2 = "YouTube Videos"). For some reason the clicks / converted clicks stats return 0 all the time, while the CAMPAIGN_PERFORMANCE_REPORT return valid results. Is there any known discrepancy / contradiction betwee

Re: v201509 Conversions and AllConversions are double and not long?

2015-11-10 Thread AdWordsApiUser
Correction: Conversions and AllConversions are *double*. ConvertedClicks though is still *long.* On Tuesday, November 10, 2015 at 4:34:59 PM UTC+5:30, AdWordsApiUser wrote: > > In v201509, Conversions and AllConversions are double and not long. > ConvertedClicks though is still double. Is this in

v201509 Conversions and AllConversions are double and not long?

2015-11-10 Thread AdWordsApiUser
In v201509, Conversions and AllConversions are double and not long. ConvertedClicks though is still double. Is this intentional? Is there a possibility of a non integral response? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googl

Copy adgroup deeply

2015-11-10 Thread Sendoh
Hi, There were some discussions about this. I would like the functionality as Google Editor that can copy all the ads and other settings in the adgroup. Currently my code fetches *AdId* and *CampaignId* in the adgroup using *adgroup_performance_report* and *ad_performance_report*. So could the