Re: refreshing the access

2021-03-09 Thread Hubble App
Can you please help how can i do "reply to author privately"

On Wednesday, March 10, 2021 at 12:11:26 PM UTC+5:30 Hubble App wrote:

> hello Team , 
>
> For me , "reply to author privately" is greyed out .
>
> On Wednesday, March 10, 2021 at 1:29:57 AM UTC+5:30 adsapiforumadvisor 
> wrote:
>
>> Hi,
>>
>> Thank you for reaching out. The steps you mentioned were to reset the 
>> developer token rather than the access token. The access token is actually 
>> refreshed automatically by the client library itself so you don’t need to 
>> manually do it. If you encounter any errors along the way, please share the 
>> complete request and response logs via the *Reply privately to author 
>> option* for us to further investigate.
>>
>> Thanks and regards,
>> Xiaoming, Google Ads API Team
>>
>>  
>> [image: Google Logo] 
>> Xiaoming 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2DMOsb: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/eee788bc-6f69-4711-b39d-84b3632bc6e0n%40googlegroups.com.


Re: refreshing the access

2021-03-09 Thread Hubble App
hello Team , 

For me , "reply to author privately" is greyed out .

On Wednesday, March 10, 2021 at 1:29:57 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi,
>
> Thank you for reaching out. The steps you mentioned were to reset the 
> developer token rather than the access token. The access token is actually 
> refreshed automatically by the client library itself so you don’t need to 
> manually do it. If you encounter any errors along the way, please share the 
> complete request and response logs via the *Reply privately to author 
> option* for us to further investigate.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2DMOsb: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/69b15591-5ddc-438a-8d5d-77bec4364ccbn%40googlegroups.com.


RE: Batch Job Result detailed information

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi,

The information from the BatchJobResult should contain (and help you identify) 
which type of entities (ex. ad_group_ad_result) were created. That being said, 
could you provide more context on what other information from the batch jobs 
you wish to retrieve?

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2DMMx6: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/iUkHh0QPQOID006B66uSTvQBmyrJQG_vmNTA%40sfdc.net.


RE: Can't create ads using mutate in google ads API call (Using CURL not client library)

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for posting your concern.

Please see my answer below for each item:
1. Create operation is not supported in AdService, with this, you need to use 
the AdGroupAdService instead for creating ads.

2. As discussed on the Key Point section of this document on constructing 
create operation in REST API, you don't need to specify a resourceName or ID 
and this is the possible reason why the error occurred. With this, please try 
not setting resourceName in the API request.

Also, our team doesn't have sample CURL for your use-case and you will need to 
follow this document in order to construct API quest. Let me know if you have 
further questions.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2DMN7A: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/ZDaYB0QPQJ0F00VNqslYj1RROxgvucB_d8pA%40sfdc.net.


RE: Unconsistent number of impressions between Geo Performance Report and Campaign Performance Report

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hello Alberto,

Thank you for reaching out to us.

Please note that every Report will differ depending on the statistics 
aggregated to that specific report. As for the Geo Performance Report, 
statistics are aggregated at the country/territory level while the Campaign 
Performance Report, statistics are aggregated by default at the campaign level.

As also stated on the Geo Performance Report documentation, if you request both 
IsTargetingLocation values in your predicate and either do not limit by 
LocationType or request both LocationType values in your predicate, then the 
same impression's statistics may appear in multiple rows of the report. 
Therefore, statistic totals from your report could be much higher than totals 
from other reports such as the CAMPAIGN_PERFORMANCE_REPORT.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2DMNjh: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/h3FAF0QPQIAA00xBSmWR_vT2CDEFqumv7UHg%40sfdc.net.


Re: Create ad schedule bug

2021-03-09 Thread Eylon Raymond Harari
Sent, thanks

On Wednesday, March 10, 2021 at 4:35:50 AM UTC+10 adsapiforumadvisor wrote:

> Hi Eylon,
>
> Please email us at googleadsapi-supp...@google.com if you are unable to 
> reply privately.
>
> Cheers,
> Anthony
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2DJEn7: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/f7a57572-f215-47ef-886d-422f3d86af32n%40googlegroups.com.


RE: Missmatch between location view in UI and geographic_view in API

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi Theodor,

Thank you for reaching out to our support team.

The Locations > Targeted view in the Google Ads UI should map to the 
location_view of the Google Ads API.

As for the geographic_view, this should map to the Geographic report in the UI. 
To access the Geographic report, navigate to the Locations menu on the left, 
then click the MORE tab on the top bar, finally click Geographic report.

For more information on how to map UI to API reports, you may refer to the 
below documentation :

AdWords API reports to UI
AdWords reports to Google Ads API reports
Google Ads API reports to UI

