Re: Hi Re: Access "Change History" -> "All Changes" count in UI using API

2021-05-27 Thread Google Ads API Forum Advisor Prod
Hello,

If you would like to restrict change event to only returning changes to a 
particular entity type, you can specify a filter on the change_resource_type 
field. Similarly, if you want to know what type of entity was changed for a 
particular row, you should fetch the change_resource_type field. You should not 
rely on the presence/absence of different resource names to determine which 
entity type was changed.

Regards,
Mike, 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 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 
"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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Rd5s30QTRIZ7009x8wKtr-Tn6zrNjL66qtDQ%40sfdc.net.


Re: Hi Re: Access "Change History" -> "All Changes" count in UI using API

2021-05-26 Thread cv
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 

 is 
the field that changed. Any parent fields are also populated. For example, 
if the ad_group_criterion 

 changed, 
then the ad_group 

 field 
will also be populated."

That means If we do 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 autofus...@gmail.com 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 autofus...@gmail.com 
>> 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 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 
"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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c53fa6bf-3bb2-4978-b835-fc0d788d83dan%40googlegroups.com.


Re: Hi Re: Access "Change History" -> "All Changes" count in UI using API

2021-05-26 Thread Google Ads API Forum Advisor Prod
Hello,

This case has been escalated to me.

As I mentioned on the other thread, the change status in the Google Ads API is 
more complete than the Change History in the web interface, and includes for 
example changes that are made automatically by Google backend systems.

If this doesn't explain your concern, then please outline what remains to be 
explained so that I can make sure I take a close look at exactly what's still 
problematic.

Regards,
Mike, 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 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 
"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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6qO410QTQ5N500et8zPGWQTOSQcWsTBaDuvQ%40sfdc.net.


Re: Hi Re: Access "Change History" -> "All Changes" count in UI using API

2021-05-26 Thread Autofusion Inc
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 autofus...@gmail.com 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 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 
"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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/51c0607f-01f9-44fa-94fe-1a850d81364fn%40googlegroups.com.


Re: Hi Re: Access "Change History" -> "All Changes" count in UI using API

2021-05-25 Thread cv
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 autofus...@gmail.com 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 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 
"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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/99aadd95-0bdc-47b1-b16d-21881c4087c2n%40googlegroups.com.


Re: Hi Re: Access "Change History" -> "All Changes" count in UI using API

2021-05-25 Thread Autofusion Inc
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 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 
"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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8c35ec1d-8b2b-4d43-9936-98a57912aaf7n%40googlegroups.com.


Re: Hi Re: Access "Change History" -> "All Changes" count in UI using API

2021-05-25 Thread Google Ads API Forum Advisor Prod
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

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 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 
"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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/j03v90QTOECV00nyT3MkmeSmm2oGMKzEcEbw%40sfdc.net.


Re: Hi Re: Access "Change History" -> "All Changes" count in UI using API

2021-05-24 Thread cv
Hi Andy,

Is this possible? Any positive response you received? Or you are able to 
achieve this?

Thanks,


On Tuesday, 18 May 2021 at 01:45:13 UTC+5:30 adsapiforumadvisor wrote:

> Hi Andy,
>
> Thanks for providing the details. Someone from our team should reach out 
> to you shortly.
>
> Cheers,
> 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 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 
"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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1920740c-75c7-4de9-b9d4-debac22381efn%40googlegroups.com.


RE: Hi Re: Access "Change History" -> "All Changes" count in UI using API

2021-05-17 Thread Google Ads API Forum Advisor Prod
Hi Andy,

Thanks for providing the details. Someone from our team should reach out to you 
shortly.

Cheers,
Anthony

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 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 
"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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d24Wp0QT9PKV00R7Df6vbjTxSAWEaxnDbT2A%40sfdc.net.