Re: v201702 Migration - LocationGroups - IncomeOperand

2017-05-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello, You understand correctly. This is not available in v201702 anymore. Let me gather more information about alternative and get back to you soon. Best, Thanet, AdWords API Team On Monday, May 22, 2017 at 8:07:18 PM UTC+9, rafa.rom...@rocketroi.com wrote: > > Hello, > > looking at the

Re: How to change a ProductOfferId ProductPartition BIDDABLE to NEGATIVE and vice-versa?

2017-05-22 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jean-Guy, The CriterionUse field is currently read only and does not support any SET operations. This said, once a criterion has been created as a

Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-22 Thread Benjamin Morel
Hi Shwetha, Sure, there are so many! Here are a few: 9780691034713 9781594603242 9781556509063 9780823013210 9781401323523 It would be nice if you could have a look and let me know why these are eligible but do not have a searchVolume attribute in the response from TargetingIdeaService. As

Adwords API - Seach Network

2017-05-22 Thread James Hartley
When using the API (https.ddp_googleapis_com.api.ddp.dmp.v201607) and the cookie sync method (https://developers.google.com/ad-exchange/rtb/cookie-guide) we are able to add cookies to the shared library within adwords but cookies are only makde available for the display networked. Is there a

Re: Getting Type of AdWords Feed

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Patrick, Feeds which are managed by the system (Origin='ADWORDS') only support one feed per extension type. Only one feed mapping for a placeholder type is allowed per feed or customer and a feed mapping for a system generated feed cannot be operated on. You can use FeedMappingService

Re: use test account access developer token into an application with OAuth authentication

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can continue using your developer token, which has test access, to make requests against your test AdWords accounts. Could you provide more details on how you are using AdWords API in your application, especially the API service or report being used? Please note that you'll not be

Getting Type of AdWords Feed

2017-05-22 Thread bitsmuggler
Hi there With the FeedService I'm getting the Feeds in the shared data. FeedPage page = feedService.query( "SELECT Id, Name, Attributes where FeedStatus='ENABLED' and Origin='ADWORDS'"); Is there a chance to get the type of the Feed without parsing the name of the feed? For the

use test account access developer token into an application with OAuth authentication

2017-05-22 Thread Fra
Hi all, I am trying to use Google AdWords API to retrieve data into an application with OAuth authentication. I have applied for AdWords API Access through my manager account and I am using a Developer Token with Test account access (since I just want to test I haven't applied for basic

Re: adwords api reporting Missing client information

2017-05-22 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jane, Regarding the first error : "Missing client information", how are you setting the clientCustomerId and the OAuth token(s) while making the report request? The error usually occurs when there is an issue with the client information passed in the request header. Also, please make sure

Re: Keeping the access token valid during API calls

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Josh, This guide provides an example on implementing OAuth2 authentication using web flow. Could you try using the code snippet provided in that guide to get your OAuth2 tokens? If this

Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Benjamin, You need to use Keyword Planner to get keyword ideas and traffic estimates. TargetingIdeaService and TrafficEstimatorService

Re: Using the API to report

2017-05-22 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Will, To avoid duplicates, let us continue the discussion on the existing thread. I have already replied to you on that thread. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to change a ProductOfferId ProductPartition BIDDABLE to NEGATIVE and vice-versa?

2017-05-22 Thread Jean-Guy Speton
There is no CriterionUse enum of "excluded", just biddable and negative. Can you be more explicit about how this is accomplished via the API? Thanks for the reply. On Sunday, May 21, 2017 at 10:03:34 PM UTC-7, Nigel Copley wrote: > > Hi > > You simply change "biddable" to "excluded" not

Re: Creating Audiences via API with including/excluding by pagePaths

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Martin, On this forum, we address technical questions related to AdWords API. Since your query is related to AdWords Scripts, I would suggest that you post your question in the AdWords Scripts forum . Regards, Shwetha, AdWords API

Re: Are Keywords (Criterions) unique?

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Youri, The AdGroupCriterion is not globally unique. It is unique only in the scope of the AdGroup. The (AdGroupCriterionId, AdGroupId) pair is globally unique. Please see this guide for

Re: i want help form GetCampaigns return zero result

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid Lavarel is not in scope for my team. You will not be able to fetch campaigns from a manager account. Campaigns are associated with AdWords client accounts. If you set clientCustomerId in the API request to the ID of the AdWords accounts under your manager account, you'll be able

Re: INFO:oauth2client.client:Refreshing access_token INFO:oauth2client.client:Failed to retrieve access token: { "error" : "invalid_client", "error_description" : "The OAuth client was not found.

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the type of OAuth2 credential being used in your application? Could you also check if the OAuth2 client Id is associated with the clientCustomerId or one of its manager accounts? Please provide the SOAP request and response logs generated along with the email address

adwords api reporting Missing client information

2017-05-22 Thread jane
I'm sorry if someone has posted similar problem already, I just can't figure it out. I'm trying to get daily costs of my campaigns. I use this documentation https://developers.google.com/adwords/api/docs/guides/reporting I am also using php and Yii2. I've got: client Customer Id client id

v201702 Migration - LocationGroups - IncomeOperand

2017-05-22 Thread rafa . romero
Hello, looking at the Migration Guide (v201702) it says the following about LocationGroups: *The IncomeOperand can no longer be used as > a FunctionArgumentOperand for LocationGroups. Mutate requests adding new >

Re: Are Keywords (Criterions) unique?

2017-05-22 Thread Youri van Mill
I can't edit my topic, so please see: https://github.com/googleads/googleads-php-lib/issues/297 Its more detailed! Op maandag 22 mei 2017 11:43:27 UTC+2 schreef Youri van Mill: > > Hi, > > At this moment in AdWords this keyword exists: > > Text: +Heftruck +Basis +cursus > Type: Broad > Max cpc:

Using the API to report

2017-05-22 Thread dev . team
Hi, I am trying to create an XML Criteria Performance Report using the API. I can get the report to run and successully download to an XML document on my server. What I am now trying to do is run the API without having to download it to a file. So I am wanting to loop through the XML nodes

How to create Audiences via API with including/excluding by PagePath

2017-05-22 Thread MK
Hi, my goal is to use data from Google Spreadsheets as parameters for bulk creation of AdWords Remarketing Audiences from Google Analytics stats data. My code is based on this article

i want help form GetCampaigns return zero result

2017-05-22 Thread sagar shinde
hii .. 1)i my manager account multiple campaigns .but when i was php GetCampaigns.php in command prompt .its return result zero. 2)i want to help for use in laravel frame work.all functionality 3)how to use API calls in Laravel plz help me . -- --

