Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-06-05 Thread Eric B
Ah, right... I hadn't noticed. We are using a CI column to store these... so that completely makes sense. It just so happens that this is the first time we've run into this. Thanks Josh! On Monday, June 5, 2017 at 9:00:01 AM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Eric, > > I

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-06-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Eric, In the case of GCLID EAIaIQobChMI5OuP84yk0wIVB0wNCh1S_wMFEAAYASAAEgKcsfD_BwE, I suspect that was due to the fact that GCLID is now generated at impression time instead of click time, and the user clicked separately on the headline and the sitelink. Thanks, Josh, AdWords API Team On

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-06-05 Thread Eric B
Josh, on Friday, I repro'd the issue by running in the debugger locally and downloading this via the API (request below). I can send you the resulting XML report privately, which shows the same duplicate as above. It seems we may have hit an API bug. thanks, Eric On Friday, June 2, 2017 at

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-06-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Eric, I just realized what's happening: it looks like your comparison is case *insensitive*. I see two GCLIDs that differ only by case in that date range: CP6*J*icTl79MCFVOZGwodj4kBCg CP6*j*icTl79MCFVOZGwodj4kBCg So although they are similar, they actually are distinct if you do a case

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-06-02 Thread Eric B
If you run the report using this definition file (below) using the API, you get duplicate googleClickIDs. Yes, they differ by campaignID. Is it expected that the same googleClickID would be re-used across different campaigns? AdGroupId AdNetworkType1 CampaignId ClickType CreativeId

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-06-02 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Eric, Have you retried the report request recently? Even with the list of fields you mentioned below, I still only see that GCLID appear once in the report under campaign ID 689081186. Thanks, Josh, AdWords API Team On Thursday, June 1, 2017 at 6:52:42 PM UTC-4, Eric B wrote: > > Yes, it

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-06-01 Thread Eric B
Yes, it is the result of a single report run. In case it helps, these are the columns we're requesting if that helps: AdGroupId, AdNetworkType1, CampaignId, ClickType, CreativeId, CriteriaId, Date, Device, GclId, UserListId, Clicks On Thursday, June 1, 2017 at 4:50:20 AM UTC-7, Josh Radcliff

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-06-01 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Eric, Did you see the duplicate rows below in a *single* report run? I ask because I just ran the CLICK_PERFORMANCE_REPORT against those two campaigns for 20170514, and I only see a row for that GclId in campaign ID 689081186. Thanks, Josh, AdWords API Team On Wednesday, May 31, 2017 at

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-05-31 Thread Eric B
Peter, we have adjusted our code per your comments above (I work with Hans) which fixed our problems. However, today we have just encountered a new unexpected duplicate: This one is so odd because it's the same gclid across campaigns. Bug? If not, I need to know the distinct set of

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-04-21 Thread HK
Thanks a lot, Peter. I was unaware of this change. On Thursday, April 20, 2017 at 9:45:46 PM UTC-7, Peter Oliquino wrote: > > Hi Hans, > > There has been a recent change >

Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-04-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi Hans, There has been a recent change in the AdWords API wherein GCLIDs are now generated

Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-04-20 Thread HK
Hi, I the last 3-4 days, we are seeing the Click Performance Report returning rows for with duplicate googleClickID values. We are using v201609. Only difference is the clickType in those rows. I understand this is expected for reports dealing with impressions, but we've been running this