Re: OfflineUserDataJobOperation: Remove And Create operation

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

I work with Jakeia and will assist you. If you have a small amount of users to 
remove then using UserDataService with its rate limit of 10 per request  won't 
block you too long. Another option is to use OfflineUserDataJobService having 
its first operation a remove_all operation and then uploading your entire list 
again. Note that running 2 jobs on the same list may cause concurrent 
modification issues.

This support channel can only provide support via email. If the above methods 
won't cover your use case, feel free to respond.

Regards,

Aryeh
Google Ads API Team

​​​
ref:_00D1U1174p._5004Q2WwHBa: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/_gBmL0R7IQQF00ljNantF7TUG9KgL7oSS-hw%40sfdc.net.


Re: Migration question about asset-based Page Feed

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

Yes, the same name is kept for the assets as was used in feeds.

Cheers
Anash
ref:_00D1U1174p._5004Q2W5bd9: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/RL1cA0R7IQQB00zjPFRgawT4OSbNALWv5aXg%40sfdc.net.


RE: iRe: The click associated with the given identifier or iOS URL parameter occurred less than 6 hours ago, please retry after 6 hours have passed

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

I've already passed along the feedback to the relevant teams. But this is a 
change that has to happen first at the product level and the API should start 
behaving the same way.

Cheers
Anash
ref:_00D1U1174p._5004Q2Wvmdh: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/-7Hbz0R7IQ4U00D3UlGdl9Q-WC_DmuFMWoEQ%40sfdc.net.


Call to AdWords API and Google Ads API do not return same amount of campaigns

2022-02-18 Thread Hector V
Hello,

For the migration of AdWords API to Google Ads API, I am trying to verify 
that I get all the same information from one API to the other. Currently, 
while using the same account, when I use the following query, I get 84 
campaigns, but for AdWords, when I put the equivalent for listing the 
campaigns on an account, I get 88 instead.

Here is the query I'm using:
SELECT campaign.id, campaign.name, campaign.status, 
campaign.advertising_channel_type FROM campaign WHERE campaign.status IN 
('ENABLED','PAUSED','REMOVED') AND campaign.advertising_channel_type IN 
('DISPLAY','SEARCH','SHOPPING') ORDER BY campaign.name

For testing purposes, I removed the WHERE part of the SQL to see if I would 
get the missing campaigns, but unfortunately, I did not get what I'm 
missing with that query:
SELECT campaign.id, campaign.name, campaign.status, 
campaign.advertising_channel_type FROM campaign ORDER BY campaign.name

Is there some campaigns that can't be seen on Google Ads API but still 
available on AdWords API?

Thanks and have a good day!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9171f084-af9a-4d7f-b17f-ac0ab1b97cd0n%40googlegroups.com.


MatchType

2022-02-18 Thread Werner Reyneke
Good ay

I'm looking for the AdGroupCriterion.Keyword.MatchType but the Id, or its 
Id instead of the name. Where can I find it in the API please?  Also  
the AdGroupCriterion.Status - the Status ID please.

Thank you,
Werner Reyneke

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8304dfcd-16c7-45da-8d88-88f835871276n%40googlegroups.com.


RE: Mobile Application info extraction

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

Thanks for reaching out to the Google Ads API support. With regards to your 
query,  you can use ad_group_criterion or campaign_criterion report to retrieve 
all the information in account by using attribute field 
mobile_application.app_id or mobile_application.name.
Please let us know if you have any more questions.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2Wwlk3:ref

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

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


Keyword status

2022-02-18 Thread Werner Reyneke
Good day

Which field in the API do I use to get the Keyword Status ID? Not the 
Status as in for example "Enabled" or "Paused", but it's Id.

Thanks in advance,
Werner Reyneke

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8417b491-e81b-44c5-b33b-0d9e48f21004n%40googlegroups.com.


Get a report by customer or campaign by day

2022-02-18 Thread Guillermo Ojeda
Hi!
I'm doing the migration from Adwords API to Google Ads API.
On Adwords we were working with CAMPAIGN_PERFORMANCE_REPORT 
and ACCOUNT_PERFORMANCE_REPORT. Now we can get a performance report using 
campaign o customer resources.
We have many active customers on the account but not all of them have 
activity all the days.
So I need to get a Performance Report only for the customers or campaigns 
that have cost on a specific date.

