Re: Marketing Objective Setup for a Campaign via API

2023-02-19 Thread AMAP TEST
Team,

Is this Feature enabled on V13 ?
Is there any timeline by when this can be enabled via API ?

On Thursday, 1 December, 2022 at 2:21:13 pm UTC+11 Google Ads API Forum 
Advisor wrote:

> Hi,
>
>  Thank you for getting back to us. I am Sherwin from Google Ads API and I 
> hope that you are doing well today.
>
> Moving forward, upon checking on our end, we still don't have any update 
> when this feature is going to be available in Google Ads API. Please note 
> that feature requests are subject for review. For now, please follow our 
> blog 
> 
>  for 
> you to be updated.
>
> Kind regards, 
> [image: Google Logo] 
> Sherwin Vincent 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2W3Ilj: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/5cd2ea66-0eaa-451f-9775-c13f6d04697bn%40googlegroups.com.


Re: Mobile Application info extraction

2023-01-12 Thread AMAP TEST
Team,

The Ask over here is not HOW to get APP Extensions . 
Its all about how to get the list of IOS APP Id's and Android APP ID's that 
can be used for creation of APP Assets ?

Is there any API in GADS , that will provide us a list of  {
*platform_native_id}* for both iOS and Android ??

Eg :  *com.myapp.talkingcat*


On Wednesday, 11 January, 2023 at 6:15:09 pm UTC+11 adsapi wrote:

> Hi,
>
> Thanks for coming back to this thread.
>
> Kindly see below the way to get App ID and App Name:
>
> *1. Ad_group_criterion.mobile_application.app_id*
>
> A string that uniquely identifies a mobile application to Google Ads API. 
> The format of this string is "{platform}-*{platform_native_id}*", where 
> platform is "1" for iOS apps and "2" for Android apps, and where 
> platform_native_id is the mobile application identifier native to the 
> corresponding platform.
>
> For iOS, this native identifier is the 9 digit string that appears at the 
> end of an App Store URL (for example, "476943146" for "Flood-It! 2" whose 
> App Store link is "http://itunes.apple.com/us/app/flood-it!-2/id476943146
> ").
>
> For Android, this native identifier is the application's package name (for 
> example, "com.labpixies.colordrips" for "Color Drips" given Google Play 
> link "
> https://play.google.com/store/apps/details?id=com.labpixies.colordrips";).
>
> That being said, a well formed app id for Google Ads API would thus be 
> "1-476943146" for iOS and "2-com.labpixies.colordrips" for Android. 
>
> *2.Ad_group_criterion.mobile_application.name 
> *
>
> This will pull the Name of your mobile application.
>
>  
>
> *You may use below GAQL:*
>
>  
>
> SELECT 
>
>   ad_group_criterion.mobile_application.app_id, 
>
>   ad_group_criterion.mobile_application.name 
>
> FROM ad_group_criterion 
>
> WHERE 
>
>   ad_group_criterion.type IN ('MOBILE_APPLICATION') 
>
>  
>
>  
>
> A sample response should look like below:
>
>  
>
> {
>
>   "adGroupCriterion": {
>
> "resourceName": 
> "customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}",
>
> "mobileApplication": {
>
>   "name": "Mobile App:  (iTunes App Store), by  developer>",
>
>   "appId": "1-909351158"
>
> }
>
>   }
>
> },
>
> {
>
>   "adGroupCriterion": {
>
> "resourceName": 
> "customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}",
>
> "mobileApplication": {
>
>   "name": "Mobile App:  (Google Play), by  developer>",
>
>   "appId": "2-com.myapp.talkingcat"
>
> }
>
>   }
>
> },
>
>
> You may also verify your app by using iOS app id using below URL:
>
> https://apps.apple.com/app/id{platform_native_id} which would become 
> https://apps.apple.com/app/id476943146.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Wwlk3: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/5964820d-f728-4a2a-8b4e-0845e5a644c9n%40googlegroups.com.


Re: Android and iOS App Id - Exhaustive List

2023-01-12 Thread AMAP TEST
Yes its the same ...
Thanks ... will follow up further on this Ticket: 
https://groups.google.com/g/adwords-api/c/cCBbEj_HKFU/m/_zReZmbmBwAJ?utm_medium=email&utm_source=footer

On Wednesday, 11 January, 2023 at 7:40:35 pm UTC+11 adsapi wrote:

> Hi, 
>
> Thanks for reaching out to the Google Ads API Forum. I hope you are doing 
> well today.
>
> With regard to your concern about Android and iOS APP_ID's. I see that 
> there is a possible duplicate thread, could you confirm that it’s the same 
> topic you also raised your concern here: 
> https://groups.google.com/g/adwords-api/c/cCBbEj_HKFU/m/_zReZmbmBwAJ?utm_medium=email&utm_source=footer
>
> On that thread, my colleague already replied to your concern. Could you 
> confirm if this is what you were looking for? If so, kindly refrain from 
> opening multiple threads for the same issue and I would suggest continuing 
> the discussion on the other email thread you sent, for better tracking of 
> updates. 
>
> Have a great day.
>
> Regards,
> [image: Google Logo] 
> Marjorie 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2hx3Zu: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/e459b3e8-f831-42a5-a904-047175390a8en%40googlegroups.com.


Re: Mobile Application info extraction

2023-01-10 Thread AMAP TEST
Team,

Is there any update on this ?
Do you have any API from which i can extract an exhaustive list of Android 
and iOS App Id's?

On Tuesday, 22 February, 2022 at 4:55:23 am UTC+11 adsapi wrote:
Hi,

For the picture you sent us you can get the details from asset 
,  
however, this won't give the 'list' you described. I found the list and 
raised with my team your request for a resource to get all apps that are 
used in the account. This request is subject to review. You may monitor our 
blog  for 
an update.

Regards,

[image: Google Logo] Aryeh Google Ads API Team   

ref:_00D1U1174p._5004Q2Wwlk3: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/d74c1405-5b04-4e46-ba56-4c36f055a5e5n%40googlegroups.com.


Android and iOS App Id - Exhaustive List

2023-01-10 Thread AMAP TEST
Hi Team,

Is there a list of Android and iOS APP_ID's handily available for Export on 
GADS documentaion ?

If not how and where can we find the exhaustive list of Android and iOS APP 
Id's ? 

We need the "app_id" to use them under APP Extension types.

Regards,
AMAP 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/fe37633d-4ae7-408d-b98c-7c7de9294cf1n%40googlegroups.com.


Unable to update fields in Ad Group Ads

2022-10-14 Thread AMAP TEST
Hi,

I have created a RESPONSIVE_SEARCH_AD. I am trying to update headlines via. 
API call. Although the documentation 

 doesn't 
say that this is immutable, I am getting an error saying the field is 
immutable.

*Request:*
{
"operations": [
{
"updateMask": "ad.responsiveSearchAd.headlines",
"update": {
"status": "PAUSED",
"resourceName": 
"customers//adGroupAds/144865384680~627789042220",
"ad": {
"finalUrls": [
"https://gaagl.page.link/Eit5";
],
"type": "RESPONSIVE_SEARCH_AD",
"responsiveSearchAd": {
"headlines": [
{
"pinnedField": "HEADLINE_1",
"text": "Heading1"
},
{
"pinnedField": "HEADLINE_2",
"text": "Heading2"
},
{
"pinnedField": "HEADLINE_3",
"text": "Heading3"
}
],
"descriptions": [
{
"pinnedField": "DESCRIPTION_1",
"text": "Description1"
},
{
"pinnedField": "DESCRIPTION_2",
"text": "Description2"
}
]
}
},
"adGroup": "customers//adGroups/144865384680"
}
}
],
"partialFailure": false,
"validateOnly": false
}

*Response:*
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v11.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"requestError": "IMMUTABLE_FIELD"
},
"message": "Field 
'ad.responsive_search_ad.headlines' cannot be modified by 'UPDATE' 
operation.",
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "update"
},
{
"fieldName": "ad"
},
{
"fieldName": "responsive_search_ad"
},
{
"fieldName": "headlines"
}
]
}
}
],
"requestId": "yMGSQRq4i0V0yM7qhivDzw"
}
]
}
}

