Replacement for the removed `XxxConstantService`s when upgrading from v9 to v10 ?

2022-02-28 Thread Zhe Lin
Good day, Google Ads API team

I 'm trying to upgrade from Google Ads API v9 to v10. I can see the 
following services are removed.

Services I'm using but missing in v10:
OperatingSystemVersionConstantService
MobileDeviceConstantService
MobileAppCategoryConstantService
UserInterestService
LanguageConstantService

However, I didn't find any instructions from the release notes. 
https://developers.google.com/google-ads/api/docs/release-notes#all_services

None of the above can be found when I tried to Ctrl+F the service name.

It would be very helpful if you can show me the replacement of them or any 
instructions to use them in v10.

Best regards,
Zhe Lin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/26ab63c7-fae7-4b9b-bf3d-a638497c319en%40googlegroups.com.


Re: hotel_name in Google Ads API

2022-02-28 Thread Tiana S.
Hi Ernie,

Thanks for the help! Tried `ad_group_criterion.display_name`, but it's not 
returning a value for hotels, unfortunately. 
(Same goes for hotel groups by the way, I have a ticket open for that 
one: https://groups.google.com/g/adwords-api/c/pqUEJI9HSC0/m/6dyJQ0nPAAAJ).

On Tuesday, 1 March 2022 at 07:28:39 UTC+1 adsapi wrote:

> Hi Tiana,
>
> Thank you for providing more details to your concern. I am also a member 
> of the Google Ads API team and let me provide support to your concern.
>
> Could you try using the hotel_group_view 
>  
> report and including the ad_group_criterion.display_name 
> 
>  
> to see if you can get the hotel name? Let me know whether you can get the 
> information that you are looking for or not.
>
> If not, please provide the customer ID where you have hotel entities as I 
> can include this information to raise a feature request to my team.
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5001UCa6oc: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/1f150c68-0cc2-4ef1-a6bf-2a14c1aa4762n%40googlegroups.com.


Re: What is wrong with this selector for AdWords

2022-02-28 Thread axtens
Well, to answer my own question, it appears that there is a Perth city and 
a Perth neighbourhood. The latter is 9060896 and AdWords doesn't think it's 
worth reporting on. Once I started using the right number I started to get 
results.

-- Bruce.

On Tuesday, 1 March 2022 at 12:39:49 pm UTC+8 axtens wrote:

> The following selector was exported from a running C# application using 
> JsonConvert.SerializeObject. As far I can see, there are no problems with 
> it. However, I am consistently receiving: 
> "AdWordsApiException: Exception of type 
> 'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. \r\n\r\nError 
> returned when a SearchParameter doesn't match 
> the IdeaType specified in the  href='TargetingIdeaSelector'>TargetingIdeaSelector or is otherwise 
> invalid. Error trigger usually contains the parameter name, and error 
> details contain a more detailed explanation.. (Error: 
> TargetingIdeaError.INVALID_SEARCH_PARAMETERS, FieldPath: 
> selector.searchParameters[0].locations[0], Trigger: 
> LocationSearchParameter)\r\n\r\n"
>
> I have noticed others having issues with their CCID not being properly 
> specified. I'm looking into that also, though one would think that a 
> trigger of "LocationSearchParameter" would indicate an error with the 
> location search parameter.
>
> Should `SearchParameterType` be something other than null?
>
> Regarding the location search parameter, when I first encountered this 
> problem I was only specifying the id. I have added the type and 
> locationName in the pursuit of a solution but to no avail.
>
> -- Bruce
> ```
> {
> "searchParameters": [{
> "queries": ["fatigue driving", "driving fatigue", "driving 
> tired", "driver fatigue male", "driver fatigue female"],
> "SearchParameterType": null
> }, {
> "languages": [{
> "code": null,
> "name": null,
> "id": 1000,
> "idSpecified": true,
> "typeSpecified": false,
> "CriterionType": null
> }
> ],
> "SearchParameterType": null
> }, {
> "networkSetting": {
> "targetGoogleSearch": true,
> "targetGoogleSearchSpecified": true,
> "targetSearchNetwork": false,
> "targetSearchNetworkSpecified": true,
> "targetContentNetwork": false,
> "targetContentNetworkSpecified": true,
> "targetPartnerSearchNetwork": false,
> "targetPartnerSearchNetworkSpecified": true
> },
> "SearchParameterType": null
> }, {
> "locations": [{
> "locationName": "Perth,Western Australia,Australia",
> "displayType": null,
> "targetingStatusSpecified": false,
> "parentLocations": null,
> "id": 9060896,
> "idSpecified": true,
> "type": 12,
> "typeSpecified": true,
> "CriterionType": null
> }
> ],
> "SearchParameterType": null
> }
> ],
> "ideaType": 0,
> "ideaTypeSpecified": true,
> "requestType": 1,
> "requestTypeSpecified": true,
> "requestedAttributeTypes": [5, 6, 7, 2, 8, 1],
> "paging": {
> "startIndex": 0,
> "startIndexSpecified": true,
> "numberResults": 500,
> "numberResultsSpecified": true
> },
> "localeCode": null,
> "currencyCode": null
> }
> ```
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0ca8e6c9-91e1-4ad7-8e31-bb0fe2ba479bn%40googlegroups.com.


What is wrong with this selector for AdWords

2022-02-28 Thread axtens
The following selector was exported from a running C# application using 
JsonConvert.SerializeObject. As far I can see, there are no problems with 
it. However, I am consistently receiving: 
"AdWordsApiException: Exception of type 
'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. \r\n\r\nError 
returned when a SearchParameter doesn't match 
the IdeaType specified in the TargetingIdeaSelector or is otherwise 
invalid. Error trigger usually contains the parameter name, and error 
details contain a more detailed explanation.. (Error: 
TargetingIdeaError.INVALID_SEARCH_PARAMETERS, FieldPath: 
selector.searchParameters[0].locations[0], Trigger: 
LocationSearchParameter)\r\n\r\n"

I have noticed others having issues with their CCID not being properly 
specified. I'm looking into that also, though one would think that a 
trigger of "LocationSearchParameter" would indicate an error with the 
location search parameter.

Should `SearchParameterType` be something other than null?

Regarding the location search parameter, when I first encountered this 
problem I was only specifying the id. I have added the type and 
locationName in the pursuit of a solution but to no avail.

-- Bruce
```
{
"searchParameters": [{
"queries": ["fatigue driving", "driving fatigue", "driving 
tired", "driver fatigue male", "driver fatigue female"],
"SearchParameterType": null
}, {
"languages": [{
"code": null,
"name": null,
"id": 1000,
"idSpecified": true,
"typeSpecified": false,
"CriterionType": null
}
],
"SearchParameterType": null
}, {
"networkSetting": {
"targetGoogleSearch": true,
"targetGoogleSearchSpecified": true,
"targetSearchNetwork": false,
"targetSearchNetworkSpecified": true,
"targetContentNetwork": false,
"targetContentNetworkSpecified": true,
"targetPartnerSearchNetwork": false,
"targetPartnerSearchNetworkSpecified": true
},
"SearchParameterType": null
}, {
"locations": [{
"locationName": "Perth,Western Australia,Australia",
"displayType": null,
"targetingStatusSpecified": false,
"parentLocations": null,
"id": 9060896,
"idSpecified": true,
"type": 12,
"typeSpecified": true,
"CriterionType": null
}
],
"SearchParameterType": null
}
],
"ideaType": 0,
"ideaTypeSpecified": true,
"requestType": 1,
"requestTypeSpecified": true,
"requestedAttributeTypes": [5, 6, 7, 2, 8, 1],
"paging": {
"startIndex": 0,
"startIndexSpecified": true,
"numberResults": 500,
"numberResultsSpecified": true
},
"localeCode": null,
"currencyCode": null
}
```

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a9313ed1-d904-4c22-a2f3-76c1b5deafb3n%40googlegroups.com.


Documentation question

2022-02-28 Thread axtens
In many places in the AdWords documentation, for example in 

 
in the blurb about Criterion.Type it says, "Specify xsi:type instead."

What does "Specify xsi:type instead" mean? And where can I see an example 
of doing so?

Bruce.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/68e0c65f-7752-422b-8633-e4eb4a6592a1n%40googlegroups.com.


Re: Performance Max Campaign

2022-02-28 Thread lin joinf
Hi, Matt,
Maybe I haven't expressed it clearly, what I want to understand is,
'Send traffic to the most relevant URLs on your site' function, and add the 
specified landing page rules. But I didn't find an API for adding URL rules 
on the official website documentation. Excuse me, do you currently support 
this functional interface?



[image: 微信截图_20220301103507.png]
在2022年3月1日星期二 UTC+8 03:51:02 写道:

> Hi Lin,
>
> Thanks for reaching out. You can adjust your Performance Max campaign 
> final URL expansion settings in the API with url_expansion_opt_out 
> 
> .
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Xjp2r: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/4fd38411-bb46-4898-a09e-4811292be40fn%40googlegroups.com.


Re: Budget field is not found on the new google ads mapping

2022-02-28 Thread Alin Alex
Thank you, it worked!

On Wednesday, February 23, 2022 at 7:31:45 PM UTC+2 adsapi wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> With regards to your concern, you can use query migration tools 
> 
>  
> to migrating query from AWQL to GAQL.You can use campaign.budget 
> 
>  
> field to get the budget via campaign report in the Google Ads API. Let me 
> know if you have any question.
>
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>  
>
> ref:_00D1U1174p._5004Q2WyIAH: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/7dabec98-9a8b-4d89-bcfc-ebc827a12f61n%40googlegroups.com.


AdWords Reporting is not giving Impression, clicks and cost dimension values

2022-02-28 Thread shaffali gupta
I used the google analytical API to fetch the data for AdWords Reporting.

1. Not working 
Endpoint - https://www 
googleapis.com/analytics/v3/data/ga?ids=8xxx_date=2022-02-25_date=2022-02-25=ga:impressions,ga:adClicks,ga:adCost,ga:users,ga:sessions=ga:date,ga:adGroup,ga:adwordsCampaignID,ga:campaign,ga:keyword,ga:sourceMedium,ga:channelGrouping

when I queried them all together, all values are coming fine except 
Impression, clicks and cost. Impression, clicks and cost values are coming 
as Zero.

2. Working after removing ga:channelGrouping.
Endpoint - https://www 
googleapis.com/analytics/v3/data/ga?ids=8xxx_date=2022-02-25_date=2022-02-25=ga:impressions,ga:adClicks,ga:adCost,ga:users,ga:sessions=ga:date,ga:adGroup,ga:adwordsCampaignID,ga:campaign,ga:keyword,ga:sourceMedium

This combinations of Metrics and Dimensions are giving all the results 
along with Impressions, Cost and clicks. 
 
I need to understand why the first endpoint is not giving the Clicks, 
Impressions and Cost metrics values.  please guide me on this. 
Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/8dc9ab5a-f5c1-4c27-a84a-83730ce0e0acn%40googlegroups.com.


Re: AUDIENCE_PERFORMANCE_REPORT and GEO_PERFORMANCE_REPORT migration from Adwords to Ads API

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao,

I had to remove your post because it contains a log. you may reply privately to 
send us a log.

Here is a redacted copy of your post:

Thanks Aryeh,


i have retried and can download the data but the it's so weird when i try 
download one hour later, it's return empty result. could you please help check?

message:

Request --- MethodName: 
google.ads.googleads.v9.services.GoogleAdsService/SearchStream Endpoint: 
googleads.googleapis.com:443 Headers:  query: "select segments.date, 
customer.currency_code, ad_group_criterion.criterion_id, ad_group.campaign, 
campaign.name, segments.device, metrics.impressions, metrics.clicks, 
metrics.cost_micros, ad_group.id from ad_group_audience_view where 
segments.date between \'2022-02-24\' and \'2022-02-26\' " Response - Body: null 
Failure message: null Status: Status{code=OK, description=null, cause=null}. 
count0

Thanks
Hao

It could be because of data freshness issues, there are adjustments on new data 
and it appears you have no metrics on "linked to ad group" audiences for 2/22 
-2/24.  I also reproduced no metrics when pulling your report, however, I 
pulled a campaign_audience_view report and metrics showed.

If you find a discrepancy between the UI and the API could you privately send 
us a full screen screenshot of the UI combined with a full log of the API 
report pull?

Regards,

Aryeh
Google Ads API Team
ref:_00D1U1174p._5004Q2WyLCA: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/laCPZ0R818EI00378i-hE9R3G-sQ0eLkwN4A%40sfdc.net.


Re: ASPECT_RATIO_NOT_ALLOWED

2022-02-28 Thread RANANJAYPRATAP SINGH
Hi
Thanks for your reply , yes I got your response in spam so I missed it.
meanwhile with I have tried image with dimension 1200*628 px and succeed in 
creating campaign. I also agreed to dimension which you have proposed. 
I have images with dimensions (600*314 px , 250*250 px etc , for privacy 
issue I can not attach them.)
Note: - we have edited them by paint app.

Now I have few questions .
1. Your site 
(https://support.google.com/google-ads/answer/1722096?hl=en#zippy=%2Canimated-and-non-animated-image-ads)
 
proposed variety of dimension which actually many of them giving 
ASPECT_RATIO_NOT_ALLOWED exception. Please share if you have any other list.

2. I am getting CANNOT_MODIFY_ASSET_NAME in few asset so I parse error 
message and getting already available asset Id , is there any other way to 
get it( as if your error message change our parser will have no use).

BR
Rananjay

Now I have few question ,   

On Monday, February 28, 2022 at 12:39:10 PM UTC+5:30 adsapi wrote:

> Hi Rananjaypratap,
>
> Thank you for your response.
>
> Can you confirm if you receive the response from my colleague Matt? If not 
> yet, I would suggest to check your spam. I've also included it here for 
> your reference.
>
> *" Can you please provide the **ImageDimensionInfo* 
> *
>  for 
> the asset, 24161195706, so we can check that it is fitting the 
> marketingImage specification? The minimum size is 600x314 and the aspect 
> ratio must be 600:314 (+-1%)."*
>
> As a side note, if you're having trouble receiving private replies from 
> us, please check your Spam folder. Additionally, please add the 'From 
> address' on that email to your contact list to ensure we aren't flagged as 
> Spam in future messages. If you don't see a message from us in your Spam 
> folder, please email us directly at googleadsa...@google.com referring to 
> this forum thread.
>
> Regards,
> [image: Google Logo] 
> Princess Pamela 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2WyMzm: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/24e57f20-5291-40ee-be68-3394ae614615n%40googlegroups.com.


Domain Wide-delegation Issue: Unauthorized Client

2022-02-28 Thread Anthony Gomez Taboada
Hi,

I'm using the Google Ads API via Python Client Library 
. And I have followed the 
instructions to create a service account 
 and 
perform domain-wide delegation  in 
order to access the service.

But when I try to call the Google Ads API, I get the following error:

```

File "/app/src/main/security/credentials.py", line 52, in 
__get_account_client googleads_client = 
GoogleAdsClient.load_from_dict(account_credentials)

... 
File "/usr/local/lib/python3.9/site-packages/google/oauth2/_client.py", 
line 60, in _handle_error_response raise 
exceptions.RefreshError(error_details, response_data) 
*google.auth.exceptions.RefreshError: 
('unauthorized_client: Client is unauthorized to retrieve access tokens 
using this method, or client not authorized for any of the scopes 
requested.', *{'error': 'unauthorized_client', 'error_description': 'Client 
is unauthorized to retrieve access tokens using this method, or client not 
authorized for any of the scopes requested.'})
```

We have checked the Client ID used in the Admin site, to activate Google 
Ads API in GCP and the credentials in my Python project to authenticate, 
but still have this error.

Probably I've missed a step somewhere.

Hope you can help me.

Thanks in advance,
Anthony

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8e6d4529-dd87-4a49-a908-dac1268299e4n%40googlegroups.com.


Discrepancies between reporting metrics from Google Ads API and the Google Ads web UI

2022-02-28 Thread E. Taylor
Hi,

I've come across a discrepancy in the reporting metrics when I'm looking at 
the data coming from the Google Ads API, and comparing that to what I see 
when I log into the Google Ads account. 

When I go to the Location section on our Google Ads account after logging 
in, and narrow the Matched Location down to the postal code level, there 
are a couple of postal codes with impression data that I don't see when I 
query for the same data from the Google Ads API (querying the 
geographic_view).

I expanded the API report call to include the preceding and following days 
in case it was perhaps a timezone thing between the API dates and the UI 
dates, but to no avail.

I'm a bit at a loss here since I cannot find any reason why certain postal 
code records shown in the UI are not being returned by the API. I can 
provide screencaps of what I see in the UI and the API output if needed 
privately.

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2b831d38-27ef-4423-9270-5585262878b9n%40googlegroups.com.


RE: what is STORAGE_ERROR ?

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thanks for reaching out. Can you please privately reply with the complete 
request and response logs, including the request ID, so that we can take a 
closer look at this issue?

Thanks,
Matt
Google Ads API Team

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


Re: UNEXPECTED_INTERNAL_API_ERROR

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

The InternalApiError.UNEXPECTED_INTERNAL_API_ERROR could be due to a temporary 
issue with the API. Can you please try making the call again? We strongly 
recommend that you can use Google Ads API to get customer list.

Let me know if you have any question.

Thanks,

Nirmita
Google Ads API Team
ref:_00D1U1174p._5004Q2WyTcV: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/PAApJ0R80XKD00uTMkIdQlTGSu5aARbHKK7w%40sfdc.net.


RE: Retreive extensions of a campaign

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there,



Thanks for reaching out to the Google Ads API Forum.

Note that we recommend using the asset_field_type_view resource to report 
non-overcounted metrics for each asset field type when the asset is used as an 
extension. This report type is similar to the feed_placeholder_view report type 
for Feed-based extensions. If this view doesn’t help, please share to us the 
following details below, so that our team can check better:

Customer ID
Provide screenshots (in the Google Ads UI) on which extensions you’re referring 
to.

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

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2Wz4No: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/AhksA0R80WOF00bexJXQdhS1u8CHeAaSUoJg%40sfdc.net.


Different clicks and cost in the geographic_view/user_location_view

2022-02-28 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi! I'm trying to get data from geographic_view and user_location_view, but 
I see different results when adding some segments (i.e 
segments.geo_target_city)

*curl --http1.1 --header "Authorization: Bearer ${AUTH_TOKEN}" --header 
"Content-Type: application/json" --header "developer-token: ${DEV_TOKEN}" 
--header "login-customer-id: ${LOGIN_CUSTOMER_ID}" --data-raw '{"query": 
"SELECT geographic_view.country_criterion_id, 
geographic_view.location_type,  metrics.cost_micros, metrics.clicks FROM 
geographic_view where segments.date='20220126'"}' 
"https://googleads.googleapis.com/v10/customers/${CUSTOMER_ID}/googleAds:searchStream"*
returns *29* clicks

*curl --http1.1 --header "Authorization: Bearer ${AUTH_TOKEN}" --header 
"Content-Type: application/json" --header "developer-token: ${DEV_TOKEN}" 
--header "login-customer-id: ${LOGIN_CUSTOMER_ID}" --data-raw '{"query": 
"SELECT geographic_view.country_criterion_id, 
geographic_view.location_type, segments.geo_target_city, 
segments.geo_target_metro, segments.geo_target_region, metrics.cost_micros, 
metrics.clicks FROM geographic_view where segments.date='20220126'"}' 
"https://googleads.googleapis.com/v10/customers/${CUSTOMER_ID}/googleAds:searchStream"*
returns only *28* clicks

I can't understand why I have different clicks value here. Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/c4c627f1-82e4-41e2-ba47-c7a734ead931n%40googlegroups.com.


Re: ERROR: The click associated with the identifier or iOS URL parameter does not exist in the system. This can occur if the identifier or iOS URL parameter are collected for non Google Ads clicks (e.

2022-02-28 Thread Alex Garcia
If I launch a campaign *WITHOUT* those checkboxes marked, then I don't 
understand why traffic is coming from Search & Display Network (outside of 
Google Network), that have invalid click ID values.

The Product team has not changed anything under my campaign settings.

On Monday, February 28, 2022 at 4:18:00 PM UTC+1 adsapi wrote:

> Hi Alex,
>
> By default, new ad campaigns are set up to show ads across the entire 
> network to give your ads the most visibility. If clicks are generated 
> outside the "Google Network" despite disabling Search & Display Network 
> from your Campaigns, you may reach out to the Product team via this *link* 
> , for further 
> assistance as they might check the checkbox settings under "Search 
> Network," at the time of clicks occured.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
>  
>
>  
>
>
> ref:_00D1U1174p._5004Q2WyI7w: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/b32e7ca3-1795-4852-bed7-51b118483761n%40googlegroups.com.


Re: ERROR: The click associated with the identifier or iOS URL parameter does not exist in the system. This can occur if the identifier or iOS URL parameter are collected for non Google Ads clicks (e.

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alex,

By default, new ad campaigns are set up to show ads across the entire network 
to give your ads the most visibility. If clicks are generated outside the 
"Google Network" despite disabling Search & Display Network from your 
Campaigns, you may reach out to the Product team via this link, for further 
assistance as they might check the checkbox settings under "Search Network," at 
the time of clicks occured.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2WyI7w: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/_fqO-0R80T4P00ugbmOLsyTx27e0VmR-DwCw%40sfdc.net.


GoogleAdsCustomerId dimension value not coming from Google Analytics AdWords API

2022-02-28 Thread sachin gupta
Hi, 

I used the google analytical API to fetch the data for Adwords with metric 
- ***ga:impressions,ga:adClicks,ga:adCost,ga:users,ga:sessions and 
dimensions=ga:date,ga:adGroup,ga:adwordsCustomerID,ga:campaign, 
ga:keyword,ga:sourceMedium, ga:channelGrouping***

when I queried them all together, I am not able to fetch the 
"GoogleAdsCustomerId" dimension values. all values are coming as (not set).

though below combinations of Metrics and Dimensions are working fine

Adwords with metric - 
ga:impressions,ga:adClicks,ga:adCost,ga:users,ga:sessions and 
dimensions=ga:date,ga:adGroup,ga:adwordsCustomerID,ga:campaign.

What is the possible way to get the GoodleAdsCustomerId with all the 
required metric and dimensions - Highlighted Bold above? Please guide me. 

Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/6e77c2ed-7871-4678-98e3-0a07d21722a2n%40googlegroups.com.


RE: Can not find Cross_device_conversions_by_conv_time

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for raising this concern to Google Ads API Team.

With regard to your concern, could you please elaborate this 
"Cross_device_conversions_by_conv_time", also if you can share complete Ads UI 
screenshots. 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 alias instead.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2Wz2pD: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/Z-n4K0R80QVO00yj9uXKvRQq6sqVd-nXtIXQ%40sfdc.net.


number of rows returned is different in v9 compared with v7 for the same query

2022-02-28 Thread David Boissier
Hello,

We are migrating from the v7 to v9 of google-ads API. We have some 
non-regression testing and we found a strange behavior of the v9.

It returns more than the v7 version and the metrics are not the same.

Here below the v7 version query :

SELECT AccountCurrencyCode, AccountDescriptiveName, AdNetworkType2, Ctr, 
Criteria, CampaignId, CampaignName, CampaignStatus, Device, Impressions, 
Interactions, InteractionTypes, Clicks, Conversions, VideoViews, Cost, Date 
FROM GENDER_PERFORMANCE_REPORT
WHERE CampaignStatus IN ['ENABLED', 'PAUSED', 'REMOVED']
AND Impressions > 0
DURING , 

And the v9 version query :

SELECT
customer.currency_code,
customer.descriptive_name,
campaign.id,
segments.ad_network_type,
campaign.name,
campaign.status,
metrics.clicks,
metrics.conversions,
metrics.video_views,
metrics.cost_micros,
metrics.ctr,
segments.date,
segments.device,
metrics.impressions,
metrics.interactions,
metrics.interaction_event_types,
ad_group_criterion.gender.type
FROM gender_view
WHERE campaign.status in ('ENABLED', 'PAUSED', 'REMOVED')
AND metrics.impressions > 0
AND segments.date BETWEEN '' AND ''

What we found is whenever we aggregate the results by a certain number of 
columns, we retreive the same number of rows returned from the v7 query and 
with correct metrics.

This seems to be specific to *gender_view* and *age_range_view*. The others 
such as geo_view; keyword_view do not have the above problem.

Could you help us on that ?

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7a564a72-ec68-442d-b93c-2aab807c7f27n%40googlegroups.com.


Number of results in v9 is different from v7 for gender_view and age_range_view

2022-02-28 Thread David Boissier
Hi,

We are migrating from the v7 to v9 of google-ads API. We have some 
non-regression testing and we found a strange behavior of the v9. It 
returns more than the v7 version and the metrics are not the same.

Here below the v7 version query :

Select AccountCurrencyCode, AccountDescriptiveName, AdNetworkType2, Ctr, 
Criteria, CampaignId, CampaignName, CampaignStatus, Device, Impressions, 
Interactions, InteractionTypes, Clicks, Conversions, VideoViews, Cost, Date 
>From GENDER_PERFORMANCE_REPORT
WHERE CampaignStatus IN ['ENABLED', 'PAUSED', 'REMOVED']
AND Impressions > 0
DURING , 

And the v9 version query :

SELECT
customer.currency_code,
customer.descriptive_name,
campaign.id,
segments.ad_network_type,
campaign.name,
campaign.status,
metrics.clicks,
metrics.conversions,
metrics.video_views,
metrics.cost_micros,
metrics.ctr,
segments.date,
segments.device,
metrics.impressions,
metrics.interactions,
metrics.interaction_event_types,
ad_group_criterion.gender.type
FROM gender_view
WHERE campaign.status in ('ENABLED', 'PAUSED', 'REMOVED')
AND segments.date 
AND metrics.impressions > 0
BETWEEN '' AND ''

What we found is whenever we aggregate the results by a certain number of 
columns,  we retreive the same number of rows returned from the v7 query 
and with correct metrics.

This seems to be specific to *gender_view* and *age_range_view*. The others 
such as geo_view; keyword_view do not have the above problem.

Could you help us on that ?

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7e57b952-4436-49a2-a297-61842ac4e99an%40googlegroups.com.


RE: Campaign Criterions and Ad Update

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eray,

Thank you for reaching out to us.

Can you further elaborate what campaign criterion that you're trying to update? 
You can see this sample code when updating the Campaign Criterion Bid Modifier.

With regard to updating the ad title, you can first check on this guide if the 
ad type that you're currently using is mutable. If yes, you can then check this 
sample code for more details.

Regards,

Teejay Wennie
Google Ads API Team
ref:_00D1U1174p._5004Q2Wz4BX: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/Wk8gA0R80PGX00viAjK5v0Sp-RcUwMtQyQoQ%40sfdc.net.


Re: Campaign Budget Data Type Issue-Ads API

2022-02-28 Thread Saurabh Suman
Hi Team,
   In the  getAllCampaigns response we are getting the campaigns from which 
we are retrieving using getCampaignBudget method. We er not getting the 
budget amount.
campaign.getCampaignBudget()  - returns CampaignBudget :  
*customers/9752159705/campaignBudgets/1593117748*

On Friday, February 25, 2022 at 8:43:51 PM UTC+5:30 adsapi wrote:

> Hi Saurabh,
>
> Thank you for reaching out to the Google Ads API support team.
>
> To investigate the issue further, could you please provide us with the 
> complete logs (request 
> 
>  
> and response 
> 
>  
> with request-id 
> )
>  
> via the Reply privately to the author option?  Can you please share with 
> screenshot to data type mismatch?
>
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Wygqg: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/d62eb907-8817-4a5b-8383-30938e91d705n%40googlegroups.com.


Re: Suddenly getting "InvalidArgument" on querying ad_group_audience_view

2022-02-28 Thread Zweitze
I upgraded the code to use V10 and the error disappeared.
Actually the query returned  0 rows. Very strange.

The requestId of the upgraded API call is "", without the double quotes.
Still I wonder why V9 is broken before its sunset date.


On Monday, February 28, 2022 at 12:12:57 PM UTC+1 Zweitze wrote:

> This query worked about two weeks ago, but not anymore:
>
> SELECT
> campaign.id, campaign.name, campaign.serving_status, 
> campaign.start_date,
> ad_group.id, ad_group.name,
>
> ad_group_criterion.criterion_id, user_list.name,
> ad_group_criterion.final_urls, ad_group_criterion.final_mobile_urls
> FROM ad_group_audience_view
> WHERE
> campaign.status = 'ENABLED' AND
> campaign.serving_status IN ('SERVING', 'PENDING') AND
> campaign.start_date < '20220307' AND
> ad_group.status = 'ENABLED' AND
> ad_group_criterion.status = 'ENABLED' AND
> ad_group_criterion.approval_status != 'DISAPPROVED'
>
> The query validator thinks this query is alright.
>
> The query is sent to the V9 endpoint.
> RequestId: *b10qtSYPzr0jhJ7IjggW5w* 
> More information:
> *Status(StatusCode="InvalidArgument", Detail="Request contains an invalid 
> argument.", DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
> {"created":"@1646045959.90300","description":"Error received from peer 
> ipv4:142.251.39.106:443 
> ","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1070,"grpc_message":"Request
>  
> contains an invalid argument.","grpc_status":3}")* 
> (That IP address is not an address of ours. And we're not coding in C++)
>
> Any idea?
> I can't insert full logs, I hope this is enough information.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c7204d27-fc07-495c-91ab-c52cf1a50929n%40googlegroups.com.


RE: USER PERMISSION DENIED AND CUSTOMER_NOT_ENABLED

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rita,

Thanks for reaching out to the Google Ads API Forum.

Upon checking the logs you’ve provided with us, it appears that you’ve 
encountered the CUSTOMER_NOT_ENABLED error. The CUSTOMER_NOT_ENABLED error 
indicates that the customer ID specified in your API request could be either 
inactive or canceled. With this, upon checking the ClientCustomerId 6779690595 
used in the request, you use the disabled account. Moving forward, I will 
suggest not including inactive / canceled accounts in API requests to avoid 
this error.

One way to check the status of the Google Ads account, especially if it is 
inactive / canceled, is to login the account as you can see its status in the 
UI. Also, you have an option to activate this account by following this guide 
in the event that you want to include it in the request header of the API 
transaction. If you want to reactivate your account, you can reach out to the 
Google Ads Product Support team, via this link, for further assistance.

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2Wz28m: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/2mnhI0R80NNP00DQyVgujbSVizp8O-Sk56mw%40sfdc.net.


Missing channels within ad group ad reports

2022-02-28 Thread 'hannes.f...@googlemail.com' via Google Ads API and AdWords API Forum
Hello everyone,

It seems that advertising channel type "PERFORMANCE_MAX" is not supported 
within ad_group_ad reports in Google Ads whereas values for this channel 
are available within campaign report. Does anyone know, why values for 
performance_max channel are missing in ad_group_ads reports?

Best regards,
Hannes

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/37ce6f93-4c32-4ee6-881a-f455437bd44bn%40googlegroups.com.


Channel type PERFORMANCE_MAX missing in ad_group_ad reports

2022-02-28 Thread 'hannes.f...@googlemail.com' via Google Ads API and AdWords API Forum
Hello everyone,

It seems that advertising channel type "PERFORMANCE_MAX" is not supported 
within ad_group_ad reports in Google Ads whereas values for this channel 
are available within campaign report. Does anyone know, why values for 
performance_max channel are missing in ad_group_ads reports?

Best regards,
Hannes

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9863d9af-7806-451d-b0ee-84ee475a7780n%40googlegroups.com.


Channel type PERFORMANCE_MAX missing in ad_group_ad reports

2022-02-28 Thread 'hannes.f...@googlemail.com' via Google Ads API and AdWords API Forum
Hello everyone,

It seems, that advertising_channel_type "PERFORMANCE_MAX" is not reported 
within ad_group_ads reports. Within campaign reports values are available. 
Does anyone know, why values for PERFORMANCE_MAX channel are missing in 
ad_group_ads reports?

Best regards,
Hannes

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5cc04b3e-68dc-48da-9f33-c3dad017fbf9n%40googlegroups.com.


Re: hotel_name in Google Ads API

2022-02-28 Thread Tiana S.
Hi Jakeia,

Thanks for the info!

Regarding a screenshot, I found another post that contains a screenshot 
with hotel 
names: https://groups.google.com/g/adwords-api/c/3mpnjUmQCgw/m/QzBHAjrPAgAJ

Hope this helps,

Tiana

On Friday, 25 February 2022 at 23:06:50 UTC+1 adsapi wrote:

> Hello Tiana,
>
> Thanks for getting in touch with us. The hotel name field will be 
> available in the future releases via Google Ads API but the Price and Feed 
> information won't be migrated to Google Ads API they will remain in travel 
> partner API only. We already raised a feature request on your behalf 
> internally within our team. Please note our team is unable to share any 
> timeline information and there is no guarantee the request will be approved.
>
> Just need some additional information from you, can you please confirm if 
> you are seeing this functionality in the UI? If yes could you please share 
> a full screen screenshot of the UI where hotel_name is visible. Please send 
> the requested details via the Reply privately to the author option. If this 
> option is not available, you may send the details directly to us 
> googleadsapi-supp...@google.com alias instead. 
>
> So in this case I would recommend, please keep an eye on our  release 
> notes  
> and the blog 
>  for 
> further updates and announcements. Let me know if you have any questions.
>
> Best regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team 
>
>  
>
>
> ref:_00D1U1174p._5001UCa6oc: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/d1f4a11f-6113-4094-b687-cdd075b7f374n%40googlegroups.com.


Re: (OAuth) Token has been expired or revoked

2022-02-28 Thread Alex Garcia
By the way, the change from Testing to In Production, we did it 7 days ago, 
and we checked to day, for the refresh token expiration.

So even with the "In production" status, we are still getting our refresh 
token disabled after 7 days, which makes no sense.

On Monday, February 28, 2022 at 1:46:30 PM UTC+1 Alex Garcia wrote:

> We are having problems with the refresh token.
>
> Based on this info: 
> https://developers.google.com/identity/protocols/oauth2#expiration
>
> *A Google Cloud Platform project with an OAuth consent screen configured 
> for an external user type and a publishing status of "Testing" is issued a 
> refresh token expiring in 7 days.*
>
> We have changed the status from Testing to In Production:
>
> [image: check.jpg]
>
> But still getting the refresh token expired after 7 days. This is the 
> error message we get when trying to authenticate:
>
> ERROR: Client error: `POST https://oauth2.googleapis.com/token` 
>  resulted in a `400 Bad Request` 
> response:
> {
>   "error": "invalid_grant",
>   "error_description": "Token has been expired or revoked."
> }
>
> How can we solve this issue?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/aef049bb-ca7b-4a46-b103-3f6204945f8bn%40googlegroups.com.


Setting Lable Id's

2022-02-28 Thread Javier Marin
Hi there,
I'm using the Adwords API, following your official guide I could manage to 
create new labels for my adwords account using the LableService.

However, these new labels are assigned an "internal" lable_id which I would 
like to have control of, since I'm creating the same labels for multiple 
accounts.
I would like to know if is it possible to assign an ID to a label when 
creating it.

Here's a snippet of the python code i'm using to create new labels in case 
you need it:

label_service = client.GetService('LabelService', version='v201809')
operations = [
{
"xsi_type": "LabelOperation",
"operator": "ADD",
"operand": {
"xsi_type": "TextLabel",
"name": 'Test Label'
}
}
]
result = label_service.mutate(operations)

Thanks in advance, 
Best Regards, 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/97925c23-7421-400d-b4ee-840f32377b2an%40googlegroups.com.


Re: Demographical report (AgeRanges + Gender)

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ryan,

Thank you for providing details to your concern.

With regard to your concern, I am afraid that there is no report type for 
combined age and gender report. However, as you already mentioned, there are 
report types, which are mentioned below, to get the data at a specific level. 
If you want to get the campaign ID and ad group Id where the specific criterion 
is attached, then you can add the campaign.id and ad_group.id fields to the 
report types that I've mentioned.

age_range_view
gender_view


The data and statistics that will be returned by those report types should be 
equal to the UI that you provided if only one entity (either age and gender) is 
shown there.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q1zrcPM: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/SRZAE0R80J3300MWKpbZBJRGuyMSg_TL0uOg%40sfdc.net.


Search (query) sub-manager account level resources through root manager account

2022-02-28 Thread Vamshi TG
Hi, 

We are using customers.googleAds.search 

 
method for querying the offline_user_data_job 
 
resource. From the root manager account level we would like to know the 
status of the jobs that are created under the sub-manager accounts. 
Something like the below query:

*URL:*
*https://googleads.googleapis.com/v8/customers/*

*<:root-manager-account-id>/googleAds:search*
*Query:*
*SELECT offline_user_data_job.id, offline_user_data_job.status, 
offline_user_data_job.resource_name FROM offline_user_data_job WHERE 
customer.id IN (6758320454, 3758320451)*

But looks like we cannot query the jobs information that were created at 
the sub manager account level. We will be creating many jobs at the sub 
manager account level and we would like to get this information in a single 
query. Otherwise, we would have to make requests per sub-account manager 
and we are worried that we would be exceeding the api rate limits.

Is there a way we could query the jobs information that are created in the 
sub manager accounts?

Thanks,
Vamshi

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bd2f0a9c-a69b-4a6a-88dd-449fbdd3dce0n%40googlegroups.com.


Which API method can fetch the resource IDs for a campaign?

2022-02-28 Thread Stiofán Ó Riain
Hi there

Currently I am using CampaignCriterionOperation and mutateCampaignCriteria 
to add IPs to campaigns' IP Exclusion List.

After adding an IP to a campaign's IP Exclusion List, I receive the 
resource ID as a response and I save it in my database.

My concern is if my database crashes and I lose the data. How can I get a 
list of the resource IDs for a particular campaign?

In other words, what API call can I make to fetch all the resource IDs of 
the IPs in a campaign's IP Exclusion List?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/386a62df-3321-4106-b7f3-4ed04692f958n%40googlegroups.com.


Suddenly getting "InvalidArgument" on querying ad_group_audience_view

2022-02-28 Thread Zweitze
This query worked about two weeks ago, but not anymore:

SELECT
campaign.id, campaign.name, campaign.serving_status, 
campaign.start_date,
ad_group.id, ad_group.name,

ad_group_criterion.criterion_id, user_list.name,
ad_group_criterion.final_urls, ad_group_criterion.final_mobile_urls
FROM ad_group_audience_view
WHERE
campaign.status = 'ENABLED' AND
campaign.serving_status IN ('SERVING', 'PENDING') AND
campaign.start_date < '20220307' AND
ad_group.status = 'ENABLED' AND
ad_group_criterion.status = 'ENABLED' AND
ad_group_criterion.approval_status != 'DISAPPROVED'

The query validator thinks this query is alright.

The query is sent to the V9 endpoint.
RequestId: *b10qtSYPzr0jhJ7IjggW5w* 
More information:
*Status(StatusCode="InvalidArgument", Detail="Request contains an invalid 
argument.", DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
{"created":"@1646045959.90300","description":"Error received from peer 
ipv4:142.251.39.106:443","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1070,"grpc_message":"Request
 
contains an invalid argument.","grpc_status":3}")* 
(That IP address is not an address of ours. And we're not coding in C++)

Any idea?
I can't insert full logs, I hope this is enough information.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3cccabab-93fa-40af-8099-d87c54ac1d2en%40googlegroups.com.


Re: Google Ads API: returning ACTION_NOT_PERMITTED while fetching reports

2022-02-28 Thread Shipra
Hey! I have shared the required info with the author.
Thanks!

On Monday, February 28, 2022 at 2:56:24 PM UTC+5:30 adsapi wrote:

> Hi Shipra,
>
> Thank you for reaching out to us.
>
> The ACTION_NOT_PERMITTED 
> 
>  error 
> signifies that The user does not have permission to perform this action 
> (e.g., ADD, UPDATE, REMOVE) on the resource or call a method. For our team 
> to better check on this, could you provide the complete request 
> 
>  and response 
> 
>  logs 
> with request ID 
> ,
>  
> email address used to create the API access and your refresh token? You can 
> provide it via Reply privately to author option. If this option is not 
> available, then send it instead on this email address 
> *googleadsa...@google.com*.
>
> As an aside, please note that the AdWords API is deprecated and will be 
> *sunset 
> on April 27, 2022* 
> .
>  
> We strongly recommend that you migrate to the *Google Ads API* 
>  as soon as possible.
>
> Regards,
> [image: Google Logo] 
> Princess Pamela 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Wz476: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/48e73c97-22b7-4970-9910-7738deef7ec8n%40googlegroups.com.


Re: Responsive Search ad Disapproved - DMCA_COMPLAINT

2022-02-28 Thread Yogesh Kumavat
Hello Team,
*Check below error log response :*
[2022-02-28T08:59:43.480995+00:00] google-ads.INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v8.services.GoogleAdsService/Search", CustomerId: 
3176130807, RequestId: "cBFvPmjyx2pIT_9YNQZUiA", IsFault: 0, FaultMessage: 
"None" 


*CampaignManagement]# php GetAllDisapprovedAds.php --customerId 3176130807 
--campaignId 16408098873*Ad with ID 584870218226 and type 
'RESPONSIVE_SEARCH_AD' was disapproved with the following policytopic  
review status
  topic: 'DMCA_COMPLAINT', type: 'PROHIBITED'
Number of disapproved ads found: 1

Please check and let me know how to solve *DMCA_COMPLAINT *issue for live 
campaigns

On Monday, February 28, 2022 at 2:22:11 PM UTC+5:30 Yogesh Kumavat wrote:

> Hello Team,
> I have created google responsive search ad using *google ads API (v8)*, I 
> have filled all proper information but received ads status *Disapproved *and 
> shown error *"DMCA_COMPLAINT Disapproved" , *Kindly let me know solution 
> for *DMCA_COMPLAINT  *error.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/59933ad1-bf6d-4332-b376-425ac1746b32n%40googlegroups.com.


Re: CUSTOMER_NOT_ENABLED

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Rita,

Thank you for reaching out to us.

As previously mentioned by my colleague (Peter), starting API version 10, you 
can now retrieve the following details below:

Added Customer.status and CustomerClient.status, whose type is CustomerStatus, 
to show the status of the account.
CustomerClient will contain inactive accounts in addition to active and test 
accounts.

Let us know if you have further questions/concerns related to the Google Ads 
API.

Regards,

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


Re: How to identify shared set owner account

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Jun,

Thanks for sharing your inputs to this forum thread.

As an aside, we recommend that you keep an eye to our blog for any updates and 
new releases in the Google Ads API.

Regards,

Mark Kevin
Google Ads API Team
ref:_00D1U1174p._5001UZXs8t: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/chHEe0R80BJA00D6iHnzgPSi-bl0bpMuK_eQ%40sfdc.net.


Re: customer_extension_setting

2022-02-28 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Hi Team,

we are facing the same issue on campaign extension setting, some accounts 
could download from Google Adwords API but empty from Google Ads API:

campaign_extension_setting search query: SELECT 
campaign_extension_setting.campaign, 
campaign_extension_setting.extension_type,campaign_extension_setting.extension_feed_items
 
from campaign_extension_setting

sample customer id:
4685036791
2532903337
2688071956
2137171150
2214476492
2101143752
2292720923
3501615586
1901513941
4896556886
1571632800
3143963915

and some accounts could download from Google Ads API but not in Google 
Adwords API:

3573730526
1191852359
2538328450
6409940247
1666835084

could you please help both on these two APIs data issues?

Thanks
Hao


On Friday, February 25, 2022 at 3:52:43 PM UTC+8 Hao Long wrote:

> Hi Team,
>
> we found we download empty data from customer_extension_setting(Google 
> Ads API)for some accounts but there have data downloaded in Google 
> Adwords API. could you please help on this case?
>
> Query used: 
> SELECT customer_extension_setting.extension_feed_items, 
> customer_extension_setting.extension_type, customer.id FROM 
> customer_extension_setting
>
> Sample Customer id: 2758466019
>
>
> Thanks
> Hao
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9303c257-8f3d-42bf-890a-a648bab30a20n%40googlegroups.com.


Responsive Search ad Disapproved - DMCA_COMPLAINT

2022-02-28 Thread Yogesh Kumavat
Hello Team,
I have created google responsive search ad using *google ads API (v8)*, I 
have filled all proper information but received ads status *Disapproved *and 
shown error *"DMCA_COMPLAINT Disapproved" , *Kindly let me know solution 
for *DMCA_COMPLAINT  *error.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ad0bde44-b6ad-426c-b7d2-c4eee8c2933en%40googlegroups.com.


RE: segments.ad_network_type returns int value but

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there,

Thanks for reaching out to the Google Ads API forum.

Kindly note that the retrieved numerical value of the enum will vary depending 
on the client library that you’re using to get it. Since you mentioned that 
your response returns a numeric value (2) for the python client library, with 
this, I recommend you to reach out to the Python client library owner by filing 
an issue on the issue tracker on the Issue tab of your client library on the 
github, so that they can provide guidance on it.  Also, we recommend that you 
use the enum instead of their code.

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2XjZKU: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/Fb9vj0R80ACF00O1GHnaeMTLOzNTY9h0nbjw%40sfdc.net.