How to retrieve underlying Google Ads query from UI report

2023-09-26 Thread Swetha Ranganath
Hi There,

I have been looking to replicate the below report using GAQL and unable to
build the query as 'hour of the day' segment is missing for 'video_views'
metrics.

[image: image.png]
 Could you please advise me?

Thank you.

Regards,
Swetha

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAPKEAy0%2BmVfRGy-s27-fjxhPCHnCJLQDTk9hcoMSfXe1r7SuMg%40mail.gmail.com.


Youtube data API V3 and GoogleSignIn Approval process .

2023-09-26 Thread amar saroj
Hi Dear Google Expert ,

  I have developed a application  using Youtube data API  and GoogleSignIn
where i have applied for approval and done 1 months but he did not get any
response from that side whereas he is saying that : -
  [* The Trust and Safety team has received your form. They will contact
you by email if necessary. The review process can take up to 4–6 weeks.
Expect the first email from our Trust and Safety team within 3–5 days. Your
last approved consent screen is still in use.*].
  Now tell me what can i do to get fast approval and other movement
further. please reply as soon as possible.

Thank You
Your Sincerely little developer

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAEGj9QUB-6rRV6pddCp%2B4wxMcDb9_Fg-8h0ackVgjogBfatnNw%40mail.gmail.com.


uploadConversionAdjustments for uploadCallConversions method.

2023-09-26 Thread Alexis S
Hello!
Have successfully done an uploadConversionAdjustments for the 
uploadClickConversions method, and now  need to do the same but for the 
uploadCallConversions method and it returns an error if used callerId 
instead of gclid. How can solve that?

This is the way I did it for uploadCallConversions and it worked correctly 
for me:

--
METHOD: customers.uploadConversionAdjustments
 
ENDPOINT POST: 
https://googleads.googleapis.com/v13/customers/[customer-id]:uploadConversionAdjustments

BODY: 
{
  "conversionAdjustments": [
{
"gclidDateTimePair": {
"gclid": "[gclid]",
"conversionDateTime": "2023-09-23 01:15:00-05:00"
},
   "adjustmentType": "RETRACTION",
   "conversionAction": 
"customers/[login-customer-id]/conversionActions/[conversion-action]",
   "adjustmentDateTime": "2023-09-26 10:30:00-05:00"
}
  ],
  "partialFailure": true,
  "validateOnly": true
}

HEADERS:
developer-token: [developer-token]
login-customer-id: [login-customer-id]
Authorization: Bearer [Authorization]

--

Await your response, thank you very much!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7d54e654-d3da-40b8-93f9-1afb357ef06fn%40googlegroups.com.


Get Cart related metrics for campaign

2023-09-26 Thread Amplicomm
Hi,

Is there a way to get data for following fields which are shown in campaign 
ui on google ads through api or GAQL?

Add to cart 
Begin checkout 
Views 
Orders 
Revenue 
Results value 
Avg. order value 
Avg. cart size 
New customers

Thanks in advance for the reply

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c162297d-75a3-4315-a438-66f54dcdc3b8n%40googlegroups.com.


API token was downgraded to Testing (without any reason) !!!

2023-09-26 Thread Pasha Zaft
Hello, 

We just got an email that our Google API token changes to Basic and then to 
Testing.
We have thousands of live accounts.

Please help!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/101eb029-b0fa-44c7-b684-34a6e3a82045n%40googlegroups.com.


AssetPerformanceLabel access for Performance Max Campaigns

2023-09-26 Thread Sean McDonald - MDM
Hi,

Does anyone know when this data is going to be available to access for PMax 
campaigns via the API?  From what I can see 'Currently we only support 
AdGroupAdAssetView for AppAds and Responsive Search Ads.' - 
https://developers.google.com/google-ads/api/fields/v14/ad_group_ad_asset_view

Thanks,

Sean

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d0117fe6-5f9d-490c-8326-a64b3b4c6b7en%40googlegroups.com.


Re: Applied Standard Access a week ago, but still get no response.

2023-09-26 Thread Jinxuan Zhu

I just filed another compliance form, so I can get a case id from 
insepction the POST request:

Case Id: 7-995935189
On Tuesday, September 26, 2023 at 3:20:18 PM UTC-4 Jinxuan Zhu wrote:

> The MCC id of Google Ads account is 967-779-5883, and the email is 
> j...@egenerationmarketing.com. I applied Standard Access two times around 
> one week ago and around and around three weeks ago. Both application get no 
> reply.
>
> I don't have a Case Id because the applied form doesn't give me a case id.
>
> I submitted Google Ads API Compliance Form but it still doesn't get reply.
>
> Can you help me with it?
>
> Thank you, 
> Jinxuan Zhu @ eGenerationMarketing Inc.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1669a169-89ad-4d1b-aab6-08321a939252n%40googlegroups.com.