*Note:* I get this IMMUTABLE_FIELD error for mostly all the fields (other 
than status) for all Ad Group Ad Types when i try to update.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d96fd3c1-eb95-4df4-b49a-616a956d4afen%40googlegroups.com.


Re: How to upload a CSV file having an User List via. REST API call

2022-07-03 Thread AMAP TEST
Hi Jinky,


*"1.How to upload a CSV file having an Customer List via. REST API call?"I 
am afraid that the Google Ads API does not support uploading of a CSV file. 
With this, you will need to create a process on your end that will get the 
information from the CSV file to be supplied  with this implementation of 
uploading customer matches.* --> *I will be able to manipulate the CSV file 
but how do I actually add the data to the customer list? Which API call 
should I use? What field should I use? Could you please provide the 
documentation link?*

On Friday, 1 July, 2022 at 9:09:46 pm UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team. 
>
> We provide assistance to issues/concerns related to the AdWords API 
>  / Google 
> Ads API . If you 
> are using API, could you please clarify how it relates to Google Ads API? 
> As per provided your link, it is out of scope for us.
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cFIiI: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/ed03a633-0df8-44cc-9814-9807cc18e225n%40googlegroups.com.


How to upload a CSV file having an User List via. REST API call

2022-07-01 Thread AMAP TEST
Hi,

I want to create a Customer List via. API call.
On the UI i can see that there is an option to upload a CSV file.

But, in the REST API documentation 
 
I 
don't see any fields for the same.

So, my questions are: 

   1. How to upload a CSV file having an Customer List via. REST API call?
   2. How to use the uploaded customer list to target my campaign?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/626aa406-8c59-4e4f-89da-930b53fab79fn%40googlegroups.com.


Re: Looking for API call to estimate clicks & conversions

2022-06-14 Thread AMAP TEST

Hi,
Thanks for the replay,  do you have any idea about when (very high level)  
can be available this feature?

Kindest Regards
On Friday, 27 May, 2022 at 2:56:13 pm UTC+2 adsapi wrote:

> Hi,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Unfortunately, it's not available in the Google Ads API, however, my team 
> already raised a request to support 'weekly estimates' in Google Ads API as 
> seen in UI screenshots. You may monitor our *blog* 
>  for 
> an update when it is supported in the future.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bDn5J: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/1b0db3eb-40de-4a46-a6d6-e4c8de9a9bb8n%40googlegroups.com.


Re: Looking for API call to estimate clicks & conversions

2022-06-14 Thread AMAP TEST

