RE: relationship between AdGroupAd , AdGroup and Ad

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Evgeniy,


I'm Kevin from the Google Ads API Team.


The AdGroupAd is the link between an Ad Group and an Ad. As you may already 
know, once you create an Ad, you will have to create an AdGroupAd in order to 
associate it with an Ad Group. The example you provided already shows how to 
add an Ad to an existing Ad Group which is through AdGroupAds. There's no need 
to update AdGroups to add ads into it.


I suggest that you also check the Entity Relationships in this link for further 
reference. Let me know if you have any further clarification.


Regards,

Kevin Gil Soriano
Google Ads API Team
ref:_00D1U1174p._5004Q2R7iw9: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0UnX30R2CL0S00DRUSrX8KT56TiWinvV7elQ%40sfdc.net.


Re: Uploading Image Assets via REST API

2021-11-10 Thread 'Greg Asquith' via AdWords API and Google Ads API Forum
Bumping this as an urgent issue please.

On Monday, 8 November 2021 at 19:16:03 UTC Greg Asquith wrote:

> Hi Aryah,
>
> Thanks for getting back to me - I'm using the REST API through Google Apps 
> Script as follows (The URL is a .png file stored in an AWS S3 bucket):
>
> var headers = {
> 'developer-token': 'TOKEN',
> 'Authorization': 'Bearer ' + ACCESS_TOKEN,
> 'login-customer-id' : 'MANAGER_ACCOUNT_ID',
> 'Content-type': 'application/json'
> };
>
> var blob = UrlFetchApp.fetch(URL).getBlob();
> var bytes = blob.getBytes();
> var encodedBlob = Utilities.base64EncodeWebSafe(bytes);
> var size = blob.getBytes().length;
> var name = FILENAME;
> var payload = {
> 'operations': [
> {
> "create": {
> "name" : name,
> "imageAsset": {
> "mimeType": 'IMAGE_PNG', 
> "fullSize": {
> "heightPixels": IMAGE_HEIGHT,
> "widthPixels": IMAGE_WIDTH,
> "url": URL
> },
> "data": encodedBlob,
> "fileSize": size
> },
> }
> },
> ]
> };
> var options = {
> 'headers' : headers,
> 'method' : 'post',
> 'contentType': 'application/json',
> 'payload' : JSON.stringify(payload),
> "muteHttpExceptions" : true
> };
> var endpoint = "https://googleads.googleapis.com/v9/customers/
> "+ACCOUNT_ID+"/assets:mutate";
> var response = JSON.parse(UrlFetchApp.fetch(endpoint, options));
>
> The response variable simply contains a Resource Name for the successfully 
> created asset, but when attempting to select/crop the two ratios (1.91:1 
> and 1:1) and Save, the following error appears in red next to the save 
> button:
>
> *There's an error in your selected images. Please remove the image with 
> error before save.*
>
> The cropping is successful when uploading the exact same image file 
> manually, so file size or dimensions is not the issue.
>
> Thanks,
>
> On Monday, 8 November 2021 at 18:58:26 UTC adsapi wrote:
>
>> Hi Greg,
>>
>> I just now uploaded an image via API and cropped it in a responsive 
>> display ad in the UI and it saved. Could you give us the steps to see what 
>> you are seeing?
>>
>>
>> Reminder: Share your feedback about the Google Ads (AdWords) API! Take 
>> the 2021 Google Ads API and AdWords API Annual Survey 
>> 
>>
>> Regards,
>>   
>> [image: Google Logo] 
>> Aryeh Baker 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2R79hV: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3a9d41a5-b20c-48a2-9af8-dfec64fca646n%40googlegroups.com.


RE: Google Ads API don't return all available entities

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jeffrey,

Thank you for posting your concern.

To investigate the issue, could you provide the complete request and response 
logs with request ID and request header generated on your end? Also, please 
provide sample campaigns that are not returned in the API response to check 
what is causing the issue.

As for this part of the concern, could you confirm if this is the tool that you 
are referring to that you can't use properly? If yes, please provide the 
screenshot where we can see the issue.
"Also, is there a place to run the GAQL in the web UI? (They have the GAQL 
validator but it doesn't let me run it)"

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

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2R7o1o: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Ijkfk0R2CLKC00EG1w5UbNQUO1iDggmnTkFw%40sfdc.net.


Re: relationship between AdGroupAd , AdGroup and Ad

2021-11-10 Thread Evgeniy Lepikov
Thank you for your answer!
So, do I understand correctly that every time I create an Ad, I also need 
to create an AdGroupAd? I.e. if I create 3 Ads in one AdGroup, the final 
structure will be
one AdGroup
three AdGropAd
three Ads
Is it correct?

