Re: All Api request are stucked without any response

2023-03-17 Thread Zied Chaari
Hi,

Even with UseGrpcCore = true it's not working. 
I'm using .NET framework 4.8.

GoogleAdsConfig configGoogleAdsApi = new GoogleAdsConfig
{
DeveloperToken = "DEVELOPER_TOKEN",
OAuth2ClientId = "CLIENT_ID",
OAuth2ClientSecret = "CLIENT_SECRET",
OAuth2RefreshToken = "REFRESH_TOKEN",
UseGrpcCore = true
};

GoogleAdsClient client = new 
GoogleAdsClient(configGoogleAdsApi);

GeoTargetConstantServiceClient geoService = 
client.GetService(Services.V13.GeoTargetConstantService);
string locale = "en";
string countryCode = "GB";
String[] locations = { "london" };

SuggestGeoTargetConstantsRequest request = new 
SuggestGeoTargetConstantsRequest()
{
Locale = locale,
CountryCode = countryCode,
LocationNames = new 
SuggestGeoTargetConstantsRequest.Types.LocationNames()
};

request.LocationNames.Names.AddRange(locations);
try
{
SuggestGeoTargetConstantsResponse response = 
geoService.SuggestGeoTargetConstants(request);
}
catch (Exception E)
{

}

On Thursday, March 16, 2023 at 6:20:04 PM UTC Google Ads API Forum Advisor 
wrote:

> Hi Zweitze, 
>
> Thank you for coming back to us. I hope you are doing well today.
>
> Moving forward to your concern, upon checking there is a related issue 
> titled *“**Document that programs may hang after upgrading to 14.0.0+ 
> #488* *”* created 
> on github issue (googleads/google-ads-dotnet) which has a latest response. 
> Could you please try if this will work on your end?
>
> GoogleAdsConfig config = new GoogleAdsConfig();
> config.UseGrpcCore = true;
> GoogleAdsClient client = new GoogleAdsClient(config);
>
> In addition, please see *Supported Frameworks:*
>  
>
>- .NET Framework 4.7.2+ (net472) 
>- .NET Standard 2.1 (netstandard2.1) 
>- .NET 5.0 (net5.0) 
>- .NET Core 3.1 (netcoreapp3.1) 
>
>
> The library doesn't have an explicit build target for .NET 6.0 (net6.0) 
> yet. However, you can use the library with a binary built for .NET 6.0, 
> since netstandard2.1 is compatible with .NET 6.0.
>
> Have a great day.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2jZbkg: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/ead03491-ba89-4fd5-b2ae-48b3f0eb876cn%40googlegroups.com.


Re: how to use enablePartialFailure or enableWarnings in uploadUserData

2023-03-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Yassine,

Thank you for getting back to us.

Yes it is fine because it is not mentioned in this document that all of the 
fields should be filled out for the address info. In addition, I tried it also 
on my end and it works.

Kind regards,

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


google ads to windows UWP convestion

2023-03-17 Thread 'Maxim Belov' via Google Ads API and AdWords API Forum
Hi,
We want to track a conversion that comes via the following flow

google ads -> landing page -> player goes and installs application from 
Mircosoft Store -> makes a purchase inside the windows application.

We are able to capture the gclid value (and anything else) from the landing 
page to the windows application

How should we use API to track conversions in our scheme?

Thanks, Max

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d8af9da1-5208-468c-a54c-efb1dfa41939n%40googlegroups.com.


Invalid Conversion action Google error API

2023-03-17 Thread 'Sofia Aboy' via Google Ads API and AdWords API Forum
Hi support, I use Google Ad API for uploading offline conversation. We 
never have any issues with the upload until a few days ago. Suddenly all 
gclids are having this error INVALID_CONVERSION_ACTION. 
I highly appreciate your support

Method Name: 
/google.ads.googleads.v12.services.ConversionUploadService/UploadClickConversions
 