Hi,
Thanks for the replay,  do you have any idea about when (very high level)  
can be available this feature?

Kindest Regards
On Friday, 27 May, 2022 at 2:56:13 pm UTC+2 adsapi wrote:

> Hi,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Unfortunately, it's not available in the Google Ads API, however, my team 
> already raised a request to support 'weekly estimates' in Google Ads API as 
> seen in UI screenshots. You may monitor our *blog* 
>  for 
> an update when it is supported in the future.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bDn5J: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/565c44bc-94ee-4c00-8396-0e978a116fban%40googlegroups.com.


Looking for API call to estimate clicks & conversions

2022-05-26 Thread AMAP TEST
Hi,

While trying to create a campaign from the UI, I see that on the right 
there is a section that provides us an astimate of clicks & conversions 
based on the budget.
[image: Screenshot 2022-05-26 184421.png]

Is there any API call that can do the same?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/adccb88a-9faf-474f-a532-500e0ab2e889n%40googlegroups.com.


Re: No results found when I use WHERE clause in GAQL for Bid Simulator

2022-05-26 Thread AMAP TEST
Hi,

Thanks for your reply.

Please let me update my questions:

   - Is the bid simulation based on past 7 days only or can we specify some 
   other date range?


   - I would like to create a campaign_simulation using API call, but I 
   don't see any calls available in the documenttion. Is it not possible to 
   create?


On Friday, 20 May, 2022 at 9:14:56 am UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for posting your concern. Let me provide support to your concern.
>
> Please see my response below for each item: 
>
>- *Is it not possible to generate the results based on a specific date 
>range?* 
>
> Could you confirm if you can get the result when querying the bid 
> simulation in the UI with the same date range? If yes, then the 
> *campaign_simulation* should also return data. However, so that I can 
> investigate the issue, could you provide the complete request 
> 
>  and response 
> 
>  logs 
> with request ID 
> 
>  and request header 
> 
>  generated 
> on your end? Also, could you confirm if your campaign met the combination 
> that mentioned on this document 
>  
> and the prerequisites mentioned on this document 
> 
> ?
>   
>
>- *In the documentation I don't see any resources to mutate the 
> campaign_simulation. Can we only query campaign_simulation and not 
> mutate? 
> In this case how does the Bid Simulator work?* 
>
> Yes, the documentation is about querying the data of bid simulation only. 
> However, before answering your question and to have a clearer view on the 
> mutate that you are referring to, could you provide more details to the 
> mutate that you mentioned? If the mutate functionality for bid simulation 
> can be seen in the UI, would you be able to provide a screenshot of this UI 
> so that I can further check?
>
> Yes, you can provide the requested details via *Reply privately to author* 
> option. If this option is not available, then send it instead on this email 
> address googleadsa...@google.com.
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2YbmRU: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/686cdb60-dcc5-438d-b5f7-d2b7ad958019n%40googlegroups.com.


Unable to create Asset Group Signal via. API call

2022-05-24 Thread AMAP TEST
Hi,

I want to create an Asset Group Signal via. API call. For that I am trying 
to do the following steps:
1. Create Performance Max Campaign
2. Create AssetGroup
3. Create Audience
4. Create AssetGroupSignal

But when i try to create the asset group via. API call I'm getting errors.

Request:
{
"operations": {
"create": {
"campaign": "customers//campaigns/",
"name": "Test Group asset 2",
"finalUrls": [
"http://www.google.com";
],
"status": "ENABLED"
}
}
}