среда, 10 ноября 2021 г. в 08:31:57 UTC, adsapi: 

> Hi Evgeniy,
>
>  
>
> I'm Kevin from the Google Ads API Team.
>
>  
>
> The AdGroupAd 
>  
> is the link between an Ad Group 
>  
> and an Ad 
> . As 
> you may already know, once you create an Ad, you will have to create an 
> AdGroupAd in order to associate it with an Ad Group. The example 
>  you 
> provided already shows how to add an Ad to an existing Ad Group which is 
> through AdGroupAds. There's no need to update AdGroups to add ads into it.
>
>  
>
> I suggest that you also check the Entity Relationships in this link 
> 
>  
> for further reference. Let me know if you have any further clarification.
>
>  
>
> Regards,
> [image: Google Logo] 
> Kevin Gil Soriano 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2R7iw9: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4c736965-e50c-4f90-893b-7a505643b439n%40googlegroups.com.


Re: CUSTOMER_NOT_ENABLED

2021-11-10 Thread 'jinge zhang' via AdWords API and Google Ads API Forum
Hi, I faced the same problem, and get it solved.

I've been using API to get geolocation reports for 3 years, since the 
AdWords API era. When I try to migrate my code to V8, I get this error, but 
V7 works fine.

The reason is if you post the request with your MCC identity, but on behalf 
of an account under its management, you need to verify if the account is 
live or not. If you are querying a canceled account, it will give you this 
error in V8, but V7 seems does not care about it too much.

So, my solution is simple, I did a try-catch trick when posting the 
request, and of the error response says my account is not enabled, I just 
skip this account.


On Friday, August 27, 2021 at 8:34:36 PM UTC+8 Pniel Abramovich wrote:

> Hi Guys,
>
> geting CUSTOMER_NOT_ENABLED
>
>  
>
> the complete error message 
>
>  
>
> com.google.ads.googleads.v6.errors.GoogleAdsException: errors {
>
>   error_code {
>
> authorization_error: CUSTOMER_NOT_ENABLED
>
>   }
>
>   message: "The customer can\'t be used because it isn\'t enabled."
>
> }
>
>  
>
>  
>
> Can you please assist? the account looks active
>
> What is the email for the support?
>
>  
>
> 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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/87fcddfd-4ec2-4f44-8739-e010c8feaf05n%40googlegroups.com.


googleadsapi-supp...@google.com

2021-11-10 Thread Oleg Disrupt
Hello,
I can see below errors when I try to add keyword like this: "+aa+bb+cc"
-code

$keywordText="+a+b+c";
$keywordInfo = new KeywordInfo([
'text' => $keywordText,
'match_type' => KeywordMatchType::BROAD
]);

-error

E:\...\Test\google-ads-php>php examples/BasicOperations/AddKeywords.php 
--customerId 9xxx --adGroupId 1xxx

ApiException was thrown with message '{
"message": "Request contains an invalid argument.",
"code": 3,
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 0,
"data": 
"type.googleapis.com\/google.ads.googleads.v8.errors.GoogleAdsFailure"
},
{
"@type": 0,
"data": [
{
"errorCode": {
"criterionError": 
"BROAD_MATCH_MODIFIER_KEYWORD_NOT_ALLOWED"
},
"message": "Broad match modifier (BMM) keywords can no 
longer be created. Please see 
https:\/\/ads-developers.googleblog.com\/2021\/06\/broad-match-modifier-upcoming-changes.html.",
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "create"
},
{
"fieldName": "keyword"
}
]
}
}
]
},
{
"@type": 0,
"data": "EQp1rV10lmsgffm9l_jPXQ"
}
]
}'.

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

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


INVALID_TOKEN_HEADER

2021-11-10 Thread Admin HelloPenny
Hi team,

I have tried to used get campaign api in laravel project.
I have faced the issue 'QuotaCheckError.INVALID_TOKEN_HEADER ' see 
screenshot: - https://prnt.sc/1z0doqh 

But same developer token working in core php project see screenshot:  
-https://prnt.sc/1z0dzht

Please advise on.

Thanks in advance.

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/60e9cea2-a713-46b5-9a25-0a15af83029dn%40googlegroups.com.


Cliet id , client secret and refresh token

2021-11-10 Thread ammar khan
Getting this error 
All of 'clientId', 'clientSecret', and 'refreshToken' must be set when 
using installed/web application flow

any way to resolve it?

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

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


500 error on running AuthenticateInWebApp.php

