HI Andy, No, I am aware of this, and I am using this API since long. Hierarchy means "You can retrieve the list of all changes for all resource types. The returned resource_type <https://developers.google.com/google-ads/api/reference/rpc/v7/ChangeStatus#resource_type> is the field that changed. Any parent fields are also populated. For example, if the ad_group_criterion <https://developers.google.com/google-ads/api/reference/rpc/v7/ChangeStatus#ad_group_criterion> changed, then the ad_group <https://developers.google.com/google-ads/api/reference/rpc/v7/ChangeStatus#ad_group> field will also be populated."
That means If we do ad_group_criterion <https://developers.google.com/google-ads/api/reference/rpc/v7/ChangeStatus#ad_group_criterion> changes it will also return as ad_group change which is duplicate since We ahve not done any changes to ad_group. Thanks, On Wednesday, 26 May 2021 at 21:08:56 UTC+5:30 [email protected] wrote: > I am not sure what you mean by response in hierarchy. We are > using GetChangeDetails.php from the Github almost as is. The only change > is an extra option to $googleAdsClient as we are accessing our client's > adwords account from a manager account. > > $googleAdsClient = (new GoogleAdsClientBuilder())->fromFile() > ->withOAuth2Credential($oAuth2Credential) > * ->withLoginCustomerId($ROOT_CUSTOMER_ID)* > ->build(); > > $ROOT_CUSTOMER_ID is our manager account's customer id. Maybe this is > what you have trouble with. > > On Tuesday, May 25, 2021 at 10:30:52 PM UTC-7 cv wrote: > >> Hello Andy, >> >> Thanks for your response. >> Yes, I would also able to manage it. But I have issue. Like >> GetChangeDetails.php is providing response in hirerchy. >> >> So in some case we have not changes parent entity but it would still >> return. >> >> If you can share small code snippet would be helpful. >> >> Thanks, >> >> >> >> >> On Wednesday, 26 May 2021 at 00:34:09 UTC+5:30 [email protected] >> wrote: >> >>> Hi cv, >>> >>> Based on my email back and forth with the API team, we've isolated some >>> of the count I am not seeing are related to video campaigns which changes >>> are not tracked by the API. I am able to get an accurate count >>> with GetChangeDetails.php for the activity in the last week, so it does >>> work to some extent. But for the month, there are a lot missing, and it >>> will probably take time and effort to isolate what changes are not >>> tracked. All in all, at this point I don't think the API could provide >>> what we are looking for which is the count of "All Changes" in the >>> ads.google.com UI. >>> >>> Thanks. >>> >>> On Tuesday, May 25, 2021 at 11:36:49 AM UTC-7 adsapiforumadvisor wrote: >>> >>>> Hello, >>>> >>>> The change event service only reports on changes from specific sources. >>>> It's likely that the changes that are not being reflected in the change >>>> event results are from different sources. One of the key ones that is not >>>> reported is the old AdWords API. >>>> >>>> If you would like us to take a closer look at your reports, please send >>>> them over privately. >>>> >>>> Regards, >>>> >>>> Anthony >>>> >>>> [image: Google Logo] >>>> Anthony >>>> Google Ads API Team >>>> >>>> >>>> ref:_00D1U1174p._5004Q2HASpy: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/c53fa6bf-3bb2-4978-b835-fc0d788d83dan%40googlegroups.com.
