Re: Call to AdWords API and Google Ads API do not return same amount of campaigns

2022-02-21 Thread Hector V
I have sent the required information by email. If there are things that are 
missing, feel free to contact me so I can give further information.

Thanks a lot for looking into it.

On Monday, February 21, 2022 at 3:43:55 AM UTC-5 adsapi wrote:

> Hi Hector,
>
>  
>
> I'm Kevin from the Google Ads API Team.
>
>  
>
> In order for me to proceed with my investigation, can you please provide 
> the following details below?
>
>1. Complete request 
>
> 
> and response 
>
> 
>  logs 
>with request ID 
>
> 
>  of 
>the Google Ads API report 
>2. Complete query in XML 
>
> or AWQL 
>
>  
> format 
>of the AdWords API report 
>3. Sample comparison which clearly shows the discrepancies 
>
>  
>
> You may send the requested information via *Reply privately to author* 
> option. 
> If this option is not available, you may send the details directly to our 
> googleadsapi-supp...@google.com alias instead.
>
>  
>
> Regards,
> [image: Google Logo] 
> Kevin Gil 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Wx96t: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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3b9bb58e-556c-40de-a6be-e9d744071d74n%40googlegroups.com.


RE: Call to AdWords API and Google Ads API do not return same amount of campaigns

2022-02-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hector,


I'm Kevin from the Google Ads API Team.


In order for me to proceed with my investigation, can you please provide the 
following details below?

Complete request and response logs with request ID of the Google Ads API report
Complete query in XML or AWQL format of the AdWords API report
Sample comparison which clearly shows the discrepancies


You may send the requested information via Reply privately to author option. If 
this option is not available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.


Regards,

Kevin Gil
Google Ads API Team
ref:_00D1U1174p._5004Q2Wx96t: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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ip8Y30R7NC8100PhFXAjqjRDKREj90sUeHzQ%40sfdc.net.


Call to AdWords API and Google Ads API do not return same amount of campaigns

2022-02-18 Thread Hector V
Hello,

For the migration of AdWords API to Google Ads API, I am trying to verify 
that I get all the same information from one API to the other. Currently, 
while using the same account, when I use the following query, I get 84 
campaigns, but for AdWords, when I put the equivalent for listing the 
campaigns on an account, I get 88 instead.

Here is the query I'm using:
SELECT campaign.id, campaign.name, campaign.status, 
campaign.advertising_channel_type FROM campaign WHERE campaign.status IN 
('ENABLED','PAUSED','REMOVED') AND campaign.advertising_channel_type IN 
('DISPLAY','SEARCH','SHOPPING') ORDER BY campaign.name

For testing purposes, I removed the WHERE part of the SQL to see if I would 
get the missing campaigns, but unfortunately, I did not get what I'm 
missing with that query:
SELECT campaign.id, campaign.name, campaign.status, 
campaign.advertising_channel_type FROM campaign ORDER BY campaign.name

Is there some campaigns that can't be seen on Google Ads API but still 
available on AdWords API?

Thanks and have a good day!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9171f084-af9a-4d7f-b17f-ac0ab1b97cd0n%40googlegroups.com.