2021-11-10 Thread Brandon Eichhorn
Hiya,

I'm trying to run the 'AuthenticateInWebApp.php' script, but for some 
reason it returns an error 500.

Has anyone faced this issue? 

Thanks,
Brandon

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

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


Corresponding UI fields in query builder

2021-11-10 Thread Rakesh G K
Hello,

I am using the REST feature for Google Ads., I am trying to build a query 
using the query builder, but its difficult to find some of the fields, I 
see them in UI but not in the query. 

Can you please help me identify these fields in query
- Ad Group Status Reason
- Custom fields.

Regards
Rakesh.

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

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


Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-10 Thread Tomerpop
Same for Python library, is there any ETA on that?
Thanks!

On Wednesday, 10 November 2021 at 09:09:06 UTC+2 xuantoi@gmail.com 
wrote:

> Hi Thanet,
>
> I can see Api v9 was released.
>
> https://ads-developers.googleblog.com/2021/11/announcing-v9-of-google-ads-api.html
> But Java Maven library still in v15.0.0.
> When will it update?
>
> On Wednesday, November 10, 2021 at 1:59:47 PM UTC+7 adsapi wrote:
>
>> Hello Martin,
>>
>> Thanks for your feedback. We'll make sure that our messages in the future 
>> are clear enough for everyone.
>>
>> Best,
>> Thanet, Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q2QHfA2: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/00645781-887f-4a86-a29f-a29c05f7ee79n%40googlegroups.com.


Re: maximize_conversions.target_cpa vs. target_cpa.target_cpa_micros

2021-11-10 Thread Mat
ty Aryeh

adsapi schrieb am Montag, 8. November 2021 um 22:13:35 UTC+1:

> Hi mat,
>
> Thank you for catching that, when I created a campaign in the API with a
> campaign.maximize_conversions.target_cpa 
> 
>  set 
> to 1,000,000 the UI showed Target CPA of 1.00 and 3,000,000 was 3.00. Let 
> me bring this up with my team. You may monitor 
> campaign.maximize_conversions.target_cpa 
> 
>   
> for an update.
>
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>
> Regards,
>   
> [image: Google Logo] 
> Aryeh Baker 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2R7BcA: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/deb4b320-b229-4a00-9eb4-4fd95a7fcfa2n%40googlegroups.com.


Response from Adwords API doesn't contain app_id

2021-11-10 Thread Attrend Corp
Hello. 
>From friday (5 Nov.) new created campaigns doesn't  contain app_id field on 
request information about its. Old created campaigns still contains app_id 
in field "settings[1]" (Google.Api.Ads.AdWords.v201809.Setting). The script 
has not changed during this time.

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

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


GetCampaigns : Key for add operation must be defined!