BUY TOP QUALITY TRIPPY FLIP MILK CHOCOLATE BARS USA

2023-09-26 Thread Graupner Jackson
 

Buy quality trippy flip magic mushrooms USA

https://buypolkadotmushroombars.com/product/trippy-flip-chocolate-bar/

Order Trippy Flip Chocolates, one of the best selling mushroom chocolates 
in the United States in 2023 . Trippy Flip chocolate gets its name 
from emmys award winning animation  Rick and Morty. It received the award 
for the best outstanding animated program in 2020 . It also ha so many 
nominations on different platforms . Hence the growth in popularity of the 
Trippy Flip Milk Chocolate bars .  Rick and Morty animation is an American 
grown-up energized sci-fi container made by Justin Roiland and Dan Harmon 
.  With the Rick and Morty show entering a sixth season this only goes to 
show how the popularity of this shroom chocolate bar will be enhanced.

https://buypolkadotmushroombars.com/product/trippy-flip-chocolate-bar/

Trippy Flip Chocolates can also be called Rick and Morty Chocolate bars 
,Trippy Bars and Trippy treats .Trippy flip mushroom chocolate bars are 
made from the best dark milk chocolates with infused portions of the best 
psilocybin mushroom. For an amazing experience hurry now to our shroom 
chocolate store . And get yourself some trippy treats or better still 
some Fun Guy Chocolates.

What Are Rick And Morty Chocolate Bars

Firstly Rick and Morty Chocolate bars (Trippy treats chocolate bars)  
are  excellent combination of crunchy , delicious caramel and creamy 
chocolate with infused extracts of the best psilocybin mushrooms. Making it 
perfect for sharing amongst psychedelic edible lovers. Also this shroom 
chocolate is accessible to all of the required age group (+18). And in 
search of an ideal store to order for Trippy Flip we are here to satisfy 
your needs. Again we Make it our priority at Fun Guy to provide our shroom 
chocolate fans with the best quality chocolates . Our Rick and Morty 
chocolates have been lab tested and undergone extensive procedures to make 
sure they are healthy for consumption. Finally hurry now and order some 
Trippy Flip Bars .

Rick  and Morty Trippy Flip Chocolate Review

To begin with our Trippy Flip mushroom bars have been specially made from a 
traditional recipe, which features fine quality ingredients and does not 
include any artificial flavors. Also our extra creamy and crispy Trippy 
Flip Milk Chocolate aims to please connoisseurs who enjoy the aroma, taste 
and texture of a unique shroom chocolate bar . Rick and Morty Chocolate 
Bars are an absolute delight.

Again, Trippy Flip Rick and Morty Chocolates are packed in a sealed bag to 
preserve its taste , flavor and freshness.

Once more our Rick and Morty Trippy Flip mushroom chocolates are 99% Fat 
Free and 100% Cholesterol Free. Also we do not add any Artificial Flavors 
or Preservatives.

Trippy Flip  Chocolate Flavors

The fun giving Trippy  Flip Bars have a couple of exciting new flavors 
customers are able to chose from . This amazing flavors include ;

Trippy Flip Milk Chocolate,
Trippy Flip Waffle,
Cookies and Cream
Trippy Flip Dark Mint and
Trippy Flip Crunch.

 Further more this 
amazing flavors can be felt from their own  uniquely layered structure. 
Each bite will reveal new exciting tastes and textures. As the thin sheets 
separate with each nibble, making it an exciting journey for all five 
senses. Made from very high-grade psilocybin extract and  premium milk 
chocolate are designed to allow the consumer to enter the orbits of the 
euphoric cosmos with little to non mushroom aftertaste!

https://buypolkadotmushroombars.com/product/trippy-flip-chocolate-bar/

Redirect

CHOCOLATE BARS

https://buypolkadotmushroombars.com/product/polkadot-viet-ice-coffee-magic-belgian-chocolate-for-sale/

https://buypolkadotmushroombars.com/product/polkadot-whoppers-mushroom-belgian-chocolate-bar/

https://buypolkadotmushroombars.com/product/polkadot-the-original-og-magic-belgian-chocolate/

https://buypolkadotmushroombars.com/product/polkadot-toblerone-belgian-chocolate-bar-polkadot-official/

https://buypolkadotmushroombars.com/product/wonder-bar-mushroom-chocolate/

https://buypolkadotmushroombars.com/product/trippy-flip-chocolate-bar/

https://buypolkadotmushroombars.com/product/polkadot-smores-mushroom-chocolate-bar-for-sale/

https://buypolkadotmushroombars.com/product/polkadot-snickalicious-magic-belgian-chocolate-polkadot-official/

https://buypolkadotmushroombars.com/product/polkadot-shots-liquid-for-sale-polkadot-official/

