Campaign configured correctly but is not displaying.

2025-03-11 Thread Marlon Gómez
Hello Google Ads Api team.

A few days ago a client published a search campaign through my application, 
apparently everything was correctly configured, there was no error during 
the creation.

A couple of days have passed and the client notified us that his campaign 
has not been displayed at all.

We checked from our side and everything seems to be fine:
- The campaign, ad groups and ads are active. 
- The keywords are active and have no low search volume warning.
- The campaign has a serving_status SERVING
- The campaign has a primary_status LEARNING by BIDDING_STRATEGY_LEARNING
- The campaign has a daily budget of 15 USD

We are very concerned about this, as we are unable to find out what it 
could be. Could you check from your side the campaign and notify us if you 
find any problem?

In private response I leave the campaignId and customerId.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/60fbe2ae-ae58-4a6e-8544-c0692e6176d3n%40googlegroups.com.


Re:

2025-03-11 Thread Google Ads API and AdWords API Forum
Hi,

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

In order to assist you further, could you elaborate and provide more 
details about your concern related to the Google Ads API 
 ?


On Tuesday, March 11, 2025 at 3:22:18 PM UTC+5:30 rasulal...@gmail.com 
wrote:

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/33a5f011-db8a-4e58-b2da-04e5dd0e10aen%40googlegroups.com.


Re: maximum cost-per-click limit

2025-03-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Please be informed that I have removed your response from the forums as it 
contained the PII information.

We understand that you are encountering an 'INVALID_ARGUMENT' error while 
attempting to update the campaign's bidding strategy from 'Maximize clicks' to 
'Maximize conversions' and modify the 'targetCpaMicros' value. We've reviewed 
the request ID and logs you provided, and they appear to be related to a query 
execution rather than the reported error. As requested earlier, could you 
please provide us with the complete API logs (request and response logs with 
request-id and request header) without redacting any fields pertaining to the 
reported error.

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

Thanks,

Google Ads API Team


Feedback
How was our support today?


[2025-03-11 14:20:28Z GMT] This message is in relation to case 
"ref:!00D1U01174p.!5004Q02vH75g:ref" (ADR-00292245)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/IMJi70SSYQI4007nUUB7GgSkKgNh4Asx93yw%40sfdc.net.


Re: maximum cost-per-click limit

2025-03-11 Thread Сергей Александрович
Hi,

When executing a request 
SELECT campaign_group.id, campaign.name, campaign.advertising_channel_type, 
campaign.target_spend.cpc_bid_ceiling_micros FROM campaign WHERE campaign.id = 
'campaign.id' 

Everything is ok. We receive a response.

[{
"results": [{
"campaign": {
"resourceName": "customers/6509/campaigns/2020",
"advertisingChannelType": "SEARCH",
"targetSpend": {
"cpcBidCeilingMicros": "6000"
},
"name": "Закрытие фирмы (Чехия)"
}
}],
"fieldMask": "campaignGroup.id,campaign.name,campaign.
advertisingChannelType,campaign.targetSpend.cpcBidCeilingMicros",
"requestId": "3n9KA_ExPA1OalS83JHPuw",
"queryResourceConsumption": "136"
}]

But the mutation does not pass this request:
{ "operations": [ { "update": { "resourceName": 
"customers/**/campaigns/"***, "maximizeConversions": { 
"targetCpaMicros": 5800 } }, "updateMask": 
"maximizeConversions.targetCpaMicros" } ] }

We get an error:
{
"error": {
"code": 400,
"message": "Invalid JSON payload received. Unknown name 
\"maximizeConversions\" at 'operations[0].update': Cannot find field.",
"status": "INVALID_ARGUMENT",
"details": [{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [{
"field": "operations[0].update",
"description": "Invalid JSON payload received. Unknown name 
\"maximizeConversions\" at 'operations[0].update': Cannot find field."
}]
}]
}
}

понедельник, 10 марта 2025 г. в 22:00:43 UTC+2, Google Ads API Forum 
Advisor: 

> Hi,
>
> From the provided logs, I could see that the customer Id and campaign Id 
> fields are redacted. Could you please provide us with the complete API 
> logs (*request* 
> 
>  and* response* 
> 
>  logs with* request-id* 
> 
>  and* request header* 
> )
>  
> without redacting any fields.
>
>
> You can send the details via *Reply privately* to the author option, or 
> direct private reply to this email. 
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
> Feedback
> How was our support today? 
>
> [image: rating1] 
> 
>   
>   [image: rating2] 
> 
>   
>   [image: rating3] 
> 
>   
>   [image: rating4] 
> 
>   
>   [image: rating5] 
> 
>
> [2025-03-10 20:00:10Z GMT] This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02vH75g:ref" (ADR-00292245)
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/8b62b8ff-e0de-4496-9ca6-c697d5960f5dn%40googlegroups.com.


