Cannot find proper implementation for Conversion Tracker

2022-08-16 Thread Ankit Pradhan
Hi team,

I was able to create and update the conversion tracker using Google Ads api.

However I cannot find proper documentation on how to associate a conversion 
tracker with a specific campaign using conversion tracker id.

Can you please help me on this?

Thanks
Ankit Pradhan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8e8cd25f-4171-4969-a937-1f1c180c67d8n%40googlegroups.com.


How to specify payment metrics in the API in TCPA?

2022-08-16 Thread nan bluesea

[image: Snipaste_2022-08-17_11-13-09.png]

Is there any documentation for the place in the picture? Is the API 
supported?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/74728f1f-0228-47a4-8834-a91df55f729an%40googlegroups.com.


Re: Auction Insights Report

2022-08-16 Thread 'jni...@condati.com' via Google Ads API and AdWords API Forum
Any update on the availability of auction insights reports via the API. I 
am tired of the maintenance of the RPA solution to collect this info from 
the UI. Give the people what they want :-)

On Tuesday, July 5, 2022 at 2:20:11 AM UTC-6 adsapi wrote:

> Hi Xuan,
>
> I am Sherwin from Google Ads API support team. Thank you for getting back 
> to us.
>
> To be honest with you, Xuan, the auction insight is not yet publicly 
> available for now as mentioned on the document you shared. For the second 
> question, I am afraid that we cannot provide any comments or answers for 
> this one because, we, from Google Ads API support team does not have the 
> visibility to know when will the future features will be publicly 
> available. I hope you understand, Xuan.
>
> If you have other concerns, please feel free to reply to this thread.
>
> Kind regards, 
> [image: Google Logo] 
> Sherwin Vincent 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5001UV1n74: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/96080ad4-b82b-4f48-8b9c-8bfdbbe8962fn%40googlegroups.com.


ad_group_ad.ad.status?

2022-08-16 Thread Andrew Kloos
Hi,

We're getting google text ads from the api this way - query below.  But 
what we really need is the ad status ad_group_ad.ad.status, but we're not 
able to find that field.  Is that available at the ad level?

Appreciate any direction!
Andrew

SELECT
ad_group_ad.status,
ad_group_ad.ad.id,
ad_group_ad.ad.type,
ad_group_ad.ad.expanded_text_ad.headline_part1,
ad_group_ad.ad.expanded_text_ad.headline_part2,
ad_group_ad.ad.expanded_text_ad.headline_part3,
ad_group_ad.ad.expanded_text_ad.description,
ad_group_ad.ad.expanded_text_ad.description2,
ad_group_ad.ad.expanded_text_ad.path1,
ad_group_ad.ad.expanded_text_ad.path2,
ad_group_ad.ad.final_urls,
ad_group_ad.ad.display_url,
ad_group.id,
metrics.clicks,
metrics.impressions,
metrics.average_cpc,
metrics.conversions,
metrics.cost_micros,
metrics.ctr,
metrics.cross_device_conversions,
ad_group_ad.ad.responsive_search_ad.headlines,
ad_group_ad.ad.responsive_search_ad.descriptions,
ad_group_ad.ad.responsive_search_ad.path1,
ad_group_ad.ad.responsive_search_ad.path2
FROM ad_group_ad

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e358e4b6-1948-48ee-adf3-9ff80048e7c4n%40googlegroups.com.


return RPC_DEADLINE_TOO_SHORT in 4 sec after sending Search request

2022-08-16 Thread msgu...@gmail.com
Hi team,

