Re: How to resolve manager accounts throwing the USER_PERMISSION_DENIED error

2016-12-28 Thread SOHAIR AHMAD
I had the same issue, resolved finally, not sure why this happen and what is the difference between Manager Id and Leaf account id; but I resolved by doing this. Check the customer client ID of your user, Check if this match with your adwords account manager id (the account with which you are

Re: Get Targeted Locations with geo radius map against campaign ID

2016-12-28 Thread 'Joyce Lava' via AdWords API Forum
Hi Sohair, You may refer to the below example SOAP request and response to get the targeted location and proximity: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.go

Re: FirstPositionCpc - Supports Zero Impressions

2016-12-28 Thread davewilliams10
Hi Joyce, The problem is that the documentation advises FirstPositionCpc supports zero impressions, however in reality it isnt. FirstPageCpc and TopOfPageCpc are still supporting zero impressions but *FirstPositionCpc is not.* Please can you get the keyword reporting team to rectify this. Im

Re: Get Targeted Locations with geo radius map against campaign ID

2016-12-28 Thread SOHAIR AHMAD
Hi Joyce, I have tried that sample that worked without campaign ID, i.e, it gives me results of location names When I updated my selector with Campaign ID predicate: selector = { > :fields => ['CampaignId', 'Id', 'LocationName', 'CanonicalName', > 'DisplayType', > 'ParentLocat

Re: Get Targeted Locations with geo radius map against campaign ID

2016-12-28 Thread 'Joyce Lava' via AdWords API Forum
Hi Sohair, Based on your code, you are using LocationCriterionService instead of CampaignCriterionService . L

Re: Get Targeted Locations with geo radius map against campaign ID

2016-12-28 Thread SOHAIR AHMAD
Thanks Joyce, Things worked for me :) If anyone needs help in ruby (ruby on rails) here is an example; require 'adwords_api' > config = YAML.load_file(Rails.root.join('config/adwords_api_test.yml')) > API_VERSION = :v201607 > adwords = AdwordsApi::Api.new(config) > campaign_criterion_srv = adw

Re: Composer

2016-12-28 Thread caballonegro . manager
Yes, it is for the setup of the PHP client library of Adwords. I use a hosting service where I run my applications. And I develop the applications in my desktop. I guess I have to install composer in the hosting server, don't I? I guess "$ php composer.phar require googleads/googleads-php-lib"

How to set bid of ecommerce products

2016-12-28 Thread Sachin Kumar
Hello Team, We are getting ecommerce products through "PRODUCT PARTITION REPORT" report type. There is a column 'Id' which is the criterion id of the that object(product). We just want to set bids on the basis of that id for that product. Can you please help us how to implement this using php

occasional AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED error since Dec 14th

2016-12-28 Thread David
Hello community, Since Dec 14th my python script (based o Python client library) started returning the error log below. I am truly puzzled by the behaviour of the error, as it pops up just occasionally and not consistently. Initially I had no client_customer_id specified in googleads.yaml file,

Re: Composer

2016-12-28 Thread caballonegro . manager
Ok, I have understood that I have to install composer in my linux server. I have tried but I have encounter some problems: - The version is 15.0, not 25.0 - It requires ext-soap thst should be in my computer but I don't know what it is - Installation failed finally Could you help

Im trying to get an account data by gender breakedown...

2016-12-28 Thread אברהם אברהם
Hi Im trying to get an account data by gender breakedown using the GENDER_PERFORMANCE_REPORT. for example: how many Clicks in a certian account were clicked by 'Males', how many by 'Females', and how many by 'Undetermined'? I would expect to get 3 rows back that represent the result for each gen

Re: Composer

2016-12-28 Thread caballonegro . manager
Sorry. I attach the command line in my server El miércoles, 28 de diciembre de 2016, 16:23:46 (UTC+1), caballoneg...@gmail.com escribió: > > Ok, I have understood that I have to install composer in my linux server. > I have tried but I have encounter some problems: > > >- The version is 15.0

Re: How to resolve manager accounts throwing the USER_PERMISSION_DENIED error

2016-12-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, For a client account, using the OAuth credentials and refresh token which was generated while logged into the email/user login corresponding to the client account and using the customer id of that account will work. If the credentials of an MCC account is being used, it should still work i

AdWords Developer Tokens for Desktop Applications?

2016-12-28 Thread Drew Loika
What is the recommendation for desktop applications consuming the AdWords API? As per the docs: What is a developer token? A developer token is a unique combination of letters, numbers, and characters that identifies your AdWords API activity. It is your key to talking to the AdWords server an

Re: How to set bid of ecommerce products

2016-12-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Sachin, You can set bids at the product Id level by creating BiddableAdGroupCriterion objects as specified below: 1. criterion

Re: Im trying to get an account data by gender breakedown...

2016-12-28 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Could you please provide me with a sample downloaded report? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com

Re: AdWords Developer Tokens for Desktop Applications?

2016-12-28 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Drew, To access an AdWords account's data via the API, you need two things: a developer token (associated with a manager account) and valid OAuth credentials

Re: AdWords Developer Tokens for Desktop Applications?

2016-12-28 Thread Drew Loika
Thanks for the help Vishal. My question is regarding how Google expects my desktop product used by my customers to issue API requests while maintaining the secrecy of my developer token. Obviously this isn't possible as described, so does Google expect me to embed the token in the application a

Re: How do Ad Customizers associate FeedItems with Ads?

2016-12-28 Thread sam
I found it! Thanks. The data I was looking for shows after I added 'TargetingAdGroup' to the query selector: $selector->fields = array('FeedItemId', 'AttributeValues', 'Status', 'TargetingAdGroupId'); On Tuesday, December 27, 2016 at 7:45:06 PM UTC-8, Joyce Lava wrote: > > Hi, > > To get the

Re: FirstPositionCpc - Supports Zero Impressions

2016-12-28 Thread 'Joyce Lava' via AdWords API Forum
Hi, Apologies for the delayed response. To further investigate on the issue, could you please send me (*reply privately to author*) the following? 1. clientCustomerId you are using 2. the report definition or AWQL query

Re: Get Targeted Locations with geo radius map against campaign ID

2016-12-28 Thread 'Joyce Lava' via AdWords API Forum
Hi Sohair, Glad to hear that I was able to help! Best, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How do Ad Customizers associate FeedItems with Ads?

2016-12-28 Thread 'Joyce Lava' via AdWords API Forum
Hi, Glad to hear you found the fix! Best, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=