[no subject]

2025-03-11 Thread Rasul Albano


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/CAL%3D6WPCkYtTpOJJYaRZ5L-7G_P%2BFUyWsb0N4ofPL7pu9Q0yhTg%40mail.gmail.com.


Re: how to setup brand inclusion and exclusion in the campaign

2025-03-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Robin:

You can obtain the data with:

SELECT
campaign_criterion.display_name,
campaign_criterion.type,
campaign_criterion.brand_list.shared_set
FROM campaign_criterion
WHERE
campaign_criterion.type = 'BRAND_LIST'

[{
"results": [
{
"campaignCriterion": {
"resourceName": 
"customers/5355568482/campaignCriteria/21627166957~2341310125360",
"type": "BRAND_LIST",
"displayName": "11206153104",
"brandList": {
"sharedSet": "customers/5355568482/sharedSets/11206153104"
}
}
}
],
"fieldMask": 
"campaignCriterion.displayName,campaignCriterion.type,campaignCriterion.brandList.sharedSet",
"requestId": "U7qpzbfTyCIwDzqFpF7GdQ",
"queryResourceConsumption": "3142"
}
* Connection #0 to host googleads.googleapis.com left intact
]



Thanks,

Bob Hancock
Google Ads API Team


Feedback
How was our support today?

[2025-03-11 13:13:04Z GMT] This message is in relation to case 
"ref:!00D1U01174p.!5004Q02vG9If:ref" (ADR-00268196)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/XE9uT0SSYNDS00X5V_MQhySDGETIp7zI15RQ%40sfdc.net.


RE: total eligible impressions

2025-03-11 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.

To assist you further, could you provide us with the uncropped UI screenshot 
(from your Google Ads account) of the metric "Total Eligible Impressions" that 
you are trying to fetch via the Google Ads API?

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


Thanks,

Google Ads API Team


Feedback
How was our support today?


[2025-03-10 14:21:01Z GMT] This message is in relation to case 
"ref:!00D1U01174p.!5004Q02vH89K:ref" (ADR-00293033)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/jc48e0SSWVV200Ak3Al4SWRIycxLlvknvjUg%40sfdc.net.


RE: audience segment report

2025-03-11 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.

Note that there is no feature in the Google Ads API that can help you fetch the 
data that you are looking for. Also, retrieving the actual audience segment 
names from campaign_audience_view resource through the Google Ads API is not 
yet supported. I will raise a request to add this feature to be available in 
the Google Ads API. We cannot provide a scheduled timeline for the availability 
of this feature in the Google Ads API. I would recommend you to follow our 
Release Notes and Blog Post for future updates.

Thanks,

Google Ads API Team


Feedback
How was our support today?


[2025-03-10 14:23:22Z GMT] This message is in relation to case 
"ref:!00D1U01174p.!5004Q02vH89P:ref" (ADR-00293034)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/2xhWF0SSWVYY00fBL3dM7OSWqmXuKLl4u3eQ%40sfdc.net.


Google Manager account

2025-03-11 Thread Nallaiwickreman Srikandarajah
Hi,

I have a test Google Manager account and Im not able to create test account 
under to test API access. How can I do this? Can you please help me?

Regards,
Raj

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/03c0156c-2515-45e4-9064-b2953fcedd48n%40googlegroups.com.


Pmax Campaign Tracker Setup

2025-03-11 Thread Gregory Gao
Hello there,
I am using a PMAX campaign and wish to use a url tracker.

Currently, I am setting the final url to the tracker's url at the asset 
group level. I know that Google supports tracking templates at the campaign 
level but I require tracking at the asset group level. However, the final 
url is being flagged as a policy violation. May I know if using a tracker 
url as the final url is supported, or if there could be some other issue 
(eg mismatch between landing page and some other url)?

[image: Screenshot 2025-03-06 at 6.26.30 PM.png]

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 visit 
https://groups.google.com/d/msgid/adwords-api/4d0e3a93-b75a-4215-b1bc-ddbe55ba9559n%40googlegroups.com.


RE: pmax campaign tracker setup

2025-03-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to Google Ads API Support.

I understand you are setting the final url to the tracker's url at the asset 
group level. Could you please confirm that you are using Google Ads UI (Google 
Ads account) to set the final url. If yes, kindly provide us with a Google Ads 
customer ID so that we can route you to the appropriate support team.


Thanks,

Google Ads API Team


Feedback
How was our support today?


[2025-03-11 16:12:58Z GMT] This message is in relation to case 
"ref:!00D1U01174p.!5004Q02vH8cg:ref" (ADR-00293405)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/2e1Am0SSYVPM00u54jWjItTEGQLyvXjFC3vg%40sfdc.net.


Re: total eligible impressions

