RE: performance graph

2023-06-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thank you for reaching out to us.

With regard to your use case, you will need to use the following fields:

segments.date
metrics.clicks
metrics.impressions
metrics.average_cpc
metrics.cost_micros

For example, you want to pull the metrics on customer level, then your query 
will look like this.

SELECT segments.date, metrics.clicks, metrics.impressions, metrics.average_cpc, 
metrics.cost_micros FROM customer WHERE segments.date BETWEEN '2023-05-01' AND 
'2023-05-31'

This message is in relation to case "ref:_00D1U1174p._5004Q2luKn5:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/l1Q2V0RVKCVO000yhMg-ZfRZq0g7H88ntXtw%40sfdc.net.


RE: no clicks from rsa from ad_group_ad_asset_view

2023-06-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Melker,

Thank you for reaching out to Google Ads API Forum.

In order for us to investigate further, can you provide us with the complete 
API logs (request and response with request-id and request header) generated on 
your end? This is so we can check on our end as well and investigate further.

Additionally please also share with us the Google Ads UI screenshot (without 
cropping) of the data you are trying to retrieve via API. Furthermore, kindly 
note that in comparing UI and API data, please make sure to consider the 
following items below:

Comparing the API and UI on the same level as much as possible
The segments and fields of the API and UI should be the same
The date range is also the same