2021-11-10 Thread Lars Biewald
Hello, 
i tried the sample from https://github.com/googleads/googleads-java-lib and 
i got this error  
Exception in thread "main" 
com.google.api.ads.common.lib.exception.ServiceException: Unexpected 
Exception.
at 
com.google.api.ads.common.lib.soap.axis.AxisHandler.createSoapClient(AxisHandler.java:209)
at 
com.google.api.ads.common.lib.soap.axis.AxisHandler.createSoapClient(AxisHandler.java:47)
at 
com.google.api.ads.common.lib.factory.helper.BaseAdsServiceClientFactoryHelper.createSoapClient(BaseAdsServiceClientFactoryHelper.java:106)
at 
com.google.api.ads.common.lib.factory.helper.BaseAdsServiceClientFactoryHelper.createAdsServiceClient(BaseAdsServiceClientFactoryHelper.java:70)
at 
com.google.api.ads.common.lib.factory.AdsServiceClientFactory.getServiceClient(AdsServiceClientFactory.java:76)
at 
com.google.api.ads.common.lib.factory.BaseAdsServiceClientFactory.getServiceClientAsInterface(BaseAdsServiceClientFactory.java:81)
at 
com.google.api.ads.common.lib.factory.BaseServices.get(BaseServices.java:45)
at 
adwords.axis.v201809.basicoperations.GetCampaigns.runExample(GetCampaigns.java:117)
at 
adwords.axis.v201809.basicoperations.GetCampaigns.main(GetCampaigns.java:83)
Caused by: java.lang.IllegalArgumentException: Key for add operation must 
be defined!
at 
org.apache.commons.configuration.tree.DefaultExpressionEngine.prepareAdd(DefaultExpressionEngine.java:420)
at 
org.apache.commons.configuration.HierarchicalConfiguration.addPropertyDirect(HierarchicalConfiguration.java:383)
at 
org.apache.commons.configuration.AbstractConfiguration.addPropertyValues(AbstractConfiguration.java:423)
at 
org.apache.commons.configuration.AbstractConfiguration.append(AbstractConfiguration.java:1271)
at 
org.apache.commons.configuration.ConfigurationUtils.convertToHierarchical(ConfigurationUtils.java:252)
at 
org.apache.commons.configuration.CombinedConfiguration$ConfigData.getTransformedRoot(CombinedConfiguration.java:943)
at 
org.apache.commons.configuration.CombinedConfiguration.constructCombinedNode(CombinedConfiguration.java:793)
at 
org.apache.commons.configuration.CombinedConfiguration.getRootNode(CombinedConfiguration.java:626)
at 
org.apache.commons.configuration.HierarchicalConfiguration.fetchNodeList(HierarchicalConfiguration.java:958)
at 
org.apache.commons.configuration.CombinedConfiguration.fetchNodeList(CombinedConfiguration.java:739)
at 
org.apache.commons.configuration.HierarchicalConfiguration.getProperty(HierarchicalConfiguration.java:344)
at 
org.apache.commons.configuration.AbstractConfiguration.resolveContainerStore(AbstractConfiguration.java:1171)
at 
org.apache.commons.configuration.AbstractConfiguration.getBoolean(AbstractConfiguration.java:671)
at 
org.apache.commons.configuration.AbstractConfiguration.getBoolean(AbstractConfiguration.java:654)
at 
com.google.api.ads.adwords.lib.conf.AdWordsLibConfiguration.isCompressionEnabled(AdWordsLibConfiguration.java:59)
at 
com.google.api.ads.common.lib.soap.axis.conf.AdsAxisEngineConfigurationFactory.getClientEngineConfig(AdsAxisEngineConfigurationFactory.java:49)
at 
com.google.api.ads.common.lib.soap.axis.AxisHandler.createSoapClient(AxisHandler.java:195)
... 8 more

please help 
thanx 

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

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


RE: How to create a Lead Campaign

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Thanks for reaching out to us.

Unfortunately, creating a campaign with a goal through the Google Ads API is 
not available. There is a feature request to support this functionality in the 
Google Ads API. Please keep an eye on our blog for the announcements and 
updates on new releases.

Regards,
Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2R7o6s: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/FJYGn0R2D26X00hxMRCcHOQ7WIIQSg-ySgCA%40sfdc.net.


Re: Estimated performance

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip,

I have created an internal feature request on your behalf. Please see the blog 
and release notes for relevant updates.

The API does not support campaign performance estimation for targeting as shown 
in your screenshot. However, it does support the following forecasting tools:

Generating forecast metrics through the planning service
Bid simulations for various bidding scenarios


Regards,
Matt
Google Ads API Team


Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2R7bR9: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/gXp1S0R2D3BK007KtFOWKoQb-tJ4vEqPtlFg%40sfdc.net.


Re: relationship between AdGroupAd , AdGroup and Ad

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Evgeniy,

I work with Kevin and will assist you. An ad can be used by multiple ad groups. 
In order for an ad group to serve a specific ad you need an ad Group ad to link 
the 2. Our Create Ads guide shows that the AdGroupAdSevice can create an ad and 
link it to an AdGroup.

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2R7iw9: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/LaIaj0R2D4S700tChYGAIQScWIZpyMzDwAbg%40sfdc.net.


Re: Uploading Image Assets via REST API

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Greg,

I wasn't able to reproduce this behavior using Upload Image Asset.java. For us 
to see this on our end, could you reproduce this issue with one of our client 
libraries? If you can reproduce, we will need the following:

A request and response log of API communication for the image upload.  The 
request and response appears similar to the JSON Mappings in our REST 
documentation. Our client libraries have loggers with logging instructions, to 
see these instructions you can click on the client library you use in the 
sidebar of our client library guide and click on "Logging". Setting the logger 
to 'DEBUG' will get the desired log.
Step by step instructions in the UI to crop and see this error


The chances are there is a need to refresh your browser between upload and 
crop, or there are other things server side that don't register correctly. For 
these other possibilities you can reach out to product support.

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2R79hV: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/C1pJI0R2D59L000PNvP8gxTKykbGW955d8Ig%40sfdc.net.


Re: Uploading Image Assets via REST API

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Greg,

I wasn't able to reproduce this behavior using Upload Image Asset.java. For us 
to see this on our end, could you reproduce this issue with one of our client 
libraries? If you can reproduce, we will need the following:

A request and response log of API communication for the image upload.  The 
request and response appears similar to the JSON Mappings in our REST 
documentation. Our client libraries have loggers with logging instructions, to 
see these instructions you can click on the client library you use in the 
sidebar of our client library guide and click on "Logging". Setting the logger 
to 'DEBUG' will get the desired log.
Step by step instructions in the UI to crop and see this error

Please send the logs privately.

The chances are there is a need to refresh your browser between upload and 
crop, or there are other things server side that don't register correctly. For 
these other possibilities you can reach out to product support.

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Regards,
ref:_00D1U1174p._5004Q2R79hV: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/WGO_W0R2D5DY00ZaZbTtjxTE-Y9TdVoX31Ng%40sfdc.net.


TargetingIdeaService Paging

2021-11-10 Thread Uros Kovacevic
Hello, hope you are well,

I'm trying to use TargetingIdeaService to fetch as many suggestions as 
possible for some generic keywords I want to explore.

>From the limits page, I can see there is a hard limit of 700 keyword 
suggestions returned as output per request.

I can also see from the Paging feature of TargetingIdeaService that we can 
provide a startIndex and numberResults to paginate our results.

I seem to not be getting any results though for using values of 
startIndex=700, numberResults=700. Is it not possible to fetch results 
700-1400, 1400-2100, etc?

I'm not getting an error, just getting 0 results returned even though the 
first page of results is the full set of 700.

Based on the documentation on the limits, it seems to imply that the 700 
results limit is per request, if you paginate your results, can you not 
crawl beyond the initial 700 results? 

Best,
Uros

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

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


Error when adding an ad to an existing group

2021-11-10 Thread Evgeniy Lepikov
I am using Google Ads API Client Library for Python and trying to add new 
ads (youtube video) to an existing group. The commitments are videos with 4 
different resolutions, i.e. eventually 4 new video assets + 3 text 
(description and two headers) are expected to be added. For easy reading I 
put the code here https://pastebin.com/Ny3VhUYZ

As a result,* resource_count_limit_exceeded_error: RESOURCE_LIMIT*

Full error message https://pastebin.com/qU7RPCYK

Can you please tell me what my mistake is?

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

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


Re: relationship between AdGroupAd , AdGroup and Ad

2021-11-10 Thread Evgeniy Lepikov
Hi Aryeh,
 Thank for help! I encountered an error while running the query and created 