https://buypolkadotmushroombars.com/product/polkadot-smore-fun-magic-belgian-chocolate-for-sale/

https://buypolkadotmushroombars.com/product/polkadot-reeses-belgian-milk-chocolate-for-sale/

https://buypolkadotmushroombars.com/product/polkadot-rice-krispies-mushroom-chocolate-bars-for-sale/


Re: Trying to add Audiences to Display Campaign/ Adgroup

2023-09-26 Thread Adam Walters
Was there a solution to this? I am having the same problem.

On Monday, August 8, 2022 at 9:55:39 AM UTC-4 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thank you for reaching out to us.
>
> For our team to further check this, could you provide the complete API 
> logs (request 
> 
>  
> and response 
> 
>  with 
> request-id 
> )
>  
> generated on your end?
>
> 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 googleadsa...@google.com alias instead
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2dIQpG: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/83eb1a41-6aff-443f-8ea9-bf0bd7364edan%40googlegroups.com.


Applied Standard Access a week ago, but still get no response.

2023-09-26 Thread Jinxuan Zhu
The MCC id of Google Ads account is 967-779-5883, and the email is 
j...@egenerationmarketing.com. I applied Standard Access two times around one 
week ago and around and around three weeks ago. Both application get no 
reply.

I don't have a Case Id because the applied form doesn't give me a case id.

I submitted Google Ads API Compliance Form but it still doesn't get reply.

Can you help me with it?

Thank you, 
Jinxuan Zhu @ eGenerationMarketing Inc.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/69f78a10-f798-4a55-8719-ade1c24bffd1n%40googlegroups.com.


Re: Cannot set use_audience_grouped to True in ad group level

2023-09-26 Thread Adam Walters
Was a solution found for this? I have the same problem when creating 
standard display ad groups with the use_audience_grouped set to True.



On Monday, May 2, 2022 at 11:36:36 PM UTC-4 Google Ads API Forum Advisor 
wrote:

> Hi Elias,
>
> Thank you for raising your concern to my team.
>
> Could you confirm if the issue encountered when setting the 
> *use_audience_grouped* to true? If yes, then according to this document 
> ,
>  
> Discovery campaigns only support adding audience ad group criterion with 
> this process.
>
> Let me know if you have further questions.
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2YrVWT: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/49508840-ad49-40ca-bc29-9a2fdb36d51en%40googlegroups.com.


No communication or response to Google Ads API access for over 3 weeks

2023-09-26 Thread Vishnu Tej MP
Hello,

I have applied two times for basic access for the Google Ads API access 
with my initial application being submitted over 3 weeks ago and I haven't 
received any response or basic communication that my application has been 
received or is being considered since my initial contact. I have since 
submitted another application a week ago and tried to reach out through 
multiple support channels but to no avail. 

Using a google form to be considered for an application and then receiving 
no updates as if the application is going into a black box especially for a 
developer and tech related API key is something I definitely did not expect 
from google (a tech first and pioneer company). Please help and I'm looking 
forward to any assistance.

MCC:   142-856-6900


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/129d7586-120c-4b28-8dc6-ab7b5a975a75n%40googlegroups.com.


Re: use_audience_grouped set to false not working

2023-09-26 Thread Adam Walters
Hello,

Are you able to set the value to True for standard display ad groups? Is 
documentation anywhere on what ad group types have the availability?

Thanks

On Wednesday, January 25, 2023 at 5:54:56 PM UTC-5 Google Ads API Forum 
Advisor wrote:

> Hi all,
>
> Upon further investigation, I've found that for *Discovery* campaigns, 
> the only supported value for this field is *true*. Currently, the API 
> ignores the value you sent in, but even if it did not ignore it, you still 
> wouldn't be able to set the field to *false* on a Discovery campaign. At 
> most, the API would throw an error in a future API release for that 
> scenario.
>
> That still leaves non-Discovery campaigns. Has anyone on this thread found 
> this value is being ignored for non-Discovery campaigns?
>
>
> Thanks,
> [image: Google Logo] 
> Josh Radcliff 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2hMlkn: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/6409456c-2ac5-4b68-859b-e88dd53d25a5n%40googlegroups.com.


Set audience_setting.use_audience_grouped to True for Display Ad Group

2023-09-26 Thread Adam Walters
Hello,

I am getting errors when trying to create standard display ad groups with 
the use_audience_grouped set to true.

Error received:
errors {
  error_code {
context_error: OPERATION_NOT_PERMITTED_FOR_CONTEXT
  }
  message: "The operation is not allowed for the given context."
  trigger {
string_value: "DISPLAY"
  }
  location {
field_path_elements {
  field_name: "operations"
  index: 0
}
field_path_elements {
  field_name: "create"
}
field_path_elements {
  field_name: "audience_setting"
}
field_path_elements {
  field_name: "use_audience_grouped"
}
  }
}
request_id: "wjHf_3IbrXCu_S445rzHww"
, 'wjHf_3IbrXCu_S445rzHww')