How can I get a list of all customers that have activity given a specific 
date?  An after that, consume campaign/customer resources only for that 
customer ids?

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/0feb99fd-b286-46cc-9c19-d4118d2afa78n%40googlegroups.com.


Re: How can I get Forecast keyword forecasts text?

2022-02-18 Thread Vladymyr Karpov
Hi Aryeh, please read my request. I'm able to get keywords from 
keyword_plan_ad_group_keyword 

 report. 
Please check this example 
https://github.com/googleads/google-ads-php/blob/827776059b1f459f9751bfa9855033f57b593043/examples/Planning/GenerateForecastMetrics.php.
 
It returns as a result 
$metrics = $forecast->getKeywordForecast();

printf(

"%d) Keyword ID: %s%s",

++$i,

*$forecast->getKeywordPlanAdGroupKeyword()*,

PHP_EOL

);
Keyword ID $forecast->getKeywordPlanAdGroupKeyword() is in format which *does 
not match *with Keyword returned from keyword_plan_ad_group_keyword 

 report. 
$forecast->getKeywordPlanAdGroupKeyword() = 
* "customers/XXX/keywordPlanKeywords/YY"*
keyword_plan_ad_group_keyword 

 report 
returns keyword in format
*customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_id}*
this info is on report page:
keyword_plan_ad_group_keyword.resource_name
Field description
Immutable. The resource name of the Keyword Plan ad group keyword. 
KeywordPlanAdGroupKeyword resource names have the form: 
*customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_id}*

To get text representation I must match  
*customers/XXX/keywordPlanKeywords/YY* from Forecast report example 
with *customers//keywordPlanAdGroupKeywords/YY *from 
keyword_plan_ad_group_keyword 

 report.
They are not equal each other so matching is not possible

But I need to match them to show in my Application
 Keyword: "I like pizza" : {
"impressions": 0,
"clicks": 0,
"costMicros": "0"
  }
"I like jazz": {
"impressions": 52.995262145996094,
"ctr": 0.2561069428920746,
"averageCpc": "777946",
"clicks": 13.572454452514648,
"costMicros": "10558639"
  }
and so on. 


Please help me to solve this issue.

Best, Vlad
On Friday, February 18, 2022 at 6:22:11 PM UTC+2 adsapi wrote:

> Hi Vladymyr,
>
> I work with Mat and will assist you. Mat had suggested you run a  
> keyword_plan_ad_group_keyword 
> 
>   
> report. I did so and got the keyword.
>
> Could you send us privately a full API log of request and response of your 
> forecast, combined with a full screen screenshot of the UI of what your 
> attempting to recreate in your API call?
>
> The request and response appears similar to the JSON Mappings in our REST 
> documentation 
> 
>  with 
> additional information such as  request ID 
> 
>  . 
> 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 log level to 'DEBUG' will generate the 
> requested logs.
>
> Regards,
>
> [image: Google Logo] 
> Aryeh 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2WwNp9: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/2dd89858-6ee8-4698-bf0e-2c188db0ca59n%40googlegroups.com.


Re: How can I get Forecast keyword forecasts text?

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

I work with Mat and will assist you. Mat had suggested you run a 
keyword_plan_ad_group_keyword report. I did so and got the keyword.

Could you send us privately a full API log of request and response of your 
forecast, combined with a full screen screenshot of the UI of what your 
attempting to recreate in your API call?

The request and response appears similar to the JSON Mappings in our REST 
documentation with additional information such as request ID . 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 log level to 'DEBUG' will generate 
the requested logs.

Regards,

Aryeh
Google Ads API Team
ref:_00D1U1174p._5004Q2WwNp9: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/X73gk0R7IDG100QsFI82QGS2-D6GEB8vZJ-Q%40sfdc.net.


How to check for disapproved assets that are currently in use (v10)

2022-02-18 Thread Mat
Hi there,

Use case: I want to check for disapproved assets like 

Lead Form
Promotion
Callout
Sitelink
Structured Snippet

... *that are currently in use, that is, associated with an enabled 
campaign*. Which would be the appropriate resource to hit with my GAQL 
string? Would you mind providing me an example for v10?

Possibly related question:

What's the difference between asset_group 
 and 
asset_set 
?
More specific: which is used for what?

Regards
Mat


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8ec7caba-3ad5-4916-9ae2-c44fad6e5fcan%40googlegroups.com.


What's the difference in the status of synchronus and asynchronus API processing?

2022-02-18 Thread Paid Media Manager
Hi