our timeout is 240s, but recently we are seeing the RPC_DEADLINE_TOO_SHORT 
error randomly.
Could you help us investigate it?
["{\"Code\":\"OperationAccessDeniedError\",\"Property\":\"Online-ProcessSearchTermMetricsAsync\",\"Message\":\"{\\n
 
 \\\"StatusCode\\\": 3,\\n  \\\"Details\\\": \\\"Request contains an 
invalid argument.\\\",\\n  \\\"RequestId\\\": 
\\\"kAqMGeAr-n-mJj3x6jCVQQ\\\",\\n  \\\"Failure\\\": {\\n   
 \\\"errors\\\": [\\n  {\\n\\\"errorCode\\\": {\\n 
 \\\"requestError\\\": \\\"RPC_DEADLINE_TOO_SHORT\\\"\\n},\\n   
 \\\"message\\\": \\\"The request timed out because the specified deadline 
was too short to complete the request. Set a larger deadline and 
retry.\\\"\\n  }\\n],\\n\\\"requestId\\\": 
\\\"kAqMGeAr-n-mJj3x6jCVQQ\\\"\\n  }\\n}\"}"], Raw Exception 
Google.Ads.GoogleAds.V11.Errors.GoogleAdsException : {
  "StatusCode": 3,
  "Details": "Request contains an invalid argument.",
  "RequestId": "kAqMGeAr-n-mJj3x6jCVQQ",
  "Failure": {
"errors": [
  {
"errorCode": {
  "requestError": "RPC_DEADLINE_TOO_SHORT"
},
"message": "The request timed out because the specified deadline 
was too short to complete the request. Set a larger deadline and retry."
  }
],
"requestId": "kAqMGeAr-n-mJj3x6jCVQQ"
  }
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/df961859-3c9a-4c98-9d87-cd3bdd1a94ban%40googlegroups.com.


Correct Field for Content API: Sales Country vs. Feed Label vs. Target Country

2022-08-16 Thread Joanna H.
Hi Everyone,

We currently use the Content API to pass up shipping details for products 
shippable to Canada and the United States. While our full product catalog 
is shippable to the US, only select products are shippable to Canada. 

For shipping_country, we pass up values of "US" and for some products, also 
pass up separately a value of "CA"

We believe we also need to pass up a sales_country field with the same 
values in order to properly set-up Google Shopping campaigns targeting 
Canada such that we only include products that are purchasable by Canadian 
users.

Looking into the Content API documentation, it seems like sales_country 
might not be the correct field name and we should instead use targetCountry 
- can someone confirm if this is the case?

Additionally, with the update noted here 
,
 
it is a little unclear if we still need to make the above change or if we 
should instead use feedLabel and pass up values for "US" and "CA" instead. Can 
someone confirm whether or not we should do this instead? And if we do so, 
what the expected outcome will look like in the Google Ads UI?

Thanks!

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

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


Re: Report contains zero metrics with segmenting

2022-08-16 Thread 'jni...@condati.com' via Google Ads API and AdWords API Forum
This is unfortunate that there is no longer an option to retrieve the zero 
metrics rows. 

Here is an example of a real-world situation. When looking at 
bid_adjustments broken down by household income segments, segmented however 
one wishes (Date + maybe device, etc...) , if the metrics for that segment 
are all 0 it won't return the result, but you can see the result in the UI. 
This particular segment has a bid_adjustmnet of say -59%, but that becomes 
invisible in API reports, leading to discrepancies between API and UI 
displayed information and leads to a lack of trust from our clients of the 
API data when compared to the UI. This is frustrating to say the least. 
This was not an issue in adwords, as there was an explicit option to 
include or exclude zero-metric rows in the API reports.

The left side of the screenshot is the API report, Right side is the UI 
downloaded report all filtered to the same campaign, ad group, and date. 
Ordered by impressions for easy comparison. As you can see, the bottom two 
rows on the right (from the UI) do not appear on the left (from the API) 
You can clearly see how not being able to provide rows with zero metrics 
results, fails to provide needful and valuable information about 
bid_adjustments. If i used the API only, then i would not see that the 
other two segments are currently -59% and -22% for bid_adjustments. 


[image: zero-metrics-results.jpg]

On Thursday, February 17, 2022 at 3:36:49 AM UTC-7 adsapi wrote:

> Hi,
>
> ​​Thank you for raising this concern to Google Ads API Team.
>
> With regard to your concern, *"What is the reason that zero metrics are 
> included in the Ads GAQL query?", *I recommend to use v10 
>  as 
> according to the first bullet of this document 
> , 
> fixed there the inconsistencies where rows with zero metrics were returned 
> when segments were selected in some reports. All reports will now follow 
> the expected behavior 
> 
>  of 
> ignoring zero-metric rows in reports that select metrics and segments.
>
> Let me know if you have any questions with the provided documents.
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2WwZDs: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/e7d7bac6-065e-449a-a54d-a80d1c9a9a2en%40googlegroups.com.


Search Query Report

2022-08-16 Thread Tom Carlton
Could this script be updated to add keywords where conversionValue > Cost?

https://developers.google.com/google-ads/scripts-legacy/docs/solutions/search-query

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/680dbea9-ec18-4121-8340-38af8b841c60n%40googlegroups.com.


Search stream request

2022-08-16 Thread Shelly Saju
Hi GoogleAds team,

I was trying to fetch the campaign name.
Please help me to resolve this. Below is my code:


$query =
"SELECT
campaign.id,
campaign.name,
campaign.status
FROM campaign
ORDER BY campaign.id";

// Issues a search stream request.
/** @var GoogleAdsServerStreamDecorator $stream */
$stream = $googleAdsServiceClient->searchStream($customerId, $query);

print_r($stream->iterateAllElements());

it outputs:
Generator Object ( )

I have checked Google Ads and there we are running the Campaigns.

Thanks
Shelly

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/73f7ac61-0d0d-426c-84f8-2461bda60ed6n%40googlegroups.com.


Block Ips

2022-08-16 Thread 'Luiz Eduardo Da Cruz' via Google Ads API and AdWords API Forum
Hi guys!

I would like to block ips in some campaigns, I looked at google doc but I 
couldn't do the blocking.

My Python code is as follows:

*campaign_criterion_operation = 
self.client.get_type('CampaignCriterionOperation', version='v11')*
*campaign_service = self.client.get_service("CampaignService", 
version="v11")*
*campaign_criterion_service = 
self.client.get_service("CampaignCriterionService", version="v11")*
*campaign_criterion = self.client.get_type('CampaignCriterion', 
version='v11')*

*campaign_criterion = campaign_criterion_operation.create*
campaign_criterion.campaign.value = campaign_service.campaign_path(
customer_id=self.account, campaign_id=row.campaign.id)

but I get an error on the line "campaign_criterion.campaign.value
-> 'str' object has no attribute 'value'


How do I continue my script and block 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 
"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/f86e4399-aaa7-468f-b631-6ff4414f09b9n%40googlegroups.com.


Block Ips

2022-08-16 Thread 'Luiz Eduardo Da Cruz' via Google Ads API and AdWords API Forum
Hi guys!

I would like to block ips in some accounts, I looked at google doc but I 
couldn't do the blocking. 

My Python code is as follows:

*campaign_criterion_operation = 
self.client.get_type('CampaignCriterionOperation', version='v11')*
*campaign_service = self.client.get_service("CampaignService", 
version="v11")*
*campaign_criterion_service = 
self.client.get_service("CampaignCriterionService", version="v11")*
*campaign_criterion = self.client.get_type('CampaignCriterion', 
version='v11')*


*campaign_criterion = campaign_criterion_operation.create*but I get an 
error on the line "campaign_criterion.campaign.value
-> 'str' object has no attribute 'value'


How do I continue my script and block 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 
"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/f283df60-d14a-4890-a1af-b4610d01610dn%40googlegroups.com.


Re: Get Product Click Stats for Performance Max Campaigns?

2022-08-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Brett,

Thank you for the reply. We would like to test the report on our end, could you 
please provide your complete API request and response logs with request-id and 
login-customer-id that are generated on your end?

If you haven't yet, logging can be enabled by navigating to the Client 
libraries > Your client library (ex. Java) > Logging documentation, which you 
can access from this link. You can provide it via the Reply privately to author 
option. If this option is not available, then send it instead on this email 
address googleadsapi-supp...@google.com.

Best regards,

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


Re: OAuth2 desktop app or web app flow, which one to use?

2022-08-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

My team doesn't have specific expertise in the verification process. I'm not 
sure where you're reading that, but it sounds like a question that would be 
better suited for the team that assists you with the verification once you 
submit the verification request.

If you have any questions about the API specifically, or don't hear back from 
the verifications team once you submit your request, let me know and I'll be 
glad to help you out.

Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5004Q2d2rB8: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/8f6MR0RGPOIN00D6kDnT2wQ9WGEwlJfXHTJg%40sfdc.net.


Enhancement Conversions

2022-08-16 Thread 'Ciprian Mariuta' via Google Ads API and AdWords API Forum
Hello,

I want to implement Enhancement Conversions using this 
link 
https://developers.google.com/google-ads/api/docs/conversions/enhance-conversions

But the problem is that I am using Magento 1 framework and there is not 
possible to use you Google Ads php sdk, so I want to make the API calls 
directly, is there any documentation to which explains how to create an API 
call from scratch?

Thanks!
Ciprian Măriuță

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/20bbf0b4-3a4b-4c41-9cfa-cac96346db41n%40googlegroups.com.


RE: Google Ads Rate Limits

2022-08-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Andrii,

Thanks for reaching out. A request that is not a Get, Mutate, Search, or 
SearchStream request counts as one operation against the user's daily operation 
quota. The first request in your list is not a Google Ads API request, so it 
does not count towards the quota.

The frequency limitation is not documented as this limit can vary. Please see 
the rate limits guide for more best practices.

Regards,

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


RE: hi ADs API version 9 of retirement date are postponed to September 2022 Could you tell me the exact date?

2022-08-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bing li,

Thank you for raising this concern to the Google Ads API Forum.

Currently, our team has no access to know what the exact date for the sunset 
date of v9 is. However, you may follow up our blog post Google Ads API v9 
sunset reminder and Deprecation and Sunset in Google Ads API for more details. 
Please migrate to a newer version before the sunset date to ensure your API 
access is unaffected.

Best regards,

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


RE: Report metrics for AssetGroup

2022-08-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Thinhn,

Thank you for raising this concern to the Google Ads API Forum.

With regard to your concern, as mentioned in this document, "An asset group. 
AssetGroupAsset is used to link an asset to the asset group. AssetGroupSignal 
is used to associate a signal to an asset group." It seems that, you include 
metric fields but the asset_group report is non-metric report type. However, if 
you have a report on the UI that you want to impersonate in the API, you may 
provide the screenshot of UI
so we can find out if it is possible with the Google Ads API.

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

Best regards,

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


Re: Get Product Click Stats for Performance Max Campaigns?

2022-08-16 Thread Brett Hadley


The following search query doesn't include performance max campaigns. How 
can I replicate the above UI query in GAQL?


SELECT

segments.product_item_id,

metrics.clicks,

metrics.impressions,

metrics.all_conversions,

campaign.end_date,

campaign.id

FROM shopping_performance_view

WHERE

campaign.end_date BETWEEN '2022-07-01' AND '2022-07-31'

ORDER BY

metrics.clicks DESC


Thanks

On Tuesday, 16 August 2022 at 10:21:04 UTC+1 Brett Hadley wrote:

> Hi
>
> That doesn't appear to give the MCA ItemId
>
> In the Google UI I'm looking to replicate this report which does include 
> performance max clicks. You can see here "Item ID" this is Product level 
> aggregation within the MCA.
>
> w[image: Screenshot 2022-08-16 at 10.20.08.png]
>
> On Monday, 15 August 2022 at 21:18:17 UTC+1 adsapi wrote:
>
>> Hi Brett,
>>
>> Upon checking further, you should be able to use the 
>> asset_group_product_group_view 
>> 
>>  for 
>> statistics of your Performance Max campaigns listing groups. Let me know if 
>> this helps.
>>
>>
>> Best regards,
>>
>> [image: Google Logo] 
>> Peter Laurence 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2dKlCV:ref
>>
>

Brett Hadley
Head of Engineering
T: +44 (0)330 127 3969
E:brett.had...@redbrain.com
W: www.redbrain.com
Redbrain Ltd is a company registered in England and Wales with registered 
number 10434678. Registered office: Office 3, St Ann's House, Guildford Road, 
Lightwater, Surrey, GU18 5RA, United Kingdom.
Redbrain Ltd accepts no liability for the content of this email, or for the 
consequences of any actions taken on the basis of the information provided, 
unless that information is subsequently confirmed in writing [other than by 
email]. Any views or opinions presented in this email are solely those of the 
author and do not necessarily represent those of the company.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ca0a49e0-eb07-4332-b889-1fb15f8d416en%40googlegroups.com.


Re: search_term_view report is empty while we see data in UI

2022-08-16 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Thanks so much for getting in touch Sherwin and team! Sent request / 
response detailed log privately. 

On Monday, August 15, 2022 at 1:10:50 PM UTC+3 adsapi wrote:

> Hi Oksana,
>
> Thank you for reaching us out. I am Sherwin from Google Ads API support 
> team. I hope that you are doing well today.
>
> That will be great, Oksana. Let us investigate the issue why is it that 
> you are unable to pull any data when you are trying to execute a 
> search_term_view 
>  
> report. 
> Could you please provide us the complete request 
> 
>  and response 
> 
>  logs 
> with request ID 
> 
>  and request header 
> 
>  generated 
> on your end? 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*. If you haven't enabled the logging yet, 
> logging can be enabled by navigating to the Client libraries > Your client 
> library (ex. Java) > Logging documentation, which you can access from this
>  link 
> . 
> Add to that, please provide also the full screenshot of the Ui of the 
> search term view.
>
> Kind regards, 
> [image: Google Logo] 
> Sherwin Vincent 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2dKhXc: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/19a6afe6-0c44-4018-9c91-256ef324280dn%40googlegroups.com.


Google Ads Rate Limits

2022-08-16 Thread Andrii Veretko
Hi, 

I'm trying to configure rate limits with API calls I'm doing and can't 
understand which type of requests I'm using. There is a list of requests:

   - POST https://www.googleapis.com/oauth2/v3/token 
   ;
   - POST 
   
https://googleads.googleapis.com/v11/customers/{customer_id}/offlineUserDataJobs:create;
 
   

   - POST 
   https://googleads.googleapis.com/v11/{job_resource_name}:addOperations 
   

   ;
   - POST https://googleads.googleapis.com/v11/{job_resource_name}:run 
   

   ;
   - GET https://googleads.googleapis.com/v11/{operation_resource_name} 
   

   ;
   - POST 
   
https://googleads.googleapis.com/v11/customers/{customer_id}/googleAds:search 
   

   ;
   
   As I understand there is limitation on 1 operations per 1 offline 
   user data job.
   But what is freequency limitation? How much requests can I do in 1 
   second?
   
[image: 63f8865a-b7ec-480e-8f61-231d7dbacea9.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/573603f6-2b8a-48ce-903a-7fd76890f0een%40googlegroups.com.


hi ADs API version 9 of retirement date are postponed to September 2022 Could you tell me the exact date?

2022-08-16 Thread bing li
hi  ADs API version 9 of retirement date are postponed to September 2022 
Could you tell me the exact date?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d0b6f61f-d56d-45b2-ae14-8cb287d85e51n%40googlegroups.com.