Response:
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "
type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"assetGroupError": 
"NOT_ENOUGH_MARKETING_IMAGE_ASSET"
},
"message": "Marketing image asset for a valid asset 
group is not enough.",
"trigger": {
"stringValue": "Asset type: marketing image"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
},
{
"errorCode": {
"assetGroupError": 
"NOT_ENOUGH_SQUARE_MARKETING_IMAGE_ASSET"
},
"message": "Square marketing image asset for a 
valid asset group is not enough.",
"trigger": {
"stringValue": "Asset type: square marketing 
image"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
},
{
"errorCode": {
"assetGroupError": "NOT_ENOUGH_HEADLINE_ASSET"
},
"message": "Headline asset for a valid asset group 
is not enough.",
"trigger": {
"stringValue": "Asset type: headline"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
},
{
"errorCode": {
"assetGroupError": 
"NOT_ENOUGH_LONG_HEADLINE_ASSET"
},
"message": "Long headline asset for a valid asset 
group is not enough.",
"trigger": {
"stringValue": "Asset type: long headline"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
},
{
"errorCode": {
"assetGroupError": "NOT_ENOUGH_LOGO_ASSET"
},
"message": "Logo asset for a valid asset group is 
not enough.",
"trigger": {
"stringValue": "Asset type: logo"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
},
{
"errorCode": {
"requestError": "UNKNOWN"
},
"message": "The error code is not in this version.",
"trigger": {
"stringValue": "Asset type: description"
},
   

Unable to create Asset Group via. API call

2022-05-24 Thread AMAP TEST
Hi,

I want to create an Asset Group Signal via. API call. For that I am trying 
to do the following steps:
1. Create Performance Max Campaign
2. Create AssetGroup
3. Create Audience 
4. Create AssetGroupSignal

But when i try to create the asset group via. API call I'm getting errors.

Request:
{
"operations": {
"create": {
"campaign": "customers/5511294223/campaigns/17324463529",
"name": "Test Group asset 2",
"finalUrls": [
"http://www.google.com";
],
"status": "ENABLED"
}
}
}

Response:
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"assetGroupError": 
"NOT_ENOUGH_MARKETING_IMAGE_ASSET"
},
"message": "Marketing image asset for a valid asset 
group is not enough.",
"trigger": {
"stringValue": "Asset type: marketing image"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
},
{
"errorCode": {
"assetGroupError": 
"NOT_ENOUGH_SQUARE_MARKETING_IMAGE_ASSET"
},
"message": "Square marketing image asset for a 
valid asset group is not enough.",
"trigger": {
"stringValue": "Asset type: square marketing 
image"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
},
{
"errorCode": {
"assetGroupError": "NOT_ENOUGH_HEADLINE_ASSET"
},
"message": "Headline asset for a valid asset group 
is not enough.",
"trigger": {
"stringValue": "Asset type: headline"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
},
{
"errorCode": {
"assetGroupError": 
"NOT_ENOUGH_LONG_HEADLINE_ASSET"
},
"message": "Long headline asset for a valid asset 
group is not enough.",
"trigger": {
"stringValue": "Asset type: long headline"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
},
{
"errorCode": {
"assetGroupError": "NOT_ENOUGH_LOGO_ASSET"
},
"message": "Logo asset for a valid asset group is 
not enough.",
"trigger": {
"stringValue": "Asset type: logo"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
},
{
"errorCode": {
"requestError": "UNKNOWN"
},
"message": "The error code is not in this version.",
"trigger": {
"stringValue": "Asset type: description"
},
 

No results found when I use WHERE clause in GAQL for Bid Simulator

2022-05-19 Thread AMAP TEST
Hi,

I want to get the forecast details of a DISPLAY Campaign.
For that I have a running DISPLAY Campaign.

I use the following query:
"{
"query": "SELECT campaign_simulation.type, 
campaign_simulation.target_roas_point_list.points, 
campaign_simulation.target_cpa_point_list.points, 
campaign_simulation.target_impression_share_point_list.points, 
campaign_simulation.start_date, campaign_simulation.resource_name, 
campaign_simulation.modification_method, campaign_simulation.end_date, 
campaign_simulation.cpc_bid_point_list.points, 
campaign_simulation.campaign_id, 
campaign_simulation.budget_point_list.points FROM campaign_simulation"
}"

I get a result for this.

But when i try to add "WHERE campaign_simulation.start_date = '2022-04-02'" 
to the same query, it gives me no result.

Questions:

   - Is it not possible to generate the results based on a specific date 
   range?
   - In the docmentation I don't see any resources to mutate the  
   campaign_simulation. Can we only query campaign_simulation and not mutate?  
   In this case how does the Bid Simulator work?

Please let me know if any further details are required. I can provide the 
same privately.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f5a8d44e-c563-4170-95d7-199a8cc660f8n%40googlegroups.com.


Re: Status Management for Campaign and AdGroups

2022-05-12 Thread AMAP TEST
Team,

Does that mean even if the TL are showing Running on a stopped Campaign, 
they are techically STOPPED?


On Friday, 6 May, 2022 at 7:57:38 pm UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for reaching out.
>
> With regards to your concern, once you pause campaign it will 
> automatically stop Adgroup under campaign. Let me know if you have any 
> question.
>
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aQkvE: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/1c14fd0d-0e41-4eb4-a77e-4363147f00ben%40googlegroups.com.


Status Management for Campaign and AdGroups

2022-05-05 Thread AMAP TEST
Team,

Can you help me understand the behavior of GADS Campaign Delivery based on 
Status ?

We have observed that in GADS , when a running Campaign Status is PAUSED, 
all the associated AdGroup Status are still in RUNNING state . Does that 
mean the campaign is still getting delivery or at the back end will it be 
considered as PAUSED .

To pause a CAMPAIGN completely such that it does not deliver ,what should 
be the steps ?
Should we manually stop every AdGroups under that Campaign and also the 
campaign ? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cd3644d7-d3a8-4a52-adfb-d3fa48cf012en%40googlegroups.com.


Re: Unable to find a few fields related to Bid Strategy, on the UI

2022-05-02 Thread AMAP TEST
Team,
Seems this is a Product Issue/UI Issue.
We do agree that we are able to override the value with values passed at 
AdGroup all  via API call. But it is not reflecting on GADS UI. Back end 
API's are having the values that were configured but front UI is not in 
sync with the back end API values looks like.

Could you please confirm if this is a UI Issue?

On Friday, 29 April, 2022 at 9:18:22 pm UTC+5:30 adsapi wrote:

> Hello,
>
> I understand you want to override bids at the ad group level and I'm 
> assuming that the bidding strategy "Clicks" refers to a CPC bidding 
> strategy (rather than Maximize Conversions). This code example 
> 
>  
> demonstrates how to set the CPC bid of an ad group, which uses the 
> cpc_bid_micros 
> 
>  field. 
> If the campaign level strategy is set to CPC, then the ad group level 
> override should be present in the UI for that ad group. 
>
> If you are using Maximize Conversions, please refer to the guide that 
> Ernie provided for ad group level target overrides.
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aO1RB: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/86322d31-ef39-40e0-aff4-94bdb9a903ffn%40googlegroups.com.


Re: Unable to find a few fields related to Bid Strategy, on the UI

2022-04-28 Thread AMAP TEST
Hi Ernie,

Thanks for your quick response. Please let me re-frame my question. I would 
like to set the Bid Strategy as Clicks and set the value at Ad Group level. 
Then in the API request, what field should I use?

*Case 1:* I create a Campaign from the UI, set the Bid Strategy as Clicks 
and value at Campaign level.
I use the googleAds:search Query to get the details of that particular 
Campaign.
I find the value in the following field: "targetSpend": 
{"cpcBidCeilingMicros": "56700"}.

*Case 2:* I create a Campaign from the UI, set the Bid Strategy as Clicks. 
I want to set the Bidding value at AdGroup level. But on the UI I don't get 
that option.
In the documentation 
, 
I see there is a "cpcBidMicros" field. I use that and create an AdGroup 
via. API call. Now, when I use the googleAds:search Query to get the 
details of that particular AdGroup, I find the value in the following 
field: "cpcBidMicros". But when I check the same AdGroup on the UI, I don't 
see the bidding value anywhere.

So my question is, which is the correct field to be used when I want to set 
the Bid Strategy as Clicks and set the value at Ad Group level?

On Thursday, 28 April, 2022 at 4:04:19 pm UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for raising your concern to our team. Allow me to provide 
> support to your concern.
>
> Please see my answer below for each question:
> *1. On the Ad Server UI, the user is able to configure a campaign without 
> any configuration related to the Bidding Value. In the API call, we see 
> that it is mandatory to set the value at AdGroup level. But in the UI we 
> can't find where to give the Bidding Value for Bidding Strategy = "Clicks" 
> at AdGroup level. Where to find this on UI?*
> -I would like to inform you that this concern is product related since it 
> is specific to the UI. With this, I would suggest raising this concern to 
> the product team  as they 
> are more equipped here.
>
> *2. As seen in Use Case 3, we are not able to find any field at AdGroup 
> level via. API call for clicks. What would be the field?*
> -Could you confirm if what you are asking here is setting a target CPA at 
> the ad group level? If yes, then you can use the update AdGroupOperation 
> 
>  to 
> modify the target_cpa_micros 
> 
>  
> field.
>
> *3. Since we don't find the bid value field for clicks at AdGroup level, 
> is it required to be set  at Campaign level?*
> -As mentioned in #2, this is possible in the Google Ads API. However, it 
> still depends on your use case if you want to override the target CPA 
> specified in the campaign's bidding strategy. I would suggest referring to 
> this document 
> 
>  
> to know more information about overriding bidding strategies.
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aO1RB: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/082b76ff-999d-4569-a6c7-1dc8e430053an%40googlegroups.com.


Location Extension using FEEDS

2022-03-30 Thread AMAP TEST
Team,

Please clarify below points :
1. Location Extension is still not supported via Assets
2. Hence, is it allowed to create extensions usings Feeds service ?
3. If point 2 is Yes, Can you please guide me to the correct document with 
steps to create the Location Extensions via REST API please .
I Tried the steps defined here 
: 
https://developers.google.com/google-ads/api/docs/location-extensions/affiliate-location-extensions?hl=en
But unable to proceed ahead :
   i. I created a Feed with following request :
POST:  
https://googleads.googleapis.com/v10/customers/1406577639/feeds:mutate
{
"operations": {
"create": {
"name": "LocationTest",
"origin": "GOOGLE",
"status": "ENABLED",
"affiliateLocationFeedData": {
"chainIds":["100013"],
"relationshipType": "GENERAL_RETAILER"
}
}
},
"partialFailure": false,
"validateOnly": false,
"responseContentType": "MUTABLE_RESOURCE"
}

ii. I am trying to create an AdGroupFeed : 
POST : 
https://googleads.googleapis.com/v10/customers/1406577639/adGroupFeeds:mutate
{
"operations": {
"create": {
"placeholderTypes": [
"LOCATION"
],
"matchingFunction": {
"operator": "CONTAINS_ANY",
"leftOperands": [
{
"feedAttributeOperand": {
 "feedId": "372113845",
"feedAttributeId": "13"
}
}
],
"rightOperands": [
{
   "feedAttributeOperand": {
"feedId": "372113845",
"feedAttributeId": "13"
}
}
]
},
"status": "ENABLED",
"feed": "customers/1406577639/feeds/372113845",
"adGroup": "customers/1406577639/adGroups/139789635584"
}
},
"partialFailure": false,
"validateOnly": false,
"responseContentType": "MUTABLE_RESOURCE"
}

I am facing issue in STEP ii. with following error response:
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"adGroupFeedError": 
"NO_EXISTING_LOCATION_CUSTOMER_FEED"
},
"message": "Location AdGroupFeeds cannot be created 
unless there is a location CustomerFeed for the specified feed.",
"trigger": {
"stringValue": "FeedId{id=372113845}"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "create"
},
{
"fieldName": "feed"
}
]
}
},
{
"errorCode": {
"functionError": "INVALID_OPERAND_TYPE"
},
"message": "Operand Type not supported.",
"trigger": {
"stringValue": ""
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "create"
},
{
"fieldName": "matching_function"
},
{
"fieldName": "right_operands",
"index": 0
},
{
"fieldName": "feed_attribute_operand"
}
]
}
},
{
"errorCode": {
"functionError": 
"INVALID_FUNCTION_FOR_FEED_WITH

Image Extension Support in V10 .

2022-03-28 Thread AMAP TEST
Team,

I see that Image Extension is available as a Type of Extension in GADS v10 .
And i succeeded in creating an Asset of Image Extension Type. But i am 
unable to associate that resource to an AdGroupAsset or Campaign Asset .

None of the "AssetFieldType" provided here are being supported :
https://developers.google.com/google-ads/api/rest/reference/rest/v10/AssetFieldType

*I get the following error:*
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"assetLinkError": "UNSUPPORTED_FIELD_TYPE"
},
"message": "The given field type is not supported to be 
added directly via asset links.",
"trigger": {
"stringValue": "MARKETING_IMAGE"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "create"
},
{
"fieldName": "field_type"
}
]
}
}
],
"requestId": "8uk013ZYfN8cCtxZFrsv0g"
}
]
}
}