Are you able to set the value to True for Display Ad Groups?

Thank you,
Adam

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

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


Re: no response from google ads api token application

2023-09-26 Thread Developer123 Developer123
Hi team
I'm sorry, but I think you are aware that there are already many requests 
on this forum about the fact that this compliance team does not respond 
even if you fill out the form even several times. 
There is not even feedback on whether this request arrived at all. 
And in one thread, after your intervention, nothing was resolved
Then the question arises, why then at all an API to which it is not 
possible to get a token and integrate into your business. 
It seems to me that you are interested in ensuring that all users who are 
here on this forum do not have problems with receiving a token
I'm sorry for writing like this, but this is the first time I have 
encountered such an attitude towards businesses

On Wednesday, April 26, 2023 at 4:22:29 PM UTC+3 Google Ads API Forum 
Advisor wrote:

> Hi, 
>
> Thanks for reaching out to the Google Ads API Team. I hope you are doing 
> well today.
>
> *Please note that our team can only provide support to Google Ads 
> API related concerns and technical implementations. *
>
> Having said that, for *API access limit* upgrade status, we would highly 
> recommend reaching out to the *Compliance Support team* as their team has 
> more visibility and is more equipped as they are the one who review, 
> process and approve this kind of request. Also, as per *Developer token 
> guide*, the Google Ads API Compliance Team typically contacts you within 
> two business days of the date you submitted your application.
>
> In line with this, if you haven’t received any update, I recommend 
> reaching out to them via the compliance support form, when selecting the 
> option *“I'm waiting to hear back about my API application! Help!”* under 
> the *‘What is your issue?’*, when you submit the form. 
>
> In addition, could you confirm if the *API Contact Email* in the API 
> center is actively monitored? If not, you may double check your email or 
> probably verify if it is in the spam folder. 
>
> For additional information, to verify if the email address provided to the 
> API compliance team that they will send updates is on the email used as *API 
> Contact Email* in the API center. You may follow the steps below:
>  
>
>1. Log in to your Google Ads API Center Account and click the Settings 
>gear in the top-right. 
>2. From the drop-down, select 'Account Settings'. 
>3. Select 'Google Ads API Center' from the navigation tab on the left. 
>4. In the section containing your Developer Details, see API contact 
>email 
>
>
> *Reference links:*
>
>- *Google Ads API* - 
>*https://developers.google.com/google-ads/api/docs/start?hl=en* 
> 
>- *API access limit *- 
>
> *https://developers.google.com/google-ads/api/docs/access-levels#applying_for_basic_access*
>  
>
> 
>  
>- *Compliance Support team* - 
>*https://support.google.com/adspolicy/contact/contact_ads_api* 
> 
>- *Developer token guide* - 
>
> *https://developers.google.com/google-ads/api/docs/first-call/dev-token#step-3*
>  
>
> 
>  
>
>
> Have a great day.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kqVHZ: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/23b25673-ef5f-406e-b533-967d83c2be31n%40googlegroups.com.


RE: undo option via google ads api

2023-09-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

By reviewing your concern, I understand that you are interested in knowing if 
there is a means to revert changes made via the change history tab using the 
Google Ads API. Further determining the correct endpoint, could you please 
share with us the uncropped UI screenshot of your implementation in the Google 
Ads account?
This message is in relation to case "ref:_00D1U1174p._5004Q2p1OZI:ref"

Thanks,

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/rOTqH0S1LLBL00qhtgunN0QmyGsmEw0aMOJA%40sfdc.net.


How to pull Leads metrics

2023-09-26 Thread Estanislao Garcia Goya
Hi, i am struggling to understand how could i get the number of lead form 
submissions at the ad level. Or if there is any other way to retrieving 
such information. I am querying the *ad_group_ad* source but cannot find 
the leads metric.
Thanks

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

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


How do I pull in "Unique users", "Avg. impr. freq per user", and "Frequency Distribution (1+,2+,3+,4+,5+,10+)"?

2023-09-26 Thread Sherry Nguyen
Hi, 

I need to retrieve the following metrics from Google Ads. We've already 
reviewed the dashboard but couldn't locate these specific metrics:


*Metrics:*"Unique users",  "Avg. impr. freq per user",  "Frequency 
Distribution (1+,2+,3+,4+,5+,10+)"

Could you please inform us if this data is available under a different name 
or if there are similar metrics that we can use? I've attached a screenshot 
for your reference.

Thanks,
Sherry Nguyen 

[image: GoogleAds Missing metrics Snap.png]

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

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


RE: google ads api error while mutating ads

2023-09-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aqsa,

In addition to my previous email, I had to delete your post since complete logs 
were posted on the forum. For reference, you may refer to the following without 
sensitive information:

