Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-12-16 Thread Alexandre Lord
Thank you. We will adapt our code accordingly. On Friday, December 13, 2019 at 2:23:46 PM UTC-5, adsapiforumadvisor wrote: > > Greetings! > > Yes, your two assumptions are correct. It is an inconsistency that is > confusing, and it appears that this happens in both the UI and the API. I'm >

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-12-13 Thread Alexandre Lord
Any news on this issue? On Thursday, November 14, 2019 at 10:35:58 AM UTC-5, adsapiforumadvisor wrote: > > Hello, > > Yes, it is stored as midnight of the time zone of the account. > > As for your two assumptions. Yes, that could be possible. I'll go > double-check on that for you. > >

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-11-13 Thread Alexandre Lord
Thank you for digging into this. That's an interesting one since we don't have hours on those date. I assume they are stored as midnight in the timezone of the account running the campaign. The only odd part my brain is not getting around is that the report date segmentation matches across

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-11-11 Thread Alexandre Lord
Pinging the thread. Any news on this issue? On Wednesday, October 23, 2019 at 5:39:04 PM UTC-4, adsapiforumadvisor wrote: > > Greetings! > > This was escalated up to me to take a look. It is indeed odd, and you did > an excellent job of proving what's happening. I've escalated an internal >

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-10-23 Thread Alexandre Lord
Request/Response dump sent in private. Keeping to comment public so any one having the same issue can track the conversation. We are testing our migration by fetching the campaigns from both AdWords and Google Ads API and comparing the results (delay of ~0.1-2 seconds between the calls).

Campaign start Date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-10-22 Thread Alexandre Lord
We are attempting to migrate our code from the AdWords API to the Google Ads API. When fetching campaigns from certain accounts, the start/end dates are off by one day. (ex: AdWords: 2018-02-27, Google Ads: 2018-02-28). Is there a known issue? Is this an expected behavior in certain scenarios?

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-10-22 Thread Alexandre Lord
Relevant data from the responses 20180227 20371230 vs start_date {value: "2018-02-28"} end_date {value: "2037-12-30"} On Tuesday, October 22, 2019 at 1:07:01 PM UTC-4, Alexandre Lord wrote: > > When fetching campaigns using the same credentials against both AP

Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-10-22 Thread Alexandre Lord
When fetching campaigns using the same credentials against both APIs some accounts return campaigns with Start Date 1-off. (ex: AdWords 2018-02-27, Google Ads 2018-02-28) I can find a reference to this issue in the forum (Campaign StartDate not consistent between AdWords API and Google Ads

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-10-22 Thread Alexandre Lord
A redacted dump of the AdWords SOAP request/response and Google Ads GRPC request/response can be provided if necessary. On Tuesday, October 22, 2019 at 1:07:01 PM UTC-4, Alexandre Lord wrote: > > When fetching campaigns using the same credentials against both APIs some > accoun