how to get conversion action created for android & ios mobile apps

2021-12-27 Thread Amol Kawale
Hi,

Can you pls let me know how i can retrieve conversion actions set/created 
for mobile apps both android & ios using google ads v8 php api?

Regards,
Amol

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b83a9975-47b3-40cf-9648-dfeedf1652a4n%40googlegroups.com.


Re: ad_group_ad assests

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Ismail,

This is Yasar and I work with Peter. Let me assist you with this.

Could you provide us with the customer Id and GAQL via the Reply privately to 
author option, so that I can check better?

Regards,

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


RE: edit responsive search ads

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Ismail,

Thanks for reaching out to us.

Could you provide us with the complete request and response logs with the 
request-id, so our team can better check?

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 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.

Regards,

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


Re: Authentication Issue - Migrating from Adwords API to Google Ads API

2021-12-27 Thread Moshe Shechter
Hi Ellis,

The issue I had encountered was a rather silly one.  Depending on your 
authentication flow (from storage, YAML file or string, or dict) with 
python, the login-customer-id flag - which is the account number seen when 
clicking on the user's google account logo/picture on the right hand side 
of the UI to switch accounts - is written as  login_customer_id 
(underscores rather than dashes).  Example below:

credentials = {
"developer_token": "XX",
"refresh_token": "XXX",
"client_id": "XXX",
"client_secret": "X",
"login_customer_id" : "##",
"use_proto_plus":False}


googleads_client = 
GoogleAdsClient.load_from_dict(credentials,version="v9")

I'm not sure if that is the issue you are encountering, but hopefully this 
helps.

Moshik





On Monday, December 13, 2021 at 6:57:02 PM UTC+2 el...@incremen.to wrote:

>
> @moshik
>
> Did you find any solution? I have encountered the same issue as you when 
> migrating from Adwords to Google Ads API but haven't found any solution yet
>
> Thanks,
> Ellis
> On Thursday, 15 July 2021 at 10:59:00 UTC+2 adsapi wrote:
>
>> Hi Daniel,
>>
>> Thank you for commenting on this forum post. I am happy to know also that 
>> you've fixed the error on your end.
>>
>> In addition to what you've mentioned, please note that the format of 
>> login-customer-id will be varied based on the client library (list of 
>> supported client libraries here 
>> ) 
>> that you are using. With this, I would suggest checking the Configuration 
>> document (*Client library (e.g. Python) > Configuration*) first of the 
>> client library that you are using to know the correct format.
>>
>> Let me know if you have further questions.
>>
>> Regards,
>> [image: Google Logo] 
>> Ernie John Blanca Tacata 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2JYa3Y: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/12b8f2e6-c70b-4727-ab66-1b7f4e317a38n%40googlegroups.com.


RE: Mapping AdWords' ProductPartition subclasses to Google Ads

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Diego,

I received an update from the team and let me share it to you.

The fields that you are looking for in the Google Ads API are already 
deprecated.

Let me know if you have further questions.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2Tjzas: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/wS9q70R4ROQU00oteRBxUURsmSvJC6NLHTSQ%40sfdc.net.


RE: How to create a complete campaign through Google API?

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Thanks for reaching out to us.

You may refer to this guide to create campaigns in Google Ads API. Upon 
checking the attached screenshot, I was able to assume that you’re setting the 
bid. Note that our team provides support in English, so a screenshot containing 
the English labels will help us to understand clearly. Also, note that the best 
way to set up new campaigns including bid in the API is to use the Add 
Campaigns code example in the Basic Operations folder of your chosen client 
library.

Let us know if you have any further questions.

Regards,

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


RE: Ynt: Accessing Ad Assets using API for Web Responsive Search Ads

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Remzi,

Thank you for your reply on this forum post.

Could you confirm if your concern is the same with what was initially posted 
here. If yes, then allow me to reiterate the response of my colleague and you 
can see it below:
"When getting assets for RSA such as Description and Headlines, you can refer 
to this guide. As also mentioned on this guide when using assets in ads, 
TextAsset for ResponsiveSearchAd is already supported.

