RE: duplicate keywords in Ad Group deleteion problem

2019-01-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
eports generated from it may contain duplicate keywords. If this seems not the reason for the duplicates in your report, kindly provide your clientCustomerId and the complete report definition <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition> you used to

duplicate keywords in Ad Group deleteion problem

2019-01-21 Thread Qaiser Javed
Hello, I have duplicate keywords in Ad Group 1. ID Keyword MatchType Quality Score Max CPC Conversion 35201456KW1 Exact 8 30 35201456KW1 Exact 3

Re: KEYWORDS_PERFORMANCE_REPORT returns duplicate keywords

2016-08-05 Thread Dorian Kind
I might be mistaken, but to me it looks as if these two keywords have different match types: "1031 exchange" is a phrase keyword, and [1031 exchange] is an exact match keyword. You can get this information out of the KEYWORD_PERFORMANCE_REPORT by including the "KeywordMatchType" field. Hope thi

Re: KEYWORDS_PERFORMANCE_REPORT returns duplicate keywords

2016-07-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Although the keyword might appear to have other characters in the AdWords UI, the AdWords API removes the special characters of the keyword when it is returned from the AdWords API. Apart from the Keywords Performance Report, you may also try the GetKeywords

KEYWORDS_PERFORMANCE_REPORT returns duplicate keywords

2016-07-31 Thread andy
I'm running a adwords campaign and while generating the KEYWORDS_PERFORMANCE_REPORT for it the response in get in the CSV format using `download_report_with_awql` there are duplicate keywords in the csv returned. It's like in my dashboard i see keywords like : *"1031 exchan

Re: Duplicate keywords created during manual keyword migration to upgraded URLs

2015-07-10 Thread Anthony Madrigal
Hey Chris, You could try to filter the destination URLs out by adding a predicate that says, 'WHERE CriteriaDestinationUrl = " "'. This should hopefully not include duplicate keywords. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Duplicate keywords created during manual keyword migration to upgraded URLs

2015-07-09 Thread Chris Allan
we set the destinationUrl field to an empty string, and we performed an update on the keywords using Operator.SET. This has seemingly resulted in the creation of duplicate keywords. Looking at the AdWords Web UI everything appears as I would expect, the same amount of keywords in an ad group as be

Re: Getting duplicate keywords while using java API

2014-05-08 Thread Danial Klimkin
Hello Kiran, Can you send us the full XML of the request and complete server response? Please send directly over email ("Reply to author" on the right). -Danial, AdWords API Team. On Thursday, May 8, 2014 11:09:59 AM UTC+4, Kiran wrote: > > I am trying to fetch all the keywords in an AdGroup

Getting duplicate keywords while using java API

2014-05-08 Thread Kiran
I am trying to fetch all the keywords in an AdGroup. In the result I am getting every keyword 3 times (with same match type and ID). Code: Selector selector = new Selector(); selector.setFields(new String[] {"Id", "AdGroupId", "MatchType", "KeywordText", "DestinationUrl", "Status"});

Re: duplicate keywords

2012-08-03 Thread Danial Klimkin
ated within short >> period of time. >> >> >> -Danial, AdWords API Team. >> >> >> On Tuesday, July 31, 2012 12:08:17 PM UTC+4, Artur Meinzer wrote: >>> >>> I have set a unique key in my database to keywordId + AdgroupId. It all >>&g

Re: duplicate keywords

