Re: The error code is not in this version - when using latest java client version 26.0.0 with ads-api V14

2023-07-24 Thread Google Ads API and AdWords API Forum
Hi Ronald,

Thank you for raising this concern to the Google Ads API support team.

Kindly note that the vertical the current node tree represents. All nodes 
in the same tree must belong to the same vertical. Can you provide the 
complete API logs below so our team can better investigate this issue?

   - 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
   - request header - 
   
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers


Note that these logs can be requested or provided to the developer handling 
the Google Ads API transactions when logging of the API requests has been 
enabled. You may check here 
(https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging)
 
for the specific guideline to enable it.

You may then send the requested logs via the Reply privately to author 
option. If this option is not available, you may send the details directly 
to our googleadsapi-supp...@google.com alias instead.

Regards,
Google Ads API Team
On Monday, July 24, 2023 at 6:01:55 PM UTC+8 Ronald Findling wrote:

> Dear Google Ads API Team,
>
> we are facing a similar problem as described here [1] where some of our 
> requests get errors with message `The error code is not in this version`.
>
> But as we are using the *latest* *Google-ads-api version* (V14 see [2]) 
> through the *latest* *java library version* (google-ads-:26.0.0 see [3]) 
> for our request we need some guidance how to see the root causes.
>
> An example error would be:
> ```
> errors {
>   error_code {
> request_error: UNKNOWN
>   }
>   message: "The error code is not in this version."
>   trigger {
> string_value: "SHOPPING"
>   }
>   location {
> field_path_elements {
>   field_name: "mutate_operations"
>   index: 27
> }
> field_path_elements {
>   field_name: "asset_group_listing_group_filter_operation"
> }
> field_path_elements {
>   field_name: "create"
> }
> field_path_elements {
>   field_name: "vertical"
> }
>   }
> }
> ```
>
> *Links:*
> * [1] Similar issue but with an older API version 
> https://groups.google.com/g/adwords-api/c/RECHNpNKL6A/m/G_N4uiHfAAAJ
> * [2] Ads API version 
> https://developers.google.com/google-ads/api/docs/release-notes
> * [3] Java libraries `google-ads-:26.0.0` 
> https://mvnrepository.com/artifact/com.google.api-ads/google-ads
>
> Best Regards,
> Ronald Findling
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/117929af-e9a8-4994-8d3f-611371a6bbbdn%40googlegroups.com.


RE: assetgrouplistinggroupfilter vertical error

2023-07-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ben,

Can you please provide the complete request and response logs with request-id 
so we can take a closer look at the issue and assist you? These will greatly 
help us in our investigation. You may send the details to us via Reply 
privately to author option.

Reference links:
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

This message is in relation to case "ref:_00D1U1174p._5004Q2nRvXC: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/NLV7Y0RYB6DJ00hjW6n5LjRvG8OoLp0jJrww%40sfdc.net.


AssetGroupListingGroupFilter Vertical Error

2023-07-24 Thread Ben Cross
While trying to use the .net version of the api to set up a listing group 
for a performance max asset group, I encounter "requestError:UNKNOWN" 
whilst trying to push up a root listing group.

This error occurs on the vertical of an AssetGroupListingGroupFilter where 
the value "SHOPPING" triggers the error. The only other vertical values are 
"UNKNOWN" and "UNSPECIFIED" where both of those throw an error. I also 
tried to remove the vertical to see if this affected it, but a vertical is 
mandatory which again threw an error.

These errors occurred on V12, V13, and V14 versions of google ads api.


The api call fault log is as follows:

