Re: LeadFormAsset creation, LeadFormCustomQuestionField problem

2022-09-06 Thread Anna Lysak
Thanks, Heidi,
I will be looking forward to your reply when the issue is fixed, because we 
need custom questions.

On Monday, September 5, 2022 at 8:53:28 PM UTC+3 adsapi wrote:

> Hi Anna,
>
> Thank you for the reply.
>
> I had to delete your post since complete logs posted on the forum. For the 
> reference, you may refer to below without sensitive information:
>
> “
>
>
>
>
>
>
>
>
>
> *URL was: 
> https://googleads.googleapis.com/v11/customers/X/assets:mutate 
>  
> "requestId": "XX" - this is request ID from the previous request I run 
> another request with the same data: Full request is:  Full Response is 
> this: { XX } Response headers:*”
>
> *Moving forward, upon checking your provided logs, I can confirm that the 
> format you have used is correct. That said, allow me to raise this issue to 
> my team for further checking. Rest assured that we will provide updates 
> when they become available.*
>
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2dvTj4: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/8dd013ec-d6ca-4586-b3d2-0135b64b9a8cn%40googlegroups.com.


Is there is any way to get campaign changed status update on my endpoint as it is webhook?

2022-09-06 Thread 'Yehor Iliushchenko' via Google Ads API and AdWords API Forum
Hello, is there is any way to setup a web-hook, which will send me 
'campaign changed status' event to api endpoint on my side.

Is update fetch via cron is the only way to understand campaign been 
approved?

What to do, if i have 1000 clients with 1 company each? I would need to 
fetch each client campaigns update independently, which will lead me to 
5000 limit pretty quick?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/90124041-b789-48ad-aeed-dfcc5a871d97n%40googlegroups.com.


Re: get customer campaigns list, REST API

2022-09-06 Thread Anna Lysak
Thank you very much! It works!

 


On Monday, September 5, 2022 at 9:58:23 PM UTC+3 adsapi wrote:

> Hi Anna,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> The URL sent is incorrect, and this is the reason you received the error 
> 404. Instead, you may use the ‘
> *https://googleads.googleapis.com/v11/customers/6074981807/googleAds:search* 
> ' 
> to get all the campaigns.
>
> Following are the two endpoints to fetch the objects from Google Ads:
>   
>
> search 
> 
>
> POST /v11/customers/{customerId}/googleAds:search
>
> Returns all rows that match the search query.
>
> searchStream 
> 
>
> POST /v11/customers/{customerId}/googleAds:searchStream
>
> Returns all rows that match the search stream query.
>
>
>
> To get the all the campaigns, you may use below GAQL:
>
>
> SELECT
>
>   campaign.name,
>
>   campaign.status, 
>
>  metrics.impressions,
>
>   metrics.clicks,
>
>   metrics.ctr,
>
>   metrics.average_cpc,
>
>   metrics.cost_micros
>
> FROM campaign
>
> ORDER BY campaign.id
>
> You may refer to this example *guide* 
>  
> for the reports. Also, the *Query Cookbook* 
>  guide 
> contains many reporting samples that correspond to some of the default 
> Google Ads screens and work with the same environment variables used in 
> this guide. Our *interactive query builder* 
> 
>  
> tool is also a great resource for building custom queries interactively.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
>  
>
>  
>
>
> ref:_00D1U1174p._5004Q2dvToi: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/114c1704-bd1d-4c67-a71e-864d338f071en%40googlegroups.com.


Get base64 data for imageAsset

2022-09-06 Thread Anna Lysak
Hi Google Team! 
Could you please help me on this:
How can I get image asset data field - that one base64 encoded? I mean this:
params = {
"query": "SELECT asset.id, asset.name, asset.resource_name, asset.type, 
asset.image_asset.mime_type, asset.image_asset.data FROM asset WHERE 
asset.id = X"
}

url = 
'https://googleads.googleapis.com/v11/customers/XXX/googleAds:search' 
response = await aiohttp_session.post(url, json=params, headers=headers)
query without asset.image_asset.data works and return requested fields, but 
with data field it responds:
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v11.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"queryError": 
"PROHIBITED_FIELD_IN_SELECT_CLAUSE"
},
"message": "The following field may not be used in 
SELECT clause: 'asset.image_asset.data'."
}
],
"requestId": "Zmal0VKtrZDYVQgFbM6CWA"
}
]
}
}