We are trying to compare the meaning of status of adWords synchronous API 
"MutateMembers" and Google Ads asynchronous API 
"RunOfflineUserDataJobAsync".

We understand that while uploading customers to audience 3 steps are 
involved at Google server end:
1. Data validation to ensure that it’s in an acceptable format.
2. After validation data is uploaded to audience
3. Customer matching process runs and match rate is generated.

With AdWords synchronous API call we get the response immediately but 
Google Ads asynchronous API can take up to 24 hours to return the final 
response.  

So does it mean that with AdWords synchronous API only first two step(Data 
validation and upload) were being done and response was returned?  Whereas 
with Google Ads asynchronous API all three steps are being done and only 
than final response(SUCCESS) is being returned? 

Please feel free to correct if my understanding is not correct.

Thank you.

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

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


RE: UNKNOWN error while trying to create a link

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

Thanks for reaching out to the Google Ads API support. Could you please confirm 
if you are looking for services that are used to create a link between two 
accounts in the Google Ads API? If yes then there are two services available 
CustomerClientLinkService and the CustomerManagerLinkService, please find more 
information here.
If so then feel free to use this sample code to establish a link between a 
manager account and its client. And also you can find the manager_link_id of 
the link you just created, so you can construct the resource name for the link 
from the client side as well.

If the issue still persists, could you please provide us with the complete 
request and response logs with the request-id and login-customer-id, so our 
team can better check the root cause of the error? Kindly use the Reply 
privately to the author option while sharing the details.
For the client library, logging can be enabled by navigating to the Client 
libraries > Your client library (ex. Python) > Logging documentation, which you 
can access from this link.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2WwdzM: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/j80Ax0R7IAV600L9gxByaLTCquT2IMqr9zBg%40sfdc.net.


c# Account ID´s from Manager Account

2022-02-18 Thread Karin Rutter
Hi Friends

How I can get the subAccounts numbers from my manager accounts?
I found in examples "ListAccessibleCustomer" but that don´t have selection 
possibility 

Thanks for Help 
Adam

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fffe4b12-6c40-4e08-9745-6703f990c889n%40googlegroups.com.


RE: Updating Campaign Budget Issue: "Cannot use empty field mask in update operation."

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

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

To investigate the issue further, could you please provide us with the complete 
logs (request and response with request-id) via the Reply privately to the 
author option?

Thanks,

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


Re: Support for Upgraded Extensions in Reports API

2022-02-18 Thread Vivek Sura
Hi John,

Thanks for responding. As far as I understand from the documentation,
Extensions (Upgraded) are not asset type extensions. Can you point me to
the relevant resources if you think otherwise.

Thanks.
Vivek


On Fri, Feb 18, 2022 at 1:55 PM Google Ads API Forum Advisor
 wrote:

> Hi Vivek,
>
> Thank you for posting your concern.
>
> Could you confirm if the *Extensions (Upgraded) section* is equivalent to
> asset-based extension? If yes, then you can use the following report types
> depending on the level:
>
> https://developers.google.com/google-ads/api/fields/v10/asset_field_type_view
> https://developers.google.com/google-ads/api/fields/v10/customer_asset
> https://developers.google.com/google-ads/api/fields/v10/campaign_asset
> https://developers.google.com/google-ads/api/fields/v10/ad_group_asset
>
> Regards,
> [image: Google Logo]
> Ernie John
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2Wwaxm: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/CAEfvZY9w2T9%2Bze6gO9NQ5JPMTQQXoXsHk_iG9DasJOJDybLG1Q%40mail.gmail.com.


Re: Fetch hotel group name associated with resource name

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

Thanks for your response!

Both v10 and changing the summary row setting do not influence the 
response. It's exactly the same for all variations, missing the a value for 
`ad_group_criterion.display_name`.

Will provide request and response logs privately for a request both on v10 
and with the summaryRowSetting set to SUMMARY_ROW_WITH_RESULTS.

Best,

Tiana
On Thursday, 17 February 2022 at 20:13:14 UTC+1 adsapi wrote:

