RE: MatchType

2022-02-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, Thank you for raising this concern to Google Ads API Team. Could you confirm if what you are looking for is the numerical value of the enums of MatchType and Status? If yes, then please note that this depends on the client library that you are using as it assigned numerical values

MatchType

2022-02-18 Thread Werner Reyneke
Good ay I'm looking for the AdGroupCriterion.Keyword.MatchType but the Id, or its Id instead of the name. Where can I find it in the API please? Also the AdGroupCriterion.Status - the Status ID please. Thank you, Werner Reyneke -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

RE: How do I update my keyword Text and MatchType?

2019-09-23 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. To further investigate the issue, could you provide the complete SOAP request and response logs together with the customer ID for this API call via Reply privately to author option? You can enable the SOAP logging for PHP client library by following this gu

How do I update my keyword Text and MatchType?

2019-09-23 Thread Victor Ma
I use googleads-php-lib and don't know how to update the Text and MatchType of the keywords. There will be no errors after the code is submitted, but the update will not take effect. $operations = []; $adGroupId = '00'; $criterionId = '000';

RE: How to change MatchType of an existing keyword

2019-07-11 Thread Google Ads API Forum Advisor Prod
Hi Lukas, Thanks for posting your concern. Upon checking the code, I observed 2 things in your code. Please see the following: 1.) The return values for the matchType field is capital letters. You may try to change the values you've set in the condition by changing the text cases into ca

How to change MatchType of an existing keyword

2019-07-11 Thread Lukas Rilling
Hey there, I'm trying to change the MatchType of an existing keyword using the following code: $adWordsServices = new AdWordsServices(); $adGroupCriterionService = $adWordsServices->get($this->session->get(" adwordsSession"), AdGroupCriterionService::class);

Re: Adwords TargetingIdea Keyword MatchType not working

2018-03-01 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi John, The TargetingIdeaService will return the related ideas/keywords based on the keyword/s that you set if your requestType

Adwords TargetingIdea Keyword MatchType not working

2018-03-01 Thread John Ricaña
Hi, I am using the TargetingIdeaService on calling the Adwords API and we are looking for the Exact result based on the keyword that was requested. We are passing the keywords via RelatedToQuerySearchParameter. On the api guide it says the "A list of *exact* keyword match query Strings that th

Re: TargetingIdeaService : RequestType::STATS set MatchType

2017-12-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You may refer to this code sample on how to set the match type of a keyword using the KeywordMatchType

TargetingIdeaService : RequestType::STATS set MatchType

2017-12-15 Thread vj
In old api we are use to set MatchType while getting stats using targeting idea $keywordMatchTypeSearchParameter = new KeywordMatchTypeSearchParameter(); $keywordMatchTypeSearchParameter->keywordMatchTypes = array('BROAD'); This is my code for latest api... but I am no

Re: AdGroupCriterionService: cvc-complex-type.2.4.d: Invalid content was found starting 'v20:matchType'.

2017-09-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Neha, Just wanted to confirm if you still require more information regarding your concern with the *text* and *matchType* fields? Feel free to write us back if you have any follow up questions. Thanks and regards, Peter AdWords API Team

Re: AdGroupCriterionService: cvc-complex-type.2.4.d: Invalid content was found starting 'v20:matchType'.

2017-09-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi Neha, My apologies as I'm not sure I follow what it is you wish to confirm regarding the SOAP and the *text* and *matchType* fields. This being said, could you provide more context regarding your concern? Best regards, Peter AdWords API

Re: AdGroupCriterionService: cvc-complex-type.2.4.d: Invalid content was found starting 'v20:matchType'.

2017-09-19 Thread neha sahu
Appreciate your help. It worked for me. Just one query: Can't we use it the same way as SOAP WSDL generates the sample request xml by just adding "text" and "matchType" fields? On Monday, September 18, 2017 at 2:22:30 PM UTC+5:30, neha sahu wrote: > > I