"Hello

I am facing this error while trying to update youtube video assets, The error 
code is not available in the response. Please find error below

Request

---

MethodName: google.ads.googleads.v13.services.AdService/MutateAds"


This message is in relation to case "ref:_00D1U1174p._5004Q2omdPd:ref"

Thanks,

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/snZQZ0S1LDPE007TyyykTUTmGIRWbm98jw0A%40sfdc.net.


Shared Budget not getting created without adding campaigns in porfolio BiddingStrategy

2023-09-26 Thread Shivam Shendurkar
Using GA UI, when I try to add campaigns in shared budget, it says 
BiddingStrategy does not support shared budget. 

But when I link that campaign to a portfolio bidding strategy, then I am 
able to add those campaigns in the shared budget.

So can we create campaigns with shared budget without having portfolio 
bidding strategy using APIs?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8a1783ab-8dfd-4902-bea3-d1d1ff6d18c9n%40googlegroups.com.


Correct order of creating Campaign, Budget, BiddingStrategy on GA using API

2023-09-26 Thread Shivam Shendurkar
I need to create a Campaign using API, but for that I must also have 
Budget, Bidding Strategy etc in place. There are fields like  
'alignedCampaignBudgetId'. 
When should I populate them? Is there any correct order of creatting these 
entities? Like first create a Budget then BiddingStrategy or something like 
that. The end goal is to create end to end campaign in GA with APIs

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5c628bc1-3986-45ab-8e60-18723439c1dfn%40googlegroups.com.


RE: google ads api error while mutating ads

2023-09-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aqsa,

Thank you for reaching out to us.

Upon checking, I can see that you are encountering an UNKNOWN error, which 
means that the error code is not in this version while the asset 
customers/6287934479/assets/101444323072 indeed exists. However, since the 
version you are using is still on version 13, I would suggest upgrading to the 
newest version 
(https://developers.google.com/google-ads/api/docs/version-migration?hl=en), 
which is version 14, to avoid any issues. You may try it again once you have 
upgraded the version, and if you continue to have problems, please let us know.


This message is in relation to case "ref:_00D1U1174p._5004Q2omdPd:ref"

Thanks,

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/YgUsL0S1LDFM00eOb6n1asRSKOkgI96_PcUA%40sfdc.net.


RE: help:google ads api querys/ segments.date not working

2023-09-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

After reviewing your concern, I understand that the segments.date is not 
working in the query. I would suggest you make sure that the date range is set 
correctly in the query and the “ORDER BY campaign.id” clause will sort the 
results by the campaign ID so make sure the campaign ID is correct. I would 
suggest you follow the document Date Ranges to get more information.

If the issue still persists, kindly request you to provide us with the complete 
API logs (request and response with request-id and request header) generated at 
your end to better assist you.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

This message is in relation to case "ref:_00D1U1174p._5004Q2ozw3y:ref"

Thanks,

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/HUgkV0S1LC1200k8nEGPHWQwyJ88ZjJbJATw%40sfdc.net.


Re: applied for google ads api standard access but have not received any confirmation

2023-09-26 Thread kunal mishra
I've not received any case id. When I've applied for the standard access 
only the confirmation page comes without any case id.
On Tuesday, September 26, 2023 at 1:01:19 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi Team,
>
> Thank you for getting back to us.
>
> I understand that you applied for API - Standard Access, but you have not 
> received any response. If possible, could you please share the case Id as 
> we requested in our previous response.
>
>
> Since the access requests are handled by the Google Ads API Compliance 
> team, we are transferring the case to the Ads API Compliance team. Can you 
> kindly provide the following information for the compliance team to further 
> assist you with your concern: 
>
>- Case ID generated from the compliance team in the format 
>0-0###0 (if there is any generated) 
>
> @Compliance team, please confirm if you are able to assist in the below 
> Standard access request.
>
> Summary: The user has applied for  Standard API access with the below 
> details. 
>
>- Google Ads Manager Account (MCC) ID: 426-019-7545 
>- Cases ID: requested 
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2ozmEd: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/5a8f2536-f9fc-4013-b628-7922114aa088n%40googlegroups.com.


developer basic access token

2023-09-26 Thread Tech Commversion
hello devs,
i have applied for basic access token for developer token. when i will be 
hearing from google team or any any method where i can track my status of 
application

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a44f08c1-f193-41f1-9b39-6bed117100e6n%40googlegroups.com.


RE: retrieving performance labels for display ads in api or google ads script

2023-09-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

Please find below responses for your queries:

1)I can see this information in the google ads UI for display ads, e.g. I can 
click into images and text and see their respective Best, Good, Low ratings?

Kindly provide us with the uncropped UI screenshot where you can see the 
expected data you want to retrieve via the API.