I hope this helps.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2DMLAg: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/FNcZw0QPQG5100GeObe00VQ9KrswrNp2h5Mw%40sfdc.net.


Re: [Google Ads API v6] Fetching data through automated Python script

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi Davide,

Thank you once more for the additional details regarding your issue.

Since the concern is now more related to the behavior or expiration of your 
service account credentials, then I would recommend that you reach out to the 
Google API Console support team instead, via this link. This is because their 
team is the more appropriate to provide guidance as this should be more in line 
with their expertise.

You may confirm with them if the testing / production nature of your service 
account indeed affects the validity of your credentials. I hope this helps.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2DIxeA: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/ZVMk_0QPQFGB003LXsb_1ETf2-3_djStFE9g%40sfdc.net.


developer token to be used on two google console

2021-03-09 Thread Azfar Haziq
Hello,

Can one developer token be used on two different google console? There is a 
mention that one developer token is permanently tied to one google console 
but can it also be tied to another console?

Thank you,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a8b583e3-be32-45c6-a94e-2c7d84f7d4a5n%40googlegroups.com.


Re: Is Google Ads API facing any disruptions last 3 days?

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi All,

I am afraid that there is no blog post for the status of this issue, however, 
our team is trying our best to relay the status of this issue for every forum 
posts and private emails that we are receiving.

Also, I would like to inform you that the issue has been resolved. With this, I 
would recommend trying the API request again and if the issue persists, please 
provide the customer ID and the latest and complete request and response logs 
with request ID generated on your end to further investigate.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2DLUGY: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/WdTEW0QPQDIB00XjVyjfbaQreE1c7rY0aXmw%40sfdc.net.


SearchGoogleAdsRequest multiple accounts

2021-03-09 Thread Todd Evans
We are using code like the following to make requests but it only handles 1 
account at time.
How can we perform the same gaql for multiple accounts(up to 150 accounts) 
for one of our clients.

We feel making these kinds queries many times in a short span of time if 
highly inefficient.
In the Reporting UI we can select multiple accounts and we want to 
replicate that feature.

SearchGoogleAdsRequest searchGoogleAdsRequest = new SearchGoogleAdsRequest()
{
CustomerId = CustomerID,
Query = gaql
 };

 var result = 
GoogleAdsServiceClient.Search(searchGoogleAdsRequest).ToList();

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f272e0f9-a999-4c67-b60c-e94469adb092n%40googlegroups.com.


LastUploaded time for the audience

2021-03-09 Thread Coder
Hi,

Is there any way to check the last uploaded time for the audience by using 
google ads API? I would like to check programmatically when the the 
audience was updated as part of our integration test. As part of the 
implementation we are not storing the offlineUserDataJob Id, Hence I cannot 
use the job id to query, but is there any way to check the status of the 
latest job of related to the audience (userlist) my code executed. 

Thanks. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0375dd88-bd27-4cf8-8800-1f271c803502n%40googlegroups.com.


Supporting an on-prem open source application

2021-03-09 Thread Sherif Nada
Hi, 

I'm following up on this 
issue: https://groups.google.com/g/adwords-api/c/qMxsf1a2uZs/m/EPa1XT8uBQAJ. 
I contacted the Compliance Team as directed in the original issue. However, 
the Compliance Team are saying that Airbyte requiring users to obtain their 
own API token is in violation of the API policies and directed me to ask 
you for help. 

My question is the following: how can Airbyte not require users to apply 
for their own dev token, without allowing Airbyte any access to user data? 
(Airbyte is self-hosted by the clients. Having access to user data is not 
an option)

Thanks
Shrif Nada
Founding Member, Airbyte

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/11788af3-7e90-4dc8-8787-36c839c8b9f6n%40googlegroups.com.


RE: Can't get data "ChangeEvent" by using operators "!=" and "NOT IN"

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hello,

Thanks for reaching out. So we can have a closer look at this issue, can you 
please privately reply with a text version of your query, along with the 
request headers? Please ensure that your response is private.

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2DMHsy: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/SInUq0QPQ1Z700gcGLljg7QgqI7KkAs3Vjcg%40sfdc.net.


RE: creating mcc test accounts -

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi Aryeh,

Thank you for reaching out. This is a corresponding explanation for the test 
account in the Google Ads API.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2Du1aX: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/pjv3_0QPQ07G007bDbomHpR2SNpujGm0gHlg%40sfdc.net.


Retrieving changed_fields causes 500 Internal Error