For the client libraries, logging can be enabled by navigating to the Client 
libraries > Your client library (ex Java) > Logging documentation, which you 
can access from this link 
(https://developers.google.com/google-ads/api/docs/client-libs). You can 
provide it via the Reply privately to author option. If this option is not 
available, then send it instead on this email address 
googleadsapi-supp...@google.com.

Reference links included in this email:

request: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response
request-id: 
https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id
request header - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers

This message is in relation to case "ref:_00D1U1174p._5004Q2luIrZ:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/H4coI0RVKEYG0019dlblWkS5uwsUkfOuGWFA%40sfdc.net.


Getting INVALID_VALUE(The field\'s value is invalid) while creating conversionAction with always_use_default_value as false

2023-06-01 Thread chandra Shekhar
Hi Team, 

I am trying making conversion with always_use_default_value as false
but its giving error

Below is the operation, error and request ID:

create {
  status: ENABLED
  type: GOOGLE_PLAY_DOWNLOAD
  category: DOWNLOAD
  value_settings {
default_value: 1.0
default_currency_code: "USD"
always_use_default_value: false
  }
  mobile_app_vendor: GOOGLE_APP_STORE
  name: "Test AD-100076 (Android)"
  click_through_lookback_window_days: 30
  view_through_lookback_window_days: 1
  app_id: "com.crrepa.band.dafit"
}

com.google.ads.googleads.v13.errors.GoogleAdsException: errors {
  error_code {
field_error: INVALID_VALUE
  }
  message: "The field\'s value is invalid."
  trigger {
boolean_value: false
  }
  location {
field_path_elements {
  field_name: "operations"
  index: 0
}
field_path_elements {
  field_name: "create"
}
field_path_elements {
  field_name: "value_settings"
}
field_path_elements {
  field_name: "always_use_default_value"
}
  }
}
request_id: "PK-Ef93seE8pOsmAM3mHMA"

kindly help me resolve this, ASAP.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 
"Google Ads API and AdWords 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/54666b21-8bb1-4d60-bce5-f8b6ab8d7ae5n%40googlegroups.com.


Re: Click type => impressions dependency

2023-06-01 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Hi Google Ads API team. 
There is no option 'Reply privately to author option' . I had sent details 
by email, please let me know if you haven't got it.
Thanks,
Oksana
  
On Tuesday, May 30, 2023 at 5:30:16 PM UTC+3 Google Ads API and AdWords API 
Forum wrote:

> Hi Oksana, 
>
> Thanks for reaching out to the Google Ads API Forum. I hope you are doing 
> well today.
>
> With regards to your concern, the API and UI reports in certain conditions 
> would differ depending on the supported entity types, also sometimes due to 
> the API's reporting behavior such as segmentation 
> https://developers.google.com/google-ads/api/docs/reporting/segmentation 
> (see also this section 
> https://developers.google.com/google-ads/api/docs/reporting/segmentation#selectability_between_segments_and_metrics
> ). 
>
> Also, kindly note that in comparing UI and API data, please make sure to 
> consider the following items below:
>
>
>- 
>
>Comparing the API and UI on the same level as much as possible
>- 
>
>The segments and fields of the API and UI should be the same
>- 
>
>The date range is also the same
>
>
> That being said, for our team to further compare, investigate, and 
> validate why you are encountering issues, can you provide more information?
>
>
>- 
>
>Provide the complete (request and response with request-id) logs with 
>request ID generated as shown in the respective links.
>- 
>
>Complete or uncropped screenshots from the Google Ads UI (data that 
>you are retrieving)
>
>  
>
> We do this to check if there’s an error thrown on your side or if there is 
> any discrepancy and provide accurate recommendations. 
>
>  
>
> If you haven't enabled logging yet, it can be enabled by navigating to the 
> Client libraries > Your client library (ex. Java) > Logging documentation, 
> which you can access from this link. For REST interface requests, you can 
> enable logging via the curl command by using the -i flag. This will cause 
> the tool to include the HTTP response headers in the output.
>
> You can provide these via the Reply privately to author option. If this 
> option is not available, then send it instead on this email address 
> googleadsa...@google.com .
>
> Reference links:
>
>- 
>
>Logging documentation - 
>
> https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging
>- 
>
>Request - 
>
> https://developers.google.com/google-ads/api/docs/concepts/field-service#request
>- 
>
>Response - 
>
> https://developers.google.com/google-ads/api/docs/concepts/field-service#response
>- 
>
>Request-id - 
>
> https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
>
>
> Have a great day.
>
> Regards,
>
> Google Ads API Team
>
>
> On Monday, May 29, 2023 at 10:35:17 PM UTC+8 Oksana Sulyma wrote:
>
>> Hi Google Ads API team!
>> I pull campaign report 
>> https://developers.google.com/google-ads/api/fields/v13/campaign
>> I see 716,954 Impressions for my account an d date range.
>>
>> When I add click type dimension
>>
>> https://developers.google.com/google-ads/api/fields/v13/campaign#segments.click_type
>>  
>> to the same report, I get way more impressions, see image attached:
>> [image: Screenshot 2023-05-29 at 17.31.00.png]
>> I wonder if you guys have some rule to understand which impressions are 
>> 'unique'. 
>> Like if I do URL_CLICKS + SITELINKS I'll get the same Impressions number 
>> as in report with no click type dimension. 
>> Any documentation on this point will be helpful!
>> I also can provide my request / response details, but I guess my question 
>> is quite general and already have explanation documented which I just can't 
>> find :)
>> Thanks,
>> Oksana
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/ba94985d-5418-484e-98e3-799e35d5f5c5n%40googlegroups.com.


Re: Unable to create Asset Group Signal via. API call

2023-06-01 Thread lezhne...@gmail.com
Let me clarify the problem. We are ABLE to create pmax campaigns. But later 
when we want to create an asset group it fails. It used to work just weeks 
ago as we have this code in production. 

Steps to reproduce:
1. create assets - WORKS
2. Create a pmax campaign - WORKS
3. create asset group in a pmax campaign - FAILS
4. link assets to an asset group - 

The above flow used to work, so that is where all the confusion comes from.

On Wednesday, 31 May 2023 at 10:50:29 UTC+2 Meri Sahakyan wrote:

> Hi all, I have the same issue with asset group creation. I'm creating 
> assets with minimum required types, and then it again fails to create asset 
> group by API for PMAX campaign.
> Can you guys from Google share some working solution instead of repeating 
> same answers again and again?
>
> On Monday, May 29, 2023 at 10:14:58 PM UTC+4 san...@knorex.com wrote:
>
>> Hi,
>>
>> I created one Pmax campaign in the Adwords console, having *one valid 
>> asset group with minimum assets* in it.
>> I cannot create a *new asset group* in *that campaign*. That's an 
>> insanely sudden API error.
>>
>> Martin
>>
>> On Tuesday, May 30, 2023 at 1:09:35 AM UTC+7 san...@knorex.com wrote:
>>
>>> Hi,
>>>
>>> In your guide (
>>> https://developers.google.com/google-ads/api/docs/performance-max/assets?hl=en#ensure_minimum_asset_requirements_are_met
>>> )
>>>
>>> 1) How to assign created assets to a campaign? 
>>> 2) How a campaign knows whether it has minimum assets or not? 
>>>
>>> Note that in my *account*, there are many Pmax campaigns & many assets. 
>>> I till cannot create *new asset group* in *new campaign*.
>>>
>>> Martin
>>>
>>> On Monday, May 29, 2023 at 11:02:38 PM UTC+7 Google Ads API Forum 
>>> Advisor wrote:
>>>
 Hi everyone,

 Thank you for reaching out to us.

 1.) *Does the above mean that asset group creation must follow asset 
 creation in order to succeed?*
 >>> Yes. Kindly note that each Performance Max campaign requires an 
 initial minimum set of assets. These may be existing assets used in other 
 campaigns or new assets specifically for a Performance Max campaign. You 
 may check this *guide* (
 https://developers.google.com/google-ads/api/docs/performance-max/assets?hl=en#ensure_minimum_asset_requirements_are_met)
  
 for more information.

 2.) *When was the minimum requirement for assets rolled out? How can 
 we do that?*
 >>> Are you referring to linking assets to asset groups? If so, then I 
 would suggest referring to the below guides as these will walk you through 
 the steps on how you can do this on your end. In addition, if you need the 
 asset group data like id and resource name, you may use this 
 *asset_group* (
 https://developers.google.com/google-ads/api/fields/v13/asset_group?hl=en) 
 report on your end. 

- 

 https://developers.google.com/google-ads/api/docs/performance-max/asset-groups?hl=en#linking_asset_groups_to_assets
  
- 

 https://developers.google.com/google-ads/api/interactive-guides/performance-max?url=%2Fpmax%2FfullExample%2FassetGroupAssets
  


 Let us know if you have further specific questions about this.
   
 This message is in relation to case "ref:_00D1U1174p._5004Q2bCvlU:ref"

 Thanks,
   
 [image: Google Logo] Google Ads API Team 




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/bb0da62b-fb79-4ede-a641-4e478a167758n%40googlegroups.com.


Re: Keyword Ideas grouped view

2023-06-01 Thread Jakub Tomaszewski
Hi,

Any update on this? It's been a year and the feature isn't avaiable yet.

Best regards,
Jakub

On Monday, 23 May 2022 at 09:52:30 UTC+2 Google Ads API Forum Advisor wrote:

> Hi Alex,
>
> Thank you for the reply.
>
> If you have additional questions that is specific to Google Ads API, feel 
> free to send those over to our team and we would be happy to assist you 
> further.
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Yl7XF: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 
"Google Ads API and AdWords 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/71db17b3-8f28-4315-aa6b-af69e7b0bb2en%40googlegroups.com.


RE: api availability for custom audience segment insights

2023-06-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to Google Ads API Forum.

In order for us to investigate further, can you provide us with the whole 
Google Ads UI screenshot (without cropping) of the data you are trying to 
retrieve via API? This is so we can check on our end as well and provide more 
appropriate answers accordingly. You can provide it via the Reply privately to 
author option. If this option is not available, then send it instead on this 
email address googleadsapi-supp...@google.com.

This message is in relation to case "ref:_00D1U1174p._5004Q2luIzD:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/HjjeQ0RVKIZS00Ws99tE6CSS6VrDQ-FaauOw%40sfdc.net.


Re: Getting Lot Of Internal Error and DeadLineExceeded

2023-06-01 Thread Oliver
We've been seeing this for the last 2hrs.  All API calls are getting stuck.

On Thursday, June 1, 2023 at 12:19:55 PM UTC+1 Shipra wrote:

> Hi!
> From Last 1 hr, we are seeing a lot of internal errors, and deadline 
> exceeded errors. The Average latency of response also seems high. Could you 
> confirm things are working as expected? And is there any reason for us 
> getting lot of internal error?
>
> Thanks,
> Shipra

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/3cc91814-9d7d-419f-a65c-be0daa405600n%40googlegroups.com.


Re: Getting Lot Of Internal Error and DeadLineExceeded

2023-06-01 Thread Sergei Aleinik
We are facing issues with GAds API too

четверг, 1 июня 2023 г. в 15:36:09 UTC+4, Oliver: 

> We've been seeing this for the last 2hrs.  All API calls are getting stuck.
>
> On Thursday, June 1, 2023 at 12:19:55 PM UTC+1 Shipra wrote:
>
>> Hi!
>> From Last 1 hr, we are seeing a lot of internal errors, and deadline 
>> exceeded errors. The Average latency of response also seems high. Could you 
>> confirm things are working as expected? And is there any reason for us 
>> getting lot of internal error?
>>
>> Thanks,
>> Shipra
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/0dd90c5d-af6a-4cb7-abf7-21596628b6b3n%40googlegroups.com.


Newbie on Google Ads API needs info on how it works

2023-06-01 Thread Stefan Rundgren
Hi! 

I am developing a platform for our web users (thousands) which will, if 
possible, use among one thing the Google Ads keyword Planer tool via API, 
to search and get statistics on usage. Just like you do via Google online.
After many headaches I am connected to the API stack but get various errors 
I need to work out.
But, here comes my actual question. Can I, or is it even allowed, to pipe 
many such Keyword search via one central Google account?  I have read as 
much information I can get my hands on online without fully understanding 
how this could be done. 
I don't want every user to have to create their own google ads account and 
authenticate our system to use their account. It seems too complicated, 
especially from a user perspective.
It is impossible to reach Google to discuss such things, or anything. So I 
need serious help from someone to understand what to do. Semrush is 
apparently providing this in their platform, so it seems to be possible.

I am grateful for any input on this topic.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/e7c3750b-ad71-45af-ab3d-ae98c99c703cn%40googlegroups.com.


Re: Getting Lot Of Internal Error and DeadLineExceeded

2023-06-01 Thread cv
I am also facing same issue.
No response to request and API getting stuck.

Thanks,


On Thursday, 1 June 2023 at 17:57:30 UTC+5:30 Sergei Aleinik wrote:

> We are facing issues with GAds API too
>
> четверг, 1 июня 2023 г. в 15:36:09 UTC+4, Oliver: 
>
>> We've been seeing this for the last 2hrs.  All API calls are getting 
>> stuck.
>>
>> On Thursday, June 1, 2023 at 12:19:55 PM UTC+1 Shipra wrote:
>>
>>> Hi!
>>> From Last 1 hr, we are seeing a lot of internal errors, and deadline 
>>> exceeded errors. The Average latency of response also seems high. Could you 
>>> confirm things are working as expected? And is there any reason for us 
>>> getting lot of internal error?
>>>
>>> Thanks,
>>> Shipra
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/f3d0a829-476b-418e-a277-cb71351cf145n%40googlegroups.com.


Re: Google Ads API Conversion Events

2023-06-01 Thread David Levin
Hi Ben,
I hope your week is going well. I wanted to follow up before the holiday
weekend to make sure you received my message from May 23.  My client is
starting to apply pressure about getting conversions uploaded through the
API.  Could you please help me get the issue fixed?

Warm regards,
Dave Levin

On Tue, May 23, 2023 at 11:08 AM David Levin  wrote:

> Hi Ben,
> I still get the “not allowlisted” error message when I attempt to upload
> conversion data to the Google Ads API.  Can you please help?
>
> Here is the complete response showing the error, if that helps:
>
> "partialFailureError": {
> "code": 3,
> "message": "Customer is not allowlisted for accessing this feature., 
> at conversions[0].conversion_environment",
> "details": [
> {
> "@type": 
> "type.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure",
> "errors": [
> {
> "errorCode": {
> "notAllowlistedError": 
> "CUSTOMER_NOT_ALLOWLISTED_FOR_THIS_FEATURE"
> },
> "message": "Customer is not allowlisted for accessing 
> this feature.",
> "trigger": {
> "int64Value": "2"
> },
> "location": {
> "fieldPathElements": [
> {
> "fieldName": "conversions",
> "index": 0
> },
> {
> "fieldName": "conversion_environment"
> }
> ]
> }
> }
> ]
> }
> ]
> }
> }
>
>
> On Mon, Mar 20, 2023 at 2:15 PM David Levin  wrote:
>
>> Hello,
>> I have run into the same issue. I am an account manager that manages
>> several clients.  Can you please allowlist my account as well please?
>>
>> On Friday, January 6, 2023 at 9:48:28 AM UTC-8 Google Ads API Forum
>> Advisor wrote:
>>
>>> Hi Jon,
>>>
>>> Apologies for the delayed response here. Just letting you know that your
>>> account has been allowlisted, so you should be able to make requests
>>> without issue.
>>>
>>> Please let me know if you have any other questions.
>>>
>>>
>>> Best,
>>> [image: Google Logo]
>>> Ben Karl
>>> Google Ads API Team
>>>
>>>
>>> ref:_00D1U1174p._5004Q2ggGJM: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 a topic in the
>> Google Groups "Google Ads API and AdWords API Forum" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/adwords-api/I92aKr3gWWo/unsubscribe.
>> To unsubscribe from this group and all its topics, 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/46dcf7cd-c0ca-4048-8bd7-660ec71c59c0n%40googlegroups.com
>> 
>> .
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/CAJr5085rLM4j%2B9cP3NJQWFRQ9D0nVdGh18%3DaicGasKHJ%2BSp_tw%40mail.gmail.com.


