Re: awaiting response for my google ads api application

2023-08-09 Thread Ahmed Ali
Hey,

Thanks for your response!

I don't have a case ID as they never sent a confirmation email after
filling out the application. I just filled out the compliance team form for
the 2nd time and here's the full URL, not sure if the id in the end may
help you:
https://support.google.com/adspolicy/contact/contact_ads_api?sjid=8917566288770320608-EU

Will appreciate you escalating this as our website is ready to launch and
we are just waiting for this access.

Thanks,


On Thu, Aug 10, 2023 at 1:24 AM Google Ads API Forum Advisor
 wrote:

> Hi,
>
> Thanks for reaching out to Google Ads API Support.
>
> Please note that with regards to concerns related to the granting and
> approval process of these tokens are already outside of the scope of the
> Google Ads API support team as our team specializes in Google Ads
> API-related concerns and technical implementations *only*. To ensure you
> get proper assistance, we are reaching out to the *Google Ads API
> Compliance team* on your behalf.
>
> In addition, can you provide the *Case ID *in the format of
> #-# after submitting the request of the access level, so that
> the Compliance team can further assist you with your concern?
>
> @Compliance Team
> Please find the pertinent details below and confirm if you are able to
> assist.
>
> *Summary:*
>
> The customer applied for Google Ads API access over 10 days ago and
> haven't received any response yet. They also filled out the compliance team
> form 3 days ago, but have not heard back.
>
>- *Case ID : *(requested)
>- *Google Ads manager account (MCC) ID* *:* 735-718-4186
>
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2nqOMV:ref"
>
> Thanks,
>
> [image: Google Logo] Google Ads API Team
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAB574LhF9t4xb1jT%3D9p%2B_BRDZqWPY9qi7DTV8RyWjmi3s7cdcg%40mail.gmail.com.


Awaiting Response for My Google Ads API Application

2023-08-09 Thread Ahmed Ali
Over 10 days ago, we applied for Google Ads API access and haven't received 
any response yet. We also filled out the compliance team form 3 days ago, 
but have not heard back. 

We will appreciate any help escalating it, as our app is ready to launch 
and is pending this access. 

Customer ID: 735-718-4186

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a8f21e35-9b77-4eb5-8b4e-2d5392977d06n%40googlegroups.com.


'google.protobuf.pyext._message.RepeatedCompositeCo' object has no attribute 'text

2020-01-22 Thread Ahmed Ali


I am trying to create a simple responsive ad following the reference 
material 

 here, 
but I keep getting the error below, not really sure what it's wrong, as it 
looks straight forward to me:

  ad_group_ad_service = client.get_service('AdGroupAdService', version='v2')
  ad_group_service = client.get_service('AdGroupService', version='v2')

  #Create ad group ad.
  ad_group_ad_operation = client.get_type('AdGroupAdOperation', version='v2')
  ad_group_ad = ad_group_ad_operation.create
  ad_group_ad.ad_group.value = ad_group_service.ad_group_path(customer_id, 
adgroup_id)

  #Setting variable values.
  resp_image =  ad_group_ad.ad.responsive_display_ad.marketing_images.add()
  resp_image.asset.value = "7856501228"
  ad_group_ad.ad.responsive_display_ad.headlines.text.value = "headline1  text"
  ad_group_ad.ad.long_headline.text.value = "long_headline text "
  ad_group_ad.ad.descriptions.text.value= " Descriptions text "
  ad_group_ad.ad.business_name.value= "Buisness name text "


AttributeError: 'google.protobuf.pyext._message.RepeatedCompositeCo' object 
has no attribute 'text'

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2469cff9-1b72-480d-a283-ff8d71fbff76%40googlegroups.com.


Re: Creating Responsive display ads with google ads api

2020-01-22 Thread Ahmed Ali
Hey guys,

I keep getting the below error when creating headlines & description. 
Although it looks straight forward to me, any idea? Are you facing the same 
issue?

*ad_group_ad.ad.responsive_display_ad.headlines.text.value = "headline1  
text"*

AttributeError: 'google.protobuf.pyext._message.RepeatedCompositeCo' object 
has no attribute 'text'

On Tuesday, May 28, 2019 at 8:24:25 PM UTC+4, adsapiforumadvisor wrote:
>
> Wonderful! Happy to help!
>
> Best,
> Ben, Google Ads API Team
>
> ref:_00D1U1174p._5001UAqMsW: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/cabbbf3b-5b24-4691-8cf1-16d5f8774549%40googlegroups.com.