2021-03-09 Thread Scott Vaillancourt
I'm trying to retrieve changed_fields from the change_event resource 
(something I've done on several occasions before) and consistently 
encounter an InternalServerError. I can pull other fields from this 
resource, but specifying changed_fields appears to trigger the error. The 
query and output are shown below. Any help would be appreciated. Thanks.

Scott

##
gas = client.get_service('GoogleAdsService', version='v6')

query = '''
SELECT
change_event.changed_fields 
FROM change_event
WHERE
change_event.change_date_time BETWEEN "2021-02-08" AND "2021-03-08"
LIMIT 100'''

rl = list(gas.search(cid, query))

#
Request made: ClientCustomerId: REDACTED, Host: 
googleads.googleapis.com:443, Method: 
/google.ads.googleads.v6.services.GoogleAdsService/Search, RequestId: 
-dz65qORUAIjdisRc_d83w, IsFault: True, FaultMessage: Internal error 
encountered.
---
_InactiveRpcError Traceback (most recent call last)
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py
 
in error_remapped_callable(*args, **kwargs)
 72 try:
---> 73 return callable_(*args, **kwargs)
 74 except grpc.RpcError as exc:

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/grpc/_interceptor.py
 
in __call__(self, request, timeout, metadata, credentials, wait_for_ready, 
compression)
215  compression=None):
--> 216 response, ignored_call = self._with_call(request,
217  timeout=timeout,

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/grpc/_interceptor.py
 
in _with_call(self, request, timeout, metadata, credentials, 
wait_for_ready, compression)
256request)
--> 257 return call.result(), call
258 

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/grpc/_channel.py
 
in result(self, timeout)
332 """See grpc.Future.result."""
--> 333 raise self
334 

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/grpc/_interceptor.py
 
in continuation(new_details, request)
240 try:
--> 241 response, call = self._thunk(new_method).with_call(
242 request,

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/grpc/_interceptor.py
 
in with_call(self, request, timeout, metadata, credentials, wait_for_ready, 
compression)
265   compression=None):
--> 266 return self._with_call(request,
267timeout=timeout,

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/grpc/_interceptor.py
 
in _with_call(self, request, timeout, metadata, credentials, 
wait_for_ready, compression)
256request)
--> 257 return call.result(), call
258 

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/grpc/_channel.py
 
in result(self, timeout)
332 """See grpc.Future.result."""
--> 333 raise self
334 

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/grpc/_interceptor.py
 