In addition to that, API v9's release notes stated that Responsive search ad 
has added support for reporting the performance in ad_group_ad_asset_view."

Otherwise, if you have a different concern, then please provide more details to 
it so that I can check and to address it.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2Tkmxc: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/31eOx0R4RRLR00IXNX21UFRtS7XPb_LvEfWQ%40sfdc.net.


RE: Google Ad Perfomance Report missing data

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Thanks for reaching out to us.

The reason you are not getting ad performance data in this report is because 
the app campaigns. AdWords API only supports a few reports with app campaigns 
which are mentioned here. Ad Performance Report is not one of the supported 
reports. You can migrate to Google Ads API to get this data via ad_group_ad 
report.

Let us know if you have any further questions.

Regards,

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


RE:

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Thanks for reaching out to us. I’ve responded to you for details on concern via 
googleadsapi-supp...@google.com alias. Kindly avoid creating duplicate threads.

Regards,

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


RE: CONCURRENT_MODIFICATION while populate new users to audience group

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Thanks for reaching out to us.

In general, the CONCURRENT_MODIFICATION error occurs due to multiple processes 
that are trying to update the same entity at the same time. This also includes 
updating the entity in Google Ads UI while updating via the API as well. We 
recommend waiting for about 30 seconds, then retry the request.

That being said, you’ll need to ensure that only one operation is performed 
against an entity at each moment and slow down on the consolidated repeated 
mutates against the same entity into a single request to avoid this issue 
altogether. Please give this a try and let me know if you have any additional 
concerns.

Regards,

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


How to get the products ID, Impressions and Clicks, Cost and ROAS from Google Ads using Ads Script?

2021-12-27 Thread Marcus D'Suza
Greetings People! 

I hope you are having a great time. 

I was using Google Ads Script (JS) to extract the statistics of the product 
from the Google Ads account but it seems like there is no direct support 
for it. Following this conversation on Google Ads Script Group 
, I was 
directed to this Group. 

Using *metrics *and *segments *from *MerchantPerformanceView *I am able to 
extract impressions, clicks, and ctr of products along with ids. But I also 
need to get the cost and  ROAS for each product based on which I have 
categorize products using pre-set criteria. 

Is it possible to do this using Adword API? Also, can I use Adword API 
inside Google Ads Script that will be hosted on the Google Ads account? In 
addition to all other queries, can I use Adword API using javascript? 

I really am stuck with this task and I am not sure whether it is possible 
or not, please respond. 

*The code I have written so far. *
function productList( ) {
  // Merchent Id from Google Merchent Account
  var merchantId = "My-Google-Merchent-ID"; // Integer

  // Query to retrieve required data - this was the best i could come up 
with
  var query = "SELECT segments.offer_id, metrics.clicks, metrics.ctr, 
metrics.impressions FROM MerchantPerformanceView WHERE segments.date 
BETWEEN '2021-01-01' AND '2021-12-24'";
  var pageSize = 20;
  var pageToken;
  var productsDetails = [];
  
  do {
// Get 20 produts per page - for performance measures
var resource = {
  "query": query,
  "pageSize": pageSize,
  "pageToken": pageToken
}

// Get 20 products
var reports = ShoppingContent.Reports.search(resource, merchantId);
// Add them to the array
productsDetails = productsDetails.concat(reports.results);
// Get next page token
pageToken = reports.nextPageToken;
  
  // Repeat above until no more pages are found
  } while (pageToken);
  
  // Return array of all products metrics
  return productsDetails; 
}


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/02df016e-c00e-448a-8e5d-957031114737n%40googlegroups.com.


Google Discovery Campaign - third party tags & API support

2021-12-27 Thread Seth S
Hi, I have two questions around Google Discovery Campaign.

1. Does Google Discovery Campaign support third party display tags?
2. Does Google Discovery Campaign support campaign creation via API? If so, 
are there any documentation around it?

Regards
Sethu

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9cab3200-9115-4ced-9299-89c156818437n%40googlegroups.com.


Re: Issue CUSTOMER_NOT_ON_ALLOWLIST_FOR_ASSET_TYPE for CALL Asset type

