Re: get keyword status from getkeywords api in php

2018-01-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies for the confusion and allow me to update my previous response. Also, for the benefit of those following our thread, I will be responding publicly to your follow up question regarding my previous suggestion not working as expected. >From the results that you will retrieve or

Re: no response in using adgroupAdService

2018-01-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Could you confirm if this is the complete code that you are using when retrieving your AdGroupAds ? If yes, then it appears that you have not specified any fields in your Selector

Re: TargetingIdeaService: How can I get keyword suggestions for more than 10 locations using LocationSearchParameter?

2018-01-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Will, You are correct, the TargetingIdeaService only accepts up to 10 locations to be targeted for keyword requests as LocationSearchParameter

Re: Conversion value is 0 in report api but, 1 in dashboard. why different?

2018-01-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, AdWords UI and the corresponding API report must have the same statistics at a given time. So I can further check the discrepancy between the AdWords UI and your API report, can you provide your clientCustomerId and your whole report definition

no response in using adgroupAdService

2018-01-30 Thread ejay . opiniano
Hi Adwords Team, May I ask for help regarding this matter? I get no response in these codes, particulary the last line: use Google\AdsApi\AdWords\AdWordsServices; use Google\AdsApi\AdWords\AdWordsSession; use Google\AdsApi\AdWords\AdWordsSessionBuilder; use Google\AdsApi\AdWords\v201708\cm\Ad;

Re: Adroup Performance Report download Invalid Column Error

2018-01-30 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Alexandros, This issue should be fixed now. Could you please check to see if it works? Cheers Anash P. Oommen, AdWords API Advisor. On Wednesday, January 10, 2018 at 3:05:39 PM UTC-5, Anash P. Oommen (AdWords API Team) wrote: > > Hi Alexandros, > > We are aware of this issue, and are

Re: Bug - "Label IDs" column heading now missing from reports

2018-01-30 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Pierre, This issue is now fixed. Could you please check at your end and see if it works for you? Cheers Anash P. Oommen, AdWords API Advisor. On Wednesday, January 10, 2018 at 2:57:50 PM UTC-5, Anash P. Oommen (AdWords API Team) wrote: > > Hi Pierre, > > We are aware of this issue and are

Filter out remarketing campaigns

2018-01-30 Thread alexander . stafstrom
Hi, I want to get all campaigns and group them into the following groups: "Search", "Shopping", "Video", "Remarketing", "Dynamic Remarketing", "Display", "Gmail Ads". I'm almost done but having trouble to filter out "Remarketing" campaigns from regular "Display" campaigns. According to my

TargetingIdeaService: How can I get keyword suggestions for more than 10 locations using LocationSearchParameter?

2018-01-30 Thread Will Sampson
Hi, I'm using the TargetingIdeaService to retrieve a list of keywords, their average cpc, competition, and search volume. One of the parameters I use to get the list of keywords is a collection of Location Criteria IDs. In some cases I'd like to get keyword data for more than 10 locations.

Conversion value is 0 in report api but, 1 in dashboard. why different?

2018-01-30 Thread poglot
Could I receive report different from dashboard? - I checked Campaign status is enabled. - I'm using Adwords api v201705 for .net It's my report setting. -- new ReportDefinition { reportName = "REPORT_NAME", reportType =

Re: How to identify Ads type using JS ?

2018-01-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Flint, Could you please confirm if you are looking for the ad type or the campaign type? You could use the value track parameters: {adgroupid}, {campaignid} and {creative} to get the Ids of the AdGroup, Campaign and Ad. Using AdGroupAdService.get()

Re: Create a System Generated Feed (FeedOrigin.Adwords)

2018-01-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mario, The "System Generated Feeds" cannot be created or removed manually. These feeds are created by the AdWords system when you add the first Ad extension of that kind. One possible option to trigger the creation of the feed is to add at least one call extension at any level either via

Re: Keyword Criterion IDs question

2018-01-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Peter, When you remove a keyword and create a new one no matter in which account, there is no guarantee that it will retain the KeywordId. However, a unique identifier of a keyword is a

Create a System Generated Feed (FeedOrigin.Adwords)

2018-01-30 Thread Mario Bianchi Vivern
I'm struggling on how I can create a System Generated Feed (Call extension). I basically want to create the "Main phone number feed" feed if it does not exists. It gets created automatically if I enter a number manually and then I can add more feeditems through the API. //**do not need

Re: API without SOAP

2018-01-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, If you are planning to use the PHP client library , the requirements are as listed here . It is highly recommended that you use an adsapi_php.ini file. However, if

Re: Keyword Criterion IDs question

2018-01-30 Thread peter . rietzler
Is it guaranteed that the criteria id will be the same within the same account ? We need to get aggregated performance data for a keyword (identified by a criterion id only) even if it has been "moved" to another ad group. Let's consider this example Campaign 1 Group 1 *Criterion 1*

Re: Upgrading to googleads-php-lib-30

2018-01-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Alan, You are correct. That is the correct link providing information on AdWords PHP Client Library upgrade. Also, you may post concerns related to PHP library in the PHP client library github itself as the library owners will be able

Re: Upgrading to googleads-php-lib-30

2018-01-30 Thread Alan Coleman
I think I may be answering my own question! https://github.com/googleads/googleads-php-lib/blob/master/UPGRADING.md On Tuesday, January 30, 2018 at 1:39:20 PM UTC, Alan Coleman wrote: > > Hello everyone, > > We have an AdWords API application that runs in the background of our > business, we

Re: Upgrading to googleads-php-lib-30

2018-01-30 Thread Alan Coleman
Also, I'm familiar with the Deprecation Schedules and Migration guides, I'm looking for something specific to the changes highlighted above. Thanks On Tuesday, January 30, 2018 at 1:39:20 PM UTC, Alan Coleman wrote: > > Hello everyone, > > We have an AdWords API application that runs in the

Upgrading to googleads-php-lib-30

2018-01-30 Thread Alan Coleman
Hello everyone, We have an AdWords API application that runs in the background of our business, we haven't upgraded the version since v201702. I've been out of the loop for a number of months now and haven't been active on the forum since this time last year - so I may have missed something!

Re: get keyword status from getkeywords api in php

2018-01-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Since you have already included the *Status * field in your selector, you will just need to include the sample code snippet below inside your loop :

How to identify Ads type using JS ?

2018-01-30 Thread Flintlozk
Hello, its impossible to know the ads type ? is GDN ,Remarketing or Google Search when i click some ads that link to my website, is it contain 'something' to identify the type of it ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

API without SOAP

2018-01-30 Thread Ilya
Hi! I develop an application that will work with your API. I use php. The app will be installed on different hosts. I have not access to the file "php.ini" at certain hosts. Prompt, can I work with your API without connecting these extensions "extension=php_soap.dll" and

get keyword status from getkeywords api in php

2018-01-30 Thread Bhairavi
I am using google adwords client library for php.I am using getKeywords api to fetch keywords and related info.How to get keyword status in api. I have added 'Status' in selector field as follows- $selector->setFields( ['Id', 'CriteriaType', 'KeywordMatchType', 'KeywordText','Status']);