2)However no matter what i seem to do i cannot get this via API or the Ad 
Scripts approach for just the Display assets?

If you would like to retrieve it via API, kindly provide us with the uncropped 
screenshot of the UI where you can see the expected data you want to retrieve 
via the API.

Also, if you are trying to retrieve it via Google Ads Scripts. I would suggest 
you reach out to the Google Ads Scripts support team as they are well equipped 
to assist you with this. Please be informed that our support channel can only 
best assist you with regards to Google Ads API related concerns and technical 
implementations only.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.

This message is in relation to case "ref:_00D1U1174p._5004Q2omhdr:ref"

Thanks,

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/b8eQs0S1LAK700TEI2_I2DTAuLipjncOPzEw%40sfdc.net.


RE: inquiry about ad_group_ad.ad.final_app_urls

2023-09-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi David,

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

Please find below responses for your queries:

1) May I ask why is ad_group_ad.ad.final_app_urls a list? is it meant for 
putting Android and IOS deeplink within one field regardless of order?

Kindly note that final_app_urls represents a list of final app URLs that will 
be used on mobile devices if the user has the specific app installed. Please 
refer to Final app URLs for more information. Also, please refer to this field 
fina_app_urls[] for information related to final_app_urls.

You can select different operating systems using the AppUrlOperatingSystemType. 
Please refer to Supported Entities for more information.

2)Considering In Google Ad UI there is no such field in Ad level, we are also 
very curious about whether this field's content will be apply to?

Kindly note that the Google Ads API mirrors the Google Ads UI. We would like to 
specify first the following when comparing the value of the Google Ads UI and 
Google Ads API.

The segments and fields of the API and UI should be the same
The app url should also be the same
Comparing the API and UI at the same level as much as possible

Also, please refer to the article on how to Add Final URL suffix. With that, 
please provide us with the uncropped screenshot of the UI where you can see the 
expected data you want to retrieve via the API to assist you further.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.

This message is in relation to case "ref:_00D1U1174p._5004Q2omjAB:ref"

Thanks,

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/KyC7o0S1LAJL00jxy06277S52HfAyJnzE7Cg%40sfdc.net.


Youtube data API V3 and GoogleSignIn Approval process .

2023-09-26 Thread amar saroj
Hi Dear Google Expert ,

  I have developed a application  using Youtube data API  and GoogleSignIn 
where i have applied for approval and done 1 months but he did not get any 
response from that side whereas he is saying that : - 
  [* The Trust and Safety team has received your form. They will contact 
you by email if necessary. The review process can take up to 4–6 weeks. 
Expect the first email from our Trust and Safety team within 3–5 days. Your 
last approved consent screen is still in use.*].
  Now tell me what can i do to get fast approval and other movement 
further. please reply as soon as possible.

Thank You 
Your Sincerely little developer 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9e779fbe-9ee5-4e8b-a543-fa4322d6eae0n%40googlegroups.com.


UNDO option via Google Ads API

2023-09-26 Thread יעל טוביה
Hello,
In the Google Ads dashboard, there is the 'change history' tab where I can 
undo actions that were made.

Is this undo option is also available through Google Ads API?
Is there an API endpoint for that?

Thanks.

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

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


RE: [google ads api python] - retrieve all mccs and customers that the token has access

2023-09-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

By reviewing your concern, I understand that you want to retrieve all MCCs and 
customers that the token has access. Kindly note that reporting can only be 
made on a Google Ads client account and not on an MCC account. You can only get 
the Account Hierarchy at the MCC level to retrieve all your accounts under a 
specific MCC / manager account. Then, for each client account returned, you may 
then generate the performance report you wish to to extract.

Hope this helps. If you have any more queries, please feel free to get back to 
us.
This message is in relation to case "ref:_00D1U1174p._5004Q2omheD:ref"

Thanks,

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/xZ62O0S1L78F00sbjQQROqR9uHxKCe4S1CsA%40sfdc.net.


RE: how do i create an app campaign through google ads api?

2023-09-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for contacting the Google Ads API support team.

By reviewing your concern, I understand that you are trying to create an app 
campaign via Google Ads API and encountered the 'Invalid_Argument' error. I 
would recommend you to check the Create App Campaign and code example that 
helps to create an App campaign. In order to investigate further, kindly 
provide us with the complete API logs (request and response with request-id and 
request header) generated at your end and uncroppped UI screenshot of where you 
are facing the issue.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.
This message is in relation to case "ref:_00D1U1174p._5004Q2ozprg:ref"

Thanks,

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/nK2090S1L74Q00ad-7dFKDS96YEa9Tk82Gqg%40sfdc.net.


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

2023-09-26 Thread Alex Garcia
Any updates on this thread?

On Friday, September 22, 2023 at 8:51:26 AM UTC+2 Alex Garcia wrote:

> At least here: 
> https://developers.google.com/google-ads/api/docs/conversions/upload-clicks 
> it still shows:
>
> "If you encounter a TOO_RECENT_CONVERSION_ACTION or TOO_RECENT_EVENT 
> response message to an upload conversion request, wait at least 6 hours 
> after the action creation or event before retrying the failed rows."
>
> On Thursday, September 21, 2023 at 10:19:13 PM UTC+2 Google Ads API Forum 
> Advisor wrote:
>
>> Hi,
>>
>> We believe this limit has been removed a while back, I'll try to confirm 
>> it with the team and update any documentation if applicable.
>>
>> Regards
>>
>> Anash
>>
>> ref:_00D1U1174p._5004Q2Wvmdh:ref
>>
>

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

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


Google Ads API

2023-09-26 Thread Neeraj Singh
I want to upload customer list data through an API. I have Test level 
Access.

Is in the test level can i used get and post api. If yes please provide the 
api url of customer list

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/31295110-0be6-4176-84c5-b2eba9789ea7n%40googlegroups.com.


"Internal error encountered" when querying "change_event" (on a specific date)

2023-09-26 Thread Börje Sieling
Hi, I am getting an internal error / 500 when trying to query the 
change_event
on a specific date in the google ads api:

change_event.change_date_time >= '2023-09-20' AND
change_event.change_date_time <= '2023-09-21'

The error does not happen when the date range is e.g. 2023-09-21 until 
2023-09-22
This is the debug log with request and response data generated by the 
python code:

[2023-09-25 12:37:08,150 - INFO] Request
---
Method: /google.ads.googleads.v14.services.GoogleAdsService/SearchStream
Host: googleads.googleapis.com
Headers: {
  "developer-token": "REDACTED",
  "login-customer-id": "2267532088",
  "x-goog-api-client": "gl-python/3.9.16 grpc/1.58.0 gax/2.11.1 gccl/22.0.0 
pb/4.24.3",
  "x-goog-request-params": "customer_id=4294392384"
}
Request: customer_id: "4294392384"
query: "\nSELECT\nchange_event.resource_name,\n   
 change_event.change_date_time,\n   
 change_event.change_resource_name,\nchange_event.user_email,\n 
   change_event.client_type,\nchange_event.change_resource_type,\n 
   change_event.old_resource,\nchange_event.new_resource,\n 
   change_event.resource_change_operation,\n   
 change_event.changed_fields\nFROM change_event\nWHERE \n   
 change_event.change_date_time >= \'2023-09-20\' AND\n   
 change_event.change_date_time <= \'2023-09-21\'\nLIMIT 100\n"


Response
---
Headers: {
  "google.ads.googleads.v14.errors.googleadsfailure-bin": 
"\n%\n\u0002P\u0002\u0012\u001fAn internal error has 
occurred.\u0012\u0016TIlzXV4_d-Ebhjd43Drmtg",
  "grpc-status-details-bin": "\b\r\u0012\u001bInternal error 
encountered.\u001a\u0001\nDtype.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure\u0012?\n%\n\u0002P\u0002\u0012\u001fAn
 
internal error has occurred.\u0012\u0016TIlzXV4_d-Ebhjd43Drmtg",
  "request-id": "TIlzXV4_d-Ebhjd43Drmtg"
}
Fault: {}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/61284329-0cfc-4929-8cfe-94f77f66fb7bn%40googlegroups.com.


Re: enable/disable assets of an ad group

2023-09-26 Thread Juan Antonio Perez
Hi I tried to use AssetGroupAssetOperation to update the asset but the 
class in GoogleAds PHP API code hasn't any method to update the asset but 
hast methods to create and remove an asset. Can you give me an example of 
how  I can achieve this?
Thank you very much.
On Thursday, September 21, 2023 at 9:42:32 AM UTC+2 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your concern, I understand that you need assistance on 
> whether it is possible to enable and disable assets of an ad group using 
> the Google Ads PHP API. According to the Google Ads API documentation, I 
> would like to inform you that  
> AssetGroupAssetOperation 
> 
>  allows 
> you to create, remove and update an AssetGroupAsset's status field because 
> it is not IMMUTABLE.
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2ozkhJ: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/2c66a234-af24-4d3d-9118-2c6d015a5da6n%40googlegroups.com.


shopping_performance_view vs Google Ads UI Report

2023-09-26 Thread Manuel Regidor
Hi.

I am trying to replicate a custom dashboard from my Google Ads account.

This dashboard show metrics grouped by Merchant Center Accounts.

However, I am having difficulties to replicate the exact dashboard.

First of all, basing on the query builder 
,
 
there is no way to select Conv. Value / Cost (ROAS). Should I build this 
manually dividing metrics.conversions_value/  metrics.cost_micros?

Secondly, how can I select conversion value from conversion time (rather 
than conversion click)?