Re: Automatically generate Assets

2023-06-01 Thread Yordanka Dimitrova
На пт, 26.05.2023 г., 08:44 ч. san...@knorex.com 
написа:

> Hi,
>
> I found that GG released new features today:
> https://support.google.com/google-ads/answer/11259373?hl=en
>
> Is there a public API to leverage the above new feature? Thanks!
>
> Martin
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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
> "Google Ads API and AdWords 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/77b1f89b-82df-444a-b59b-a0559e0a9cben%40googlegroups.com
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/CAO4Y%3DDRgXPwrPmuGYZQRfaein%3DaPrT63DyuXtuFceOYuqccBzA%40mail.gmail.com.


Re: Getting Lot Of Internal Error and DeadLineExceeded

2023-06-01 Thread mha...@simplepart.com
We had the very same issue for a few hours this morning. Was there an 
outage or disruption of some kind? Any/all info Google can provide would be 
helpful -- thanks.

On Thursday, June 1, 2023 at 8:52:03 AM UTC-4 cv wrote:

> I am also facing same issue.
> No response to request and API getting stuck.
>
> Thanks,
>
>
> On Thursday, 1 June 2023 at 17:57:30 UTC+5:30 Sergei Aleinik wrote:
>
>> We are facing issues with GAds API too
>>
>> четверг, 1 июня 2023 г. в 15:36:09 UTC+4, Oliver: 
>>
>>> We've been seeing this for the last 2hrs.  All API calls are getting 
>>> stuck.
>>>
>>> On Thursday, June 1, 2023 at 12:19:55 PM UTC+1 Shipra wrote:
>>>
 Hi!
 From Last 1 hr, we are seeing a lot of internal errors, and deadline 
 exceeded errors. The Average latency of response also seems high. Could 
 you 
 confirm things are working as expected? And is there any reason for us 
 getting lot of internal error?

 Thanks,
 Shipra
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/6b023c2e-09c6-452b-a1e2-6e8607fe9b39n%40googlegroups.com.