2021-12-27 Thread kinganil...@gmail.com
Hi Jakeia,

We are unable to create call asset using AssetService API. Please help us 
to fix this. We getting same response now as well. Kindly add Call asset as 
we are approaching our project deadline.

Thank you
Anil Kumar Halmadgi 
On Thursday, December 9, 2021 at 2:39:16 AM UTC+5:30 adsapi wrote:

> Hello Kinganil,
>
> Thanks for reaching out and providing all details. I am Jakeia from Google 
> Ads API Support team.
>
> It seems you are trying to create call_asset under AssetService API. It 
> appears because certain assets are still being added to accounts, as 
> mentioned in this blog post 
> .
>  
> It mentions that the following assets will be available by the end of the 
> year:
>
>- 
>
>Price assets
>- 
>
>Hotel Callout assets
>- 
>
>Mobile App assets
>- 
>
>Call assets
>- 
>
>Call to action assets
>
> If you are still unable to use this asset by the end of the year, please 
> let us know.
>
> 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] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2Scr3O: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/3fc06914-ee24-46b3-9996-934a5636fbfdn%40googlegroups.com.


RE: Remove Audiences from UserLists (Google Ads API)

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Elif,

Thanks for reaching out to us.

Could you provide us with the logs for deleting the audiences with the 
remove_all operation where we can see the said time taken to finish the 
operation, so our team can check better? Kindly reply using Reply privately to 
author option.

Regards,

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


REST API Get request to generate KeywordPlanHistoricalMetrics in PHP

2021-12-27 Thread Mostafa Ezzat
I want to get request by using file_get_contents() php function. I have 
this function is that parameters are correct but the problem there is 
no sample to parse the word it self to get the metrics for so how to write 
the parameters and pass the word to then i'll use `json_decode()`

```
$api_call = file_get_contents(
'https://googleads.googleapis.com?KeywordPlanHistoricalMetrics=competition,avgMonthlySearches,competitionIndex,lowTopOfPageBidMicros,highTopOfPageBidMicros,monthlySearchVolumes'
)

```

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4d454eca-6ece-4118-bef5-aaa75a740addn%40googlegroups.com.


RE: "suggestKeywordThemes" is different from the UI

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Chen,

Thank you for reaching out to Google Ads API support. To assist you further, 
could you privately send us the account Id and campaign Id that returns this 
mismatch between the API and UI, along with a full screenshot of the UI? We 
need to see how you setup the Smart Campaign.

Regards,

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


Re: Add keyword with FinalUrl

2021-12-27 Thread goingdev
I don't think you understood correctly.
I am using the .NET SDK. I am not able to set the FinalUrls property at all 
because the property is read-only.
See the screenshot I attached in my first post.

On Thursday, December 23, 2021 at 11:53:46 PM UTC-5 adsapi wrote:

> Hi,
>
> Thank you for reaching out to our team.
>
> Upon checking on my end, I can see that it should be possible to add the 
> final URL to keywords using API. With this, could you try to execute your 
> code for adding keywords with the final URL and observe if the API request 
> will work? If not, please provide the complete request 
> 
>  and response 
> 
>  logs 
> with request ID 
> 
>  and request header 
> 
>  generated 
> on your end with the error message about not allowing to set final URL to 
> keywords.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Tjt7k: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/ae039e77-ce65-40af-8327-ad0c312bfdafn%40googlegroups.com.


Re: Questions about additional information

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

I work with Ernie and will assist you. Could you privately send us a full 
screen screenshot of the UI, combined with a full report definition (dates, 
login-customer-Id and customer Id filled, no need for developer token and 
access token) that gives the wrong metrics compared to the above mentioned UI 
screenshot?

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2TkWOm: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/lzmfD0R4SIJJ00teQN-uoZQRW05C6kaZXWsQ%40sfdc.net.


Re: How to get the products ID, Impressions and Clicks, Cost and ROAS from Google Ads using Ads Script?

2021-12-27 Thread Marcus D'Suza
Just to clarify the question, I need clicks, conversions, impressions, id, 
title and ROAS for a single product. So far I am able to get clicks, 
impressions, ctr, id, and titles for individual products. But I am not able 
to get ROAS and conversion. 

