Re: Digest for adwords-api@googlegroups.com - 23 updates in 14 topics

2024-03-27 Thread Phisit Inkrthuek
ในวันที่ พ. 27 มี.ค. 2024 5:58 หลังเที่ยง 
เขียนว่า:

> adwords-api@googlegroups.com
> 
>  Google
> Groups
> 
> 
> Topic digest
> View all topics
> 
>
>- Google ADS Basic Access <#m_-2675476527339869406_group_thread_0> - 2
>Updates
>- create customaudience in a batchjob
><#m_-2675476527339869406_group_thread_1> - 1 Update
>- Estimation for Performance Max campaigns
><#m_-2675476527339869406_group_thread_2> - 1 Update
>- Google Ads Developer Token <#m_-2675476527339869406_group_thread_3>
>- 3 Updates
>- Google Ads API Basic Access token request months ago
><#m_-2675476527339869406_group_thread_4> - 2 Updates
>- Google Ads Basic Access <#m_-2675476527339869406_group_thread_5> - 2
>Updates
>- basic access - no response <#m_-2675476527339869406_group_thread_6>
>- 3 Updates
>- Adding Mobile Advertising Ids to user-list
><#m_-2675476527339869406_group_thread_7> - 2 Updates
>- Basic Access - No Response <#m_-2675476527339869406_group_thread_8>
>- 1 Update
>- template for the ad performance report
><#m_-2675476527339869406_group_thread_9> - 1 Update
>- data discrepancy <#m_-2675476527339869406_group_thread_10> - 1 Update
>- setting up smart campaign conversions
><#m_-2675476527339869406_group_thread_11> - 2 Updates
>- operation_not_permitted_for_context
><#m_-2675476527339869406_group_thread_12> - 1 Update
>- ads api application took 6 months for review - rejected for simple
>reason <#m_-2675476527339869406_group_thread_13> - 1 Update
>
> Google ADS Basic Access
> 
> can polat : Mar 27 12:46AM -0700
>
> I have submitted a detailed form for basic access 2 times and I still
> haven't received any positive or negative feedback.
> Can you help me?
> Google Ads API Forum Advisor : Mar 27 10:41AM
>
> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> As per the information provided, I understand that you have applied for
> basic API access twice but have not received a response yet.
>
> 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).
> Google Ads Manager Account (MCC) ID.
>
> @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: requested
> Case 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:!00D1U01174p.!5004Q02s0GqK:ref"
> (ADR-00228865)
>
> Thanks,
>
> Google Ads API Team
> Back to top <#m_-2675476527339869406_digest_top>
> create customaudience in a batchjob
> 
> Lorenzo Scortichini : Mar 27 01:12AM -0700
>
> Hello Ben,
> thanks for the feedback.
> Looking forward to an update on the matter.
>
> Regards
>
> Il giorno lunedì 25 marzo 2024 alle 20:50:18 UTC+1 Google Ads API Forum
> Advisor ha scritto:
>
> Back to top <#m_-2675476527339869406_digest_top>
> Estimation for Performance Max campaigns
> 
> "lezhne...@gmail.com" : Mar 26 09:59PM -0700
>
> I can't figure out how to estimate performance max campaigns that do not
> have ad groups nor keywords. What service/API shoudl I use for that
> purpose?
> I see that this is possible as mentioned
> here: https://support.google.com/google-ads/answer/11593425?hl=en
> Back to top <#m_-2675476527339869406_digest_top>
> Google Ads Developer Token
> 
> Pedro : Mar 26 01:32PM -0700
>
> I haven't received any update since.
>
> Does anyone have any idea on how long this usually takes? Or if there's
> anything one can do to speed it up? Is there any way to contact support?
>
> My API implementation is blocked by this issue. Thanks.
> Pedro : Mar 26 01:35PM -0700
>
> Sorry, it seems part of the message was lost:
>
> I submitted the request to upgrade my Developer Token from test to basic
> two weeks ago, but haven't received any update since.
>
> Does anyone have any i

Handling empty partial_failure_error when uploading offline conversions

