Re: How can I modify the bid for and AdGroup keyword?

2013-12-18 Thread jaison . directi
Hi, Below is my implementation using the PHP client library. $user = new AdWordsUser(); $user->SetClientCustomerId($_SESSION['adwordClientId']); $adGroupId = 'INSERT_ADGROUP_ID'; $keywordCriterionId = 'INSERT_CRITERION_ID'; $adGroupCriterionService = $user->GetService('AdG

Is it possible to get approved developer token for use of AdWords API without having the final product ?

2013-12-18 Thread Vitaly D
Hello, We are developing a keyword research software with the use AdWords API for keyword generation. The product is not yet completed and the company is not registered yet. We would like to complete the product development before registering a company and creating a product website. Can we ge

Is it possible to lookup selector field programatically?

2013-12-18 Thread jake
I can get service definitions from the provided WSDL's, but is there somewhere similar I can get the list of possible selector fields for a service? I know about https://developers.google.com/adwords/api/docs/appendix/selectorfields, but it would be nice to access these pragmatically via some

Dynamic Params

2013-12-18 Thread Hanan Zalkinder
Hi, What is the maximum number of Adwords dynamic parameters one can have in an Adwords account? Hanan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~

"error" : "invalid_grant". Please Help!

2013-12-18 Thread karima Mechergui
Hi Team I use a AdWords API PHP Client Library v201309 and i have this error : An error has occurred: { "error" : "invalid_grant" } I able to generate a refresh_token with the GetRefreshToken.php so i use the correct client ID and secret. But i can't get any campaign list visible without t

Re: Missing campaign of type "Shopping - Product Listing Ads"

2013-12-18 Thread Miro Kruzliak
Hello Danial, thanks you for your response, glad to hear that. Could you be more specific about how far in the future will you be able to deliver this? Thank you very much, Miro On Thursday, December 12, 2013 7:51:47 PM UTC+1, Danial Klimkin wrote: > > Hello All, > > > This new campaign type

Re: FeedItemAttributeError validationErrorCode descriptions

2013-12-18 Thread schut
Hello, We are experiencing the same behaviour of the FeedItemValidationDetails ApprovalStatus. Is there any news regarding this issue and when this will be fixed? Op dinsdag 26 november 2013 18:13:46 UTC+1 schreef Josh Radcliff (AdWords API Team): > > Hi, > > If you have soap logs that would d

Can adwords api apps only be accessed by adwords accounts linked to my MCC account?

2013-12-18 Thread liamflux
I am looking at developing an app using the google adwords api. I have found here that I need an MCC account to be able to access the google adwords API. Does this mean that only people with adwords accounts linked to my MCC account

Re: Production account QuotaCheckError.INCOMPLETE_SIGNUP, billing entered and terms accepted

2013-12-18 Thread Danial Klimkin
Hi Derrick, The developer token for this account has not been approved yet. You can only access test accounts using it, a request against a production account will result in this error. -Danial, AdWords API Team. On Thursday, December 12, 2013 10:36:17 PM UTC+4, Danial Klimkin wrote: > > He

Re: Placement performance report returns no data

2013-12-18 Thread Danial Klimkin
Hello Pierre-Luc, It sounds like we are looking at different campaigns. What are the clientCustomerId you are using? What's the campaign name? -Danial, AdWords API Team. On Wednesday, December 18, 2013 2:01:36 AM UTC+4, Pierre-Luc Soucy wrote: > > Hi Danial, > > Thanks for looking into this.

Re: Missing campaign of type "Shopping - Product Listing Ads"

2013-12-18 Thread Danial Klimkin
Hello Miro, I can't provide any exact date unfortunately. Please make sure to follow the announcements on our blog: http://googleadsdeveloper.blogspot.com/ -Danial, AdWords API Team. On Wednesday, December 18, 2013 1:36:33 PM UTC+4, Miro Kruzliak wrote: > > Hello Danial, > > thanks you fo

Re: API Approval still pending

2013-12-18 Thread Danial Klimkin
Hello, Please see this post: https://groups.google.com/forum/#!topic/adwords-api/rp0HFwu-E0M There is a link to a form you can fill out to escalate the review. -Danial, AdWords API Team. On Thursday, December 12, 2013 2:52:23 AM UTC+4, stu...@redsharkllc.com wrote: > > We applied for API

Re: Is it possible to get approved developer token for use of AdWords API without having the final product ?

2013-12-18 Thread Danial Klimkin
Hello Vitaly, Please see this post: https://groups.google.com/forum/#!topic/adwords-api/rp0HFwu-E0M There is a link to a form you can fill out to get any review-related question answered. -Danial, AdWords API Team. On Wednesday, December 18, 2013 1:21:42 AM UTC+4, Vitaly D wrote: > > Hel

Re: How to get Campaign subtype?

2013-12-18 Thread Danial Klimkin
Hello Zweitze, You are correct, campaign type is available as NetworkSettings. Campaign subtypes are not yet available in the API. -Danial, AdWords API Team. On Thursday, December 12, 2013 6:20:55 PM UTC+4, Zweitze wrote: > > Hi all, > > Subject says it all. In the AdWords web interface, on

Re: serving mobile image ad

2013-12-18 Thread Danial Klimkin
Hello, Ads can not be platform-targeted to mobile only with AdWords. You can set a mobile preferred flag which can affect the delivery (but not guarantees it). Beta features are available to a limited list of users only. -Danial, AdWords API Team. On Friday, December 6, 2013 3:42:21 AM UTC+

Re: Get AdGrupoId with MediaId

2013-12-18 Thread Danial Klimkin
Hello Sara, MediaIds are used to identify objects uploaded by MediaService. They can be associated with one or more Ads. You can find which ones by pulling all image ads, checking there IDs and whan ad groups there are in. -Danial, AdWords API Team. On Thursday, December 12, 2013 4:38:11 PM

Re: API v201309 CampaignService selector fields SelectorError.INVALID_FIELD_NAME

2013-12-18 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for putting together the comprehensive list. I created a Google Spreadsheet with the combined list from both of your messages and marked the following for each service/field combination: - Beta - If TRUE, then the field is from a Beta feature and therefore will not be valid u

Re: How to add dummy data to my test account

2013-12-18 Thread office
Hello! Already there is a way to test properly receive and process statistics? The Token Review team needs to see that my application app before activate API. How can I do this with small fake data you wrote? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Re: Webpage Target

2013-12-18 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for pointing this out. I confirmed the behavior you described and I'm looking into it. I'll post an update once I have more information. Cheers, Josh, AdWords API Team On Tuesday, December 17, 2013 12:45:07 PM UTC-5, Kevin wrote: > > It also appears that AdGroupCriterionService.get

Re: TemplateAd fields

2013-12-18 Thread kostfast
Request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201309";> user agent Id AdGroupId Status AdGroupId IN 8765847077

Re: Placement performance report returns no data

2013-12-18 Thread jeanjean1...@gmail.com jeanjean
On Wednesday, 18 December 2013, Danial Klimkin < adwordsapiadvisor+dan...@google.com> wrote: > Hello Pierre-Luc, > > It sounds like we are looking at different campaigns. What are the clientCustomerId you are using? What's the campaign name? > > -Danial, AdWords API Team. > > On Wednesday, December

fetching Youtube spend data from adwords API

2013-12-18 Thread Yaniv Ranen
Hi, I saw in the forums that extracting youtube data through adwords API isn't available, is that right? Is there another way to get that info? and if not, is that feature expected to be added soon? Thanks, Yaniv -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

How to use api adwords with cron ?

2013-12-18 Thread Sam
Hello, I'm trying to use API Adwords with a cron for many MCC. I have download the adwords api 4.6.1 And I use the 201309 version. I have use GetrefreshToken And I have generate a refresh token with succes. But after, I have try to complete the auth.ini but I have always an " *invalid_grant*" er

Location Bid Modifier Range?

2013-12-18 Thread Pete Lavetsky (AdWords API Guru)
What is the value range for Bid Modifier on Location Campaign Criterion? Current documentation only lists values for AdSchedule or Platform https://developers.google.com/adwords/api/docs/reference/v201309/CampaignCriterionService.CampaignCriterion -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Geolocation for campaign problem

2013-12-18 Thread Aleksander Dębski
Hello, I`m trying to get my campaign targeting location, yet only thing I can get using GetCampaignTargetingCriteriaExample is Criteria ID like here: https://developers.Google.com/ad-exchange/rtb/geotargeting My goal is to get targeted location and put it on a map, as it is in Google clie

Re: How to add dummy data to my test account

2013-12-18 Thread Anash P. Oommen (AdWords API Team)
Hi, You could share screenshots with them instead, or mock the data by downloading data from UI in xml format and using that as the data source for your application. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, December 18, 2013 10:24:04 AM UTC-5, off...@expokrym.com wrote: > >

Re: Error - Reflection is not allowed on private - App Engine

2013-12-18 Thread Anders H
Hi Takeshi, The different artifact versions from the DfpPlayground pom.xml seems to be quite old. The version used in the example for adwords-appengine is 1.18.0, but the newest version I could find is 1.22.0. I normally try to use the latest stable versions of software components, to get bette

Can adwords api apps only be accessed by MCC linked accounts?

2013-12-18 Thread liamflux
I am looking at developing an app using the google adwords api. I have found here that I need an MCC account to be able to access the google adwords API. Does this mean that only people with adwords accounts linked to my MCC account

Re: Error - Reflection is not allowed on private - App Engine

2013-12-18 Thread Takeshi Hagikura (AdWords API Team)
Hi Andres, It's likely related to this issue http://stackoverflow.com/questions/17665456/maven-3-1-0-breaks-google-app-engine-maven-plugin. Can you please try the 1.8.3 appengine-maven-plugin? Best, - Takeshi, On Thursday, December 19, 2013 8:26:48 AM UTC+9, Anders H wrote: > > Hi Takeshi, >