Can you please confirm if Image Extension is  fully available via API ? Or 
we need to wait for future update?

If its available for use, then what should be the value for "*fieldType" *when 
invoking following endpoint to associate the IMAGE extension with 
AdGroupAsset?
https://googleads.googleapis.com/v9/customers/1406577639/adGroupAssets:mutate

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a87d344c-37a4-4b1e-9014-bea00a2f3e02n%40googlegroups.com.


Query on Forecasting via. API call

2022-03-14 Thread AMAP TEST
Hi,

I see in the REST Interface documentation for Google Ads API, the following 
two options are available for forecasting:
keywordPlans 

 & generateReachForecast 


I have the following questions:

   - Does  keywordPlans 
   

 only 
   estimate forecast for Search Campaigns?
   - Does  generateReachForecast 
   

 only 
   estimate forecast for Video Campaigns?
   - Is there any REST API call available for forecasting of other type of 
   Campaigns for example Display Campaign?

*Thanks & Regards*
*Sridripto Hazra*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0f41cf34-0bd7-459c-934f-48936c0f67d8n%40googlegroups.com.


Re: Throws "MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT" error while creating video campaign.

2022-03-03 Thread AMAP TEST
Team,
Is there any update or plan on API being supportive for creating Video 
Campaigns in v10 ?