On Monday, December 27, 2021 at 5:32:47 PM UTC+5 Marcus D'Suza wrote:

> Greetings People! 
>
> I hope you are having a great time. 
>
> I was using Google Ads Script (JS) to extract the statistics of the 
> product from the Google Ads account but it seems like there is no direct 
> support for it. Following this conversation on Google Ads Script Group 
> , I was 
> directed to this Group. 
>
> Using *metrics *and *segments *from *MerchantPerformanceView *I am able 
> to extract impressions, clicks, and ctr of products along with ids. But I 
> also need to get the cost and  ROAS for each product based on which I have 
> categorize products using pre-set criteria. 
>
> Is it possible to do this using Adword API? Also, can I use Adword API 
> inside Google Ads Script that will be hosted on the Google Ads account? In 
> addition to all other queries, can I use Adword API using javascript? 
>
> I really am stuck with this task and I am not sure whether it is possible 
> or not, please respond. 
>
> *The code I have written so far. *
> function productList( ) {
>   // Merchent Id from Google Merchent Account
>   var merchantId = "My-Google-Merchent-ID"; // Integer
>
>   // Query to retrieve required data - this was the best i could come up 
> with
>   var query = "SELECT segments.offer_id, metrics.clicks, metrics.ctr, 
> metrics.impressions FROM MerchantPerformanceView WHERE segments.date 
> BETWEEN '2021-01-01' AND '2021-12-24'";
>   var pageSize = 20;
>   var pageToken;
>   var productsDetails = [];
>   
>   do {
> // Get 20 produts per page - for performance measures
> var resource = {
>   "query": query,
>   "pageSize": pageSize,
>   "pageToken": pageToken
> }
> 
> // Get 20 products
> var reports = ShoppingContent.Reports.search(resource, merchantId);
> // Add them to the array
> productsDetails = productsDetails.concat(reports.results);
> // Get next page token
> pageToken = reports.nextPageToken;
>   
>   // Repeat above until no more pages are found
>   } while (pageToken);
>   
>   // Return array of all products metrics
>   return productsDetails; 
> }
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b1ac8b5c-86c2-4f16-80bc-e9e885e64fc7n%40googlegroups.com.


PROHIBITED_FIELD_IN_SELECT_CLAUSE error

2021-12-27 Thread Angelina Tkachivska
Hi!
I am trying to pull "ad_group_ad.ad.image_ad.media_file" but it doesn't 
work, returns error:
Fault: errors {
  error_code {
query_error: PROHIBITED_FIELD_IN_SELECT_CLAUSE
  }
  message: "The following field may not be used in SELECT clause: 
\'ad_group_ad.ad.image_ad.media_file\'."
}
request_id: "9xOXa56iGQaQZ0L-sI9VFA"

Query: "SELECT ad_group_ad.ad.image_ad.media_file  FROM ad_group_ad WHERE 
segments.date BETWEEN "2021-12-24" AND "2021-12-27"

It doesn't work to pull only "ad_group_ad.ad.image_ad.media_file" and also 
"ad_group_ad.ad.image_ad.media_file" with other fields from report.

Could you explain why it doesn't work and how I can pull this data?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/af0d5046-40e8-4a76-8b52-192c79c574a4n%40googlegroups.com.


RE: set Conversion action for mobile APp

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Amol,

Thanks for reaching out. On line 98 of the Java AddConversionAction example, 
for the ConversionAction.newBuilder(), you can chain the setAppId method and 
pass your app ID as an argument.

Please let us know if you have any other questions on this.

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._5004Q2TkxoX: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/hgAv_0R4SJN800d1gCzua5RpqyVNh8UBPIWA%40sfdc.net.


RE: Asset based page feed

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Anis,

Thanks for reaching out to the Google Ads API support. With regards to your 
query, an Asset can be in multiple AssetSet objects. Please refer to this link 
for further details. However, with the AssetSetOperation you can do a single 
operation (create, remove) on an asset set. Please refer to this link for 
manual Dynamic remarketing to create a feed on your Ads.