Are Keywords (Criterions) unique?

2017-05-22 Thread Youri van Mill
Hi, At this moment in AdWords this keyword exists: Text: +Heftruck +Basis +cursus Type: Broad Max cpc: 1,00 euro ID: *324002149674* Group ID: *4249136* When i try to add a new keyword with the same values but another AdGroup, the Criterion returns the above ID... Not the newly created

INFO:oauth2client.client:Refreshing access_token INFO:oauth2client.client:Failed to retrieve access token: { "error" : "invalid_client", "error_description" : "The OAuth client was not found." }'

2017-05-22 Thread samri . achraf15
Hello, I'm currently trying to import adwords data using the client library on Python from the Adwords of my company. For this I created an account manager and I asked for a developer token to use API Adwords. The token has been approved. I logged in with my manager account on the

Creating Audiences via API with including/excluding by pagePaths

2017-05-22 Thread MK
Hi, my goal is to use data from Google Spreadsheets as parameters for bulk creation of AdWords Remarketing Audiences from Google Analytics stats data. My code is based on this article

Using the API to report

2017-05-22 Thread dev . team
Hi, I am using the API to create an XML Criteria Performance Report. I have managed to run the report and download the XML file to my server. I am now trying to run the report without having to download the XML file. So I am looking to loop through the XML nodes and insert them into my SQL

Re: Linking individual customer's AdWords account with corresponding GMB account

2017-05-22 Thread 'Ivan Bautista' via AdWords API Forum
Hi Kruger, As per sample code , if the gmbEmailAddress

Managing multiple AdWords accounts for customers and linking each with corresponding GBM account

2017-05-22 Thread kruger
Hello, I was reading up on the AdWords API guides and saw that I need a refresh token created for the AdWords account which I am trying to link with Google My Business. I plan to have customers who have already registered GMB and provide them with AdWords automation service. For now, it

Linking individual customer's AdWords account with corresponding GMB account

2017-05-22 Thread kruger
Hello, I was reading up on the Location Extension of AdWords API and realized that I would need a refresh token associated with the account that has MGB set up. I am going to have customers who have already registered their business via GMB and I want to provide AdWords automation via API.