I see i am still not able to perform mutate operation on Video Campaigns 
via API.

On Thursday, 30 September, 2021 at 8:19:37 pm UTC+5:30 adsapi wrote:

> Hi Abbas,
>
> Thank you for following up on this feature request.
>
> Unfortunately, we still have yet to receive information regarding its 
> availability. For now, please continue to follow our blog 
>  for 
> updates. As a workaround, you may check out this article to Create a 
> Video campaign  via 
> Google Ads UI.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2OV3l8: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/d3a9b86c-7ad9-4b82-b317-2030daa34ec3n%40googlegroups.com.


Re: Mobile Application info extraction

2022-02-20 Thread AMAP TEST
Team,

This is not what i asked for 
Let me explain my requirement :
When creating an Extension of type APP , GUI provides us with a list of 
Application names and Application ID right . So is there any API in GADS 
that help me with the entire list of these Mobile Application ID and Mobile 
Application Names ?

Attaching here is the screen shot of the information i am interested in to 
be extracted from a REST API .[image: Extension.PNG]


On Saturday, 19 February, 2022 at 12:31:27 am UTC+5:30 adsapi wrote:

> Hello Amap,
>
> Thanks for reaching out to the Google Ads API support. With regards to 
> your query,  you can use ad_group_criterion 
> 
>  
> or campaign_criterion report to retrieve all the information in account 
> by using attribute field mobile_application.app_id or 
> mobile_application.name.
> Please let us know if you have any more questions.
>
> Best regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team 
>
>  
>
>
> ref:_00D1U1174p._5004Q2Wwlk3: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/bb9e406a-8927-4567-859f-c5cebe8e8c63n%40googlegroups.com.


Re: AdGroupAsset REMOVED Status not working via API

2022-02-20 Thread AMAP TEST

Thanks team . 
On Friday, 18 February, 2022 at 3:14:16 pm UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for raising this concern to Google Ads API Team.
>
> Upon checking your error, it seems that this is not the right way to 
> remove ad group asset using API. With this, to help you in this scenario, 
> instead of setting *REMOVED* to the status field, you can used the remove 
> 
>  operation. 
> Let me know how it goes after.
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Wwlqw: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/decff017-6893-4215-8840-858757e5b018n%40googlegroups.com.


AdGroupAsset REMOVED Status not working via API

2022-02-17 Thread AMAP TEST
Team,

I am trying to update the AdGroupAsset Status field to "REMOVED" via an API 
.
And i get this error from the REST API .
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"requestError": "INVALID_ENUM_VALUE"
},
"message": "Enum value 'REMOVED' cannot be used.",
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "update"
},
{
"fieldName": "status"
}
]
}
}
],
"requestId": "QVEq4LCweHKoLaAwmGt14Q"
}
]
}
}

Is it really not possible to remove an extension tagged to an AdGroup via 
API?
But note that i am able to ENABLE and PAUSE the extensions via API . Only 
REMOVED enum value is not working via API 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ceaa9640-9535-4310-ae13-f6a74d8fc5e7n%40googlegroups.com.


Mobile Application info extraction

2022-02-17 Thread AMAP TEST
Team,
Is there any API endpoint from where we can extract all the Mobile 
Application ID's for iOS and Mobile Application Names for Android OS ?