2012-08-02 Thread supraja
tabase to keywordId + AdgroupId. It all >> works fine, but I wonder why I have some duplicate keywords in some groups >> with different keywordIds. >> For example: >> 3042089426, ferienwohnung trieste (Broad), enabled >> 25883905881, ferienwohnung trieste (

Re: duplicate keywords

2012-08-02 Thread Danial Klimkin
, July 31, 2012 12:08:17 PM UTC+4, Artur Meinzer wrote: > > I have set a unique key in my database to keywordId + AdgroupId. It all > works fine, but I wonder why I have some duplicate keywords in some groups > with different keywordIds. > For example: > 3042089426, ferienwohn

duplicate keywords

2012-07-31 Thread Artur Meinzer
I have set a unique key in my database to keywordId + AdgroupId. It all works fine, but I wonder why I have some duplicate keywords in some groups with different keywordIds. For example: 3042089426, ferienwohnung trieste (Broad), enabled 25883905881, ferienwohnung trieste (Broad), deleted I

Re: duplicate keywords whth report service

2010-06-11 Thread AdWords API Advisor
Hi Warren, This is a known bug of the Account Structure report, but at this time I don't have any estimate on when it will be resolved. Best, - Eric Koleda, AdWords API Team On Jun 11, 2:02 am, Hongyu Li wrote: > I used Report Service to get account structure, I request with all column > and it

duplicate keywords whth report service

2010-06-10 Thread Hongyu Li
I used Report Service to get account structure, I request with all column and it returned keyword count more than it should be, I found 1 keyowrd with same keywordid return twice in result, the properties all same but budget value(Daily Budget), I tryed to remove the column Daily Budget, then I get

Re: Keyword tool V2009 migration issue (duplicate keywords)

2010-04-23 Thread AdWords API Advisor
Hi, Please see the following thread for more information: http://www.google.com/url?sa=D&q=http%3A%2F%2Fgroups.google.com%2Fgroup%2Fadwords-api%2Fbrowse_thread%2Fthread%2Fc28c21e1d7a2a837 Best, - Eric Koleda, AdWords API Team On Apr 22, 8:44 pm, Jlaprise wrote: > I'm using the AdWords API i

Keyword tool V2009 migration issue (duplicate keywords)

2010-04-23 Thread Jlaprise
I'm using the AdWords API in order to find related keywords along with the competition level, search volume and monthly average volume. I have finally got everything working with the V2009 API version but am experiencing a couple very odd results. - I get 3 entries for every keyword each containin

AdWords API Re: Duplicate Keywords/MatchTypes?

2010-03-03 Thread AdWords API Advisor
Hi Dian, As I mentioned before, the match type of the source keyword doesn't affect the match type, and therefore statistics, of the returned keywords. If you ignore the match type of the source keyword from your tests you can see the statistics only change based on the match type of the returned

AdWords API Re: Duplicate Keywords/MatchTypes?

2010-03-03 Thread web.dev
Hi Eric, thank you for your reply but I need a more precise explaination of this functionality in order to get the best results for generating campaigns - the lack of knowledge on this topic is not an option for me. I did the following test: * I picked a keyword and tested 3 combinations ** sourc

AdWords API Re: Duplicate Keywords/MatchTypes?

2010-02-24 Thread AdWords API Advisor
Hi Dian, I understand that this functionality is confusing, and I'll do my best to clear it up. 1) The TargetingIdeaService uses a complicated backend to determine relevant keywords, and I don't have the full information about how it works. I'm not sure how much weight, if any, is put into the m

AdWords API Re: Duplicate Keywords/MatchTypes?

2010-02-22 Thread web.dev
Hi Eric, I have two main questions based on your post: > The match type specified in the RelatedToKeywordsSearchParameter only > influences the way thatkeywordsideas are generated, 1) What do you mean? Say I have the type set to BROAD - only keywords with BROAD relation to the searched keyword a

AdWords API Re: Duplicate Keywords/MatchTypes?

2010-01-22 Thread AdWords API Advisor
BROAD specified. However, I am returned duplicate keywords of all > different matchTypes. This is obviously a problem given Google > penalizes you for having duplicate keywords. > > Here's my log: > > Request: > ... >   >     >       >

AdWords API Duplicate Keywords/MatchTypes?

2010-01-22 Thread Bobby
I'm making a web service call to the Keywords tool with the matchType of BROAD specified. However, I am returned duplicate keywords of all different matchTypes. This is obviously a problem given Google penalizes you for having duplicate keywords. Here's my log