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 [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
"Google Ads API and AdWords 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/9171f084-af9a-4d7f-b17f-ac0ab1b97cd0n%40googlegroups.com.