Re: Google Ads API Conversion Events

2023-06-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi David,

Thanks for following up! I actually didn't see your earlier message, so I'm 
glad you reached out. Could you resend their question? I don't see it in our 
thread here.
This message is in relation to case "ref:_00D1U1174p._5004Q2ggGJM:ref"

Thanks,

Ben Karl
Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/q-Sqf0RVL4NI00zxLcO7bgQ3uN7Q-eNEPK-g%40sfdc.net.


Re: no response from ads api basic access application

2023-06-01 Thread charlesb...@gmail.com
Hi,

I'm having the same issue. Do you mind checking mine too?

I don't have a case ID but the manager (MCC) account ID is 684-282-2441.

Thanks,

Charles

On Thursday, 1 June 2023 at 10:56:01 UTC-5 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Kindly note that with regards to concerns related to the granting and 
> approval process of these tokens are already outside of the scope of Google 
> Ads API support team and our team specializes in Google Ads API-related 
> concerns and technical implementations only. To ensure you get proper 
> assistance, we are reaching out to the Google Ads API Compliance team on 
> your behalf and requesting input. 
>
> In line with this, kindly provide the following information for the 
> compliance team to further assist you with your concern:
>
>- *Google Ads manager account (MCC) ID*
>
>
>- *Case ID* (if there is any generated) 
>
> @Compliance Team - Please find the pertinent details below and confirm if 
> you are able to assist.
>
> *Summary:*
> The customer submitted an application over 2 weeks ago but still have got 
> no response to the status of their application.
>
>- Google Ads manager account (MCC) ID : (requested) 
>- Case ID - (requested) 
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2luRGT:ref"
>
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/05994288-abc9-43c0-87ad-8aa5c9156153n%40googlegroups.com.