Re: AdGroupCriterionService: cvc-complex-type.2.4.d: Invalid content was found starting 'v20:matchType'.

2017-09-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may refer to the sample SOAP request and response for the necessary fields/elements required to successfully create a Keyword criterion : http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

AdGroupCriterionService: cvc-complex-type.2.4.d: Invalid content was found starting 'v20:matchType'.

2017-09-18 Thread neha sahu
I am using 'mutate' operation of 'AdGroupCriterionService' service in SOAP UI to create a 'KEYWORD' type criteria. Can you please help on how can I send 'matchType' and 'text' input ? Please find below request I am sending: http://sche

Re: update keyword's bidding differently according to MatchType

2016-10-19 Thread Jay Zou
Hi Shwetha, Thanks for the clear explanation. This solves my confusions. Best, Jay On Wednesday, October 19, 2016 at 4:33:13 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jay, > > Each keyword has one MatchType. For example, a 'Broad' match keyword with

Re: update keyword's bidding differently according to MatchType

2016-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jay, Each keyword has one MatchType. For example, a 'Broad' match keyword with text women's hats is different from an 'Exact' match keyword with the same text (women's hats). Please see this document <https://support.google.com/adwords/answer/249783

Re: update keyword's bidding differently according to MatchType

2016-10-19 Thread Jay Zou
Jay, > > The above operation will update the keyword's bid regardless of its > matchType. You need to use AdGroupCriterionService > <https://developers.google.com/adwords/api/docs/reference/v201609/AdGroupCriterionService> > to > get only 'Exact' match keyw

Re: update keyword's bidding differently according to MatchType

2016-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jay, The above operation will update the keyword's bid regardless of its matchType. You need to use AdGroupCriterionService <https://developers.google.com/adwords/api/docs/reference/v201609/AdGroupCriterionService> to get only 'Exact' match keywords and then upd

update keyword's bidding differently according to MatchType

2016-10-19 Thread Jay Zou
Hi, Here I want to update 3 biddings of 1 keyword based on its MatchType <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService.Keyword#matchtype>. Let's say for Exact match I'd like to bid $0.5, for Broad match I'd like to bid differen

Re: CLICK_PERFORMANCE_REPORT. Cant find the MatchType?

2016-02-10 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Lucas, Unfortunately, the ValueTrack values cannot be found using the Click Performance Report. The criteria fields are not just keywords or placements but any of the criteria that caused the link. You may find the ClickType

CLICK_PERFORMANCE_REPORT. Cant find the MatchType?

2016-02-10 Thread Lucas Ertola
ds, so later download this report and get all the information I was able to get with valuetracks avoiding error for manual tagging. The only question I have is, do you know if all the valuetrack are available at this report? for example. I cant find the matchtype as one field from this

Re: Is MatchType available for keyword criterion in the new criteria report?

2015-09-01 Thread Anthony Madrigal
Hello, Unfortunately, the MatchType is still not supported in the Criteria Performance Report. However, as an alternative, you can run a Keywords Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report> and include the

Re: Is MatchType available for keyword criterion in the new criteria report?