Fault: {
  "StatusCode": 3,
  "Details": "Request contains an invalid argument.",
  "RequestId": "LdQPFghePiFx22OmhDRiXA",
  "Failure": {
"errors": [
  {
"errorCode": {
  "requestError": "UNKNOWN"
},
"message": "The error code is not in this version.",
"trigger": {
  "stringValue": "SHOPPING"
},
"location": {
  "fieldPathElements": [
{
  "fieldName": "mutate_operations",
  "index": 1
},
{
  "fieldName": "asset_group_listing_group_filter_operation"
},
{
  "fieldName": "create"
},
{
  "fieldName": "vertical"
}
  ]
}
  }
],
"requestId": "LdQPFghePiFx22OmhDRiXA"
  }

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d0968b30-6216-44aa-b544-25ed690bc055n%40googlegroups.com.


RE: how to get the coupon of account budget?

2023-07-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thanks for reaching out to Google Ads API Forum.

With regards to your concern, kindly note that Google Ads API mirrors the 
Google Ads UI. Meaning by using the Google Ads API, you can get and manage the 
data that you are seeing in the UI. With that being said, can you provide us 
with the full (not cropped) and non-redacted screenshot of the Google Ads UI 
showing the data you want to retrieve in Google Ads API? This is for us to be 
able to replicate the data on our side and suggest you proper guidance.

You may then send the requested information via the Reply privately to the 
author option. If this option is not available, you may send the details 
directly to our googleadsapi-supp...@google.com alias instead.

Links included in this email:

Google Ads API - https://developers.google.com/google-ads/api/docs/start

This message is in relation to case "ref:_00D1U1174p._5004Q2nRsjj: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/qM30A0RYAVQW000LdCsjlkTZWjGjeha6q7xA%40sfdc.net.


RE: basic access api application

2023-07-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Thang,

Thank you for raising your concern to the Google Ads API 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:

Case ID generated (if there is any generated)


@Compliance Team, please find the pertinent details below and confirm if you 
are able to assist.

Summary:

The user has applied for basic access and has not received any response yet. 
Kindly provide update regarding their request.

Google Ads Manager Account (MCC) ID: 528-070-6762
Cases2 ID: requested

This message is in relation to case "ref:_00D1U1174p._5004Q2nRrLA: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/Y3N1T0RYAU5E00-fKkdMvNRkKgGS3bdDQceg%40sfdc.net.


Re: request! need basic level api access token

2023-07-24 Thread 'Subhash Kumar' via Google Ads API and AdWords API Forum
Hello,
I've not received any case2 ID after submitting the form. Also, please help 
me to get the same (case2 ID) if required.

--
Best Regards,

Subhash Kumar | Associate Manager - Software Engineering

Daffodil Software 

IND: +91.124.681.7000

US: +1.726.227.4610

On Monday, July 24, 2023 at 3:41:08 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

Hello Subhash,

Thanks for reaching out to the Google Ads API Team.

Kindly note that, we are unable to provide the updates or status of your 
application as 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. 

Can you please provide them with the *cases2 ID* generated when you 
submitted your application to the Compliance team which has a format of 
#-# so they can assist you further?

@Compliance Team, please find the pertinent details below and confirm if 
you are able to assist.

*Summary:*

The user, Subhash, has informed us that they submitted their basic-level 
API request token multiple times and have yet to receive a response.


*Google Ads manager account (MCC) ID: 848-161-2573 Case ID: (Requesting 
information)*
This message is in relation to case "ref:_00D1U1174p._5004Q2nRpNf: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/73494295-0bc9-43cd-929a-11fa98941c0cn%40googlegroups.com.


Re: enable enhanced conversion for conversion actions via api

2023-07-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Greetings from the Google Ads API Support team.

Please note that there is no definite timeline that we can provide on when this 
feature will be available in the API. However, when the feature is available 
via the Google Ads API, it'll surely be covered in our release notes. Please 
stay tuned.

Release notes - https://developers.google.com/google-ads/api/docs/release-notes

This message is in relation to case "ref:_00D1U1174p._5004Q2lAoJu: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/2Taml0RYASE600g6aZ1LAxSZeEdGK1aSgs9g%40sfdc.net.


How to get the coupon of Account Budget?

2023-07-24 Thread last first
I want to get the field of coupon,such as spend_limit ,balance and cost.But 
I don not know how to get these.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6fcc76cd-76ee-4382-94ee-268b88d3bc47n%40googlegroups.com.


The error code is not in this version - when using latest java client version 26.0.0 with ads-api V14

2023-07-24 Thread 'Ronald Findling' via Google Ads API and AdWords API Forum
Dear Google Ads API Team,

we are facing a similar problem as described here [1] where some of our 
requests get errors with message `The error code is not in this version`.

But as we are using the *latest* *Google-ads-api version* (V14 see [2]) 
through the *latest* *java library version* (google-ads-:26.0.0 see [3]) 
for our request we need some guidance how to see the root causes.

An example error would be:
```
errors {
  error_code {
request_error: UNKNOWN
  }
  message: "The error code is not in this version."
  trigger {
string_value: "SHOPPING"
  }
  location {
field_path_elements {
  field_name: "mutate_operations"
  index: 27
}
field_path_elements {
  field_name: "asset_group_listing_group_filter_operation"
}
field_path_elements {
  field_name: "create"
}
field_path_elements {
  field_name: "vertical"
}
  }
}
```

*Links:*
* [1] Similar issue but with an older API version 
https://groups.google.com/g/adwords-api/c/RECHNpNKL6A/m/G_N4uiHfAAAJ
* [2] Ads API version 
https://developers.google.com/google-ads/api/docs/release-notes
* [3] Java libraries 
`google-ads-:26.0.0` 
https://mvnrepository.com/artifact/com.google.api-ads/google-ads

Best Regards,
Ronald Findling

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b4836307-96a0-4237-b982-3bc91d0676d2n%40googlegroups.com.


Re: enable auto tagging via api

2023-07-24 Thread eftikhar emad
Hi, 

I am trying to make the whole process initiated by system, through API 
request , so 
- I need to check if the account enabled for auto tagging or not
- if not I need to enable it (this what I am asking about its API in ruby)
- check if there is offline conversion action 
- if no action found I will created new also using the api 

the bottleneck in the flow is, can I update the autoTagging flag using and 
api ? 
if there is an example on update customer attribute in Ruby It would help a 
lot , mutate 
CustomerService 
https://developers.google.com/google-ads/api/reference/rpc/v13/CustomerService

On Monday, July 24, 2023 at 11:47:57 AM UTC+3 Google Ads API Forum Advisor 
wrote:

> Hi Eftikhar,
>
> Thank you for reaching out to us. In order for us to assist you further, 
> could you please confirm your use case that you want to achieve via API? Do 
> you want to do the following? 
>
>- Upload offline conversions 
>- Set the Google Ads account auto tagging preference to Yes base on 
>specific/preferred conditions 
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2nRig3: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/f4285e79-d3e4-490d-a548-9d33c6ac6373n%40googlegroups.com.


Re: Digest for adwords-api@googlegroups.com - 13 updates in 8 topics

2023-07-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thanks for reaching out to Google Ads API Forum.

Could you kindly elaborate and provide more details on your specific concern 
related to Google Ads API 
(https://developers.google.com/google-ads/api/docs/start) so that we could 
provide precise guidance accordingly?

This message is in relation to case "ref:_00D1U1174p._5004Q2n9qlr: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/Blh_A0RYANC800b13kSIJcT2OFnwNgt5zgVg%40sfdc.net.


RE: emun value

2023-07-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Veyis,

Can you confirm if you have the same issue encountered with 
AdvertisingChannelSubType? If yes, then kindly provide the Complete API request 
and response logs with request-id in text format that describes the scenario 
where the said field is shown as string and as an integer.

Make sure to send the requested logs privately via the "Reply to Author" option 
or through our email (googleadsapi-supp...@google.com).

Looking forward to your response.

This message is in relation to case "ref:_00D1U1174p._5004Q2nRi1O: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/JRe_F0RYAN6400tTZYhwLLTt6fwXg0EtaXcA%40sfdc.net.


Re: enable enhanced conversion for conversion actions via api

2023-07-24 Thread Kannekanti Manoj
Hi Team,

Following up on this, do we have any way to enable enhanced conversions 
option using the api flow? thanks

On Tuesday, May 9, 2023 at 2:39:56 AM UTC+5:30 Google Ads API Forum Advisor 
wrote:

> Hi Tim,
>
> Thanks for getting back with us.
>
> As per this *guide* in Google Ads API about Enhanced Conversions, this *setup 
> and configuration steps* is a prerequisite before using Enhanced 
> Conversions. You may refer to that guide to know more information about 
> Enhanced Conversions in the Google Ads API.
>
> However, I’ve created a feature request for this to be supported in Google 
> Ads API. For now, you may monitor our *blog* for an update when it will 
> be supported in the future.
>
>
>
> Links included in this email:
>
>
>- *Guide - *
>
> *https://developers.google.com/google-ads/api/docs/conversions/enhance-conversions#prerequisites*
>  
>
> 
>  
>- *setup and configuration steps - *
>*https://support.google.com/google-ads/answer/11062876* 
>  
>- *Blog - *
>*https://ads-developers.googleblog.com/search/label/google_ads_api* 
>  
>
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2lAoJu: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/c32b2c59-c10d-4b8b-91c1-39cead9c5a53n%40googlegroups.com.


RE: enable auto tagging via api

2023-07-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eftikhar,

Thank you for reaching out to us. In order for us to assist you further, could 
you please confirm your use case that you want to achieve via API? Do you want 
to do the following?

Upload offline conversions
Set the Google Ads account auto tagging preference to Yes base on 
specific/preferred conditions

This message is in relation to case "ref:_00D1U1174p._5004Q2nRig3: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/cpLOu0RYALR900KFxllLHRTPeEfwBJXyvRCA%40sfdc.net.


Basic access API application

2023-07-24 Thread thang viet
Hi, 

I have been trying to applied for basic API access multiple times for more 
than a month. But I have not received any email or confirmation from your 
side. please take a look at my case.

My Manager ID is : 528-070-6762

Thank you.
Thang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/19c0b9ee-5f33-40a7-aadb-2c9ef8772981n%40googlegroups.com.


Re: running ads through my react website using node js and google ad api

2023-07-24 Thread MATEEN ALI

  details: 'Getting metadata from plugin failed with error: invalid_grant',
  metadata: Metadata { internalRepr: Map(0) {}, options: {} },
  note: 'Exception occurred in retry method that was not classified as 
transient'

FACE THIS TYPE ERROR
On Monday, 24 July 2023 at 11:17:29 UTC+5 MATEEN ALI wrote:

> Hi Sr
> whats the official dcoument when read document easily  all work done via 
> api
> because i face some issues 
>
> On Monday, 24 July 2023 at 11:16:12 UTC+5 MATEEN ALI wrote:
>
>> hi 
>> sr i want to running campagin , Adset and Ad  alsoe get insights and 
>> automation  
>> is all work done thorugh my webiste using google ad api ?
>>
>>
>> On Friday, 21 July 2023 at 19:29:58 UTC+5 Google Ads API Forum Advisor 
>> wrote:
>>
>>> Hello Mateen,
>>>
>>> Thank you for reaching out to us.
>>>
>>> Please note that there is no official Google Ads API client library in 
>>> Node.js or React. The only available client libraries can be found in this 
>>> guide (*https://developers.google.com/google-ads/api/docs/client-libs* 
>>> ). 
>>> However, you may also check on this (
>>> *https://github.com/Opteo/google-ads-api* 
>>> ) client library from github. 
>>> On the other hand, note that this is a *third-party* Google Ads API 
>>> client library for Node.js. 
>>>   
>>> This message is in relation to case "ref:_00D1U1174p._5004Q2nRBTF: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/427eea28-50f4-4882-b25b-b676fe596645n%40googlegroups.com.


Re: running ads through my react website using node js and google ad api

2023-07-24 Thread MATEEN ALI
Hi Sr
whats the official dcoument when read document easily  all work done via api
because i face some issues 

On Monday, 24 July 2023 at 11:16:12 UTC+5 MATEEN ALI wrote:

> hi 
> sr i want to running campagin , Adset and Ad  alsoe get insights and 
> automation  
> is all work done thorugh my webiste using google ad api ?
>
>
> On Friday, 21 July 2023 at 19:29:58 UTC+5 Google Ads API Forum Advisor 
> wrote:
>
>> Hello Mateen,
>>
>> Thank you for reaching out to us.
>>
>> Please note that there is no official Google Ads API client library in 
>> Node.js or React. The only available client libraries can be found in this 
>> guide (*https://developers.google.com/google-ads/api/docs/client-libs* 
>> ). 
>> However, you may also check on this (
>> *https://github.com/Opteo/google-ads-api* 
>> ) client library from github. 
>> On the other hand, note that this is a *third-party* Google Ads API 
>> client library for Node.js. 
>>   
>> This message is in relation to case "ref:_00D1U1174p._5004Q2nRBTF: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/c7546481-63a8-40df-a351-410945a9cd9an%40googlegroups.com.


Re: running ads through my react website using node js and google ad api

2023-07-24 Thread MATEEN ALI
hi 
sr i want to running campagin , Adset and Ad  alsoe get insights and 
automation  
is all work done thorugh my webiste using google ad api ?


On Friday, 21 July 2023 at 19:29:58 UTC+5 Google Ads API Forum Advisor 
wrote:

> Hello Mateen,
>
> Thank you for reaching out to us.
>
> Please note that there is no official Google Ads API client library in 
> Node.js or React. The only available client libraries can be found in this 
> guide (*https://developers.google.com/google-ads/api/docs/client-libs* 
> ). 
> However, you may also check on this (
> *https://github.com/Opteo/google-ads-api* 
> ) client library from github. On 
> the other hand, note that this is a *third-party* Google Ads API client 
> library for Node.js. 
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2nRBTF: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/dd1dc699-f16d-4985-8568-8f731a95eb21n%40googlegroups.com.