Thank you!

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

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


Re: applied for google ads api standard access but have not received any confirmation

2023-09-26 Thread kunal mishra
We need standard access to initiate our work. It's been more than a week. 
Please ask the team to revert asap
 

On Thursday, September 21, 2023 at 1:31:37 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your mail, I understand that you applied for API - 
> Standard Access, but you have not received any response. Since the access 
> requests are handled by the Google Ads API Compliance team, we are 
> transferring the case to the Ads API Compliance team. Can you kindly 
> provide the following information for the compliance team to further assist 
> you with your concern: 
>
>- Case ID generated from the compliance team in the format 
>0-0###0 (if there is any generated) 
>
> @Compliance team, please confirm if you are able to assist in the below 
> access request.
> Summary: The user has applied for API access with the below details. 
>
>- Google Ads Manager Account (MCC) ID: 426-019-7545 
>- Cases ID: requested 
>
> Do reach out to the Google Ads API 
>  support team 
> for any queries related to the API.
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2ozmEd: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/956a1358-1683-46e0-b7e2-5d854f7a7473n%40googlegroups.com.


Re: how can we pull "gclid" for adgroup.

2023-09-26 Thread Suvigya Agrawal
Please help with these questions.

   1. How can I pull "gclid"? 
   2. Is "gclid" different at *campaign,* *ad* and *keyword* level? Can we 
   pull 'gclid' for campaign, ad and keyword level data? If yes please give 
   query builder links.

I am using below queries to pull campaign, ad and keyword data and I also 
want to pull 'gclid' wherever possible. Please give the proper queries 
through which I can pull this.

*Campaign:*

*SELECT campaign.name, campaign.id, campaign.start_date, campaign.end_date, 
campaign.status, campaign.advertising_channel_type, metrics.impressions, 
metrics.clicks, metrics.ctr, metrics.cost_micros, metrics.conversions, 
metrics.all_conversions, metrics.average_cpc, segments.date FROM campaign*

*Adgroup:*

*SELECT campaign.name, campaign.id, campaign.start_date, campaign.end_date, 
campaign.status, ad_group.name, ad_group.id, ad_group_ad.ad.id, 
ad_group_ad.ad.responsive_search_ad.headlines, 
ad_group_ad.ad.responsive_search_ad.descriptions, 
ad_group_ad.ad.final_urls, metrics.impressions, metrics.clicks, 
metrics.ctr, metrics.cost_micros, metrics.conversions, 
metrics.all_conversions, metrics.average_cpc, segments.date FROM 
ad_group_ad*

*Keyword:*

*SELECT campaign.name, campaign.id, campaign.start_date, campaign.end_date, 
campaign.status, ad_group.name, ad_group.id, 
ad_group_criterion.keyword.text, ad_group_criterion.criterion_id, 
ad_group_criterion.keyword.match_type, metrics.impressions, metrics.clicks, 
metrics.ctr, metrics.cost_micros, metrics.conversions, 
metrics.all_conversions, metrics.average_cpc, segments.date FROM 
keyword_view*

Thanks.
On Friday, September 22, 2023 at 7:34:20 PM UTC+5:30 Suvigya Agrawal wrote:

> How I can pull "gclid"? Is "gclid" different at *campaign* and *ad* 
> level? Is "gclid" related to *keyword* in any way? Can you provide query 
> for each case (also the query builder link)?
>
> Thanks.
> On Friday, September 22, 2023 at 6:12:52 PM UTC+5:30 Google Ads API Forum 
> Advisor wrote:
>
>> Hi,
>>
>> Thank you for reaching out to the Google Ads API support team.
>>
>> The 'GCLID' (Google Click Identifier) parameter is typically not included 
>> in the final URLs directly because it's automatically modified by Google 
>> Ads when a user clicks on an ad. 
>>
>> The 'GCLID' parameter is used to track the click and attribute it to a 
>> specific ad click event. If you want to access the 'GCLID' value associated 
>> with your ad clicks, you must enable your website and lead-tracking system 
>> to capture and store the GCLID, the unique ID that Google Ads provides for 
>> every impression of a Google ad. For more information, please refer to this 
>> link 
>> 
>> .
>>   
>> This message is in relation to case "ref:_00D1U1174p._5004Q2p0PR7: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/283fa7e2-0717-4afc-bc18-69a7a2e40c79n%40googlegroups.com.


Reporting examples deleted

2023-09-26 Thread Manuel Regidor
Hi team.

Why you have removed all the examples from Reporting?

https://developers.google.com/google-ads/api/samples/get-keyword-stats?hl=es-419

In the PHP library, there were deleted on this 
commit: https://github.com/googleads/google-ads-php/pull/950

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/918b61a6-5fcd-444e-918d-d7d052477e1dn%40googlegroups.com.