> Hello Tiana,
>
> Thanks for providing the requested logs. I am wondering could you please 
> try the same report run under version10 of the Google Ads API with "
> SummaryRowSetting 
> ":
>  
> "SUMMARY_ROW_WITH_RESULTS"? Because with this "NO_SUMMARY_ROW" setting 
> metrics value will not be visible to your results.
> Let me know if the issue still persists, could you please provide us with 
> the complete full newer request 
> 
>  
> and response 
> 
>  
> logs with request-id 
> 
>  
> and login-customer-id 
> 
>  
> generated on your end. Kindly use the *Reply privately to the author* 
> option while sharing the details.
>
> Best regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2WvunD: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/5fd883de-ff4c-420b-b74b-29000255af39n%40googlegroups.com.


Re: Local Ads Data Missing in Gender/ Age View API Endpoints

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

I work with Ernie and will assist you. The API can only be a conduit for the 
ads product as expressed in the UI. If it isn't available in the UI then 
chances are it isn't available in the API. You may reach out to product support 
for assistance and requests.

Regards,

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


Partial failures occurred: 'This Google Click ID could not be decoded., at conversions[0].gclid'.

2022-02-18 Thread Darren Chamberlain
I get the following error when uploading conversions via the API : Partial 
failures occurred: 'This Google Click ID could not be decoded., at 
conversions[0].gclid'.

The API is linked to my MMC account. The account we are sending conversions 
to is one of the sub accounts on the MMC. The email linked to the API is my 
own. And my email address is also an admin on both the MMC and the delivery 
account.

These are live accounts and the customers belong to that account.

The following is a GCLID from one of the conversions 
: 
Cj0KCQiApL2QBhC8ARIsAGMm-KHq121zfOVBbpKbzR0vfeI50XT-jpxIyrceB79FlK7z_fBm_h9IikgaAs2vEALw_wcB

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0a695ea8-73d1-45b9-8f23-4314901803ffn%40googlegroups.com.


Select campaign marketing objectives via api

2022-02-18 Thread Konstantin Donchenko
Hello,
I try to select marketing objectives but can't find api method
it is possible?


[image: Screenshot_20220218_142521.png]

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

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


Re: filter excluded product groups from shopping_performance_view report

2022-02-18 Thread Yonatan Est
Thank you!

On Fri, Feb 18, 2022 at 10:30 AM Google Ads API Forum Advisor
 wrote:

> Hi Yon,
>
> Thank you for reaching out.
>
> For product groups as seen in the UI, you can use the product_group_view
> 
> instead and include (see *Attributed resources* section of the doc) the
> ad_group_criterion.negative
> 
> field to filter excluded product group criteria, or any criteria in
> general. Let me know if this is what you are looking for.
>
> Best regards,
>
> [image: Google Logo]
> Peter Laurence
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2Wwd0P: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/CALhdBZinPYcBx7bEEVdyu%3DVV0n9hzZRLhp%2BuyCJVw1KpyT_2mg%40mail.gmail.com.


Re: Authorization problem

2022-02-18 Thread Laurent Petr
Peter,

I've red 
: 
https://developers.google.com/google-ads/api/docs/client-libs/php/oauth-web?hl=en
So I added http://localhost/oauth2callback and 
http://127.0.0.1:44807/oauth2callback to authozized redirections.
The error is solved and I could validate the authorization, but I was 
redirected to http://127.0.0.1:44807/oauth2callback
But this URI doesn't exists, so it's an error page.

Thanks
Laurent
Le vendredi 18 février 2022 à 11:12:37 UTC+1, Laurent Petr a écrit :

> Hi Peter,
>
> Thanks!
>
> "php AuthenticateInDesktopApplication.php" is whats I tried yesterday.
> But, as my app is a web app, I've just tryed "php 
> AuthenticateInWebApplication.php".
> The detailed message doesn't speak of king of app now, It's a problem of 
> authorized URI :
> "Erreur 400 : redirect_uri_mismatch
> Vous ne pouvez pas vous connecter à cette appli, car elle ne respecte pas 
> le règlement OAuth 2.0 de Google.
> Si vous êtes le développeur de l'appli, enregistrez l'URI de redirection 
> dans Google Cloud Console."
>
> The URI is with authorization problem is: 
>
>- redirect_uri: http://127.0.0.1:44807/oauth2callback
>
> I tryed to replace 127.0.0.1 by the domain name I have authorized in the 
> console, but the error is the same.
>
> Best regards
> Laurent
>
> Le vendredi 18 février 2022 à 04:22:18 UTC+1, adsapi a écrit :
>
>> Hi Laurent,
>>
>> Thank you for reaching out to our API support team.
>>
>> If you wish to follow the desktop app flow, you may follow this guide 
>> 
>>  
>> for PHP instead. Should you continue to encounter issues, you may write 
>> back to our team and specify which step in the guide the issue was 
>> encountered.
>>
>> Best regards,
>>
>> [image: Google Logo] 
>> Peter Laurence 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2WwZFQ: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/dd106e3e-a36c-4694-a2fe-8bf1bbdc5945n%40googlegroups.com.


