Re: KeywordID Different For Same Keyword

2019-11-07 Thread Charles Michael
Hi, I'll update our tracking system to include the campaignid + criteriaid. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because yo

RE: KeywordID Different For Same Keyword

2019-11-07 Thread Google Ads API Forum Advisor Prod
Hi Charles, The Criteria in the AdWords API are uniquely identified by the combination of their CriterionId and either the CampaignId or AdGroupId, depending on where the criteria is. Since this keyword is being added to a different AdGroups, the Criteria Id may be the same but the (AdGroupId,

Re: KeywordID Different For Same Keyword

2019-11-06 Thread Charles Michael
Hi, unfortunately we need the criteriaID (keyword ID) and not just the adgroup/campaign id's. We're trying to track revenues / expenses by keyword and while we can pass this id via a valuetrack variable in the finalurl ({targetid}), we are having a hard time creating reports when the same keywo

RE: KeywordID Different For Same Keyword

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hi Charles, The keyword Id may or may not be the same, as the criteria Id is not globally unique. However, while generating the reports you may use the (AdGroupId, CriterionId) or the (CampaignId, CriterionId) pairs which are globally unique. Please refer to this guide for more information. Let

KeywordID Different For Same Keyword

2019-11-05 Thread Charles Michael
Hi, is there a way to ensure that if we use the same keyword in multiple campaigns that the keywordID will be the same between all campaigns? I'm noticing that sometimes its the same ID and sometimes it isn't which is throwing havoc to my report management. Is there a way that we can ensure tha