Request ID is "*Zmal0VKtrZDYVQgFbM6CWA*"
What select query should I have for this?
Thanks in advance!

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/ff8955ef-eeaa-4c9a-919d-9316784f6cfcn%40googlegroups.com.


Re: app installs data in report

2022-09-06 Thread tonero
Hello, last week, I was informed that a feature request will be raised for 
the installations and in-app-actions fields to be added at the ad group 
level. Is there any progress in this regard? 
Thank you

On Tuesday, August 30, 2022 at 10:59:26 AM UTC+2 adsapi wrote:

> Hi Tonero,
>
>
> Thank you for getting back to us. I work with Carmela and allow me to 
> assist you here. I hope you are doing well today.
>  
>
> Moving forward, regarding this, *"Is there a way to get app installs 
> values from the API at Ad_Group level?" *I'm afraid that this 
> biddable_app_install_conversions and biddable_app_post_install_conversions 
> field is not supported in the ad_group report. To see the metrics and 
> segments that can be put in the same SELECT clause as the fields of 
> customers, you may refer to this documentation 
>  by 
> clicking “Yes, it is” in the dropdown box.
>
>
> However, in order for us to create a feature request for this, could you 
> please provide a complete screenshot of the Google Ads UI showing that 
> biddable app install conversions and biddable app post install conversions 
> are available at the Ad Group level?
>
>
> You can provide it via Reply privately to the author option. If this 
> option is not available, then send it instead on this email address 
> googleadsa...@google.com.
>
>  
>
> Regards,
> [image: Google Logo] 
> Darwin 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2dokav: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/9dc141ec-0a38-4a52-84d3-d32747933cefn%40googlegroups.com.


ImpressionReach not getting

2022-09-06 Thread Audit XPLAIN

Hello!

We noticed that we are not getting Unique Cookies information from our 
campaigns.

Why? There is any rule we do not know? We read about how to get unique 
cookies in the documentation but seems not logic that one campaign shows 
them ..

Thanks in advance!

-- 




--


*This email and all attachments are confidential and are 
intended solely for use by the individual to whom this email is addressed. 
If you are not the intended recipient, you should not use, print, disclose, 
distribute, copy or otherwise use this email or take any action in reliance 
to its contents. Any views, opinions and content expressed or contained 
herein and its attachments are solely those of the sender and do not 
necessarily represent XPLAIN. Nothing contained in this email constitutes a 
commitment or a binding agreement, unless otherwise clearly and 
unconditionally expressed by the Director legally representing XPLAIN.*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0dd25fa7-3c9e-4eac-9823-143c5381cd18n%40googlegroups.com.


Re: How to extract key in conversion action snippet tags

2022-09-06 Thread SJ Sagar
Hii sherwin

Hope you are well

Thanks for replying me

Can we get snippet code at the time of creating conversation by its response


Thanks

On Tue, Sep 6, 2022, 11:46 Google Ads API Forum Advisor
 wrote:

> Hi,
>
> Thank you for getting back to us. I am Sherwin from Google Ads API support
> team and I hope that you are doing well today.
>
> Upon checking on the thread, it seems like my colleague Ernie already
> answered your question. Please check the message he sent below:
>
>- *Please note that the only field that can be used to extract tag
>snippets of the conversion action is the conversion_action.tag_snippets
>field. With this, I am afraid that there is no way to extract the value
>from the 'send_to' field alone. You will need to create a process on your
>end where you will separate the said value from the returned response of
>the API.*
>
>
> Please let us know if you have other concerns.
>
> Kind regards,
> [image: Google Logo]
> Sherwin Vincent
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2aqtxo: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/CAMCoLouZ2-V4AA81dNK9x7m%2B4Pp0HWQwDHe79rEXemQS7fsCYA%40mail.gmail.com.


RE: ImpressionReach not getting

2022-09-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to us.

