Maximum length of Display Name field in Performance Report

2014-04-29 Thread Igor Schut
Hi, It came to our attention that the Display Name for (in this case) the Automatic Placement Performance Report is quite large, example: "Free Fun Jigsaw Puzzle with Farm Animals Cartoon for young toddlers and the kids at preschool". We would like to know the maximum length of the Display Nam

How to get keyword serach volume using Adwords API?

2014-04-29 Thread suga priya
Can anyone please let me know the steps to get search volume of keywords in php? Thanks, Sugappriya -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~

Promote App downloads only on mobile devices

2014-04-29 Thread Ohad Sweetpacks
Hi, I would like to promote my app on adwords (search & display), but i'd like to do it through the API. Is there a way to create: 1) a "Display Network only - Promote in Mobile Apps" campaign type through the API? 2) an "App/Digital content" ad through the API? or any other way to promote a

Re: How to exclude UNDETERMINED from AgeRange (Java client, v201402)

2014-04-29 Thread Michael Cloonan (AdWords API Team)
Hi Michael, AgeRanges use fixed criteria IDs. Rather than setting the age range you want, you need to look up the correct ID associated with that age range and set that. Here

Re: [9-2984000003358] TrafficEstimatorSelector value mismatch with UI and API.

2014-04-29 Thread Josh Radcliff (AdWords API Team)
Hi Chriss, I believe my last response addressed the question on TrafficEstimatorService (please correct me if I'm wrong). Could you clarify if you are still seeing differences for *both* TrafficEstimatorService *and *TargetingIdeaService? I ask because in your last post you mentioned the Tra

Re: How to get keyword serach volume using Adwords API?

2014-04-29 Thread Josh Radcliff (AdWords API Team)
Hi Sugappriya, There are several code examples in the PHP client library that demonstrate how to do this for various use cases. - EstimateKeywordTraffic.php - pre

Re: Promote App downloads only on mobile devices

2014-04-29 Thread Ray Tsang (AdWords API Team)
Ohad, You can promote app by creating MobileAdor MobileImageAd . Thanks, Ray On Tuesday, April 29, 2014

Campaign Location Bid Adjustments

2014-04-29 Thread Mathew Westlake-Toms
Hi, I was hoping that someone could aid in adjusting campaigns bids based on location at campaign level. Should I be using CampaignCriterionService to adjust and LocationCriterionServiceto to pass the location ID? Many thanks, Matt -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Why doesn't Adwords Campaigns Sessions = Channels Paid Search Sessions?

2014-04-29 Thread Manjunath Nagaraju
I am trying to understand why in my Google Analytics reports I'm getting different numbers for what I believe should be the same data. Basically I'm trying to get a breakdown of the Google PPC/Adwords traffic coming to my site. When I go to Acquistion Channels Paid Search I see different n

Re: campaign level conversion stats

2014-04-29 Thread Ray Tsang (AdWords API Team)
David, If a campaign counting type is mixed (i.e., changed between the two), then the report after the switch will reflect the Unique Conversions. The historical numbers should not be impacted. Thanks, Ray On Monday, April 28, 2014 7:39:04 PM UTC-4, David Walsh wrote: > > Hi, > > If a Campai

Re: Can anyone add some details to the READ_ONLY error?

2014-04-29 Thread Alan Coleman
This problem only arose with Client IDs created after the editing of content bid was sunset. I removed *$bid->contentBid = new Money(75); *From my AdAdGroups function and the problem was fixed. Thanks everyone! On Tuesday, April 15, 2014 10:07:24 AM UTC+1, Alan Coleman wrote: > > Hello,

Re: Can anyone add some details to the READ_ONLY error?

2014-04-29 Thread Alan Coleman
This problem only arose with Client IDs created after the editing of content bid was sunset. I removed *$bid->contentBid = new Money(75); *From my AdAdGroups function and the problem was fixed. Thanks everyone! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Setting the AdGroup/Settings/Devices/Bid adj.

2014-04-29 Thread Michael Klein
In the UI, for an Ad group you can open up the Settings tab, select Devices, and modify the Bid adj. for "Mobile devices with full browsers". Is this possible in the API? If so, which objects should I look at? A related question (esp. if this is not possible): how do I target, say, Computers

Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2014-04-29 Thread Ray Tsang (AdWords API Team)
Bohdan, Could I trouble you to send me the full request/response XML by replying to author? Please make sure sensitive data has been removed. Thanks! Ray On Monday, April 28, 2014 6:00:28 PM UTC-4, Bohdan Kit wrote: > > I'm using PHP 5.5 > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

A new behavior as of today: InvalidAlgorithmParameterException

2014-04-29 Thread The Phantom
My call to: Credential oAuth2Credential = new OfflineCredentials.Builder().forApi(Api.ADWORDS).fromFile(fullPathToAdsFile). build().generateCredential(); has worked without problem for the past 3 or 4 weeks. However, today I am seeing: com.google.api.ads.common.lib.exc

Re: campaign level conversion stats

2014-04-29 Thread David Walsh
Thanks Ray. What I meant by a campaign with mixed counting modes is not switching between the two, but both modes being active in parallel from the campaign standpoint. I think it can happen because: - conversion trackers are implicitly linked to clicked ads (through browser cookies and

Re: A new behavior as of today: InvalidAlgorithmParameterException

2014-04-29 Thread The Phantom
Well, believe it or not, I simply walked away from the computer for a few hours. Had dinner, watched a little TV, and gave it another try before calling it a day. The problem has gone away. On Tuesday, April 29, 2014 5:44:29 PM UTC-7, The Phantom wrote: > My call to: > > Credential oAuth2Cr

Re: [9-2984000003358] TrafficEstimatorSelector value mismatch with UI and API.

2014-04-29 Thread chriss Moyle
Hi Josh, Thank you for your response. For traffic estimate i am following approach. 1. I am passing keywords to Traffic Search Volume API and here both result of keyword planner tool and API gives exact same result and this is great. 2. Once got result from Traffic Search Volume API, I am calcul

Re: How to get keyword serach volume using Adwords API?

2014-04-29 Thread suga priya
Hi Josh, Thanks for the information.I am gonna start using Adwords API in couple of days. Before that i would like confirm with you we can able to get search volume through API instead of getting through keyword planner manually. Thanks, Sugappriya On Tuesday, 29 April 2014 22:54:08 UTC+5:30,