Please check this blog before you create any page feeds on your campaign.

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._5004Q2TkwPR: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/8szaO0R4SK9R00HR0OXPi2Raq4RRXiQSC9mw%40sfdc.net.


Re: Issue CUSTOMER_NOT_ON_ALLOWLIST_FOR_ASSET_TYPE for CALL Asset type

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

Thanks for getting back to us. Well some accounts are still being transferred, 
as mentioned on this blog post that the following assets will be available by 
the end of the year:

Price assets

Hotel Callout assets

Mobile App assets

Call assets

Call to action assets


Please keep an eye on our blog for updates and announcements.

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._5004Q2Scr3O: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/_Km610R4SMHI005IB0K0HlR7Cj8nY8o5vKZA%40sfdc.net.


Migrating AdWords ReportDefinitionField to Google Ads API

2021-12-27 Thread 'Dylan Sprayberry' via AdWords API and Google Ads API Forum
On the AdWords API our application uses the ReportDefinitionService 
getReportFields() method for each report to retrieve each field's 
exclusiveFields 
list. Our service retains that list locally locally to ensure reports can 
be configured only to include only compatible fields.

In migrating to the Google Ads API, there appears to be no direct parallel 
for this functionality, and the GoogleAdsField returned by the 
GoogleAdsFieldService instead includes a selectable_with list that requires 
cross referencing the total list of available fields for each report to 
determine which fields must be excluded when a given field is selected.

Are we missing an easy way to solve this problem, or was this functionality 
simply not recreated for the Google Ads API? If the latter, how would you 
recommend dynamically maintaining a list of fields that must be excluded 
from each other while adhering to the API's request limits?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/020aa799-4cbf-4186-9c47-6efdeabd99e2n%40googlegroups.com.


Migrating AdWords ReportDefinitionField to Google Ads API

2021-12-27 Thread 'Dylan Sprayberry' via AdWords API and Google Ads API Forum
On the AdWords API our application uses the ReportDefinitionService 
getReportFields() method for each report to retrieve each field's 
exclusiveFields list. Our service retains that list locally to ensure 
reports can be configured only to include only compatible fields. In 
migrating to the Google Ads API, there appears to be no direct parallel for 
this functionality, and the GoogleAdsField returned by the 
GoogleAdsFieldService instead includes a selectable_with list that requires 
cross referencing the total list of available fields for each report to 
determine which fields must be excluded when a given field is selected. Are 
we missing an easy way to solve this problem, or was this functionality 
simply not recreated for the Google Ads API? If the latter, how would you 
recommend dynamically maintaining a list of fields that must be excluded 
from each other while adhering to the API's request limits?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/583ee555-e59a-4c52-afb2-82985f7fdb57n%40googlegroups.com.


RE: conversion_action_error: Creation of this conversion action type isn't supported by Google Ads API

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Amol,

Handling Third Party Analytics conversions is discussed here. This conversion 
actions should already exist by default. You can enable the conversion action 
by changing its status using the ConversionActionService update method.

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._5004Q2TkyY6: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/S7uRT0R4SNMS00FnKp2ouZQbyXKLs5Czps6Q%40sfdc.net.


RE: how to set conversion tracking for IOS app php v8 API

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Amol,

Thanks for reaching out. There is not an iOS specific conversion action type. 
Please see a list of supported conversion action types here. If you are 
referring to a specific conversion action that is supported in the UI, please 
let us know.

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._5004Q2TkyQr: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/Bo7Xl0R4SNTG00pOvPjPwrRveUVQVKdDRF1A%40sfdc.net.


Re: "suggestKeywordThemes" is different from the UI

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Chen,

Thank you for the reply.

I would like to inform you first that I am going to delete your reply as it 
contains personal information.

Moving forward to your concern, I can see that aside from keyword theme, you 
also set the final_url, language_code and business_context. With this, you need 
to set these values as well in the Google Ads UI and compare it in the API 
result again. If the issue persists, please provide the updated screenshot of 
the UI and the updated 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 
googleadsapi-supp...@google.com.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2TkfyX: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/JEjRO0R4T3JF00PsRpW1MzQCCO572kLd8c8g%40sfdc.net.