It appears that your concern is related to the Google Ads UI. You could open 
your concern to the Advertiser's Community Forum instead as the product owners 
are better equipped in assisting you here.

Best regards,

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


Re: How to extract key in conversion action snippet tags

2022-09-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi SJ,

Thank you for your reply.

Unfortunately, the tag_snippets (output only) would not be included in the 
response right after creating the conversion action. Even if the 
MUTABLE_RESOURCE setting is used, it will only allow for returning the mutable 
attributes or fields.

You would need to perform a separate request using the conversion_action report 
to extract its associated conversion_action.tag_snippets.

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5004Q2aqtxo: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/808Ao0RHSLBR00qLnsNlD_So6wuRF0aaT8RQ%40sfdc.net.


Unable to connect Google Ads Tableau Connector

2022-09-06 Thread Ravi
Hi Team,

I am unable to connect the Google Ads (Deprecated) connector in tableau, 
please help me with that. I have LinkedIn my google ads account to Google 
Ads Manager, but it's not working.

Thanks and Regards,
Ravi K

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f47827c2-e174-4a78-a0b1-0738c1d41a65n%40googlegroups.com.


customer_client.status

2022-09-06 Thread Eric Nagel
Why is customer_client.status always coming back as 2 ("ENABLED") for me? 
I'm pulling info from an account that I know is suspended, so I expect 4 
("SUSPENDED") but instead I'm getting 2.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c4b08489-532a-40b0-bae0-0250a1c921e3n%40googlegroups.com.


RE: customer_client.status

2022-09-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eric,

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

To further investigate this, could you please provide more information where we 
can see this ("ENABLED")  and ("SUSPENDED") in customer_client.status, are you 
referring to the Google Ads API and Google Ads UI discrepancy? If yes, then you 
can provide us with the Google Ads UI. Also, it would be helpful to us if you 
can provide the complete API logs within the format of request and response 
logs with the request-id that 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. This information will help our team to better check this issue.

For 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._5004Q2dvwIU: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/jcOq30RHSV6L00OgSFPHh6TyqybbSq52pUZw%40sfdc.net.


Re: Google Ads API

2022-09-06 Thread Priti Getkewar

Thank you for your reply. Can you provide me the link for this feature 
request and timeline when it would be made available
? 
Can we raise the priority of this request?
Can you pls share the link for google Ads Data transfer services support?

Thanks
Priti
On Friday, September 2, 2022 at 1:02:07 AM UTC-4 adsapi wrote:

> Hello Priti,
>
> This is Carmela, also from the Google Ads API team. Thank you for 
> providing the screenshot.
>
> Upon seeing the provided screenshot, it appears that you are referring to 
> reach 
> metrics . 
> That being said, you may check this documentation 
>  to 
> know more as to which metrics are currently supported in the Google Ads 
> API. 
>
> With regard to the reach metrics, I am afraid that this is not available 
> in the API. However, our team has already previously created a feature 
> request, subject for review, regarding its availability in the API. For 
> now, you may for now keep an eye on our blog 
>  for 
> updates when they become supported.
>
> Regards,
> [image: Google Logo] 
> Carmela 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2duGAe: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/201a5eb1-7a21-47f3-8355-32ced723fa12n%40googlegroups.com.


RE: Unable to connect Google Ads Tableau Connector

2022-09-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ravi,

Thanks for reaching out to the Google Ads API Forum.

Unfortunately, our team would not be able to assist you further with connecting 
Google Ads (Deprecated) connector in tableau. Our team provides support to the 
Google Ades API related concern. I understand that the tableau third party tool 
is configurable with AdWords API (deprecated), but our team does not have 
access, so unable to comment further.

However, our team would help you to configure the new Google Ads API on your 
end. You may refer to this guide for the quickstart. For your another question 
“ I have LinkedIn my google ads account to Google Ads Manager, but it's not 
working.”, could you confirm if you’re getting an API error? If so, you may 
provide us complete logs without redacting customer_id and MCC Id from your 
request, so that we can check better. For the client library, logging can be 
enabled by navigating to the Client libraries > Your client library (ex .NET) > 
Logging documentation, which you can access from this link.