I am talking about appId described on this page :
https://developers.google.com/google-ads/api/rest/reference/rest/v10/MobileApplicationInfo?hl=en

Let me know if further information is required

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/890a2876-9140-4a2a-9050-f3dce7839a97n%40googlegroups.com.


Re: Marketing Objective Setup for a Campaign via API

2022-02-02 Thread AMAP TEST
Hi,

I am particularly looking for assigning a value to  " *Marketing Objective*" 
field alone via API.

This Guide that you have shared is  assigning values to Goals field (This 
is not my requirement).

On Wednesday, 2 February, 2022 at 3:16:45 pm UTC+5:30 adsapi wrote:

> Hi,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Marketing Objective is selecting the single goal that would make your 
> campaign successful to you. When you select a goal while creating a 
> campaign on Ads UI, you’ll see suggested campaign settings aimed to help 
> you obtain that goal.
>
> However, from the Google Ads API perspective, you may check this *guide* 
> 
>  
> regarding campaign goals. Allow me to reach out to my rest of the team with 
> regards to setting marketing Objective as shown on Ads UI. We will respond 
> to you as soon as possible.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2W3Ilj: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/36912e89-5ca8-44be-8e30-6e1e54a2f236n%40googlegroups.com.


Re: Campaign Goal API endpoint

2022-01-26 Thread AMAP TEST
Hi Kevin,

Okay i get your point on Campaign Goal creation not supported yet . 
But as per your documentation it clearly says :
*When you create the conversion action, Google Ads will automatically 
perform the following steps:*
   
   - *Create a CustomerGoal for the conversion 
   action's category and origin if one does not already exist.*
   - *Create a CampaignGoal for each campaign and the conversion 
   action's category and origin if one does not already exist.*

 But when i perform a query to extract CustomerGoal and the CampaignGoal , 
i get a null value from the Query response.
And when i had raised this point above, it was told that GOAL is not 
enabled on my account (Statement Told: Until campaign GOAL is enabled on 
your account, we will not be able to modify the campaign goal). Henceforth, 
i am unable to get the response for the following queries(I get a NULL 
value on all these queries). 

*CustomerGoal:*
SELECT
  customer_conversion_goal.category,
  customer_conversion_goal.origin,
  customer_conversion_goal.biddable
FROM customer_conversion_goal


*CampaignGoal:*SELECT
  campaign_conversion_goal.campaign,
  campaign_conversion_goal.category,
  campaign_conversion_goal.origin,
  campaign_conversion_goal.biddable,
  campaign.id,
  campaign.name
FROM campaign_conversion_goal
WHERE campaign.advertising_channel_type = PERFORMANCE_MAX



Henceforth i would like to know if there is any process to be followed (Any 
Supportticket) , to enable GOAL on my account so that i get valid responses 
on my above queries .
Please correct if otherwise.  


 
On Wednesday, 26 January, 2022 at 11:56:20 am UTC+5:30 adsapi wrote:

> Hello,
>
>  
>
> I'm a colleague of Yasar from the Google Ads API Team. 
>
>  
>
> As my colleague mentioned, creating campaign goals are not yet supported 
> in the API. We have already raised a feature request regarding this so 
> there's no action needed on your end. Based from our documentation 
> ,
>  
> since Google Ads automatically creates CustomerConversionGoal, 
> CampaignConversionGoal, and ConversionGoalCampaignConfig objects in your 
> account, you can only update those objects. The Google Ads API does not 
> support creating or removing those objects.
>
>  
>
> Regarding the steps to enable campaign goals in your account, you may 
> reach out to the Google Ads support team 
>  for guidance as they are 
> better equipped to assist you on this.
>
>  
>
> Regards,
> [image: Google Logo] 
> Kevin Gil Soriano 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Ujk53: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/abfbb56e-5a7c-481b-a032-22df6c285f9fn%40googlegroups.com.


Re: Campaign Goal API endpoint

2022-01-25 Thread AMAP TEST
Team,

To enable CampaignGoal on our Account what is the steps to be followed ? Is 
there any request that we need to raise to Support Team?
Basically i want to enable GOAL setting via a REST API.

On Wednesday, 19 January, 2022 at 7:50:53 pm UTC+5:30 adsapi wrote:

> Hi,
>
> Yes, you are correct. Until campaign GOAL is enabled on your account, we 
> will not be able to modify the campaign goal. There is no way to set the 
> goal using the API. You will have to do it manually in the UI.  There is a 
> feature request to support this functionality in the Google Ads API. Please 
> keep an eye on our blog 
>  for 
> the announcements and updates on new releases.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Ujk53: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/94ce6578-b549-4897-84b8-f5b06d54ed62n%40googlegroups.com.


Re: Audience Manager

2022-01-21 Thread AMAP TEST
Thank you this was helpful 

On Thursday, 20 January, 2022 at 11:17:13 am UTC+5:30 adsapi wrote:

> Hi,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> You may use the *user_list* 
>  report 
> using the *search method* 
> 
>  
> in REST. You may see the *Search* 
>  
> section of the accompanying examples for more complete examples. You may 
> use the *user_list_query_builder* 
> 
>  
> to construct your query to include required fields as shown on the UI.
>
> Let us know if you have any further questions.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2VNPeH: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/b3f1faba-6236-4303-8f6b-2c375c9751fcn%40googlegroups.com.


Audience Manager

2022-01-19 Thread AMAP TEST
Team,