Host: googleads.googleapis.com Headers: { "x-goog-api-client": 
"gl-php\/7.4.29 gccl\/17.1.0 gapic\/17.1.0 gax\/1.18.1 grpc\/1.45.0 
rest\/1.18.1 pb\/3.19.4+c", "x-goog-request-params": 
"customer_id=3923795231", "developer-token": "REDACTED", 
"login-customer-id": "3923795231" } Request: 
{"customerId":"3923795231","conversions":[{"gclid":"Cj0KCQjw2cWgBhDYARIsALggUhok30_ZE4L3zJcpl1mzrZy9fToDQvZA94PpRniYfgsp4ZaVDhb_7OcaAgKqEALw_wcB","conversionAction":"customers/3923795231/conversionActions/806680761","conversionDateTime":"2023-03-15
 
22:30:48+00:00","conversionValue":2,"currencyCode":"USD"}],"partialFailure":true}
 
Response --- Headers: { "content-disposition": "attachment", 
"request-id": "HYu-dFJdflWSfDD0b0T-aQ", "date": "Thu, 16 Mar 2023 14:37:28 
GMT", "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } 
Response: {"partialFailureError":{"code":3,"message":"This customer does 
not have an import conversion action that matches the conversion action 
provided., at 
conversions[0].conversion_action","details":[{"@type":"type.googleapis.com/google.ads.googleads.v12.errors.GoogleAdsFailure","errors":[{"errorCode":{"conversionUploadError":"INVALID_CONVERSION_ACTION"},"message":"This
 
customer does not have an import conversion action that matches the 
conversion action 
provided.","trigger":{"stringValue":"customers/3923795231/conversionActions/806680761"},"location":{"fieldPathElements":[{"fieldName":"conversions","index":0},{"fieldName":"conversion_action"}]}}]}]},"results":[{}]}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b4184895-8abb-4206-953d-30e7de3d0662n%40googlegroups.com.


Re: All Api request are stucked without any response

2023-03-17 Thread Dataseek Business Solutions
Zied, 

 I have the same problem, see my 
thread. https://groups.google.com/g/adwords-api/c/y4oeqGQHqUI
 Maybe I have to go back downgrade or do some major ASYNC code changes.

Em terça-feira, 14 de março de 2023 às 14:39:19 UTC-3, Zied Chaari escreveu:

> Hi Google Team,
>
> We have upgrated the Google Ads API to the latest version V13. However, 
> all calls we made are stucked without any response.
> This is an example of code. 
>
> public override SocialAudience CreateCustomAudience(SocialAudience 
> SAudience, List EventSource = null)
> {
> configGoogleAdsApi.OAuth2RefreshToken = 
> SAudience.AdAccount.GoogleUser.Refresh_Token;
> GoogleAdsClient client = new GoogleAdsClient(configGoogleAdsApi);
>
> UserListServiceClient service = 
> client.GetService(Services.V13.UserListService);
> Google.Ads.GoogleAds.V13.Services.UserListOperation operation;
>
> Google.Ads.GoogleAds.V13.Resources.UserList userList = new 
> Google.Ads.GoogleAds.V13.Resources.UserList()
> {
> Name = SAudience.Audience.Name,
> Description = SAudience.Audience.Description ?? "",
> MembershipLifeSpan = 1,
> MembershipStatus = 
> UserListMembershipStatusEnum.Types.UserListMembershipStatus.Open,
> CrmBasedUserList = new CrmBasedUserListInfo()
> {
> UploadKeyType = 
> Google.Ads.GoogleAds.V13.Enums.CustomerMatchUploadKeyTypeEnum.Types.CustomerMatchUploadKeyType.ContactInfo
> }
> };
>
> operation = new Google.Ads.GoogleAds.V13.Services.UserListOperation()
> {
> Create = userList
> };
>
>
> try
> {
> Google.Ads.GoogleAds.Util.TraceUtilities.Configure(Google.Ads.GoogleAds.Util.TraceUtilities.DETAILED_REQUEST_LOGS_SOURCE,
>  
> "C:\\logs\\details.log", System.Diagnostics.SourceLevels.All);
>
> MutateUserListsResponse result = 
> service.MutateUserLists(SAudience.AdAccount.Social_ID, new[] { operation });
>
> UserListName userListName = 
> UserListName.Parse(result.Results[0].ResourceName);
>
> SAudience.Social_ID = userListName.UserListId;
> SAudience.Size = 0;
> return SAudience;
> }
> catch (GoogleAdsException E)
> {
> throw;
> }
> }
>
> Any Help Please.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f3a1c57f-c551-42d4-bdd0-d397268a6fecn%40googlegroups.com.


Re: Internal Error Occurred while submitting Batch Job for Creating RSA

2023-03-17 Thread Google Ads API and AdWords API Forum


Re-posting the last inquiry (
https://groups.google.com/g/adwords-api/c/uZWbNYosSVY) from the forum as it 
wasn't routed to our support queue.

Regards,
Google Ads API Team
On Friday, March 17, 2023 at 3:50:33 PM UTC+8 sam...@optmyzr.com wrote:

> Hi Team,
>
> While Submitting *Batch Job* with 10K+ *Ad Group Ad Operations* to create 
> *Responsive 
> search ads per adgroups*, we are getting *Internal Error* Occurred!
> {
> "errorCode": {
>   "internalError": "INTERNAL_ERROR"
> },
> "message": "An internal error has occurred."
> }
>
> The error does not seems to be transient on every apply we are getting 
> Internal error error. Could you let us in knowing why Internal error is 
> happening?
> As per API docs 
> https://developers.google.com/google-ads/api/docs/batch-processing/best-practices
> In case of large operation we might get *REQUEST_TOO_LARGE *error, but 
> for us it is always *internal 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/feb99954-b795-481d-b033-368bc38fa2e6n%40googlegroups.com.


Re: Severe performance degradation when listing bidding strategies

2023-03-17 Thread Google Ads API and AdWords API Forum


Re-posting the last inquiry (
https://groups.google.com/g/adwords-api/c/xXFRLQUeGbM) from the forum as it 
wasn't routed to our support queue.

Regards,
Google Ads API Team
On Thursday, March 16, 2023 at 9:21:52 PM UTC+8 Paul wrote:

> Hello,
>
> we are experiencing a severe performance degradation when listing bidding 
> strategies. We run the following query against 
> /google.ads.googleads.v13.services.GoogleAdsService/Search:
>
> SELECT
>   bidding_strategy.id,
>   bidding_strategy.name, 
>   bidding_strategy.type, 
>   bidding_strategy.target_roas.target_roas, 
>   bidding_strategy.maximize_conversion_value.target_roas,
>   customer.id,
>   bidding_strategy.non_removed_campaign_count
> FROM
>   bidding_strategy
> WHERE
>   bidding_strategy.type IN ('MAXIMIZE_CONVERSION_VALUE', 'TARGET_ROAS')
>   AND bidding_strategy.status != 'REMOVED'
> ORDER BY
>   bidding_strategy.name
>
> The latency for this query (returning just 127 rows) used to be well 
> within one second, we are now seeing response times in the range of 35--45+ 
> seconds. Using the SearchStream method does not significantly change the 
> timings.
>
> Exemplary request id: yYVovV7E3qUe7DZo-DFiYQ
>
> Is this service degradation expected?
>
>
> Thanks,
> Paul
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/178f36ec-8741-45dc-9f68-ce68358ec94bn%40googlegroups.com.


V11 to V13

2023-03-17 Thread Olayinka Popoola
Hi,

please I have just updated the package on my application from V11 to V13. I 
am getting error  that OAuth client was not found.

Your suggestion will be appreciated

Kind 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/98876c59-f6dc-41f7-b175-a08fa0ac3859n%40googlegroups.com.


Re: All Api request are stucked without any response

2023-03-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zied,

Thank you for sending updates. Allow me to raise this concern to the rest of 
our team and we will provide updates shortly.

Regards,

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


EVENT_NOT_FOUND Google error API

2023-03-17 Thread 'Sofia Aboy' via Google Ads API and AdWords API Forum
Hi support, I use Google Ad API for uploading offline conversation. We 
never have any issues with the upload until a few days ago. Suddenly all 
gclids are having this error 
EVENT_NOT_FOUND. 
I highly appreciate your support

Method Name: 
/google.ads.googleads.v12.services.ConversionUploadService/UploadClickConversions
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/7.4.29 gccl\/17.1.0 gapic\/17.1.0 
gax\/1.18.1 grpc\/1.45.0 rest\/1.18.1 pb\/3.19.4+c",
"x-goog-request-params": "customer_id=9829747784",
"developer-token": "REDACTED",
"login-customer-id": "9829747784"
}
Request:
{"customerId":"9829747784","conversions":[{"gclid":"CjwKCAiA3pugBhAwEiwAWFzwdWRIDWRPR0VINi2fdPoR8Q_Y5T4lQPMJ2wc4FeepLSxuAchNHew0pBoCJGoQAvD_BwE","conversionAction":"customers/9829747784/conversionActions/346628319","conversionDateTime":"2023-03-15
 
09:20:16+00:00","conversionValue":250,"currencyCode":"USD"}],"partialFailure":true}

Response
---
Headers: {
"content-disposition": "attachment",
"request-id": "sLw3n9-9o1NT_clUXVWSSg",
"date": "Fri, 17 Mar 2023 01:08:03 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
Response:
{"partialFailureError":{"code":3,"message":"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 (for example, Search Ads 360)., at 
conversions[0].gclid","details":[{"@type":"type.googleapis.com/google.ads.googleads.v12.errors.GoogleAdsFailure","errors":[{"errorCode":{"conversionUploadError":"EVENT_NOT_FOUND"},"message":"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 (for example, Search Ads 
360).","trigger":{"stringValue":"CjwKCAiA3pugBhAwEiwAWFzwdWRIDWRPR0VINi2fdPoR8Q_Y5T4lQPMJ2wc4FeepLSxuAchNHew0pBoCJGoQAvD_BwE"},"location":{"fieldPathElements":[{"fieldName":"conversions","index":0},{"fieldName":"gclid"}]}}]}]},"results":[{}]}
[2023-03-17T01:09:03.300739+00:00] google-ads.INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v12.services.ConversionUploadService/UploadClickConversions",
 
CustomerId: 9829747784, RequestId: "n_xvNIRkA6AsrQVGQaxxBQ", IsFault: 0, 
FaultMessage: "None"
[2023-03-17T01:09:03.300978+00:00] google-ads.DEBUG: Request
---



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

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


"status": "RESOURCE_EXHAUSTED", At the very first request.

2023-03-17 Thread SUBIN P VASU
 Message: { "message": "Resource has been exhausted (e.g. check quota).", 
"code": 8, "status": "RESOURCE_EXHAUSTED", "details": [ { "@type": 
"type.googleapis.com\/google.ads.googleads.v11.errors.GoogleAdsFailure", 
"errors": [ { "errorCode": { "quotaError": "RESOURCE_EXHAUSTED" }, 
"message": "Too many requests. Retry in 32585 seconds.", "details": { 
"quotaErrorDetails": { "rateScope": "DEVELOPER", "rateName": "Number of 
operations for basic access", "retryDelay": "32585s" } } } ], "requestId": 
"67cp8EvWJHmbLIQJBAl6Ew" } ] } 


This is what I see when I open the Api interface. 
It was working for the last few years, Suddenly the resource exhausted.
Please fix it at your end

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2603e534-0854-4231-bf80-35c4bfc05bf8n%40googlegroups.com.


List of all customer data elements collected

2023-03-17 Thread Alison Shaffer
Hi friends:
I'm looking for a complete list of all customer data elements collected by 
Google Analytics. I've been to the web pages, and I cant find all the data 
listed in one place.

thanks
Alison

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5620ccde-d11b-4bb9-944b-e2c1274e04f6n%40googlegroups.com.


Pmax Insights data API

2023-03-17 Thread Tuomas Laitinen
Good {insert_your_timeframe}!

I am trying to get Pmax keywords insight data somehow to sheets, but can't 
find any solution for that. Can you any fellow ADS wizards help if there is 
any way to get the keyword data out from ADS?

Thanks a lot for the help!

Tuomas

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f5121366-c10d-47e3-8369-aa1d02d8c0e7n%40googlegroups.com.