RE: Fwd: change event and change status not returning latest data

2023-06-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for your response.

For us to proceed on the investigation and provide proper guidance on this, can 
you provide us screenshot a (un-cropped) of your Google Ads UI and the complete 
request and response logs with request ID so we can further investigate. You 
can provide it via Reply privately to author option. If this option is not 
available, then send it instead on this email address 
googleadsapi-supp...@google.com.

Reference links:

request: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response
request-id: 
https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id

This message is in relation to case "ref:_00D1U1174p._5004Q2ltdf4:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/LVH5E0RVL6RS00_jqiQf9OSqWSKWvObhRlkA%40sfdc.net.


Re: automatically generate assets

2023-06-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Martin,

Thanks for getting back with us.

With regards to your concern, if you want to generate assets automatically in 
the campaign, then I recommend using the Performance Max Campaign. The assets 
on this campaign are generated automatically by machine learning.

Additionally, you may refer to the Automatically created assets documentation 
in Google Ads API for more information.

Links included in this email:

Performance Max Campaign - 
https://developers.google.com/google-ads/api/docs/performance-max/assets
Automatically created assets - 
https://developers.google.com/google-ads/api/docs/assets/overview#automatically_created_assets

This message is in relation to case "ref:_00D1U1174p._5004Q2ltZ4t:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/GaVa40RVL8JK002NgidyCmSy2dHVu3BbWuZQ%40sfdc.net.


RE: offlineuserdatajoboperationsrequest removeall behaviour on live audiences

2023-06-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out.

Upon checking, it appears that there's an existing email thread with the same 
subject and concern where we asked for more information. That being said, 
kindly avoid creating multiple threads for better tracking and to avoid 
confusion. I would suggest using the original/other thread for further 
discussion on this issue.
This message is in relation to case "ref:_00D1U1174p._5004Q2luTB6:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/jiYp40RVL8OX00TFZZwqU5SrmhCSmmeIv36w%40sfdc.net.


RE: policyfinding error cannot be triggered

2023-06-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

With regard to your concern for PolicyFindingError, it means that the resource 
has been disapproved since the policy summary includes policy topics of type 
PROHIBITED. In addition to that, there is policy exemption request where 
exemption requests let you automatically submit review requests for keywords 
and ads that trigger policy violations. Can you confirm if you're using this 
exemption request? If yes, then it is intended that you won't encounter any 
PolicyFindingError.

However, if you're not using the exemption request and still unable to trigger 
this error, kindly provide us with the complete request and response logs with 
request ID so we can further investigate. You can provide it via Reply 
privately to author option. If this option is not available, then send it 
instead on this email address googleadsapi-supp...@google.com.

Reference links:

policy exemption request - 
https://developers.google.com/google-ads/api/docs/policy-exemption/overview?hl=en
PolicyFindingError - 
https://developers.google.com/google-ads/api/reference/rpc/v13/PolicyFindingErrorEnum.PolicyFindingError
policy violations - https://support.google.com/adspolicy/answer/6008942
request: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response
request-id: 
https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id

This message is in relation to case "ref:_00D1U1174p._5004Q2lv98k:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/jQk2T0RVLAQH00MQPndKjyRMiYSK95AKU_Tg%40sfdc.net.


Re: Google Ads API Conversion Events

2023-06-01 Thread David Levin
Thanks, Ben. I just responded to your other email a few minutes ago.   Just
in case you don't receive it, here is the information again:

M manager account ID is: 7247015696
The client account ID I am trying to upload conversions for is: 5756112070

This is the response I get from the API, when I attempt to upload
conversions:

"partialFailureError": { "code": 3, "message": "Customer is not allowlisted
for accessing this feature., at conversions[0].conversion_environment",
"details": [ { "@type": "
type.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure",
"errors": [ { "errorCode": { "notAllowlistedError":
"CUSTOMER_NOT_ALLOWLISTED_FOR_THIS_FEATURE" }, "message": "Customer is not
allowlisted for accessing this feature.", "trigger": { "int64Value": "2" },
"location": { "fieldPathElements": [ { "fieldName": "conversions", "index":
0 }, { "fieldName": "conversion_environment" } ] } } ] } ] }
}

On Thu, Jun 1, 2023 at 10:30 AM Google Ads API Forum Advisor
 wrote:

> Hi David,
>
> Thanks for following up! I actually didn't see your earlier message, so
> I'm glad you reached out. Could you resend their question? I don't see it
> in our thread here.
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2ggGJM:ref"
>
> Thanks,
>
> [image: Google Logo]
> Ben Karl
> Google Ads API Team
>
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/CAJr5085-VYreupxBwWCyPAp2r1%3DZNVAw03Z7fJE6fG1mB%2B0vgw%40mail.gmail.com.


Re: Is the data in the Geo Performance API report different from the Google Ads Geo report?

2023-06-01 Thread 'Cristiano Costa Santos (he)' via Google Ads API and AdWords API Forum
Complementing my questions, which API dimension corresponds to the 
Region(Matched) dimension of the Google Ads custom report?

Thanks,

On Thursday, June 1, 2023 at 5:01:06 PM UTC-3 Cristiano Costa Santos (he) 
wrote:

> Hey guys,
> I want to understand the reason for the difference in existing data from 
> an API v13 extract of the geographic view report compared to the custom 
> report by region generated in Google Ads.
>
> The extract query was as follows, using the dimensions and metrics below:
> *"SELECT segments.geo_target_region, segments.geo_target_city, 
> campaign.name , metrics.clicks, metrics.conversions, 
> metrics.cost_micros, metrics.impressions FROM geographic_view"*
>
> In Google Ads custom reporting, the dimensions and metrics are: Campaign 
> name, Region(User location), Cost, Impr., Clicks and Conversions.
>
> API extraction data is always below what is seen in the personalized 
> Google Ads report, which in turn is slightly below the data when viewed at 
> the campaign level, also in Google Ads.
>
> Why is there a difference in values in the data via API and in the custom 
> report and the custom report at the region level with the report at the 
> Google Ads campaign level?
>
> Does the API's segments_geo_target_region dimension really match the 
> Google Ads Region(User location) dimension?
>
> Can you help me with these doubts?
>
> Thanks,
>
> Cristiano
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/0aec933a-8dac-45c4-85d2-d0a252aacc90n%40googlegroups.com.


How do Removed Ads Work With the API?

2023-06-01 Thread Chad Wood
Hello, I just have a question regarding the API and how it handles REMOVED 
ads.
It seems REMOVED ads can not be recovered. 

So if I remove an ad, and then I query for a record of my REMOVED ads every 
day, how many days with the ad I removed continue to show up as a REMOVED 
ad?

(example):
SELECT 
  segments.date, 
  ad_group_ad.ad.id 
FROM ad_group_ad 
WHERE 
  ad_group_ad.status = 'REMOVED' 

What's the expected behavior here? If I removed an ad 10 years ago, will it 
show up as a REMOVED ad today in 2023? Is it cumulative?
If not, what rules does it follow?


Ref: https://support.google.com/google-ads/answer/1722131?hl=en
Removed: Inactive because you removed it. Removing a campaign permanently 
deletes it. You cannot resume a campaign after you remove it.

Ref: https://developers.google.com/google-ads/api/fields/v13/ad_group_ad
ad_group_ad.status 
Field description: The status of the ad. 
Category: ATTRIBUTE 
Data Type: ENUM ( ENABLED,  PAUSED,  REMOVED, UNKNOWN)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/6ef22aec-4fba-4b3e-9a19-bd5a47c03d02n%40googlegroups.com.


Re: How do Removed Ads Work With the API?

2023-06-01 Thread Chad Wood
I count the number of ads in each day, and it fluctuates.
Some days are higher than others, so it must be possible for an ad to leave 
the REMOVED state.

What happens to ads when they are no longer REMOVED? Where'd they go?

On Thursday, June 1, 2023 at 3:58:35 PM UTC-7 Chad Wood wrote:

> Hello, I just have a question regarding the API and how it handles REMOVED 
> ads.
> It seems REMOVED ads can not be recovered. 
>
> So if I remove an ad, and then I query for a record of my REMOVED ads 
> every day, how many days with the ad I removed continue to show up as a 
> REMOVED ad?
>
> (example):
> SELECT 
>   segments.date, 
>   ad_group_ad.ad.id 
> FROM ad_group_ad 
> WHERE 
>   ad_group_ad.status = 'REMOVED' 
>
> What's the expected behavior here? If I removed an ad 10 years ago, will 
> it show up as a REMOVED ad today in 2023? Is it cumulative?
> If not, what rules does it follow?
>
>
> Ref: https://support.google.com/google-ads/answer/1722131?hl=en
> Removed: Inactive because you removed it. Removing a campaign permanently 
> deletes it. You cannot resume a campaign after you remove it.
>
> Ref: https://developers.google.com/google-ads/api/fields/v13/ad_group_ad
> ad_group_ad.status 
> Field description: The status of the ad. 
> Category: ATTRIBUTE 
> Data Type: ENUM ( ENABLED,  PAUSED,  REMOVED, UNKNOWN)
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/7f727f00-e9a8-4717-a8ca-174eba789830n%40googlegroups.com.


Re: How do Removed Ads Work With the API?

2023-06-01 Thread Chad Wood
I think I found the issue.