2024-03-27 Thread Albeiro Ochoa
Hello Google Ads community,

I am working on a project that involves uploading offline conversions using 
the Google Ads API VER 14. I have implemented the code to send conversions 
using the ConversionUploadService and the upload_click_conversions method.

The issue I am facing is that, even though the conversions seem to be 
uploaded successfully to Google Ads and are showing as having excellent 
data quality in the platform, I am not seeing the expected success message 
"Conversion uploaded successfully." in the console output.

Upon further investigation, I noticed that the response from the Google Ads 
API contains a partial_failure_error field, but this field is empty (it 
doesn't contain any error details). This is causing my code to enter the 
partial failure error handling logic, even when there are no error details 
present.

Here's a relevant part of my code:

if response.partial_failure_error:
logger.warning("Partial failure errors encountered:")
for error in response.partial_failure_error.details:
logger.warning(error)
logger.error(f"Partial failure error details: 
{response.partial_failure_error.details}")
return {"success": False, "error": str(response.partial_failure_error)}
else:
logger.info("Conversion uploaded successfully.")
print("Conversion uploaded successfully.")
for result in response.results:
logger.info(f"Conversion with GCLID {result.gclid} uploaded 
successfully.")
print(f"Conversion with GCLID {result.gclid} uploaded 
successfully.")
return {"success": True, "error": None}

And here's an excerpt from the logs showing the API response: 2024-03-27 
18:46:22,711 - INFO - Conversion upload response: results {
gclid: 
"CjwKCAjwnv-vBhBdEiwABCYQA7dPM3qAtyJdmHQQtv77tF_qHwDSa9KQ6mPkpSON0IZrCU82TvhVGBoC9EAQAvD_BwE"
conversion_action: "customers/7385152398/conversionActions/6772748552"
conversion_date_time: "2024-03-24 18:40:00+00:00"
}
job_id: 5950565033604606275

2024-03-27 18:46:22,713 - WARNING - Partial failure errors encountered:

2024-03-27 18:46:22,713 - ERROR - Partial failure error details: [] My 
question is: why is the Google Ads API returning an empty 
partial_failure_error even when the conversion appears to have been 
uploaded successfully? Is there any specific reason for this behavior? How 
is it recommended to handle this case in the code?

I would appreciate any guidance or clarification you can provide on this 
matter. If you need more details or additional information, please let me 
know.

Thank you in advance for your 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/a9b121fd-7b85-40d8-a659-519c29ff2be0n%40googlegroups.com.


Re: exponential/scientific notation for duoble fields

2024-03-27 Thread Eugenia Mankova
Hello Google Ads team, 

My colleague, Oksana Sulyma, initiated this thread. It's been a while since 
the investigation of the issue began from your end. Do you have any 
updates? 

Any information would be greatly appreciated. Thank you in advance.

On Monday, February 26, 2024 at 7:54:36 AM UTC-5 Google Ads API Forum 
Advisor wrote:

> Hello,
>
> The team is still investigating. I will let you know when I have any new 
> information to share.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02rz8dC:ref"
>
> Thanks,
>   
> [image: Google Logo] 
> Michael Cloonan 
> 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/3842e3eb-b3d1-4b80-a4bd-c4083f246d16n%40googlegroups.com.


Accounts suspended issues

2024-03-27 Thread Paulo Silva
Hello, everyone!

Our product is designed to facilitate sales tracking on Google Ads for 
products from platforms like Clickbank, Buygoods, among others.

Our product is aimed at affiliates who use Google Ads as a platform for 
product advertising.

In practice, our users install our custom-generated code snippet on their 
landing pages, and through this snippet, we collect important information 
about the buyers and visitors of the ad.

Thus, we can generate detailed reports to enable the optimization of 
campaigns.

It happens that some of our users have reported having their accounts 
suspended after using our product.

I would like to know if there is any connection between the suspended 
accounts and our snippet.

Below, I insert the snippet code:

let filtripixel_trackingId = 0;
let filtripixel_pixelId = '';
let filtripixel_interactionEnabled = false;
let filtripixel_lastScrollPosition = 0;
let filtripixel_lastReportedScrollPercentage = 0;
let filtripixel_verify_installation = false;

function filtripixel_preventInteraction(event) {
if (!filtripixel_interactionEnabled) {
event.preventDefault();
event.stopPropagation();
}
}

function filtripixel_getTrackingId(params) {
const body = {
events: [
{
type: 'visit',
...params,
},
],
pixelId: filtripixel_pixelId,
};
const options = {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(body),
};

fetch('https://filtripixel.io', options)
.then((response) => response.json())
.then((response) => {
filtripixel_trackingId = response.trackingId;
filtripixel_setTrackingIdOnAllLinks(response.trackingId);
})
.catch((err) => {
filtripixel_interactionEnabled = true;
document.removeEventListener('click', filtripixel_preventInteraction, true);
});
}

function filtripixel_sendEvents(params, eventType) {
const body = {
trackingId: filtripixel_trackingId,
pixelId: filtripixel_pixelId,
events: [
{
type: eventType,
...params,
},
],
};
const options = {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(body),
};

fetch('https://filtripixel.io', options).catch((err) => {
filtripixel_interactionEnabled = true;
document.removeEventListener('click', filtripixel_preventInteraction, true);
});
}

function filtripixel_getParamsFromQueryString() {
const currentUrl = new URL(window.location.href);
const params = new URLSearchParams(currentUrl.search);
const visitParameters = {};

params.forEach((value, key) => {
visitParameters[key] = value;
if (key === 'filtripixel-installation-verify') {
if (value === filtripixel_pixelId) {
alert('Filtripixel instalado com sucesso');
}
}
});
filtripixel_getTrackingId(visitParameters);
}

function filtripixel_setTrackingIdOnAllLinks(trackingId) {
const links = document.querySelectorAll('a');
links.forEach((link) => {
if (link.href) {
try {
const linkUrl = new URL(link.href);
const params = ['tid', 'subid', 'sid1', 'sck', 'src'];
params.forEach((param) => {
linkUrl.searchParams.set(param, trackingId);
});
link.href = linkUrl.href;
filtripixel_interactionEnabled = true;
document.removeEventListener('click', filtripixel_preventInteraction, true);
const readyDiv = document.createElement('div');
readyDiv.id = 'filtripixel_is_ready';
readyDiv.style.display = 'none';
document.body.appendChild(readyDiv);
} catch (error) {
console.error(error);
}
}
});
}

function filtripixel_calculateScrollPercentage() {
const scrolled = window.scrollY;
const viewportHeight = window.innerHeight;
const fullHeight = document.documentElement.scrollHeight;
const scrolledPercentage = Math.min(((scrolled + viewportHeight) / 
fullHeight) * 100, 100);
return scrolledPercentage;
}

function filtripixel_handleScrollEvent() {
const currentScrollPosition = window.scrollY;
const currentScrollPercentage = filtripixel_calculateScrollPercentage();

const scrollDirection =
currentScrollPosition > filtripixel_lastScrollPosition ? 'scroll-down' : 
'scroll-up';

const reportingThreshold = 10;
if (
Math.abs(currentScrollPercentage - filtripixel_lastReportedScrollPercentage) 
>=
reportingThreshold
) {
filtripixel_sendEvents({ percentage: Math.round(currentScrollPercentage) }, 
scrollDirection);

filtripixel_lastReportedScrollPercentage = currentScrollPercentage;
}

filtripixel_lastScrollPosition = currentScrollPosition;
}

function filtripixel() {
filtripixel_getParamsFromQueryString();
document.addEventListener('click', function (event) {
let target = event.target;

while (target && target !== document.body && target.nodeName !== 'A') {
target = target.parentNode;
}

if (target && target.nodeName === 'A') {
const params = Array.from(target.attributes).reduce((acc, attr) => {
acc[attr.name] = attr.value;
return acc;
}, {});
filtripixel_sendEvents(params, 'click');
}
});
window.addEventListener('scroll', filtripixel_handleScrollEvent);
}

document.addEventListener('DOMContentLoaded', function () {
document.addEventListener('click', filtripixel_preventInteraction, true);
const scriptTags = document.getElementsByTagName('script');

Re: basic api access token - 20 days no response

2024-03-27 Thread Joe Hall
Hi,

Checking back in on this gap. Any update?

Thanks,
Joe

On Monday, February 26, 2024 at 11:16:35 AM UTC-8 Joe Hall wrote:

> Hi Team,
>
> We're urgently in need for this standard access. Can you share when/how we 
> can proceed on this?
>
> Thanks,
> Joe
>
> On Tuesday, February 20, 2024 at 6:48:14 PM UTC-8 Joe Hall wrote:
>
>> Hi Team,
>>
>> Any update here?
>>
>> Thanks,
>> Joe
>>
>> On Friday, February 16, 2024 at 12:43:26 AM UTC-8 Google Ads API Forum 
>> Advisor wrote:
>>
>>> Hi,
>>>
>>> Thank you for getting back to u
>>>
>>> ++@Compliance team, please assist the user with the API - Standard 
>>> access request.
>>>
>>> Summary: The user has applied for Standard access with the below 
>>> details. 
>>>
>>>
>>>
>>>- Google Ads Manager Account (MCC) ID: 715-138-8450 
>>>
>>>
>>>- Cases ID: Not Received 
>>>- Access level : Basic Access 
>>>
>>> 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:!00D1U01174p.!5004Q02rz3ID: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/5735cfb5-7299-4352-b6fa-82a56973141dn%40googlegroups.com.


Re: developer token basic access no reply

2024-03-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for providing the additional information.

@Compliance team, please confirm if you are able to assist in the below access 
request.

Summary:

The user has applied for the access with the below details.

Google Ads Manager Account (MCC) ID: 535-988-1650
Case ID : User says that they don't have case ID
Access level :  Basic access

This message is in relation to case "ref:!00D1U01174p.!5004Q02s06s2:ref" 
(ADR-00228077)

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


Re: developer token basic access no reply

2024-03-27 Thread Anthony Napoleoni
Just wanted to follow up on this again if there has been any changes. 
Thanks in advance

On Wednesday, March 20, 2024 at 11:00:04 AM UTC-7 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 have submitted a 
> request for the Basic access of Google Ads API developer token and waiting 
> for a response from the team.
>
> 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 the Basic access with the below details. 
>
>- Google Ads Manager Account (MCC) ID: 535-988-1650 
>- Case 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:!00D1U01174p.!5004Q02s06s2:ref" (ADR-00228077)
>
> 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/632af841-a504-4d14-bd03-a745fc354eabn%40googlegroups.com.


Re: developer token basic access no reply

2024-03-27 Thread Anthony Napoleoni
Hello I do not have a case ID, can you confirm if this request is still 
under review? Thanks in advance

On Wednesday, March 20, 2024 at 11:00:04 AM UTC-7 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 have submitted a 
> request for the Basic access of Google Ads API developer token and waiting 
> for a response from the team.
>
> 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 the Basic access with the below details. 
>
>- Google Ads Manager Account (MCC) ID: 535-988-1650 
>- Case 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:!00D1U01174p.!5004Q02s06s2:ref" (ADR-00228077)
>
> 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/e7472bdc-a6fb-4ff7-95f3-d1e9c3d843d5n%40googlegroups.com.


RE: unlink customer client from manager account

2024-03-27 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.

I would recommend that you update the customer manager link with status 
INACTIVE by using method MutateCustomerManagerLink. This should unlink your 
Test Manager account with Test Customer account.

Hope this helps.
This message is in relation to case "ref:!00D1U01174p.!5004Q02s0GxB:ref" 
(ADR-00228908)

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


Can't change bidding strategy for forecast metrics request

2024-03-27 Thread Dev PeachesAI
Hi
I'm trying to follow the example provided here 

 to 
generate forecast metrics. But, when I try to use any bidding strategy 
other than manual_cpc_bidding_strategy it fails with the following error:



*Request made: ClientCustomerId: ..., Host: googleads.googleapis.com, 
Method: 
/google.ads.googleads.v15.services.KeywordPlanIdeaService/GenerateKeywordForecastMetrics,
 
RequestId: AJHTJDQm1WECfu-sji-v0A, IsFault: True, FaultMessage: The input 
has an invalid value.Request with ID "AJHTJDQm1WECfu-sji-v0A" failed with 
status "INVALID_ARGUMENT" and includes the following errors:Error with 
message "The input has an invalid value."*

It doesn't depend on if I use test manager account or the real one. It 
fails even if I run the example.

Just replace 
*campaign_to_forecast.bidding_strategy.manual_cpc_bidding_strategy.max_cpc_bid_micros
 
= 100*

with:
*campaign_to_forecast.bidding_strategy.maximize_clicks_bidding_strategy.daily_target_spend_micros
 
= **100*
or
*campaign_to_forecast.bidding_strategy.maximize_conversions_bidding_strategy.daily_target_spend_micros
 
= **100*

Could somebody assist?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7ee2205d-78eb-4229-909d-a8bd16531fe9n%40googlegroups.com.


API does not return all "Discovery" campaigns

2024-03-27 Thread Radosław Adamowicz
We are using Google Ads API version 14 and for account 709-663-6472 we only 
get one campaign type "Discovery" with id 10972817959. The missing 
campaigns are: 20786543739, 20786544123, 20796802270.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9915a720-0e31-4e5a-88ab-513c4bac7ff9n%40googlegroups.com.
[2024-03-27T15:25:58.230664+01:00] Google Ads API.INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v14.services.GoogleAdsService/SearchStream", CustomerId: 
7096636472, RequestId: "tonxwhhOMW3P0ZDclwIZ4g", IsFault: 0, FaultMessage: 
"None" [] []
[2024-03-27T15:25:58.235798+01:00] Google Ads API.DEBUG: Request
---
Method Name: /google.ads.googleads.v14.services.GoogleAdsService/SearchStream
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/7.4.33 gccl\/19.2.0 gapic\/19.2.0 gax\/1.19.0 
grpc\/1.37.1 rest\/1.19.0 pb\/3.21.12+c",
"x-goog-request-params": "customer_id=7096636472",
"developer-token": "REDACTED",
"login-customer-id": "4003676252"
}
Request: 
{"customerId":"7096636472","query":"SELECT campaign.id\nFROM campaign"}

Response
---
Headers: {
"content-disposition": "attachment",
"date": "Wed, 27 Mar 2024 14:25:58 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
Response: 
{"results":[{"campaign":{"resourceName":"customers/7096636472/campaigns/1495115656","id":"1495115656"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/2040408227","id":"2040408227"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/9119623171","id":"9119623171"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/9347993271","id":"9347993271"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/9494639918","id":"9494639918"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/971142","id":"971142"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10322204357","id":"10322204357"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10710720439","id":"10710720439"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10804730867","id":"10804730867"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10824758534","id":"10824758534"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10876032925","id":"10876032925"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10972817959","id":"10972817959"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/11063276042","id":"11063276042"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/11695155338","id":"11695155338"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/11699590509","id":"11699590509"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/11703820972","id":"11703820972"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/11799901582","id":"11799901582"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12266324054","id":"12266324054"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12363340227","id":"12363340227"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12363431508","id":"12363431508"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12393934034","id":"12393934034"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12713102615","id":"12713102615"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12900323012","id":"12900323012"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/17814562503","id":"17814562503"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/17814562785","id":"17814562785"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/17814562947","id":"17814562947"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/17815812412","id":"17815812412"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/17815812427","id":"17815812427"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/20237165701","id":"20237165701"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/20266995481","id":"20266995481"}},{"campaign":{"resourceName":"customers/

Not all Discovery campaigns are returned

2024-03-27 Thread Radosław Adamowicz
We are using Google Ads API version 14 and, for account 709-663-6472, we 
only receive one 'Discovery' campaign. We should get 10972817959, 
20786543739, 20786544123, 20796802270 and we only get 10972817959.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fc77ab1f-56e7-463b-ac56-e2b15a5f5cdcn%40googlegroups.com.
[2024-03-27T15:25:58.230664+01:00] Google Ads API.INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v14.services.GoogleAdsService/SearchStream", CustomerId: 
7096636472, RequestId: "tonxwhhOMW3P0ZDclwIZ4g", IsFault: 0, FaultMessage: 
"None" [] []
[2024-03-27T15:25:58.235798+01:00] Google Ads API.DEBUG: Request
---
Method Name: /google.ads.googleads.v14.services.GoogleAdsService/SearchStream
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/7.4.33 gccl\/19.2.0 gapic\/19.2.0 gax\/1.19.0 
grpc\/1.37.1 rest\/1.19.0 pb\/3.21.12+c",
"x-goog-request-params": "customer_id=7096636472",
"developer-token": "REDACTED",
"login-customer-id": "4003676252"
}
Request: 
{"customerId":"7096636472","query":"SELECT campaign.id\nFROM campaign"}

Response
---
Headers: {
"content-disposition": "attachment",
"date": "Wed, 27 Mar 2024 14:25:58 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
Response: 
{"results":[{"campaign":{"resourceName":"customers/7096636472/campaigns/1495115656","id":"1495115656"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/2040408227","id":"2040408227"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/9119623171","id":"9119623171"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/9347993271","id":"9347993271"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/9494639918","id":"9494639918"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/971142","id":"971142"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10322204357","id":"10322204357"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10710720439","id":"10710720439"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10804730867","id":"10804730867"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10824758534","id":"10824758534"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10876032925","id":"10876032925"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/10972817959","id":"10972817959"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/11063276042","id":"11063276042"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/11695155338","id":"11695155338"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/11699590509","id":"11699590509"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/11703820972","id":"11703820972"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/11799901582","id":"11799901582"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12266324054","id":"12266324054"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12363340227","id":"12363340227"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12363431508","id":"12363431508"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12393934034","id":"12393934034"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12713102615","id":"12713102615"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/12900323012","id":"12900323012"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/17814562503","id":"17814562503"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/17814562785","id":"17814562785"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/17814562947","id":"17814562947"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/17815812412","id":"17815812412"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/17815812427","id":"17815812427"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/20237165701","id":"20237165701"}},{"campaign":{"resourceName":"customers/7096636472/campaigns/20266995481","id":"20266995481"}},{"campaign":{"resourceName":"c

Re: not heard anything back when applying for basic access

2024-03-27 Thread Joe Smith
I don't have a case ID, I haven't had any confirmation or anything either 
time I've filled out the application form.

On Friday 22 March 2024 at 13:20:55 UTC 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 have submitted an 
> application for the basic access of Google Ads API developer token.
>
> 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 basic access with the below details. 
>
>- Google Ads Manager Account (MCC) ID: 794-775-7042 
>- 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:!00D1U01174p.!5004Q02s0ADs:ref" (ADR-00228359)
>
> 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/246c4595-357d-4768-951e-eaf3077f8080n%40googlegroups.com.


What is the equivalent conversion action as the one that we create on api with UPLOAD_CLICKS type?

2024-03-27 Thread Jonathan Moura
So I got this following error:

The conversion action specified in the upload request isn't set up for 
uploading conversions., at conversions[0].conversion_action

The difference between the API and the Interface is that from the API we 
can set the conversion_type as *UPLOAD_CLICKS, *which is what google ads 
expects, however, google documentation doesn't tell us what is the 
equivalent for UPLOAD_CLICKS type on the interface.
Also, whenever we create an conversion manually the status says "Inactive", 
but when we create using the API it says "No recent conversions" (not sure 
if this means something tbh).

How can I create manually in the interface a conversion action that is of 
type "UPLOAD_CLICKS"? In a way that should be the same as the API

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/267543f1-7a76-485c-b499-adbfab0d9c62n%40googlegroups.com.


How much time should I wait for a conversion uploaded from the API to be replicated to Google ads UI?

2024-03-27 Thread Jonathan Moura
I've uploaded an conversion through the API using the python library, it 
was successful and I could see the results being returned 
(conversion_action, timestamp and gclid), however, its not showing in the 
google ads interface yet.

How much time should I wait to see it being counted up in the interface?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6d46aabd-3e25-44dd-a09a-61cac3f4f1dcn%40googlegroups.com.


GAQL for Account Level IP exclusion list

2024-03-27 Thread Ayush
Hey, 

I have an GAQL query to get all the IPs that are in exclusion list for the 
campaigns for my domain, but I want to get the account level IPs. This is 
the query I use for campaign level IPs

SELECT campaign.id, campaign.name, campaign.status, 
campaign.serving_status, campaign_criterion.criterion_id, 
campaign_criterion.type, campaign_criterion.ip_block.ip_address FROM 
campaign_criterion WHERE campaign_criterion.type = 'IP_BLOCK' AND 
campaign_criterion.status = 'ENABLED' AND campaign_criterion.status = 
'ENABLED'  AND campaign.id = "something"

What can I do to get the Account Level IP exclusion 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/3f901426-8363-43ca-9f55-0ad0de71d319n%40googlegroups.com.


ENABLED_UBERVERSAL_CAMPAIGNS_PER_CUSTOMER

2024-03-27 Thread Anush Hakobyan
Hi, when attempting to publish a PMAX campaign in Google, the following 
error occurred:

{
  "StatusCode": 3,
  "Details": "Request contains an invalid argument.",
  "RequestId": "R5ZEQJjWK7-Rxyz2Fq6v0w",
  "Failure": {
"errors": [
  {
"errorCode": {
  "resourceCountLimitExceededError": "RESOURCE_LIMIT"
},
"message": "The request would cause a limit on the number of 
allowed resources of this type to be exceeded.",
"trigger": {
  "stringValue": "ENABLED_UBERVERSAL_CAMPAIGNS_PER_CUSTOMER"
},
"location": {
  "fieldPathElements": [
{
  "fieldName": "operations",
  "index": 0
}
  ]
},
"details": {
  "resourceCountDetails": {
"enclosingId": "8951792349",
"limit": 100,
"limitType": "UNKNOWN",
"existingCount": 100,
"enclosingResource": "customer"
  }
}
  }
],
"requestId": "R5ZEQJjWK7-Rxyz2Fq6v0w"
  }
}
What does this mean?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/32e3fc23-4e2f-4c67-b599-4d34cd5a0f8en%40googlegroups.com.


responses are empty

2024-03-27 Thread Weijun Liu
I have a question, could you please help me?
I follow the Ruby example in the official Google Ads documentation to get 
ad information, and the code is as follows:
client = Google::Ads::GoogleAds::Config.new do |c|
  c.client_id = 'INSERT_CLIENT_ID_HERE'
  c.client_secret = 'INSERT_CLIENT_SECRET_HERE'
  c.refresh_token = 'INSERT_REFRESH_TOKEN_HERE'
  c.developer_token = 'INSERT_DEVELOPER_TOKEN_HERE'
  c.login_customer_id = 'INSERT_LOGIN_CUSTOMER_ID_HERE'
end
responses = client.service.google_ads.search_stream(
customer_id: customer_id,
  query: 'SELECT campaign.id, campaign.name FROM campaign ORDER BY  
  campaign.id' )
 
I replaced the correct client_id, client_secret, refresh_token and 
refresh_token.The program runs normally without any errors, but the 
response I received is empty. 
This is one request id: '_xD97Uvo0mVBNdnLajcLag'.

Please help me analyze the problem, I would be extremely grateful.
重新回答
|
|

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d9e422c1-a52b-472a-9861-f44305da7412n%40googlegroups.com.


Retrieving data from multiple customers in one query for account budget

2024-03-27 Thread 'Yao Da' via Google Ads API and AdWords API Forum
Hi, 

In my current code we retrieve account budget per customer in a single 
query.
However because one mcc manager many customers, if we get account budget 
per customer, this will cause error with "code = ResourceExhausted desc = 
Resource has been exhausted (e.g. check quota)", so we want to retrieve 
account budget for multiple customers in *one* call. 
Is this possible?

Current example code:
public static function runExample(GoogleAdsClient $googleAdsClient, int 
$customerId)
{
$googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient();
// Creates a query that retrieves keyword statistics.
$query =
"SELECT account_budget.adjusted_spending_limit_micros, 
account_budget.amount_served_micros FROM account_budget";

// Issues a search stream request.
/** @var GoogleAdsServerStreamDecorator $stream */
$stream = $googleAdsServiceClient->searchStream($customerId, $query);


In the example above we have to send a customerId for each customer and a 
request is made per customer. We would like to send an array of customer 
ids and make a query that requests this metrics in one call.

Thanks in advance!

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

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


Re: create customaudience in a batchjob

2024-03-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello -

Just letting you know that I've issued this as a bug and not a feature request, 
as the expectation is that all resources should be mutable via a 
MutateOperation. If the change were to be made in the API, I'm not sure how 
long it would take, but it would have to be part of an upcoming release. I 
recommend keeping an eye on our release documentation to see when this gets 
fixed, and in the meantime you can use the CustomAudienceService to issue 
one-off mutate requests for custom audiences.
This message is in relation to case "ref:!00D1U01174p.!5004Q02s08le:ref" 
(ADR-00228258)

Thanks,

Ben Karl
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/q2kNe0SB0HYG00OjO5D_zXRlCCXpyqis4w8A%40sfdc.net.


RE: estimation for performance max campaigns

2024-03-27 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.

Kindly note that, it is not yet supported in the Google Ads API to estimate 
Performance Max campaigns without an ad group or keyword as it is supported in 
Google Ads UI. However, I have raised a request for this feature to be 
available in Google Ads API and this is subject for review. I cannot provide a 
scheduled timeline for the availability of this feature in the API. I would 
recommend you to please follow our Release Notes and Blog post for future 
updates.
This message is in relation to case "ref:!00D1U01174p.!5004Q02s0Gmr:ref" 
(ADR-00228846)

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


Unlink customer client from Manager Account

2024-03-27 Thread Danil Antonov
I have Test Manager account with Test Customer Clients which are created 
via API. We need from time to time "remove" related customer clients from 
the Test Manager account.
 
As I understand, there are no "remove" flow created, but there is an 
"Unlink from Manager Account" flow 

I see that this "unlink" operation can be done via UI:
https://support.google.com/google-ads/answer/7456531?hl=en

But I confused about API flow to do that, should I operate with Customer 
Client Link Service? If so, which status to the account should I set if I 
want to remove the Customer Client account in case we operate with "Test" 
accounts which are already "Cancaled" according to the documentation?

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/0b974b51-f5af-45b9-9d02-4092e520c3f8n%40googlegroups.com.


Google ADS Basic Access

2024-03-27 Thread can polat
I have submitted a detailed form for basic access 2 times and I still 
haven't received any positive or negative feedback. 
Can you 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 on the web visit 
https://groups.google.com/d/msgid/adwords-api/aaa25f40-f794-436e-91ad-e55ec32a7033n%40googlegroups.com.


Re: create customaudience in a batchjob

2024-03-27 Thread Lorenzo Scortichini
Hello Ben,
thanks for the feedback.
Looking forward to an update on the matter.

Regards

Il giorno lunedì 25 marzo 2024 alle 20:50:18 UTC+1 Google Ads API Forum 
Advisor ha scritto:

> Hello - 
>
> It does appear as though custom audiences is missing here. I'm going to 
> investigate internally to see if there's a reason this was left out, and if 
> not will request that it be added in an upcoming release.
>   
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02s08le:ref" (ADR-00228258)
>
> Thanks,
>   
> [image: Google Logo] 
> Ben Karl 
> 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/bc990e96-c47a-466f-9fb6-b346b8cf1db9n%40googlegroups.com.