Can you please provide me the REST API/ Query to extract the information 
present on under "YOUR DATA SEGMENT" Tab of  Audience Manager please?

Please find the screen shot to understand which tab and segment i am 
referring to here ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ddb14f78-0324-45e6-8ddb-f078fc0b1a3dn%40googlegroups.com.


Re: Campaign Goal API endpoint

2022-01-18 Thread AMAP TEST

Hi Aryeh,

If i absorbed your statement correctly , what is being told is until GOAL 
is enabled on our Account, we will not be able to proceed with GOAL 
Modification of Campaigns present in our Account via REST API's ?.
On Tuesday, 18 January, 2022 at 9:56:06 pm UTC+5:30 adsapi wrote:

> Hi,
>
> I work with Yasar and will assist you. What you are experiencing could be 
> because we have not yet enabled the conversion goals feature for your 
> account (enabling goals will happen gradually across all accounts). When we 
> do enable the feature for that account, the following query will return 
> *CustomerConversionGoal* objects for each combination of *origin* and 
> *category* found in the customer's *ConversionActions*. 
>
>
> SELECT customer_conversion_goal.category, customer_conversion_goal.origin, 
> customer_conversion_goal.biddable 
> FROM customer_conversion_goal
>
> Regarding not being able to create the campaign goal object, this is 
> working as intended. When your account is enabled for the conversion goals 
> feature then every campaign will have a conversion goal, no need to create 
> one. You can then modify the campaign conversion goal if you want that 
> campaign to have a different goal than the account.
>
> Regards,
>
> [image: Google Logo] 
> Aryeh Baker 
> Google Ads API Team 
>   ​​​
>
> ref:_00D1U1174p._5004Q2Ujk53: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/956e9abc-c9cb-4db7-b2cd-e4a8a0732b5bn%40googlegroups.com.


Re: Campaign Goal API endpoint

2022-01-17 Thread AMAP TEST
Hi Team,

Tried following the document refrence that was shared but no lunk.
Please validate if there is something being missed .
We are unable to update Campaign Conversion Goal. Following are the steps 
configured 

1. Created a ConversionAction and Tagged it to a Campaign
Following request:  
*https://googleads.googleapis.com/v9/customers/5511294223/conversionActions:mutate*
{
"operations": [
{
 "updateMask": "primaryForGoal",
"update": {
"resourceName": 
"customers/5511294223/conversionActions/841733022",
"status": "ENABLED",
"type": "WEBSITE_CALL",
"origin": "WEBSITE",
"primaryForGoal": false,
"category": "PHONE_CALL_LEAD",
"name": "StoreVisitConversion",
"includeInConversionsMetric": true
}
}
],
"partialFailure": false,
"validateOnly": false
}

2. Tried Creating CampaignConversionGoal and i always get error response . 
Create operation is not supported for this method .
*https://googleads.googleapis.com/v9/customers/5511294223/campaignConversionGoals:mutate*
 
*Request:* 
{
"validateOnly": false,
"operations": [
{
"updateMask": "category,origin,biddable",
"update": {
"resourceName": 
"customers/5511294223/campaignConversionGoals/15855767503~DEFAULT~WEBSITE",
"campaign": "15855767503",
"category": "DEFAULT",
"origin": "WEBSITE",
"biddable": true
}
}
]

}
*Response:*
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"mutateError": "RESOURCE_NOT_FOUND"
},
"message": "Resource was not found.",
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
}
],
"requestId": "IlzwTDtACKU4ID1H7w8eow"
}
]
}
}

3. Even tried last option of setting ConversionGoalCampaignConfig. But no 
luck here as well. I get the same error response 
*https://googleads.googleapis.com/v9/customers/5511294223/conversionGoalCampaignConfigs:mutate*
 
*Request:* 
{
"operations": [
{
"updateMask": "goalConfigLevel",
"update": {
"resourceName": 
"customers/5511294223/conversionGoalCampaignConfigs/15855767503",
"campaign": "15855767503",
"goalConfigLevel": "CAMPAIGN"
}
}
],
"validateOnly": false
}
*Response:*
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"requestError": "UNKNOWN"
},
"message": "The error code is not in this version.",
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
}
],
"requestId": "cx9pMn2JXcHvtNF1TrynuQ"
}
]
}
}
Can you please help where am i going wrong ? the process is first we need 
to set the ConversionAction at Campaign level and then we can set the 
campaignConversion Goal right? Setting up campaignConversionGoal via API 
will setup Goal parameter on graphical UI of a Campaign in GADS ?

Why do i get a null response even if i have conversionAction present in my 
Account via Query language ?


Appreciate response for the same.
On Friday, 14 January, 2022 at 12:20:36 pm UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for reaching out to our API support team.
>
> You can find here 
> ,
>  
> the guide regarding conversion / campaign goals. This guide 
> 
> 

Not getting Combined Audience List by API call

2021-12-16 Thread AMAP TEST
Hi Team,

We want to get the *customers.combinedAudiences.get * list so we have 
created combined audiences on Ad server and we are trying to get the list 
by using API call(GET 
https://googleads.googleapis.com/v9/{resourceName=customers/*/combinedAudiences/*}
). 
We are getting empty data in response. can you please let us how to  create 
combined audience on Ad server and how to get it by using above API call.

Thanks,
AMAP Accenture 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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d9152f94-c6bd-48b0-80f7-8591fa4bb91en%40googlegroups.com.