in continuation(new_details, request)
240 try:
--> 241 response, call = self._thunk(new_method).with_call(
242 request,

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/grpc/_interceptor.py
 
in with_call(self, request, timeout, metadata, credentials, wait_for_ready, 
compression)
265   compression=None):
--> 266 return self._with_call(request,
267timeout=timeout,

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/grpc/_interceptor.py
 
in _with_call(self, request, timeout, metadata, credentials, 
wait_for_ready, compression)
253 
--> 254 call = self._interceptor.intercept_unary_unary(continuation,
255   
 client_call_details,

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/google/ads/google_ads/interceptors/exception_interceptor.py
 
in intercept_unary_unary(self, continuation, client_call_details, request)
168 if exception:
--> 169 self._handle_grpc_failure(response)
170 else:

/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/google/ads/google_ads/interceptors/exception_interceptor.py
 
in _handle_grpc_failure(self, response)
140 """
--> 141 raise self._get_error_from_response(response)
142 


Re: 0 values for Smart Campaigns from the ad_group_ad report

2021-03-09 Thread Improvado Support
Hi the Google Ads API team,
Could you please take a look here? 
Thank you.

On Thursday, March 4, 2021 at 9:49:16 PM UTC+3 Improvado Support wrote:

> Hi the Google Ads API team,
>
> When we download the ad_group_ad report, Smart campaigns are left out, is 
> this an expected behaviour?
>
> Account_id: 7458945678
> Customer_id: 3686699574
> For example, when I tried to requst data from *Campaign*, I got the data
> *POST 
> https://googleads.googleapis.com/v6/customers/7458945678/googleAds:search 
> *
> *   SELECT   *
> *campaign.advertising_channel_sub_type,*
> *campaign.advertising_channel_type,*
> *campaign.name ,*
> *campaign.id ,*
> *metrics.cost_micros,*
> *metrics.impressions*
> *FROM campaign*
>
> *WHERE segments.date BETWEEN '2019-09-01' AND '2019-09-30' and 
> campaign.advertising_channel_type=SMART*
>
> The same but from the *Ad_group_ad *doesn`t return data
> *   SELECT   *
> *campaign.advertising_channel_sub_type,*
> *campaign.advertising_channel_type,*
> *campaign.name ,*
> *campaign.id ,*
> *metrics.cost_micros,*
> *metrics.impressions*
> *FROM ad_group_ad*
>
> *WHERE segments.date BETWEEN '2019-09-01' AND '2019-09-30' and 
> campaign.advertising_channel_type=SMART*
>
> I created a new conversation because it looks like you missed it(
> https://groups.google.com/g/adwords-api/c/DGi34AJ48cE/m/Q2_9D0xvAAAJ). 
> Please close the previous one or this one as a duplicate. 
>
> Thanks in advance!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/46403ba5-039e-4aa3-9b61-4bb5ad47d146n%40googlegroups.com.


RE: Campaign, ad Group.. types in the Adwords API vs The Google Ads API

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi Maria,

Thank you for reaching out. There isn’t any direct mapping between the AdWords 
API and the Google Ads API for these fields. However, you could look them up 
from each API and compare them. For the AdWords API, you could look up 
AdvertisingChannelType, AdvertisingChannelSubType and AdGroupType. For the 
Google Ads API, you could look up campaign.advertising_channel_type, 
campaign.advertising_channel_sub_type and ad_group.type.

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2DMP86: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/LkzTJ0QPPXZY00oRQR5WbxSzOX2sTDrbzFgg%40sfdc.net.


RE: How can I use proxy ?

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hello,

Thanks for reaching out.

The Python client library does not currently support proxies. Please subscribe 
on GitHub or follow our blog for relevant updates.

However, please note that proxy is support is available in other client 
libraries (e.g. PHP).

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2DMLJX: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/WM8IL0QPPXRO00XPFsV7pdRImNLwETcKBOgA%40sfdc.net.


RE: refreshing the access

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. The steps you mentioned were to reset the developer 
token rather than the access token. The access token is actually refreshed 
automatically by the client library itself so you don’t need to manually do it. 
If you encounter any errors along the way, please share the complete request 
and response logs via the Reply privately to author option for us to further 
investigate.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2DMOsb: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/6REFi0QPPWVI00wyfPScK1TcK7aQPfD6QDKg%40sfdc.net.


Mobile App Id For Segment AdWords Remarketing List Audience Destination

2021-03-09 Thread 'Devyn Kehlenbeck' via AdWords API and Google Ads API Forum
Hi there - 

I am trying to sync AdWords to my Segment Audience but looks like I am 
missing the external Mobile ID required to properly sync. I am getting an 
"APP_ID_NOT_SET" API error in the Segment payload that returns from Google 
due to the fact that the Mobile ID field is not populated for the AdWords 
Remarketing List Destination. 

However, I am struggling to understand where I can pull this external 
"Mobile ID" from my AdWords account. I have attached an image of the 
Segment error and Mobile ID field I am referencing. 

Can anyone steer me in the right direction? 

Thanks!
Devyn

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1f3ba6be-f117-435e-a775-e7add77ea447n%40googlegroups.com.


Re: Bulk Download - Google Ads API

2021-03-09 Thread Harshi Manju
Hi, Currently I'm fetching only keywords(Including search, display, video, 
negative keywords) from my account. 
1. How do we differentiate all different types of keywords(Is it like 
Is_negative = 1 for negative keywords)
I was confusing on how to write GAQL query for this?
Please help me with the GAQL.

  String query = "SELECT 
ad_group_criterion.criterion_id,ad_group_criterion.keyword.text,ad_group_criterion.status
 
"
+ "FROM ad_group_criterion where 
ad_group_criterion.status NOT IN ('UNKNOWN' ,'REMOVED')"; 
 

On Wednesday, February 3, 2021 at 9:19:12 PM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi Harshi,
>
> Thank you for reaching out. You could query the 
> ad_group_criterion.criterion_id 
> ,
>  
> ad_group_criterion.keyword.text 
> 
>  
> and ad_group_criterion.status 
> 
>  
> from the ad_group_criterion 
>  
> resource to fetch the keyword_id, keyword_name and keyword_status.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2AHc6C: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/1b3fbc1e-f909-4073-96d1-78b422cc09a2n%40googlegroups.com.


Re: creating mcc test accounts -

2021-03-09 Thread 'Aryeh Baker' via AdWords API and Google Ads API Forum
https://developers.google.com/adwords/api/docs/guides/first-api-call#test_vs_production_accounts
 
states the test account has to be from a different ldap and I succeded in 
making a test mcc account, could the documentation be updated in ads api?

Regards,

Aryeh Baker

On Tuesday, March 9, 2021 at 12:09:15 PM UTC-5 Aryeh Baker wrote:

> To whom it may concern:
>
> In 
> https://developers.google.com/google-ads/api/docs/first-call/overview#test_account
>  
> there is mention that a test account can be created, if you already have a 
> manager account, can you make a test account? I am asking because I don't 
> get an option to create a test account and the chat option given on account 
> creation mentioned they don't manage test account creation and sent me here.
>
> Regards,
>
> Aryeh Baker
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b2e75e05-bfc4-490f-b287-26399ccfb239n%40googlegroups.com.


RE: When sunset of AdWords API

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hello,

Thanks for reaching out. At the moment, there is no planned deprecation date 
for the AdWords API. To stay up to date on this, please follow the AdWords API 
developer blog.

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2DMIyN: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/JIJ750QPPT2Q00Ken65RaLRJ6XxWEyFoqc-w%40sfdc.net.


Re: Create ad schedule bug

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi Eylon,

Please email us at googleadsapi-supp...@google.com if you are unable to reply 
privately.

Cheers,
Anthony

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q2DJEn7: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/XLJOd0QPPSZ900mdCe97QNQHGNN2Ax6OIkMg%40sfdc.net.


ads.properties information

2021-03-09 Thread bhargav d
I am new to google adwords api and i am trying to create an api locally to 
get userlist but i am getting unauthorized error and i suspect 
ads.properites file may have old creds. so i want to know where to get 
these details from google ads console

   - api.googleads.refreshToken
   - api.googleads.clientId
   - api.googleads.developerToken
   - api.googleads.clientSecret


Please help.

Thanks,
Bhargav

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/62886d0b-51ae-4c27-a66c-279f60dc3883n%40googlegroups.com.


401 Unauthorized when I try to consume google ads api from local postman

2021-03-09 Thread bhargav d
I am new to google adwords api and i am trying to create an api locally to 
get userlist but when i try to consume my new api from postman i am getting 
below error in console. can anyone help.

"
Headers: null
Body: null
Failure message: null
Status: Status{code=UNAVAILABLE, description=Credentials failed to obtain 
metadata, cause=com.google.api.client.http.HttpResponseException: 401 
Unauthorized
at 
com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1097)
at 
com.google.auth.oauth2.UserCredentials.refreshAccessToken(UserCredentials.java:197)
at 
com.google.auth.oauth2.OAuth2Credentials.refresh(OAuth2Credentials.java:157)
at 
com.google.auth.oauth2.OAuth2Credentials.getRequestMetadata(OAuth2Credentials.java:145)
at 
com.google.auth.Credentials.blockingGetToCallback(Credentials.java:112)
at com.google.auth.Credentials$1.run(Credentials.java:98)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown 
Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown
 
Source)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown
 
Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown 
Source)
at java.lang.Thread.run(Unknown Source) "

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/02c7a1e2-e54b-4780-864a-f5b3a8b6a794n%40googlegroups.com.


RE: App Conversions API Developer Token Error

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi Janki,

Thank you for reaching out. Please check if you applied the developer token for 
the AdWords API/Google Ads API rather than the App Conversion Tracking and 
Remarketing API. If so, you could reach out to the Compliance Team via this 
form. For any other questions regarding the App Conversion Tracking and 
Remarketing API, please reach out to their team directly.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2DMLlW: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/5arze0QPPPT800c84KD6PJRJOR_CTZzYKO7g%40sfdc.net.


creating mcc test accounts -

2021-03-09 Thread 'Aryeh Baker' via AdWords API and Google Ads API Forum
To whom it may concern:

In 
https://developers.google.com/google-ads/api/docs/first-call/overview#test_account
 
there is mention that a test account can be created, if you already have a 
manager account, can you make a test account? I am asking because I don't 
get an option to create a test account and the chat option given on account 
creation mentioned they don't manage test account creation and sent me here.

Regards,

Aryeh Baker

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/48575338-645d-4eb9-9803-1170ff98fa05n%40googlegroups.com.


The multiples of $ 100 and their history

2021-03-09 Thread Akif Çakırmelik
I want to know the dates of $ 100 and its multiples. for example
cost 100 dollars: unknown date
cost 500 dollars: unknown date
cost 500 dollars: unknown date
cost 600 dollars: unknown date
cost 700 dollars: unknown date
.
.
.
I want to know on what date I reached multiples of a hundred.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a29030ad-a470-4c3d-8858-21f04b62cbddn%40googlegroups.com.


Re: Unable to create sitelinks for ad group in bulk (batch job)

2021-03-09 Thread Prototype.co
I have sent the log file to the e-mail address specified. Please get back 
to us with any information on why it is not possible to use temporary IDs 
with extensions.

Thank you for your help!

On Tuesday, March 9, 2021 at 7:54:50 AM UTC+1 adsapiforumadvisor wrote:

> Hi,
>
> Please try to send the requested details on this email alias 
> googleadsapi-supp...@google.com instead for privacy purposes.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2DJguC: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/0bd7b8a1-1bf1-41fc-ac52-0b7ecd8aebf3n%40googlegroups.com.


Re: How to hand over application and transfert full token administration to customer

2021-03-09 Thread keky technologies
OK
Thank you for the feedback
Regards

Le mardi 9 mars 2021 à 16:56:24 UTC+1, adsapiforumadvisor a écrit :

> Hi Song,
>
> Thank you for reaching out. The developer token is within the MCC 
> account from which the application was submitted. It has to be configured 
> in the application. The customer would not need to reach out to you to use 
> the developer token.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2DMLe2: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/55393c2c-6b22-4ad7-9d45-9dbce9ba6131n%40googlegroups.com.


RE: GoogleAds Script "Bidding Test" not working

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. As Google Ads Scripts is a separate product from 
AdWords API/Google Ads API, I would suggest you reach out to the Google Ads 
Scripts Team and raise your concerns via their forum. They would be able to 
assist you with your concern.

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2DMM6Z: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/HZkw20QPPN08009IyEjs2ZTQqB0OsqRy2vLw%40sfdc.net.


RE: How to get all the changes that were done on the google ads account?

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi Rizwan,

Thank you for reaching out. You could query the change_event resource to fetch 
the information.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2DMLi8: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/a_YU20QPPMKJ00qR1LYC1gSlmiTEMw3OcqVQ%40sfdc.net.


RE: How to hand over application and transfert full token administration to customer

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi Song,

Thank you for reaching out. The developer token is within the MCC account from 
which the application was submitted. It has to be configured in the 
application. The customer would not need to reach out to you to use the 
developer token.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2DMLe2: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/Df84P0QPPLLL00yJbPJGBtSayIMovDD_gBkw%40sfdc.net.


Campaign, ad Group.. types in the Adwords API vs The Google Ads API

2021-03-09 Thread maria.r...@funnel.io
Hi Google Ads API support,

Is there any documentation that specifies what "Advertising Channel Types", 
"Advertising Channel Subtypes" and "Ad Group Types" that can be fetched for 
the Adwords API and for the Google Ads API? Something like this 
 for Ad 
types.

Kind Regards,
Maria Ravander
Developer @ Funnel

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e217f993-4d39-40e6-8192-c65b984a0c83n%40googlegroups.com.


refreshing the access

2021-03-09 Thread Hubble App
hello Team , 

We have refreshed the access token by following below steps in mail trail  
but still we are not able to call API. Can you please advice 

*Our yaml file looks like :* 

developer_token: &&
client_id: 
client_secret: 
refresh_token: *
login_customer_id: **


Steps to refresh the developer token

Sign in to your Google Ads Manager Account 
.

Click *TOOLS & SETTINGS* (wrench icon) on the top right corner of the 
screen.

Under *SETUP*, select *API Center*.

Under *API Access*, expand the *Developer token* section.

Click *Reset token*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/84c4d7e2-6e02-490e-b5d0-070a4ef011ddn%40googlegroups.com.


Unconsistent number of impressions between Geo Performance Report and Campaign Performance Report

2021-03-09 Thread Alberto
Hi,

Im requesting a report for a campaign and GEO_PERFORMANCE_REPORT, adding 
all impressions for every item I get 358845 impressions, but if I query 
campaign data through CAMPAIGN_PERFORMANCE_REPORT I get 359463 impressions.

Im aware Google Ads interface metrics doesnt match API response metrics 
because it doesnt provide real time stats, but in this case these 
impressions should match right?

Thanks in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/33780a0b-a089-48c5-9849-c74a4acf6f77n%40googlegroups.com.


Can't create ads using mutate in google ads API call (Using CURL not client library)

2021-03-09 Thread ProMotive Car
Hi
I'm researching google ads API and started to work out the whole ad create 
process via API (only using CURL not using client library).

As per documentation, we should use mutate for CREATE/UPDATE/REMOVE 
operations for an endpoint. In the way, I've created campaign budget, 
campaign, adgroups successfully via API mutate operation. However, I'm 
trying to create an ad. But I'm facing some issues while creating that.

Here I'll explain two cases which I've tried.

1. First I've used mutate create operation for google ads endpoint.
https://googleads.googleapis.com/v6/customers/{customer_id}/ads:mutate
With the corresponding request body.
But I got the following error.
*Invalid JSON payload received. Unknown name \"create\" at 'operations[0]': 
Cannot find field.*
As per this error, I thought, we don't have create mutate for ads API. So 
I've tried adGroupAds endpoint.

2. 
https://googleads.googleapis.com/v6/customers/{customer-id}/adGroupAds:mutate
*Request Body*

*{*
*  "operations": [*
*{*
*"create": {*
*"status": "PAUSED",*
*"ad": {*
*"final_urls": "https://developers.google.com/",*
*"name": "My Test ad"*
*},*
*"ad_group": "customers/{customer_id}/adGroups/{adGroupId}"*
*  }*
*}*
*  ]*
*}*

But I got *resource not found* error. I've also passed the resource_name 
param in the request body in the following ways
1. "resource_name": "customers/{customer_id}/adGroupAds/{adGroupId}/-1",
2. "resource_name": "customers/{customer_id}/adGroupAds/{adGroupId}~-1"

I'm not what I'm missing and how to create an ad using CURL. Please help me 
to overcome this. I'm not having a proper example for this endpoint in the 
API documentation using CURL. It will be more helpful if you help me with 
the sample request body, endpoint CURL, and what are the necessary params 
should be passed for the endpoint.

Thanks in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/993d3b0a-743d-4cae-9559-95462b475d86n%40googlegroups.com.


Batch Job Result detailed information

2021-03-09 Thread Prototype.co
Hi all,

previously, the AdWords API allowed downlaoding the results of a BatchJob 
through a downloadUrl which had detailed information on the resulting items 
created by the batch job. This included, in the case of Ad Groups:
*$adGroup->getCampaignName(), $adGroup->getName(), 
$adGroup->getId()*
the parent Campaign Name, the Ad Group Name, and the Ad Group Id.

In the Google Ads API, all we get in the response:












*foreach ($batchJobResults->iterateAllElements() as $batchJobResult) {  
  /** @var BatchJobResult $batchJobResult */printf(
"Batch job #%d has a status '%s' and response of type '%s'.%s",
$batchJobResult->getOperationIndex(),
$batchJobResult->getStatus()? 
$batchJobResult->getStatus()->getMessage() : 'N/A',
$batchJobResult->getMutateOperationResponse()? 
$batchJobResult->getMutateOperationResponse()->getResponse()
: 'N/A',PHP_EOL);}*
is basically nothing else than only the *resource name*. However, as you do 
not know the resource name in advance, there is no way to check which item 
has actually been created. You would have to make a new request to query 
the API for the details of the resource name, or worse yet, get an entire 
report on the elements of the account, in this case, the Ad Groups.

Is there a way to get a more detailed batch job result response, like in 
the elder days?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/62bd-3386-4ae3-9275-8d6832b4ddb7n%40googlegroups.com.


GoogleAds Script "Bidding Test" not working

2021-03-09 Thread FB
Hello,

I tried the following GoogleAds Script from Google without sucess:
https://developers.google.com/google-ads/scripts/docs/solutions/bid-testing

Set up:
* Created Gsheet + make it editable for everyone with this link
* Inserted Campaign and URL
* Run the script
* Set timer to do it daily (next run on next day)

Error: Invalid argument: 20210305 (file Code.gs, line 136)

  var rows = [['Keyword', 'Max CPC', 'Clicks', 'Impressions', 'Ctr']];
  var keywordIter = campaign.keywords().get();
  while (keywordIter.hasNext()) {
var keyword = keywordIter.next();
var stats = keyword.getStatsFor(start, end); <--- Line 136
rows.push([keyword.getText(), keyword.bidding().getCpc(), 
stats.getClicks(),

I do not unterstand the error. I really dont know why the script triggers 
the 5th of march. Can somebody help me out?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d7a14a98-bf79-4a97-ae44-37f4e5fc301fn%40googlegroups.com.


App Conversions API Developer Token Error

2021-03-09 Thread janki gajjar
Hi,

We have enabled a basic access to get mobile app conversion tracking using 
this API 
.
 
we also have generated link_id from our MCC account. 

But when we post request to API, we are getting an error of invalid 
developer token as mentioned below.

*{ "ad_events": [], "errors": [ "dev_token_invalid" ], "attributed": false 
} *

Please provide the solution on same.

Thank you,
Janki Gajjar

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f18e0ec4-ef19-4a07-a7eb-86c40d40e59en%40googlegroups.com.


Re: Is Google Ads API facing any disruptions last 3 days?

2021-03-09 Thread cv
Hi,

We are also facing same from last 3-4 days.

The request is sent but no response received from long time.

And issue is random.

Thanks,


On Tuesday, 9 March 2021 at 16:44:17 UTC+5:30 omr...@singular.net wrote:

> Hi Google,
>
> Thanks for the reply.
> Is there a public Blog post tracking the status of this incident?
> We have a lot of customers have trouble pull data in the last days.
>
> Thanks in advance,
> Omri 
> On Tuesday, March 9, 2021 at 5:02:22 AM UTC+2 adsapiforumadvisor wrote:
>
>> Hi Omri,
>>
>> Thank you for posting a comment to this forum thread.
>>
>> Our team reported that there is spike in latency with GoogleAdsService 
>> search and searchStream methods resulting in the *DEADLINE_EXCEEDED* error 
>> in the API response. Our team is already aware of the issue and are 
>> currently investigating it. Rest assured that we will provide updates about 
>> the issue as soon as we can.
>>
>>
>> Regards,
>> [image: Google Logo] 
>> Ernie John Blanca Tacata 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2DLUGY: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/1f7631c0-2fed-4d10-b909-93e9123c19d3n%40googlegroups.com.


How to get all the changes that were done on the google ads account?

2021-03-09 Thread Rizwan Ahmed
Hi Team,

I want to get all the changes that were done on the google ads account. It 
should have the info on what was changed, when, and who changed it. 

My setup:
1. I am using Python as Client library to accomplish this.
2. Setup OAuth2 for API access using server-to-server flow.
2. Configured my client using a dict i.e 
GoogleAdsClient.load_from_dict(credentials) 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/00b7cd36-6abb-4512-9b19-f7237e6115c3n%40googlegroups.com.


Re: Is Google Ads API facing any disruptions last 3 days?

2021-03-09 Thread omr...@singular.net
Hi Google,

Thanks for the reply.
Is there a public Blog post tracking the status of this incident?
We have a lot of customers have trouble pull data in the last days.

Thanks in advance,
Omri 
On Tuesday, March 9, 2021 at 5:02:22 AM UTC+2 adsapiforumadvisor wrote:

> Hi Omri,
>
> Thank you for posting a comment to this forum thread.
>
> Our team reported that there is spike in latency with GoogleAdsService 
> search and searchStream methods resulting in the *DEADLINE_EXCEEDED* error 
> in the API response. Our team is already aware of the issue and are 
> currently investigating it. Rest assured that we will provide updates about 
> the issue as soon as we can.
>
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2DLUGY: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/9c8634f1-21f4-4b7c-90ee-582f4b67b1f0n%40googlegroups.com.


How to hand over application and transfert full token administration to customer

2021-03-09 Thread keky technologies
Hi Google Ads support
We Keky technologies are developping a web app to automate the google Ads 
reporting for our customer.
Our customer is a digital marketing agency that has multiple customers for 
which they are managing Google Accounts.
We requested the Google Ads developer token from our Google Ads Account.
But after the final delivery, it's important for us that the customer must 
have the possibility to continue using the token with no need to refer to 
us.

Could you please explain me how we can acheive that?

Thanks a lot

Best regards
Song
Keky technologies

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ce71e7a6-f0a0-4d4f-bc61-3bdaa13c7862n%40googlegroups.com.


Re: How can I use proxy ?

2021-03-09 Thread 王中秋
My language is python

在2021年3月9日星期二 UTC+8 下午6:33:12<王中秋> 写道:

> I want to use proxy to get data, but I find nothing about it in the 
> documentation.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d7ad6ec1-a9c6-48d2-b715-ed8fb55e07can%40googlegroups.com.


How can I use proxy ?

2021-03-09 Thread 王中秋
I want to use proxy to get data, but I find nothing about it in the 
documentation.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e7be0cdd-9fb4-4763-be2f-9a2e9f8d3a48n%40googlegroups.com.


Missmatch between location view in UI and geographic_view in API

2021-03-09 Thread the...@funnel.io
Hi, one of our customers have raised concerns that our geo report generated 
from the Google Ads API does not match the location view he sees in the 
Google Ads UI. We have tried tweaking which geo fields we bring in as we 
know this affects what data gets included, but it seems to be either over 
or under report the cost values, never matching up. Is the API 
geographic_view not expected to match up with "Locations" in the google ads 
UI?

Best regards
Theodor @ Funnel

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9ee5f554-dc80-4420-87e6-13b76f7c2d86n%40googlegroups.com.


Re: [Google Ads API v6] Fetching data through automated Python script

2021-03-09 Thread Davide Caruso
Thank you for yur answer, Peter.
I already followed that guide, it brought me to the current situation. I'm 
not 100% sure of it, but it seems that the non-expiring token can be 
obtained only if the app is in the production status, while mine is in the 
testing status. Is that correct?
If it is, switching to production would mean creating a dedicated privacy 
policy page, a video, and possibly something else. This will require time, 
likely some days of work for my company, for something nobody will ever 
need.
If it isn't, then I probably did something wrong previously, and I will try 
again from scratch.
At the moment the script is working, but if the refresh token expires next 
week, it means I will have to dedicate every week some time to this task, 
and I can't have the company depend on me in this way. It's wrong for them, 
and it's wrong for me.

Best
Davide

On Tuesday, March 9, 2021 at 3:43:04 AM UTC+1 adsapiforumadvisor wrote:

> Hi Davide,
>
> I work with Xiaoming and allow me to assist you.
>
> We understand the inconvenience that you are encountering. However, as 
> stated in this guide 
>  
> and in the *Key Point* section, a non-expiring refresh token should be 
> maintained when using the desktop app flow instead. Otherwise, when using 
> service accounts, you may need to create a refresh token once it expires.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2DIxeA: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/4d757b3a-907a-4d9f-bb6f-dbad8489a3acn%40googlegroups.com.