Sometimes, I use the Google Ads Report Editor (from the UI) as a sandbox 
zone for building proof of concept reports. 
Then I will download the data as CSV and work with that.

It seems my query resulted in ~2million rows, but the downloads csv only 
contains ~20 rows (16.4MB).
So for whatever reason, the UI just silently doesn't download all the data.

I'll try querying the API directly for the data. Hopefully it works.

On Thursday, June 1, 2023 at 4:02:45 PM UTC-7 Chad Wood wrote:

> I count the number of ads in each day, and it fluctuates.
> Some days are higher than others, so it must be possible for an ad to 
> leave the REMOVED state.
>
> What happens to ads when they are no longer REMOVED? Where'd they go?
>
> On Thursday, June 1, 2023 at 3:58:35 PM UTC-7 Chad Wood wrote:
>
>> Hello, I just have a question regarding the API and how it handles 
>> REMOVED ads.
>> It seems REMOVED ads can not be recovered. 
>>
>> So if I remove an ad, and then I query for a record of my REMOVED ads 
>> every day, how many days with the ad I removed continue to show up as a 
>> REMOVED ad?
>>
>> (example):
>> SELECT 
>>   segments.date, 
>>   ad_group_ad.ad.id 
>> FROM ad_group_ad 
>> WHERE 
>>   ad_group_ad.status = 'REMOVED' 
>>
>> What's the expected behavior here? If I removed an ad 10 years ago, will 
>> it show up as a REMOVED ad today in 2023? Is it cumulative?
>> If not, what rules does it follow?
>>
>>
>> Ref: https://support.google.com/google-ads/answer/1722131?hl=en
>> Removed: Inactive because you removed it. Removing a campaign 
>> permanently deletes it. You cannot resume a campaign after you remove it.
>>
>> Ref: https://developers.google.com/google-ads/api/fields/v13/ad_group_ad
>> ad_group_ad.status 
>> Field description: The status of the ad. 
>> Category: ATTRIBUTE 
>> Data Type: ENUM ( ENABLED,  PAUSED,  REMOVED, UNKNOWN)
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/4a270f02-b4cf-4c76-ab20-9057f948e58an%40googlegroups.com.


Re: please help me, i cant reply in old post.

2023-06-01 Thread chun liu
reply to author, i cant see any thing, i dont know is success or not 

On Friday, June 2, 2023 at 3:06:04 AM UTC+8 Google Ads API Forum Advisor 
wrote:

> Hello,
>
> Thanks for reaching out to the Google Ads API Team.
>
> Can you please confirm if you are looking to pull portrait image assets? 
> If so, you may refer to the *asset report* which is used for getting 
> uploaded image assets. I would like to recommend either *googleAds:search*
>  or *googleAds:searchStream* method for your queries.
>
> To create image asset, please use method below:
>
>- POST 
>https://googleads.googleapis.com/v13/customers/{customerId}/assets:mutate
>  
>
> Reference Links:
>
>- *asset report* - 
>
> *https://developers.google.cn/google-ads/api/fields/v13/asset_query_builder* 
>
> 
>  
>- *Search & SearchStream *- 
>*https://developers.google.cn/google-ads/api/rest/common/search* 
>  
>- *assets.mutate* - 
>
> *https://developers.google.cn/google-ads/api/rest/reference/rest/v13/customers.assets/mutate*
>  
>
> 
>  
>- *ImageAsset* - 
>
> *https://developers.google.cn/google-ads/api/rest/reference/rest/v13/Asset#imageasset*
>  
>
> 
>  
>
> I hope this information is helpful to you.
> This message is in relation to case "ref:_00D1U1174p._5004Q2luTGg:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/fb3b6661-c77c-478e-b99b-84c51354d517n%40googlegroups.com.


Re: please help me, i cant reply in old post.

2023-06-01 Thread chun liu
i wanna to query/set portriat image for ads
there have not any thing about portrait image  
POST https://googleads.googleapis.com/v13/customers/{customerId}/ads:mutate
https://developers.google.com/google-ads/api/fields/v13/ad_group_ad_query_builder?hl=en

but i cant set/query portrait at : 
https://ads.google.com/aw/ads
Ads & assets -> Ads -> Create ad -> Responsive display ad -> images


On Friday, June 2, 2023 at 9:45:35 AM UTC+8 chun liu wrote:

> reply to author, i cant see any thing, i dont know is success or not 
>
> On Friday, June 2, 2023 at 3:06:04 AM UTC+8 Google Ads API Forum Advisor 
> wrote:
>
>> Hello,
>>
>> Thanks for reaching out to the Google Ads API Team.
>>
>> Can you please confirm if you are looking to pull portrait image assets? 
>> If so, you may refer to the *asset report* which is used for getting 
>> uploaded image assets. I would like to recommend either 
>> *googleAds:search* or *googleAds:searchStream* method for your queries.
>>
>> To create image asset, please use method below:
>>
>>- POST 
>>https://googleads.googleapis.com/v13/customers/{customerId}/assets:mutate
>>  
>>
>> Reference Links:
>>
>>- *asset report* - 
>>
>> *https://developers.google.cn/google-ads/api/fields/v13/asset_query_builder* 
>>
>> 
>>  
>>- *Search & SearchStream *- 
>>*https://developers.google.cn/google-ads/api/rest/common/search* 
>>  
>>- *assets.mutate* - 
>>
>> *https://developers.google.cn/google-ads/api/rest/reference/rest/v13/customers.assets/mutate*
>>  
>>
>> 
>>  
>>- *ImageAsset* - 
>>
>> *https://developers.google.cn/google-ads/api/rest/reference/rest/v13/Asset#imageasset*
>>  
>>
>> 
>>  
>>
>> I hope this information is helpful to you.
>> This message is in relation to case "ref:_00D1U1174p._5004Q2luTGg:ref"
>>
>> Thanks,
>>   
>> [image: Google Logo] Google Ads API Team 
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/7c1553a1-af95-4207-8262-81e8766c7e86n%40googlegroups.com.


