change_service = f"""
SELECT
change_status.resource_status,
change_status.resource_name,
change_status.last_change_date_time,
change_status.resource_type,
change_status.campaign,
change_status.ad_group,
change_status.ad_group_ad,
change_status.ad_group_criterion,
change_status.campaign_criterion
FROM
change_status
WHERE
change_status.resource_status = ADDED
AND change_status.resource_type = AD_GROUP_AD
ORDER BY
change_status.last_change_date_time DESC
LIMIT 10000
"""Was your question answered? Please rate your experience with us by taking a short survey.
If not -- reply to this email and tell us what else we can do to help.
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
SELECT
change_status.resource_status,
change_status.resource_name,
change_status.resource_type,
change_status.ad_group_ad,
FROM
change_status
WHERE
change_status.resource_status = ADDED
AND change_status.resource_type = AD_GROUP_ADSELECT
change_status.resource_status,
change_status.resource_name,
change_status.resource_type,
change_status.ad_group_ad,
FROM
change_status
WHERE
change_status.resource_status = CHANGED
AND change_status.resource_type = AD_GROUP_AD--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@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 "AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/9ad019e5-bad4-4f66-9c60-243c2cee09e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.