How to get asset group asset primary status?

2023-08-07 Thread Dang Duc Truong
Hello,

I would like to ask how to query for *asset group primary status* (see 
attached image) of Performance max campaign? I see there is a similar one 
for normal campaign ad group asset (called "ad_group_asset.primary_status") 
but cannot find that field for asset group asset.

Thanks
Dan

https://developers.google.com/google-ads/api/reference/rpc/v13/AdGroupAsset#:~:text=ad%20group%20asset.-,primary_status,-AssetLinkPrimaryStatus

[image: Screenshot from 2023-08-08 11-05-38.png]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e14eb919-dfe4-4eda-a57c-2684654658ddn%40googlegroups.com.


Re: the field cannot be set. "fieldname": " app_ad "

2023-08-07 Thread ADVERTISEMENT FMAD



Hello.

I removed the *TYPE* field, but the same error is being printed..



=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
campaign create result
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

{ "results": [ { "resourceName": 
"customers/5209595745/campaigns/20431695985", "campaign": { "resourceName": 
"customers/5209595745/campaigns/20431695985", "status": "ENABLED", 
"adServingOptimizationStatus": "CONVERSION_OPTIMIZE", 
"advertisingChannelType": "MULTI_CHANNEL", "advertisingChannelSubType": 
"APP_CAMPAIGN", "networkSettings": { "targetGoogleSearch": true, 
"targetSearchNetwork": true, "targetContentNetwork": true, 
"targetPartnerSearchNetwork": false }, "targetCpa": { "targetCpaMicros": 
"1000" }, "selectiveOptimization": { "conversionActions": [ 
"customers/5209595745/conversionActions/6604903346" ] }, 
"geoTargetTypeSetting": { "positiveGeoTargetType": "PRESENCE_OR_INTEREST" 
}, "appCampaignSetting": { "biddingStrategyGoalType": 
"OPTIMIZE_INSTALLS_TARGET_INSTALL_COST", "appStore": "GOOGLE_APP_STORE", 
"appId": "com.ucar.customer" }, "name": 
"nshangukin-campaign-20230806011407", "id": "20431695985", 
"campaignBudget": "customers/5209595745/campaignBudgets/12826816763", 
"startDate": "2023-08-06", "endDate": "2023-08-09" } } ] }



=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
adGroupAds:mutate
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

*** Request ***

requestId : JCUSIJhKMdaZHu5cRW5osQ