2015-08-31 Thread Allen
3 years on ... What is the current ETA? On Wednesday, 4 April 2012 11:53:26 UTC+10, dkasak wrote: > > We hope in unison then. MmMmMmMmMmMmMmMm ( that's the sound it makes ). > > On Wednesday, 23 November 2011 00:21:26 UTC+11, Danial Klimkin wrote: >> >> Hello HK, >> >> >> This feature is not yet

How can i update keyword matchType

2014-05-13 Thread Alikko
Hello, I want to update a keyword matchType. How can i do that? Best regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Duplicate entries when getting keywords in adgroup with MatchType field

2014-01-21 Thread Josh Radcliff (AdWords API Team)
Hi Stefan, This question arose again today so I thought I'd post an update here. There's a subtle difference between *MatchType* and KeywordMatchType<https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService.Keyword#matchType>. The former is b

Re: Javascrript .withCondition("MatchType....

2013-07-19 Thread David Torres (AdWords API Team)
apply the MatchType filter in the keyword iterator ? I am trying to > find a particular keyword whose details are known. > Please reply asap. > > thanks > kunal > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwo

Javascrript .withCondition("MatchType....

2013-07-17 Thread Kunal Sethiya
how to apply the MatchType filter in the keyword iterator ? I am trying to find a particular keyword whose details are known. Please reply asap. thanks kunal -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Duplicate entries when getting keywords in adgroup with MatchType field

2012-08-28 Thread David Torres
re, with the JAVA based API, Matchtype is always equal, in > my case "PHRASE". Did you manage to circumnavigate that problem? As far as > i can see the statistics data e.g. impression are different. Nevertheless i > could not yet find a deeper sense or pattern behind i

Re: Duplicate entries when getting keywords in adgroup with MatchType field

2012-08-27 Thread Stefan Reichel
Hi Eugene, same problem here, with the JAVA based API, Matchtype is always equal, in my case "PHRASE". Did you manage to circumnavigate that problem? As far as i can see the statistics data e.g. impression are different. Nevertheless i could not yet find a deeper sense or pattern

Re: Duplicate entries when getting keywords in adgroup with MatchType field

2012-08-07 Thread David Torres
, 2012 10:57:41 AM UTC-4, Eugene wrote: > > Hi. > I encountered strange behavior of API. > I get duplicate entries when fetching keywords in adgroup with 'MatchType' > field (3 copies of each row to be exact). > Everything works as expected when I remove 'MatchType

Duplicate entries when getting keywords in adgroup with MatchType field

2012-08-02 Thread Eugene
Hi. I encountered strange behavior of API. I get duplicate entries when fetching keywords in adgroup with 'MatchType' field (3 copies of each row to be exact). Everything works as expected when I remove 'MatchType' from the query. I'm using PHP library v201109_1 with

Re: Missing Column Name in QUERY_PERFORMANCE_REPORT for MatchType

2012-06-04 Thread Danial Klimkin
Hello Tim, This issue should be resolved now. -Danial. On Friday, June 1, 2012 4:07:46 PM UTC+4, Tim Chaney wrote: > > We had been running the QUERY_PERFORMANCE_REPORT successfully and > yesterday although the data for MatchType is still being returned, the > column heade

Re: Missing Column Name in QUERY_PERFORMANCE_REPORT for MatchType

2012-06-04 Thread Danial Klimkin
Hello Tim, Thanks for reporting. We are looking into it. -Danial, AdWords API Team. On Friday, June 1, 2012 4:07:46 PM UTC+4, Tim Chaney wrote: > > We had been running the QUERY_PERFORMANCE_REPORT successfully and > yesterday although the data for MatchType is still being retu

Missing Column Name in QUERY_PERFORMANCE_REPORT for MatchType

2012-06-01 Thread Tim Chaney
We had been running the QUERY_PERFORMANCE_REPORT successfully and yesterday although the data for MatchType is still being returned, the column header is missing. Wanted to bring this to your attention and see when a fix is expected. Thanks

Re: matchType in KEYWORDS_PERFORMANCE_REPORT

2012-05-03 Thread Pierre-Luc Soucy
That worked. Thanks Pete! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscr

matchType in KEYWORDS_PERFORMANCE_REPORT

2012-04-30 Thread Pierre-Luc Soucy
Hi, I'm trying to get a test report using the Ad Hoc reporting service at https://adwords-sandbox.google.com/api/adwords/reportdownload/v201109 and can do so without problems if I do not request the matchType column to be part of the report. However, if I request it, I get the following

Re: Is MatchType available for keyword criterion in the new criteria report?

2012-04-03 Thread dkasak
We hope in unison then. MmMmMmMmMmMmMmMm ( that's the sound it makes ). On Wednesday, 23 November 2011 00:21:26 UTC+11, Danial Klimkin wrote: > > Hello HK, > > > This feature is not yet available but we hope to introduce it in future > releases. > > > -Danial, AdWords API Team. > -- =~=~=~=~=~=

Re: Is MatchType available for keyword criterion in the new criteria report?

2011-11-22 Thread Danial Klimkin
Hello HK, This feature is not yet available but we hope to introduce it in future releases. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Is MatchType available for keyword criterion in the new criteria report?

2011-11-16 Thread HK
Is there anyone from Google that can speak to this? Would be good to know if support for this is planned or not. Thanks, Hans -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-

Re: Is MatchType available for keyword criterion in the new criteria report?

2011-11-14 Thread oseemann
We ran into this as well. We were very thrilled about the new Criterion report type since it would allow us to avoid pulling 2 separate reports, but unfortunately we also need the match type for keywords. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussio

Is MatchType available for keyword criterion in the new criteria report?

2011-11-10 Thread HK
Hello, We would like to use the new Criteria report to get various attributes for Keywords and Placements, but according to http://code.google.com/apis/adwords/docs/appendix/reports.html#criteria, MatchType is not available in this report. Is this a documentation issue or is it truly not

Re: Keyword MatchType in the keyword performance report - bidding vs matched

2011-10-31 Thread Kevin Winter
Hi, The MatchType in the report will be that of the criteria you configured when creating the keyword. The report MatchType will not be influenced by it's serving. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discu

Keyword MatchType in the keyword performance report - bidding vs matched

2011-10-26 Thread kiran
Does the MatchType in the KW report correspond to the bidding matchtype or the one that triggered at serving time? For example, if there is a broad keyword can it show up in the report with exact matchtype? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Keyword and Matchtype in Ad Performance Report of v201101

2011-06-13 Thread Eric Koleda
Hi Rob, You are correct that not all criteria types have their own report yet, and we'll bring your feedback to the core engineering team. As you mentioned the AdGroupCriterionService is an option for now, but not as convenient. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~

Re: Keyword and Matchtype in Ad Performance Report of v201101

2011-06-07 Thread Rob
Hi Kevin, This solution works fine for keywords and managed placements but there are keyword IDs that relate to auto placements and display ads that aren't available in either the keywords or managed placements performance reports, and don't appear to be available in the auto placements performanc

Re: Keyword and Matchtype in Ad Performance Report of v201101

2011-05-16 Thread Kevin Winter
Hi Thomas, This is an intended change with the new reporting service. We've documented it here: http://code.google.com/apis/adwords/docs/reportguide.html#normalization The workaround is to also run a Keywords Performance Report and cross reference the keywordId. - Kevin Winter AdWords API T

Keyword and Matchtype in Ad Performance Report of v201101

2011-05-12 Thread t.doellm...@uniquedigital.de
Hi, working with the v201101 API i noticed that the keword and kwType in the Ad Performance Report is gone compared to V13. Im aware of the fact that the keywordId is included and i could query the API to get the corresponding data, but i prefer avoiding this. Can you please reinclude the keywo

AdWords API Re: How to properly set matchType in PHP API for argetingIdeaService

2010-03-25 Thread Bartosz K
  $keyword->text = 'abendkleid'; >         $keyword->matchType = 'EXACT'; > > I get the response of TargetingIdea with Keywords, that are all kind > of types: >  Keyword::__set_state(array( >                'text' =>

AdWords API How to properly set matchType in PHP API for argetingIdeaService

2010-03-24 Thread Bartosz K
Hello, I'm wondering why, for: $keyword = new Keyword(); $keyword->text = 'abendkleid'; $keyword->matchType = 'EXACT'; I get the response of TargetingIdea with Keywords, that are all kind of types: Keyword::__set_state(array(

AdWords API Re: Can't update Keyword MatchType

2010-02-18 Thread AdWords API Advisor
yword > status. > > Would be great if anybody of the API-Team would give us some advice or > fix the problem. > > Regards > > Marcel > > On Feb 17, 1:31 pm, Daniel wrote: > > > > > Hi there! > > > I can't update the MatchType for my Keywords. >

AdWords API Re: Can't update Keyword MatchType

2010-02-18 Thread API Freak
Hi Daniel, we are experiencing same problems. We can not update any keyword status. Would be great if anybody of the API-Team would give us some advice or fix the problem. Regards Marcel On Feb 17, 1:31 pm, Daniel wrote: > Hi there! > > I can't update the MatchType for my Key

AdWords API Re: Can't update Keyword MatchType

2010-02-17 Thread Thomasin
Hi there, same problem here. Its new to me with the old version API V13 it worked...but now everytime when i try to update the MatchType it wont work. Hope there will be some Help soon. Best Regards On Feb 17, 1:31 pm, Daniel wrote: > Hi there! > > I can't update the MatchType f

AdWords API Can't update Keyword MatchType

2010-02-17 Thread Daniel
Hi there! I can't update the MatchType for my Keywords. For example, i try to update one ExactMatch Keyword to PhraseMatch and also the KeywordCPC. I get no errors while uploading and also the CPC has changed correctly, just the MatchType in the AdGroupCriterionReturnValue is still EXACT

AdWords API Re: keyword matchtype for RelatedToUrlSearchParameter

2010-02-05 Thread AdWords API Advisor
gt; On Feb 4, 12:24 pm, Ajit wrote: > > > > Hello team > > > > I am trying to get suggested keyword for a give website. it is working > > > fine.. but I only want "BROAD" match type.. > > > > is there a way to specif

AdWords API Re: keyword matchtype for RelatedToUrlSearchParameter

2010-02-05 Thread Ajit
etingIde... > > Best, > - Eric Koleda, AdWords API Team > > On Feb 4, 12:24 pm, Ajit wrote: > > > Hello team > > > I am trying to get suggested keyword for a give website. it is working > > fine.. but I only want "BROAD" match type.. > > > is

AdWords API Re: keyword matchtype for RelatedToUrlSearchParameter

2010-02-05 Thread AdWords API Advisor
get suggested keyword for a give website. it is working > fine.. but I only want "BROAD" match type.. > > is there a way to specify matchtype = "BROAD" for > RelatedToUrlSearchParameter method. > > following is my code: > > relate

AdWords API keyword matchtype for RelatedToUrlSearchParameter

2010-02-04 Thread Ajit
Hello team I am trying to get suggested keyword for a give website. it is working fine.. but I only want "BROAD" match type.. is there a way to specify matchtype = "BROAD" for RelatedToUrlSearchParameter method. following is my code: related_sea

AdWords API Re: What should the matchType of a negative keyword should be?

2009-09-28 Thread AdWords API Advisor
Hi Maxim, You are able to use Broad, Phrase, or Exact for negative keywords, as defined by the match type. Best, - Eric Koleda, AdWords API Team On Sep 25, 7:21 pm, Maxim wrote: > Are Criterions with isNegative=true all Broad match or Exact? Is > matchType field being ignored for ne

AdWords API What should the matchType of a negative keyword should be?

2009-09-25 Thread Maxim
Are Criterions with isNegative=true all Broad match or Exact? Is matchType field being ignored for negative keywords? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to

AdWords API Re: Structure report show same keyword twice in same camp/adgroup with same matchtype?

2008-09-19 Thread AdWords API Advisor
tody for one of our accounts > included an unexpected occurance:  For the same campaign and adgroup, > there is a keyword with 2 records, both with the same matchtype.  One > is paused, the other is active.  One of the keywords is all lower case > and the other has leading caps.  Does that ma

AdWords API Structure report show same keyword twice in same camp/adgroup with same matchtype?

2008-09-19 Thread Reed
The structure report that I loaded tody for one of our accounts included an unexpected occurance: For the same campaign and adgroup, there is a keyword with 2 records, both with the same matchtype. One is paused, the other is active. One of the keywords is all lower case and the other has