a new question (https://groups.google.com/g/adwords-api/c/liJR11m4p-E), 
maybe you can help

среда, 10 ноября 2021 г. в 15:38:49 UTC, adsapi: 

> Hi Evgeniy,
>
> I work with Kevin and will assist you. An ad can be used by multiple ad 
> groups. In order for an ad group to serve a specific ad you need an ad 
> Group ad to link the 2. Our Create Ads guide 
>  shows 
> that the AdGroupAdSevice 
> 
>  
> can create an ad and link it to an AdGroup. 
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>
> Regards,
>   
> [image: Google Logo] 
> Aryeh Baker 
> Google Ads API Team 
>   
>
>  
>
> ref:_00D1U1174p._5004Q2R7iw9: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/818ab62b-53b9-4f99-914c-84f458666924n%40googlegroups.com.


Re: Uploading Image Assets via REST API

2021-11-10 Thread 'Greg Asquith' via AdWords API and Google Ads API Forum
Hi,

I have reproduced the error using the Python library and replied privately 
with logs and a screenshare of the platform error.

Thanks,

On Wednesday, 10 November 2021 at 15:51:47 UTC adsapi wrote:

> Hi Greg,
>
> I wasn't able to reproduce this behavior using Upload Image Asset.java 
> .
>  
> For us to see this on our end, could you reproduce this issue with one of 
> our client libraries 
> ? If you 
> can reproduce, we will need the following: 
>
>- A request and response log of API communication for the image 
>upload.  The request and response appears similar to the JSON Mappings 
>in our REST documentation 
>
> .
>  
>Our client libraries have loggers with logging instructions, to see these 
>instructions you can click on the client library you use in the sidebar of 
>our client library guide 
> and 
>click on "Logging". Setting the logger to 'DEBUG' will get the desired 
> log.  
>- Step by step instructions in the UI to crop and see this error 
>
> Please send the logs privately.
>
> The chances are there is a need to refresh your browser between upload and 
> crop, or there are other things server side that don't register correctly. 
> For these other possibilities you can reach out to product support 
> .
>
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>
> Regards,
>
> ref:_00D1U1174p._5004Q2R79hV: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7a5d309c-e1c1-4ae1-a6d7-7144a4d0428an%40googlegroups.com.


Re: Create Campaign Error

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Please see my colleague Nadine's response on the related thread at:

https://groups.google.com/g/adwords-api/c/v__tYGz6bIA/m/kQsDogDPAQAJ

I'll reply here and on that thread as soon as I have any updates.

Thanks,
Josh, Google Ads API Team
ref:_00D1U1174p._5004Q2PKjQV: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/FNOHA0R2D8YC00-gRxrAG9RhGW8KFrdm0ZXw%40sfdc.net.


Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

I expect both the Java and Python libraries to be released by the end of this 
week.

Also, per my colleague Nadine's response on a related thread , we're looking 
into turning on selective optimization for Display and Search for the few 
people who were using it before. I'll provide an update here as soon as I have 
anything to report on that topic.

Thanks,
Josh, Google Ads API Team
ref:_00D1U1174p._5004Q2QHfA2: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/s4x-h0R2D9D500UfQum_8kQYK2xyyXNgAtpQ%40sfdc.net.


Publish App with User Access Check

2021-11-10 Thread y...@globalindustrial.com
Hi,
We are using the Google Ads API to download the adwords report, and we have 
created a cloud project for OAuth authentication as desktop app.
Before I publish the app, I would like to check if the desktop app is only 
accessible to specific users, or users who have access to the adwords 
account.
Would you please advise where I can get the setting?
I was able to limit the user in the test mode. However, the token get 
expired every 7 days, which will not work if we want to put the API call in 
schedule without regenerate the token.
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2ed672fe-d4fb-41e3-aaa3-496fd1894918n%40googlegroups.com.


RE: INVALID_TOKEN_HEADER

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

Thanks for reaching out. Developer tokens that were created within the past 
year will not be allowed to use the AdWords API, as this API will be 
unavailable soon. New users should use the Ads API. The INVALID_TOKEN_HEADER 
error you are receiving indicates this.

If you are receiving a successful request using the AdWords PHP client library, 
please send us the complete request and response logs and we will take a closer 
look.

Regards,
Matt
Google Ads API Team


Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2R7qdp: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eRT650R2DAB400GG51yakMSlK6mLiDidJdjQ%40sfdc.net.


RE: googleadsapi-supp...@google.com

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

Thanks for reaching out. I understand that you’ve encountered the error 
criterionError. Please see this blog post to get more information on what 
changes they made recently.

Note: Creation of new BMMs using the legacy BMM notation (+keyword) and 
modifications to existing BMM keyword text will no longer be permitted as of 
August 2, 2021.

Best regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2R7qbU: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/IBGZi0R2DFZM00PR0D8GXVR5qKHeSWHvnKLA%40sfdc.net.


RE: Uploading Image Assets via REST API

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Greg,

Thank you for sharing the video and the logs, I reproduced this behavior where 
a picture uploaded via API didn't get a saved crop while an upload in the UI 
did get cropped and saved for the ad. I shared this with my team and we will 
get back to you as soon as possible.

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2R79hV: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/-F9uc0R2DG0Y00Jsh0ad7AQjintTUiQ70v_g%40sfdc.net.


Re: fieldMaskError: "FIELD_HAS_SUBFIELDS" when updating campaign bidding strategy

2021-11-10 Thread quan zhang
Hi Ernie,

Thanks for your reply. One more follow-up question. Can I set the  
c*ampaign.TargetSpend.CpcBidCeilingMicros 
= long.MAXVALUE  *instead of 0 if I don't want to have the bid ceiling? 
Setting to 0 still gives me the error I showed in my original post

Quan

On Tuesday, 9 November 2021 at 21:19:52 UTC-8 adsapi wrote:

> Hi Quan,
>
> Thank you for the reply. I am also a member of the Google Ads API team and 
> let me provide support to your concern.
>
> Yes, you may try to set 0 to that field. Let me know how it goes after.
>
> Regards,
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>   
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>  
>
> ref:_00D1U1174p._5004Q2NUqn4: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1412b29f-0a87-4dee-b3ab-27676b4b13f2n%40googlegroups.com.


RE: 500 error on running AuthenticateInWebApp.php

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

Thanks for reaching out. Can you please reply to us privately with your 
complete request and response logs so that we can have investigate this issue?

Thanks,
Matt
Google Ads API Team


Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2R7rp2: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/B8qEa0R2DIO300qtbehdYoRVm4rHuWvA8img%40sfdc.net.


RE: Corresponding UI fields in query builder

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Rakesh,

Could you send us privately a screenshot of the UI showing these fields?

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2R7scx: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4VPEV0R2DIU200vFOdGdHFRLmAFeIwVKKjcg%40sfdc.net.


RE: Response from Adwords API doesn't contain app_id

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there,

Thank you for reporting this. Could you privately send us a request and 
response logs of API communication that shows this change?

A request looks like the 3rd section in request and a response looks similar to 
response. Logging instructions are in the read.me on Github of each client 
library.

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2R7tLj: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/P4V580R2DJUQ00iTyHzFWoSQy8LPa_tDnPoQ%40sfdc.net.


RE: Cliet id , client secret and refresh token

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

Thanks for reaching out to the Google Ads API support team. Yes, you need all 
OAuth credentials setup before using/publishing a Web app.

Please refer to our oauth-cloud-project guideline for more details on the Ads 
API.

Best regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2R7rZe: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/heEsu0R2DMM700XhStGkZ3TpSdULA5oGjFoQ%40sfdc.net.


Re: Google Ads API don't return all available entities

2021-11-10 Thread Jeffrey Yamamoto
Hi Ernie,

I just sent the debug information to the email address you provided.

>As for this part of the concern, could you confirm if this is the tool 
 that 
you are referring to that you can't use properly? If yes, please provide 
the screenshot where we can see the issue.

Yes that is the tool I am referring to. It lets me validate the query but 
it doesn't let me run the query in the webUI. This is more of a convenience 
question so if there is no webUI query runner, that's fine.

On Wednesday, November 10, 2021 at 12:43:37 AM UTC-8 adsapi wrote:

> Hi Jeffrey,
>
> Thank you for posting your concern.
>
> To investigate the issue, could you provide the complete request 
> 
>  and response 
> 
>  logs 
> with request ID 
> 
>  and request header 
> 
>  generated 
> on your end? Also, please provide sample campaigns that are not returned in 
> the API response to check what is causing the issue.
>
> As for this part of the concern, could you confirm if this is the tool 
>  
> that you are referring to that you can't use properly? If yes, please 
> provide the screenshot where we can see the issue.
>
> "*Also, is there a place to run the GAQL in the web UI? (They have the 
> GAQL validator but it doesn't let me run it)*"
>
> 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.
>
> Regards,
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>   
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2R7o1o: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0daf2883-9287-43b2-81d6-6c2192d0730an%40googlegroups.com.


RE: Publish App with User Access Check

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

Thanks for reaching out to the Google Ads API support team. Please refer to our 
oauth-cloud-project guideline for a comparison between Desktop and Web App 
flows.

The Desktop App flow appears to suit your needs.

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2R7yPu: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/nK8Px0R2DOWI003BHxlA0HQUCPt7RWawSBKQ%40sfdc.net.


RE: GetCampaigns : Key for add operation must be defined!

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

Thanks for reaching out to the Google Ads API support team and for providing 
the stack trace. I see you are using the AdWords API. Can you please provide us 
with your complete SOAP XML request and response logs so that we can have a 
closer look?

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2R7thZ: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ZsdgW0R2DP0W00fhILo7rUQRCpEAyCPA6gLA%40sfdc.net.


RE: Publish App with User Access Check

2021-11-10 Thread Li, Yingqi (Kara)
Hi,
The app has been setup as Desktop app. Does it mean external user will not be 
able to access to the app, even when I publish the app?
Thanks,



Kara Li
Manager, Marketing Analyst
[https://static.globalindustrial.com/email/images/Dynamic/gi-logo-new-175.png]

11 Harbor Park Drive, Port Washington, New York 11050
Phone: +1 (516) 608-3174
Email: y...@globalindustrial.com
Web: https://www.globalindustrial.com

CONFIDENTIALITY NOTE: This email (and any attachments) is confidential and 
intended solely for the recipient(s) named above. Any other recipient should 
notify the sender immediately and delete the original email (and any 
attachments). Any unauthorized use or distribution is strictly prohibited.


From: Google Ads API Forum Advisor 
Sent: Wednesday, November 10, 2021 5:53 PM
To: Li, Yingqi (Kara) 
Cc: adwords-api@googlegroups.com
Subject: RE: Publish App with User Access Check


Hello,

Thanks for reaching out to the Google Ads API support team. Please refer to our 
oauth-cloud-project
 guideline for a comparison between Desktop and Web App flows.

The Desktop App flow appears to suit your needs.

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual 
Survey

[Google Logo]
Jakeia Sabrina
Google Ads API Team

[http://i.imgur.com/Ya4Rhss.gif]

 
[https://google-dev-relations.my.salesforce.com/servlet/servlet.ImageServer?oid=00D1U01174p&esid=0184Q1E96nS&from=ext]

ref:_00D1U1174p._5004Q2R7yPu: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/DM5PR15MB180124F20BD1B5B05BCBC74DC5939%40DM5PR15MB1801.namprd15.prod.outlook.com.


combinedApprovalStatus migration from adwords to API

2021-11-10 Thread Sinea Calin
Hi i am trying to migrate from Adwords but i cant really find the 
equivalent of combinedApprovalStatus in the new Ads API.

Is there a way to retrieve the combined approval status in Ads API

https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.AdGroupAdPolicySummary

https://developers.google.com/google-ads/api/reference/rpc/v9/AdGroupAdPolicySummary

I know i can get the approval and review but i wanted to combined one.
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b0d03e4e-a6c2-4700-9656-fa2eca4c3baen%40googlegroups.com.


GetMessage issue using gmail api

2021-11-10 Thread Oleg Disrupt
Hello
I try to get the message in my inbox using gmail api so I can see this error
-code
https://newbedev.com/php-gmail-api-get-message-subject-code-example
-error
PHP Fatal error:  Uncaught Google\Service\Exception: {
  "error": {
"code": 403,
"message": "Metadata scope doesn't allow format FULL",
"errors": [
  {
"message": "Metadata scope doesn't allow format FULL",
"domain": "global",
"reason": "forbidden"
  }
],
"status": "PERMISSION_DENIED"
  }
}

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

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


RE: TargetingIdeaService Paging

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Uros,

Thank you for reaching out to our API support team.

You should be able to retrieve the succeeding or next 700 results in your 
request. That said, could you provide the complete SOAP request and response 
logs, with the requestId, so our team can investigate?

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

In addition, 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.

Best regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2R7wOr: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/hWI0I0R2DZRF005YDWpuhyQ6Sr8IslpuyMVQ%40sfdc.net.


RE: Error when adding an ad to an existing group

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Evgeniy,

Thank you for reaching out to our API support team.

>From the error, it appears that the limit for app ads that you can create 
>within an ad group is only 1 :

resource_count_details { enclosing_id: "135305191091" limit: 1 limit_type: 
APP_ADS_PER_AD_GROUP existing_count: 1 enclosing_resource: "ad_group" }

That being said, since entity limits are more of a Product related concern, I 
would recommend that you reach out to their support team, via this link, for 
more information on app ad limits in your account or ad group. You can ask for 
the limits for app ads, similar to the ones listed in this article.

Best regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2R7wjV: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/gJ-_t0R2E1JQ00d6XIYi74RRWzsrlb-SkJgQ%40sfdc.net.


Re: relationship between AdGroupAd , AdGroup and Ad

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Evgeniy,

Thank you for your follow up in this thread.

I have recently responded on the thread you provided. You may check my response 
in that thread instead, for the issue you encountered when creating your app 
ads.

Best regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2R7iw9: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/tAP8n0R2E1NT00WYMTGou2QR2baFLkuDSALA%40sfdc.net.


RE: Conversion action reports as enabled from API but not console

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Bijan,

For us to assist you further, could you please provide the following details 
via Reply privately to author option? If this option is not available, then 
send it instead on this email address googleadsapi-supp...@google.com.​​

Customer ID
login-customer-id
complete GAQL
complete logs (request and response with request-id)?

Logging can be enabled by navigating to the Client libraries > Your client 
library (ex. Java) > Logging documentation, which you can access from this link.

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Teejay Wennie Pimentel
Google Ads API Team
ref:_00D1U1174p._5004Q2R85U3: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2gzBC0R2E6SW00VhASucACTlGUhQ4m_cj98w%40sfdc.net.


Re: fieldMaskError: "FIELD_HAS_SUBFIELDS" when updating campaign bidding strategy

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Quan,

To investigate and to provide suggestions to your concern, could you provide 
the complete request and response logs with request ID and request header 
generated on your end with error when applying 0 to the CpcBidCeilingMicros?

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

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2NUqn4: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/KGGf_0R2E8X000DkLWE8TTQ8CEZewJ36tdwg%40sfdc.net.


RE: GetMessage issue using gmail api

2021-11-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Oleg,

Thank you for reaching out to us.

Please note that this forum channel can only provide assistance to 
issues/concerns related to the AdWords API / Google Ads API.

With regard to your concern related to Gmail API, I'm afraid that this is 
already outside of our team's expertise. I've looked over the net and found 
this support channel for Gmail API.

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2R88Ap: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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Vaht00R2EBQ300jeH8VMfuR32KUEtm8cHh-Q%40sfdc.net.