Re: please help me, i cant reply in old post.

2023-06-01 Thread chun liu
i can query/set landscape image (1.91:1) and  Square image (1:1) at rest api

but i cant set/query via ads  api
POST https://googleads.googleapis.com/v13/customers/{customerId}/ads:mutate
https://developers.google.com/google-ads/api/fields/v13/ad_group_ad_query_builder?hl=en

On Friday, June 2, 2023 at 9:55:38 AM UTC+8 chun liu wrote:

> [image: 1.png]
>
> [image: 2.png]
>
> [image: 3.png]
>
> On Friday, June 2, 2023 at 9:51:09 AM UTC+8 chun liu wrote:
>
>> i wanna to query/set portriat image for ads
>> there have not any thing about portrait image  
>> POST 
>> https://googleads.googleapis.com/v13/customers/{customerId}/ads:mutate
>>
>> https://developers.google.com/google-ads/api/fields/v13/ad_group_ad_query_builder?hl=en
>>
>> but i cant set/query portrait at : 
>> https://ads.google.com/aw/ads
>> Ads & assets -> Ads -> Create ad -> Responsive display ad -> images
>>
>>
>> On Friday, June 2, 2023 at 9:45:35 AM UTC+8 chun liu wrote:
>>
>>> reply to author, i cant see any thing, i dont know is success or not 
>>>
>>> On Friday, June 2, 2023 at 3:06:04 AM UTC+8 Google Ads API Forum Advisor 
>>> wrote:
>>>
 Hello,

 Thanks for reaching out to the Google Ads API Team.

 Can you please confirm if you are looking to pull portrait image 
 assets? If so, you may refer to the *asset report* which is used for 
 getting uploaded image assets. I would like to recommend either 
 *googleAds:search* or *googleAds:searchStream* method for your queries.

 To create image asset, please use method below:

- POST 

 https://googleads.googleapis.com/v13/customers/{customerId}/assets:mutate
  

 Reference Links:

- *asset report* - 

 *https://developers.google.cn/google-ads/api/fields/v13/asset_query_builder*
  

 
  
- *Search & SearchStream *- 
*https://developers.google.cn/google-ads/api/rest/common/search* 
  
- *assets.mutate* - 

 *https://developers.google.cn/google-ads/api/rest/reference/rest/v13/customers.assets/mutate*
  

 
  
- *ImageAsset* - 

 *https://developers.google.cn/google-ads/api/rest/reference/rest/v13/Asset#imageasset*
  

 
  

 I hope this information is helpful to you.
 This message is in relation to case "ref:_00D1U1174p._5004Q2luTGg:ref"

 Thanks,
   
 [image: Google Logo] Google Ads API Team 




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/ea94c680-3d90-4a94-80af-0caaf77d6996n%40googlegroups.com.


Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https:\/\/developers.google.com\/identity\/sign-in\/web

2023-06-01 Thread 王众杰
 {
"message": "Request is missing required authentication credential. 
Expected OAuth 2 access token, login cookie or other valid authentication 
credential. See 
https:\/\/developers.google.com\/identity\/sign-in\/web\/devconsole-project.",
"code": 16,
"status": "UNAUTHENTICATED",
"details": [
{
"@type": 
"type.googleapis.com\/google.ads.googleads.v13.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"authenticationError": "AUTHENTICATION_ERROR"
},
"message": "Authentication of the request failed."
}
],
"requestId": "GSXCYpCvLo7Hpq1bojGqUQ"
}
]
}

i want know why?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/0c86194e-269c-43ee-8d42-a34d1eb40bb8n%40googlegroups.com.


Access for reach forecasting API

2023-06-01 Thread Nanditha Mathew
Hello Team,

Our account does not have access for Reach forecasting API. From the 
documentation we understand there is a separate approval process needed to 
get the access.

Can you help me to understand to whom this request is to be raised and 
where should we submit this request.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/b320a658-df0b-4a8b-805b-8a4ba8e6e6f5n%40googlegroups.com.


How get auction insights metircs??

2023-06-01 Thread miinye
hi

I noticed that there is no publicly available Auction Insights API that we 
can use. 
is there any way by which my developer token can get the access to the 
same? I can provide all the details related to our use case if required. 
Please define the process for requesting access to the Auction Insights 
metrics. How can an apply for it? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/7f5005da-8c8c-4ea6-95f1-55c72145a553n%40googlegroups.com.