The caller does not have permission

2021-12-27 Thread sumanth reddy
Hi Team,

I am trying to fetch customer details using GAQL.
I am unable to fetch few customer details and i am receiving the response 
as below

"message": "The caller does not have permission",
"status": "PERMISSION_DENIED",

Please help how can i solve this issue.

Thanks
Sumanth

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/11f23a24-f12c-4a8f-93b0-e07d496aefban%40googlegroups.com.


RE: Google Discovery Campaign - third party tags & API support

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Sethu,

Thank you for reaching out to us.

In the Google Ads API's perspective, supported campaign types are mentioned 
here. I'm afraid that the Google Ads API currently doesn't fully support 
discovery campaigns. Discovery campaigns maybe returned with UNKNOWN type in 
Reports. Our team already raised a feature request for this; however, this 
isn't a guarantee if this will be supported in the API soon. That said, we 
recommend that you follow our blog for updates and new releases.

Regards,

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


RE: How to get the products ID, Impressions and Clicks, Cost and ROAS from Google Ads using Ads Script?

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Marcus,

Thank you for reaching out to us. However, I'm afraid that this forum channel 
can only provide technical assistance related to Google Ads API. With this, we 
would recommend to post your concern on Google Ads Scripts forum via this link 
instead for further assistance.

Regards,

Teejay Wennie Pimentel
Google Ads API Team
ref:_00D1U1174p._5004Q2Tl2q9: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/QmRnH0R4T7CW00dEb9od6KTlOEaUDj2JVq1w%40sfdc.net.


Re: Null display_url when using responsive video ad

2021-12-27 Thread 'João Corsini' via AdWords API and Google Ads API Forum
Hello,

Are there any new updates or details for the questions regarding the 
breadcrumb / path?

Thank you!

On Tuesday, December 14, 2021 at 4:30:48 PM UTC+2 adsapi wrote:

> Hi João,
>
> Thank you for privately supplying us with your screenshots and other 
> details. My team is already reviewing your request. You may monitor our 
> blog  for 
> an update.
>
>
> Regards,
>
> [image: Google Logo] 
> Aryeh Baker 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2SeXI4: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/801b5c1a-a9d0-476b-9dba-8251c29fbd10n%40googlegroups.com.


RE: PROHIBITED_FIELD_IN_SELECT_CLAUSE error

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Angelina,

Thank you for reaching out to us.

Could you provide the full error message, which is usually included in the 
complete logs (request and response with request-id)? This will greatly help us 
identifying the error so we could provide guidance accordingly. 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 Reply privately to author option. If this option is not 
available, then send it instead on this email address 
googleadsapi-supp...@google.com.

Regards,

Teejay Wennie Pimentel
Google Ads API Team
ref:_00D1U1174p._5004Q2TlE39: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/TIlPP0R4TBHH004y-MAQy6QXex-IYzvBTvXQ%40sfdc.net.


RE: REST API Get request to generate KeywordPlanHistoricalMetrics in PHP

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Mostafa,

Thank you for reaching out to us.

It appears that your concern is more on implementation/integration of our 
client libraries rather than anything specific to Google Ads API itself. Since 
this is more of implementation/integration specific issue, then we would 
recommend reaching out the PHP developer who maintain our client libraries here.

Regards,

Teejay Wennie Pimentel
Google Ads API Team
ref:_00D1U1174p._5004Q2Tl4vM: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/gBVCa0R4TBLS00FpoWG_YWQgOUaMoUp-h10w%40sfdc.net.


Re: Add keyword with FinalUrl

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

Thank you for getting back to us.

As for your concern related to Final URLs, have you check on this guide? You 
can also refer to the sample code here on how to add FinalUrls.

For more details on the FinalUrl's property, you can reach out to the client 
library owners via this link instead.

Hope this helps.

Regards,

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


RE: The caller does not have permission

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Sumanth,

Thanks for reaching out to us.

Could you provide us with the complete request and response logs with the 
request-id generated when you received the PERMISSION_DENIED error, so our team 
can better check?

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 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.

Regards,

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