Hi,

Here is the details. Thanks~

I just use the example code provided by AdWords API SDK and GoogleAds API 
SDK to get my campaigns from same account. We can see that the start date 
of 'Campaign5' is inconsistent between the two responses. 


AdWords API:

Selector selector = new Selector()
                {
                    fields = new string[]
                    {
                        Campaign.Fields.Id,
                        Campaign.Fields.Name,
                        Campaign.Fields.Status,
                        Campaign.Fields.StartDate
                    },
                    paging = Paging.Default
                };

<add key="ClientCustomerId" value="1309083668"/>

.\Google.AdWords.Examples.CSharp.exe v201809.GetCampaigns
This code example lists all campaigns. To add a campaign, run 
AddCampaign.cs.
1) Campaign with id = '1655121296', name = 'Ad Cus' and status = 'ENABLED' 
was found. StartDate = 20181213
2) Campaign with id = '1681274351', name = 'Campaign1' and status = 
'ENABLED' was found. StartDate = 20190119
3) Campaign with id = '1683957039', name = 'Campaign5' and status = 
'ENABLED' was found. StartDate = 20190122
Number of campaigns found: 3


GoogleAds API:
                Query = @"SELECT
                            campaign.id,
                            campaign.name,
                            
campaign.network_settings.target_content_network,
                            campaign.start_date
                        FROM campaign
                        WHERE campaign.status != 'REMOVED'
                        ORDER BY campaign.id",
                CustomerId = "1309083668"

.\Google.Ads.GoogleAds.Examples.exe V1.GetCampaigns
This code example gets all campaigns. To add campaigns, run AddCampaigns.cs.
[ "campaign.id", "campaign.name", 
"campaign.network_settings.target_content_network", "campaign.start_date" ]
Campaign with ID 1655121296 and name 'Ad Cus' was found. StartDate = 
2018-12-13
Campaign with ID 1681274351 and name 'Campaign1' was found. StartDate = 
2019-01-19
Campaign with ID 1683957039 and name 'Campaign5' was found. StartDate = 
2019-01-21


Best,
Dongqi



On Monday, July 1, 2019 at 1:10:46 PM UTC, adsapiforumadvisor wrote:
>
> Hello Dongqi, 
>
> We did not receive the details sent privately. Could you provide the 
> complete report definition 
> <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition>
>  you 
> used in AdWords API, and also the complete logs that were generated when 
> you downloaded the report in Google Ads API side so we can better see the 
> discrepancy? You can share the details privately via Reply privately to 
> author option.
>
> Thanks,
> Bharani, Google Ads API Team
>  
>
> ref:_00D1U1174p._5001UBkhjl:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/271ed486-420a-46c1-b526-4ac611d6125c%40googlegroups.com.

Reply via email to