MAXCPC

2022-02-18 Thread Werner Reyneke
God day,

Which field would give me the MaxCPC and how do I update the MAXCPC via the 
API please?

Kind regards,
Werner Reyneke

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/579a16de-61ee-4c4c-8822-23195a92cbdbn%40googlegroups.com.


Re: TopOfPageBid and FirstPageBid

2022-02-18 Thread Werner Reyneke
Thank you. Then also which field would give me the MaxCPC and how do I 
update the MAXCPC via the API please?

Best regards,
Werner
On Friday, February 18, 2022 at 11:30:10 AM UTC+2 adsapi wrote:

> Hi Werner,
>
> Thank you for raising this concern to Google Ads API Team.
>
> To answer your questions on how your ad will land on the top of the page 
> and first page, I would suggest to use the following fields to get the 
> specific bidding: 
>
>- 
>
> https://developers.google.com/google-ads/api/fields/v10/ad_group_criterion#ad_group_criterion.position_estimates.top_of_page_cpc_micros
>  
>- 
>
> https://developers.google.com/google-ads/api/fields/v10/ad_group_criterion#ad_group_criterion.position_estimates.first_page_cpc_micros
>  
>
> Then, set a value to your keywords that is higher than the returned value 
> of the suggested fields.
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2WwjAI: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/8e1cf67d-6191-4624-93ef-e569d00b7fc0n%40googlegroups.com.


Re: TopOfPageBid and FirstPageBid

2022-02-18 Thread Werner Reyneke
Hi

Thanks. I also need the MaxCPC. Where can I find it please?
And then how do I update the MAXCPC via the API?

Best regards,
Werner

On Fri, Feb 18, 2022 at 11:29 AM Google Ads API Forum Advisor
 wrote:

> Hi Werner,
>
> Thank you for raising this concern to Google Ads API Team.
>
> To answer your questions on how your ad will land on the top of the page
> and first page, I would suggest to use the following fields to get the
> specific bidding:
>
>-
>
> https://developers.google.com/google-ads/api/fields/v10/ad_group_criterion#ad_group_criterion.position_estimates.top_of_page_cpc_micros
>-
>
> https://developers.google.com/google-ads/api/fields/v10/ad_group_criterion#ad_group_criterion.position_estimates.first_page_cpc_micros
>
> Then, set a value to your keywords that is higher than the returned value
> of the suggested fields.
>
> Best regards,
> [image: Google Logo]
> Jinky
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2WwjAI: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/CAMrH_-n1VCJF%2BcHkSiDrQWSyAy_sGbCm_rZ4uMqhfvNRP3Us-A%40mail.gmail.com.


Re: Authorization problem

2022-02-18 Thread Laurent Petr
Hi Peter,

Thanks!

"php AuthenticateInDesktopApplication.php" is whats I tried yesterday.
But, as my app is a web app, I've just tryed "php 
AuthenticateInWebApplication.php".
The detailed message doesn't speak of king of app now, It's a problem of 
authorized URI :
"Erreur 400 : redirect_uri_mismatch
Vous ne pouvez pas vous connecter à cette appli, car elle ne respecte pas 
le règlement OAuth 2.0 de Google.
Si vous êtes le développeur de l'appli, enregistrez l'URI de redirection 
dans Google Cloud Console."

The URI is with authorization problem is: 
   
   - redirect_uri: http://127.0.0.1:44807/oauth2callback

I tryed to replace 127.0.0.1 by the domain name I have authorized in the 
console, but the error is the same.

Best regards
Laurent

Le vendredi 18 février 2022 à 04:22:18 UTC+1, adsapi a écrit :

> Hi Laurent,
>
> Thank you for reaching out to our API support team.
>
> If you wish to follow the desktop app flow, you may follow this guide 
> 
>  
> for PHP instead. Should you continue to encounter issues, you may write 
> back to our team and specify which step in the guide the issue was 
> encountered.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2WwZFQ: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/e9528f21-849e-4dd8-b204-a7d2d72227dfn%40googlegroups.com.