$data = {'operations': [{'create': {'adGroup': 
'customers/5209595745/adGroups/152134082156','status': 'ENABLED','ad': 
{'name': 'nshangukin-creative-20230808093628','appAd': {'mandatoryAdText': 
{'text': '당신의 완벽한 파트너 UCAR'},'headlines': [{'text': '당신의 완벽한 파트너 UCAR_1' 
},{'text': '당신의 완벽한 파트너 UCAR_2' }],'descriptions': [{'text': '당신의 완벽한 파트너 
UCAR_3' },{'text': '당신의 완벽한 파트너 UCAR_4' }],'images': [{'asset': 
'customers/5209595745/assets/94980550759'},{'asset': 
'customers/5209595745/assets/94998755540'},{'asset': 
'customers/5209595745/assets/94998778472'}],'youtubeVideos': [{'asset': 
'customers/5209595745/assets/94999121435'},{'asset': 
'customers/5209595745/assets/95080787366'},{'asset': 
'customers/5209595745/assets/95063378173'}]],"partialFailure": 
false,"validateOnly": false,"responseContentType": "MUTABLE_RESOURCE"}

$app_url = 
"https://googleads.googleapis.com/v14/customers/".$GOOGLE_ADS_CUSTOMER_ID."/adGroupAds:mutate";;

$opts = array(
CURLOPT_URL => $app_url,
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POST => true,
CURLOPT_POSTFIELDS => $data,
CURLOPT_HTTPHEADER => array("Content-Type: application/json", 
"Authorization: Bearer " . $access_token, "login-customer-id: 
".$GOOGLE_MASTER_CUSTOMER_ID, "developer-token: 
".$GOOGLE_ADS_DEVELOPER_TOKEN ) 
);

*** Reponse ***
{ "error": { "code": 400, "message": "Request contains an invalid 
argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": 
"type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure", 
"errors": [ { "errorCode": { "fieldError": "VALUE_MUST_BE_UNSET" }, 
"message": "The field cannot be set.", "location": { "fieldPathElements": [ 
{ "fieldName": "operations", "index": 0 }, { "fieldName": "create" }, { 
"fieldName": "ad" }, { "fieldName": "app_ad" } ] } } ], "requestId": 
"JCUSIJhKMdaZHu5cRW5osQ" } ] } }

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



Thank you.

2023년 8월 7일 월요일 오후 11시 48분 11초 UTC+9에 Google Ads API Forum Advisor님이 작성:

> Hi,
>
> Thanks for getting back to us.
>
> Upon checking, I can see that you are trying to set a *TYPE* field in 
> your *adGroupAds:mutate* request. Please note that the* TYPE* field in 
> the Ad resource is *output only*, please refer to this documentation:
> *https://developers.google.com/google-ads/api/reference/rpc/v14/Ad#type* 
> . 
> Can you please try removing this field from your request and submit your 
> request again? Please let us know how it goes on your end. You may also 
> refer to the *adGroupAds:mutate *documentation for more information.
>
>- *adGroupAds:mutate* - 
>
> https://developers.google.com/google-ads/api/rest/reference/rest/v14/customers.adGroupAds/mutate
>  
>
> If you encounter any errors please provide us the complete logs(*request*
>  and *response* with *request ID*) for this request so we can investigate 
> further on the errors.
>
>- *request: *
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request*
>  
>
> 

RE: question regarding data freshness

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

Thank you for reaching out to the Google Ads API Forum. I hope that you are 
doing well today.

Moving forward to your concerns:

Is there a time frame where the data can be changed, such as only within the 
last 30 days?

It depends on how many days is set in click_through_lookback_window_days. This 
attribute must be in the range [1,60] for an AD_CALL or WEBSITE_CALL conversion 
action. For most other conversion actions, the allowed range is [1,30]. The 
maximum number to set is 90 days.

After a certain duration, can we expect the data to remain static and not 
change further?

If you set your conversion window to 7 days, any conversion that happens more 
than 7 days after the ad interaction won't be recorded. This means it won't 
appear in your reports.



If you want to know more about the conversion window process and data 
freshness, you may reach out to the Google Ads Product Support team as they are 
more equipped regarding this concern.

Reference links:

Google Ads Product Support team - https://support.google.com/google-ads/gethelp

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


question regarding data freshness

2023-08-07 Thread Muneeb Varuvalayil
I have a question regarding data freshness
>From the [documentation](https://support.google.com/google-ads/
answer/2544985?hl=en) it says that 
```


*Your metrics may occasionally be updated one or more days after a click 
occurs. This can happen for a number of reasons, including but not limited 
to:- When a conversion occurs days after the initial click- When we 
detect invalid traffic that needs to be removed*
```

Is there a time frame where the data can be changed, such as only within 
the last 30 days?
After a certain duration, can we expect the data to remain static and not 
change further? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/289a7ed8-787e-45f3-a367-174cd1f85293n%40googlegroups.com.


Re: getting error when creating assetgrouplistinggroupfilters

2023-08-07 Thread Abhishek Yadav
Hi,

In that as per my scenario i have all products from which i need to create 
pmax retail campaign for specific products based on  productItemId so what 
i need to use or how the nodes to define i have checked the example even in 
that the all products are node is being created there isnt any example 
related to multi nodes creation based on the dimensions.

On Monday, August 7, 2023 at 5:19:31 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thanks for getting back to us.
>
> I can see that you are trying to create a *UNIT_INCLUDED*. This type is 
> used to indicate that the *AssetGroupListingGroupFilter* won't have 
> children. Can you try setting the *parentListingGroupFilter* 
> 
>  in 
> your create operation in *assetGroupListingGroupFilters.mutate* 
> ?
>  
> You can set this value as the resource name of the parent listing group 
> subdivision. As per this *guide* 
> 
>  regarding *Creating Shopping Listing Groups*, a *subdivision* introduces 
> a new level in the tree, while *units* are leaves of the tree. 
>
> I would recommend referring to this *code example* 
> 
>  on 
> Adding Performance Max Product Listing Group Tree as an additional 
> reference in your code implementation. The provided code example is also 
> available in PHP language.
>  
> This message is in relation to case "ref:_00D1U1174p._5004Q2nazXG: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/7a65a0d1-c5a1-40e8-b0d6-f69015b048e2n%40googlegroups.com.


RE: applied to basic access over a month and a half ago and have not heard back, what can i do?

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

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.

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

Summary:

The user has applied for basic access over a month and a half ago and have not 
heard back. The user would like to know what they need to do to get API access.

Google Ads manager account (MCC) ID: 624-316-7911
Case ID: (user did not receive any case ID)

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


Re: the field cannot be set. "fieldname": " app_ad "

2023-08-07 Thread ADVERTISEMENT FMAD
Hello.

Please check the contents below.



=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
campaign create result
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

{ "results": [ { "resourceName": 
"customers/5209595745/campaigns/20431695985", "campaign": { "resourceName": 
"customers/5209595745/campaigns/20431695985", "status": "ENABLED", 
"adServingOptimizationStatus": "CONVERSION_OPTIMIZE", 
"advertisingChannelType": "MULTI_CHANNEL", "advertisingChannelSubType": 
"APP_CAMPAIGN", "networkSettings": { "targetGoogleSearch": true, 
"targetSearchNetwork": true, "targetContentNetwork": true, 
"targetPartnerSearchNetwork": false }, "targetCpa": { "targetCpaMicros": 
"1000" }, "selectiveOptimization": { "conversionActions": [ 
"customers/5209595745/conversionActions/6604903346" ] }, 
"geoTargetTypeSetting": { "positiveGeoTargetType": "PRESENCE_OR_INTEREST" 
}, "appCampaignSetting": { "biddingStrategyGoalType": 
"OPTIMIZE_INSTALLS_TARGET_INSTALL_COST", "appStore": "GOOGLE_APP_STORE", 
"appId": "com.ucar.customer" }, "name": 
"nshangukin-campaign-20230806011407", "id": "20431695985", 
"campaignBudget": "customers/5209595745/campaignBudgets/12826816763", 
"startDate": "2023-08-06", "endDate": "2023-08-09" } } ] }




=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
adGroupAds:mutate
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

*** Request ***

requestId : UBIc6ezNANcYeTXgA-uDUg

$data = {'operations': [{'create': {'adGroup': 
'customers/5209595745/adGroups/152134082156','status': 'ENABLED','ad': 
{'name': 'nshangukin-creative-20230807200318','type': 'APP_AD','appAd': 
{'mandatoryAdText': {'text': '당신의 완벽한 파트너 UCAR'},'headlines': [{'text': 
'당신의 완벽한 파트너 UCAR_1' },{'text': '당신의 완벽한 파트너 UCAR_2' }],'descriptions': 
[{'text': '당신의 완벽한 파트너 UCAR_3' },{'text': '당신의 완벽한 파트너 UCAR_4' }],'images': 
[{'asset': 'customers/5209595745/assets/94980550759'},{'asset': 
'customers/5209595745/assets/94998755540'},{'asset': 
'customers/5209595745/assets/94998778472'}],'youtubeVideos': [{'asset': 
'customers/5209595745/assets/94981099912'},{'asset': 
'customers/5209595745/assets/94999121435'}]],"partialFailure": 
false,"validateOnly": false,"responseContentType": "MUTABLE_RESOURCE"}

$app_url = 
"https://googleads.googleapis.com/v14/customers/".$GOOGLE_ADS_CUSTOMER_ID."/adGroupAds:mutate";;

$opts = array(
CURLOPT_URL => $app_url, 
CURLOPT_SSL_VERIFYPEER => false, 
CURLOPT_RETURNTRANSFER => true, 
CURLOPT_CUSTOMREQUEST => "POST", 
CURLOPT_POST => true, 
CURLOPT_POSTFIELDS => $data, 
CURLOPT_HTTPHEADER => array("Content-Type: application/json", 
"Authorization: Bearer " . $access_token, "login-customer-id: 
".$GOOGLE_MASTER_CUSTOMER_ID, "developer-token: 
".$GOOGLE_ADS_DEVELOPER_TOKEN ) 
);

*** Reponse ***
{ "error": { "code": 400, "message": "Request contains an invalid 
argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": 
"type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure", 
"errors": [ { "errorCode": { "fieldError": "VALUE_MUST_BE_UNSET" }, 
"message": "The field cannot be set.", "location": { "fieldPathElements": [ 
{ "fieldName": "operations", "index": 0 }, { "fieldName": "create" }, { 
"fieldName": "ad" }, { "fieldName": "app_ad" } ] } } ], "requestId": 
"UBIc6ezNANcYeTXgA-uDUg" } ] } }

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



Thank you.

2023년 8월 7일 월요일 오후 8시 4분 34초 UTC+9에 Google Ads API Forum Advisor님이 작성:

> Hi,
>
> Thank you for reaching out to Google Ads API Forum.
>
> It appears that you have encountered  *VALUE_MUST_BE_UNSET, *which is a 
> field error (
> *https://developers.google.com/google-ads/api/reference/rpc/v14/FieldErrorEnum.FieldError#value_must_be_unset*
>  
> ).
>  
> With this, could you provide us with the complete API logs in this format (
> *request** and **response** with **request-id **and **request header)* 
> generated 
> on your end? I am asking this since the logs provided seem to be 
> incomplete. This is so our team could further check and provide more 
> appropriate guidance.
>
> You may then send the requested information privately via the Reply to 
> author option. If this option is not available, you may send the details 
> directly to our *googleadsa...@google.com*  alias instead.
>
> *Reference Links:*
>
>- *request* : 
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service#request*
>  
>
> 
>  
>- *response*: 
>
> *https://developers.google.com/google-ads/

Re: planning to implement campaign creation on specific products but cant get clear idea

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

Thank you for getting back to us.

I understand that you are getting the error for parent listing filter and the 
REST API gives an error when you are not passing anything for TYPE parameter. 
Can you please provide us with the complete logs(request and response with 
request ID) of these requests so we can investigate further the errors being 
thrown and provide you with precise guidance and recommendations?

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

If you are using a Client Library and haven't enabled logging yet, it can be 
enabled by navigating to the Client libraries > Your client library (ex. Java) 
> Logging documentation(via this link 
https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging),
 which you can access from this link. For REST interface requests, you can 
enable logging via the curl command by using the -i flag.

You can provide it via Reply privately to the author option. If this option is 
not available, then send it instead on this email address 
googleadsapi-supp...@google.com

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


Re: YouTube earned actions metrics in API?

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

Thank you for reaching out to us.

Upon checking, I'm afraid that this is still not supported with our API. 
However, as we also mentioned, we already raised this as a feature request, but 
on the other hand, kindly note that there is no guarantee that this will be 
supported soon. With that, we recommend that you follow our blog 
(https://ads-developers.googleblog.com/search/label/adwords_api) for updates 
and new releases.


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


RE: the field cannot be set. "fieldname": " app_ad "

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

Thank you for reaching out to Google Ads API Forum.

It appears that you have encountered VALUE_MUST_BE_UNSET, which is a field 
error 
(https://developers.google.com/google-ads/api/reference/rpc/v14/FieldErrorEnum.FieldError#value_must_be_unset).
 With this, could you provide us with the complete API logs in this format 
(request and response with request-id and request header) generated on your 
end? I am asking this since the logs provided seem to be incomplete. This is so 
our team could further check and provide more appropriate guidance.

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

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

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


RE: getting country for pmax campaign

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

Thank you for reaching out to us.

You may try the geographic_view 
(https://developers.google.com/google-ads/api/fields/v14/geographic_view) 
report, as it includes all metrics aggregated at the country level. It also has 
a campaign segmenting resource, so you may also filter your campaign using this.

However, if this is still not what you are looking for, then you may provide us 
with the entire UI screenshot without cropping, where you can see the data you 
want to retrieve in the API, so that we can provide guidance accordingly. You 
may then send the requested information 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.

Let me know if you have further questions.

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


Applied to basic access over a month and a half ago and have not heard back, what can I do?

2023-08-07 Thread 车奋斗
Please let me know what I can do to get access to API. 

I have completed the developer token development test

MCC ID - 624-316-7911
Case ID - I did not receive one, even though I went through the Ads 
support. 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6f6fbd84-199f-4962-bb94-9d6077c1e5edn%40googlegroups.com.


Re: planning to implement campaign creation on specific products but cant get clear idea

2023-08-07 Thread Abhishek Yadav
Hi ,

I tried with that but getting the error for parent listing filter.

The concern is that if i have 100 products and for some products i need to 
create pmax campaign for shopping vertical how the root nodes or nodes to 
be created that i am not getting clearly as the listing dimension is 
Product Item Id.

I am using Rest API possibly do i need to start with creating the root node 
and further on with inclusive other selective products .?

In the docs it has been mentioned that if you're creating the root node 
then dont pass anything for the *type * parameter but still the REST API 
gives error for the same.

would be good to have some detailed insights and pls dont share the docs 
link that are not that much clear and good enough to give insights for the 
same.

On Friday, August 4, 2023 at 5:41:06 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for responding back.
>
> As per the *AssetGroupListingGroupFilterOperation* 
> ,
>  
> you may create an array of operations in a single request. However, you may 
> specify only one *ProductItemId* 
> 
>  for 
> each operation. I will suggest utilizing the *API explorer* (
> *https://developers.google.com/google-ads/api/rest/reference/rest/v14/customers.assetGroupListingGroupFilters/mutate?apix=true*
>  
> )
>  
> also provided in our previous response to customize and validate your 
> requests.
> This message is in relation to case "ref:_00D1U1174p._5004Q2nZH6x: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/b2cb52a2-7e25-4ce0-98c0-9fc8f1e9b9e5n%40googlegroups.com.


Re: YouTube earned actions metrics in API?

2023-08-07 Thread cv
Hello Nirmta,

Its been while now this thread is opened and raised the request since 2021.

Is this possible to get earned actions metrics now?


Thanks,


On Tuesday, 8 February 2022 at 23:06:09 UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> We have created a feature request on behalf for this so I would recommend 
> keeping an eye on our Developer Blog 
>  for information on future 
> releases.
>
> Thanks,
> [image: Google Logo] 
> Nirmita Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2TOmiI: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/2770322b-1218-4b47-967a-abb3f1faf10fn%40googlegroups.com.


Re: the error code is not in this version

2023-08-07 Thread 'Vytautas Smilingis' via Google Ads API and AdWords API Forum
Thank you for pointing me back to the client library GitHub. I searched the 
issues there and was able to configure logging. Turns out logging for REST 
is not supported, and I had forgotten to install gRPC extensions when I 
upgraded my PHP version.

I don't see *Reply privately to author* option here, so I will send the 
logs via email.

On Friday, August 4, 2023 at 5:34:27 PM UTC+3 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thank you for your response.
>
> Can you confirm if this is the logging guide (
> https://developers.google.com/google-ads/api/docs/client-libs/php/logging) 
> that you've tried in your end that doesn't log anything? We also confirm 
> that this should be working properly as there are no reported errors that 
> should affect the logging. However, if you still encountering a logging 
> issue, you may create a new issue in the tracker on the client library (
> https://github.com/googleads/google-ads-php/issues) to further assist 
> you, and you can return to us for the requested information previously 
> privately.
>
> Kindly note that, in July 2023, the Google Ads API client library for PHP (
> https://github.com/googleads/google-ads-php) will start requiring PHP 
> version 8.0 or higher. 
> This message is in relation to case "ref:_00D1U1174p._5004Q2nb0ca: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/e84b5879-abee-4b8c-9fec-27b8d599c576n%40googlegroups.com.