2025-03-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Based on the provided information, I understand that you want to retrieve the 
'Total Eligible Impressions' for campaigns using Google Ads API. Upon checking 
your Google Ads account, I could see that ‘Total Eligible Impressions’ is a 
custom column. Please note that Custom columns are not supported by the Google 
Ads API and cannot be retrieved in reports. I would recommend you to refer to 
this documentation for more detailed information.

Thanks,

Google Ads API Team


Feedback
How was our support today?


[2025-03-11 17:19:54Z GMT] This message is in relation to case 
"ref:!00D1U01174p.!5004Q02vH89K:ref" (ADR-00293033)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/FGkyh0SSYYT600opA01ZZpS4aKvamWv8zfzQ%40sfdc.net.


RE: google manager account

2025-03-11 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.

I understand that you are facing some issues while creating test accounts in 
your test manager account. Are you getting some errors from the Google Ads API? 
or after successfully creating the test accounts using the Google Ads API, you 
are not able to see those test accounts in your test manager account? Please 
note that as per Test accounts document, test accounts appear in the Google Ads 
UI as cancelled accounts since there is no active billing and they don't render 
ads to users. Therefore, in order to view them in the UI, you need to modify 
the filter under Accounts tab which also includes cancelled accounts. In order 
to assist you further, please elaborate more on your issue and provide the 
account Id of your test manager account.

If you are encountering some errors while using the Google Ads API, kindly get 
back to us with the complete API logs (request and response with request-id and 
request header) generated at your end without redacting any information.

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.

Thanks,

Google Ads API Team


Feedback
How was our support today?


[2025-03-11 18:46:33Z GMT] This message is in relation to case 
"ref:!00D1U01174p.!5004Q02vH8j8:ref" (ADR-00293488)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/7-aRt0SSZ2TL00RUCUJWLpQjOwScSW8ZKKpQ%40sfdc.net.


Re:

2025-03-11 Thread Hearing Solutions
Cpc is very high, what to do?

On Tue, 11 Mar, 2025, 9:12 pm Google Ads API and AdWords API Forum, <
adwords-api@googlegroups.com> wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> In order to assist you further, could you elaborate and provide more
> details about your concern related to the Google Ads API
>  ?
>
>
> On Tuesday, March 11, 2025 at 3:22:18 PM UTC+5:30 rasulal...@gmail.com
> wrote:
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 visit
> https://groups.google.com/d/msgid/adwords-api/33a5f011-db8a-4e58-b2da-04e5dd0e10aen%40googlegroups.com
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/CAKCW63mp4ofSBHX3WgPATviEaWZXyuTcgRPaa-tUK7emK5xF8g%40mail.gmail.com.


Re: google manager account

2025-03-11 Thread Nallaiwickreman Srikandarajah
Hi,

Thank you for your response. I created a test account in my manager account
and it asked for billing details.  How can I create a test account in my
manager account - 471-496-5745?

Is it possible to create a test account only via API?

Regards,
Raj



On Tue, Mar 11, 2025 at 7:46 PM Google Ads API Forum Advisor <
adsapi@forumsupport.google> wrote:

> Hi,
>
> Thank you for contacting the Google Ads API support team.
>
> I understand that you are facing some issues while creating test accounts
> in your test manager account. Are you getting some errors from the Google
> Ads API? or after successfully creating the test accounts using the Google
> Ads API, you are not able to see those test accounts in your test manager
> account? Please note that as per *Test accounts*
> 
> document, test accounts appear in the Google Ads UI as cancelled accounts
> since there is no active billing and they don't render ads to users.
> Therefore, in order to view them in the UI, you need to modify the filter
> under Accounts tab which also includes cancelled accounts. In order to
> assist you further, please elaborate more on your issue and provide the
> account Id of your test manager account.
>
> If you are encountering some errors while using the Google Ads API, kindly
> get back to us with the complete API logs (request
> 
> and response
> 
> with request-id
> 
> and request header
> )
> generated at your end without redacting any information.
>
> 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.*
> Thanks,
>
> [image: Google Logo] Google Ads API Team
> Feedback
> How was our support today?
>
> [image: rating1]
> 
>   [image: rating2]
> 
>   [image: rating3]
> 
>   [image: rating4]
> 
>   [image: rating5]
> 
> [2025-03-11 18:46:33Z GMT] This message is in relation to case
> "ref:!00D1U01174p.!5004Q02vH8j8:ref" (ADR-00293488)
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 

Google Ads API Token Application shows approved, But Still Test Account

2025-03-11 Thread Leo Wang
To whom this may concern:

My Google Ads API Token Application shows approved, But on my Google Ads 
account- API Center page , it still shows test account. Anyone can help me?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/490e2805-a0fc-414b-8142-1531a6c339f4n%40googlegroups.com.