Please take note to provide the logs via reply privately to author option.

Regards,

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


Re: How to extract key in conversion action snippet tags

2022-09-06 Thread SJ Sagar
Thank you for your response.

On Tue, Sep 6, 2022 at 7:53 PM Google Ads API Forum Advisor
 wrote:

> Hi SJ,
>
> Thank you for your reply.
>
> Unfortunately, the tag_snippets
> 
>  (output
> only) would not be included in the response right after creating the
> conversion action. Even if the MUTABLE_RESOURCE
> 
> setting is used, it will only allow for returning the mutable attributes or
> fields.
>
> You would need to perform a separate request using the conversion_action
> 
> report to extract its associated conversion_action.tag_snippets
> 
> .
>
> Best regards,
>
> [image: Google Logo]
> Peter Laurence
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2aqtxo: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/CAMCoLovSpaZZ37jaNXWfvOxSqOLPo5-o41pirc1Ry0S1ewiofQ%40mail.gmail.com.


Re: How to extract key in conversion action snippet tags

2022-09-06 Thread SJ Sagar
hii sherwin

Hope you are well

as you said I tried to take tag_snippets using report but it get
unidentified response

Response is --> Error occurred during parsing: Error occurred during
parsing: Fail to push limit.

Please help

On Tue, Sep 6, 2022 at 11:57 PM SJ Sagar  wrote:

> Thank you for your response.
>
> On Tue, Sep 6, 2022 at 7:53 PM Google Ads API Forum Advisor
>  wrote:
>
>> Hi SJ,
>>
>> Thank you for your reply.
>>
>> Unfortunately, the tag_snippets
>> 
>>  (output
>> only) would not be included in the response right after creating the
>> conversion action. Even if the MUTABLE_RESOURCE
>> 
>> setting is used, it will only allow for returning the mutable attributes or
>> fields.
>>
>> You would need to perform a separate request using the conversion_action
>> 
>> report to extract its associated conversion_action.tag_snippets
>> 
>> .
>>
>> Best regards,
>>
>> [image: Google Logo]
>> Peter Laurence
>> Google Ads API Team
>>
>>
>> ref:_00D1U1174p._5004Q2aqtxo: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/CAMCoLosZc0SrWnp2NX71DovXd%2B072v4c0sROYzWkHG20d%3DQJ%2BA%40mail.gmail.com.


Re: Google Ads API

2022-09-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Pritti,

Thank you for your reply. I'm also a member of the Google Ads API support team 
and allow me to assist you here.

I am afraid that, our team has no definite timeline to know when it will be 
completed also this feature request is for internal so we cannot provide a link 
regarding this. You may please keep an eye on our blog post and to the New and 
Improved in the Google Ads API for updates or announcements when it becomes 
available. However, for this "link for google Ads Data transfer services 
support" that you mentioned. Could you please confirm if you mean this is the 
BigQuery Data Transfer Service support team? If yes, then I can refer you to 
their support channels via this link.

Best regards,

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


Google Ads Conversion API

2022-09-06 Thread Moira Leon
Hi All, I am trying to set up a custom conversions/events API for Google 
Ads similar to the following done through post requests. I am having a 
challenging time generating an access token for the Google Ads API which 
seems to be much more complex.

*Snapchat Access Token 
*

Tik Tok Access Token 


Pinterest Access Token 


Facebook Access Token 



Is this the correct documentation? The process for generating an access 
token seems inflated.

https://developers.google.com/google-ads/api/docs/first-call/overview

Thank you in advance!

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/549a57de-77a5-478d-860b-6176bcdef838n%40googlegroups.com.


Re: Unable to create a Media Bundle Asset through Ads API

2022-09-06 Thread 'james.r...@adpearance.com' via Google Ads API and AdWords API Forum
@Ionut Mihai, did you ever figure out a solution or workaround here? We are 
running into a similar issue, unable to upload a HTML5 template via the 
API. Same bundle works fine through the Google Ads UI and passes 
verification here: https://h5validator.appspot.com/adwords/asset
On Friday, March 4, 2022 at 12:14:20 AM UTC-8 Ionut Mihai wrote:

> Any news on this? It's been another month without any response. I've sent 
> the complete logs and data two times already.
>
> On Wednesday, February 2, 2022 at 5:00:21 AM UTC+2 adsapi wrote:
>
>> Hi Ionut,
>>
>> Thank you for following up and providing more details to you concern.
>>
>> So that I can raise the issue to the team and to know if the media that 
>> you uploaded met the requirement for the specific media type, would you be 
>> able to provide the media that you are trying to upload in the Google Ads 
>> API? Please provide it via *Reply privately to author* option or to this 
>> email address googleadsa...@google.com if this option is not available.
>>
>> Regards,
>> [image: Google Logo] 
>> Ernie John Blanca Tacata 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q28nzfB: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/85a86ae2-b693-4b3c-8643-f0c960050a72n%40googlegroups.com.


RE: Google Ads Conversion API

2022-09-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for raising your concern.

On the Google Ads API perspective, if what you want is to only generate access 
token, then you can follow one of the guides below:
Generate tokens (9th step)
Access and refresh token

Let me know if you have questions with the provided guides.

Regards,

Ernie John
Google Ads API Team
ref:_00D1U1174p._5004Q2dw0t4: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/Y7MIS0RHTJ6100yFi77Mm4TEKhnp4BULdUcw%40sfdc.net.


Re: Performance Max metrics and assets

2022-09-06 Thread Google Ads API and AdWords API Forum
Hello,

Thank you for reaching out to our API support team.

For us to provide specific recommendations, could you provide us with the 
complete Ads UI screenshot showing the Performance Max related information 
that you've mentioned in your questions below? 

 "*Is it possible (or what's the best way) to fetch metrics and thumbnails 
(image or video assets) for Performance Max campaigns?*"

Regards,
Anthony
Google Ads API Team

On Thursday, September 1, 2022 at 1:24:34 AM UTC+8 Google Ads API and 
AdWords API Forum wrote:

>
> Reposting the last inquiry ( 
> https://groups.google.com/g/adwords-api/c/ux2k6cSyaR4 ) from the forum as 
> it wasn't routed to our support queue.
>
>
> Regards,
> Jinky
> Google Ads API Team
> On Thursday, August 25, 2022 at 4:32:07 PM UTC+8 vyta...@whatagraph.com 
> wrote:
>
>> Is it possible (or what's the best way) to fetch metrics and thumbnails 
>> (image or video assets) for Performance Max campaigns?
>>
>> For other types of ads I'm using this query:
>>
>> SELECT
>> metrics.impressions,
>> metrics.clicks,
>> campaign.name,
>> ad_group_ad.ad.name,
>> ad_group_ad.ad.image_ad.image_url,
>> ad_group_ad.ad.responsive_display_ad.marketing_images,
>> ad_group_ad.ad.type,
>> ad_group_ad.ad.id,
>> ad_group_ad.ad.video_ad.video.asset,
>> ad_group_ad.ad.video_responsive_ad.videos,
>> ad_group_ad.ad.app_ad.images
>> FROM
>> ad_group_ad
>> WHERE
>> segments.date BETWEEN '2022-07-01'
>> AND '2022-07-31'
>> AND ad_group_ad.ad.type IN('IMAGE_AD', 'IN_FEED_VIDEO_AD', 
>> 'RESPONSIVE_DISPLAY_AD', 'VIDEO_TRUEVIEW_IN_STREAM_AD', 'VIDEO_BUMPER_AD', 
>> 'VIDEO_RESPONSIVE_AD', 'APP_AD', 'VIDEO_NON_SKIPPABLE_IN_STREAM_AD')
>> AND metrics.impressions > 0
>> ORDER BY
>> metrics.impressions DESC
>>
>> and I get almost everything I need with a single query. I can extract 
>> assets for returned rows separately if needed.
>>
>> Is there a similar way to do it with Performance Max campaigns or do I 
>> have to resort to fetching metrics separately and then make a separate 
>> query to asset_group_asset 
>>  
>> and then map the rows myself?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0741e16d-054b-4fee-b797-fb521dff74d4n%40googlegroups.com.