what is STORAGE_ERROR ?

2022-02-25 Thread YuK1
Hi

When I try to register an image, I get this error.
What is the cause?

{
   "message": "Request contains an invalid argument.",
   "code": 3,
   "status": "INVALID_ARGUMENT",
   "details": [
   {
   "@type": 0,
   "data": "type.googleapis.com
\/google.ads.googleads.v8.errors.GoogleAdsFailure"
   },
   {
   "@type": 0,
   "data": [
   {
   "errorCode": {
   "imageError": "STORAGE_ERROR"
   },
   "message": "The image could not be stored.",
   "trigger": {
   "stringValue": ""
   },
   "location": {
   "fieldPathElements": [
   {
   "fieldName": "operations",
   "index": 0
   },
   {
   "fieldName": "create"
   },
   {
   "fieldName": "ad"
   },
   {
   "fieldName": "image_ad"
   },
   {
   "fieldName": "data"
   }
   ]
   }
   }
   ]
   },
   {
   "@type": 0,
   "data": "3vOc-OBdZrE7C5NMhThZ4A"
   }
   ]
}


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/fe887430-5f40-4d73-812c-99dda4c08de0n%40googlegroups.com.


Re: Marketing Objective Setup for a Campaign via API

2022-02-13 Thread YuK1
Hi

> However, from the Google Ads API perspective, you may check this guide 
regarding campaign goals.

Is this setting a "campaign goal" rather than a "campaign objective"?
My ad will not be delivered unless I specify "Brand awareness and reach" in 
"Campaign objective".
(Impressions will be zero or single digit)

So I need to specify the "Campaign objective" on the API side as soon as 
possible.

Or do you have an alternative solution?

thanks

2022年2月2日水曜日 18:46:45 UTC+9 adsapi:

> Hi,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Marketing Objective is selecting the single goal that would make your 
> campaign successful to you. When you select a goal while creating a 
> campaign on Ads UI, you’ll see suggested campaign settings aimed to help 
> you obtain that goal.
>
> However, from the Google Ads API perspective, you may check this *guide* 
> 
>  
> regarding campaign goals. Allow me to reach out to my rest of the team with 
> regards to setting marketing Objective as shown on Ads UI. We will respond 
> to you as soon as possible.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2W3Ilj: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/e1867d14-f0ff-4502-961a-890a46cf001bn%40googlegroups.com.


RESOURCE_EXHAUSTED, A huge number of API requests I didn't know about

2022-02-06 Thread YuK1
I am using the Google Ads API.

Search, but I am using google.ads.googleads.v8.services.GoogleAdsService.
GoogleAdsService.Search, but it gets limited very quickly (maybe 15000 
times).

The only place I actually use it is
Only once per ad registration.

However, the dashboard of the Google Cloud Platform API shows "12000 times".

Is it being accessed illegally?
Is there any way to find out what kind of queries are being sent?

The error is as follows

{
"message": "Resource has been exhausted (e.g. check quota).",
"code": 8,
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": 0,
"data": 
"type.googleapis.com\\/google.ads.googleads.v8.errors.GoogleAdsFailure"
},
{
"@type": 0,
"data": [
{
"errorCode": {
"quotaError": "RESOURCE_EXHAUSTED"
},
"message": "Too many requests. Retry in 286 seconds.",
"details": {
"quotaErrorDetails": {
"rateScope": "DEVELOPER",
"rateName": "Number of operations for basic 
access",
"retryDelay": "286s"
}
}
}
]
},
{
"@type": 0,
"data": "DtEn4wpoAwR_23pV2HdQtg"
}
]
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/63dd8fcd-f0f9-4559-ba44-515b68ee6caen%40googlegroups.com.


Want to create a DISPLAY ad in PHP, but I get an error message and cannot create it.

2021-08-25 Thread YuK1
Hi.

I want to create a DISPLAY Campaign using the Google Ads library in PHP 
.

So I have a couple of questions.

1. Is Smarty Display Ad the same as Display Ad?
2. Is it necessary to set up tracking?

When I use the example of the official library (PHP), I get the following 
error
I get the following error.

PHP that was executed
examples/AdvancedOperations/AddSmartDisplayAd.php

Errors encountered

Google Ads failure details:
operation_access_denied_error: Unauthorized CREATE operation in 
invoking a service's mutate method.
bidding_error: Conversion tracking is not enabled for the campaign 
for VBB transition.

I was told that this requires a tracking configuration.
However, when I created it on the web, there was no tracking set up.

Is there any way to create one without setting up tracking?

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

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


How do I get the location of the ads?

2020-08-20 Thread YuK1
Hi.

I'd like to know which channel it was distributed to on Youtube.
Which API should I use?
And how should I test it?
(How do you create dummy data?)

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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ee4107ad-78f8-4856-bde3-fb34adc80af1n%40googlegroups.com.


Re: How to add dummy data to my test account

2020-08-12 Thread YuK1
I don't know how to prepare my own dummy data.
I want to make sure that the number displayed on the screen and the number 
obtained through the API are the same.
What should I do?

2019年7月18日木曜日 2:28:27 UTC+9 adsapiforumadvisor:

> Hi Nicolas,
>
> Thanks for reaching out and for sharing this feedback. It is possible to 
> fetch dummy data from a test account, it's just that for reports there will 
> not be any performance statistics because ads from tests accounts aren't 
> trafficked. As mentioned above in this thread there are ways to work around 
> the absence of performance statistics, including by setting the flag: 
> includeZeroImpressions. That will allow you to develop against the 
> structure of a report.
>
> To my knowledge I do not believe hardcoding mock performance data into 
> test accounts is functionality that is planned, but if you think it would 
> improve the experience compared to using reports with null values please 
> submit a feature request on this page: 
> https://services.google.com/fb/forms/google-ads-api-feedback/
>
> Thank you again for your feedback and consideration.
>
> Best,
> Ben Karl, Google Ads API Team
>
> ref:_00D1U1174p._5001U8Lu0Q:ref

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

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


I want to move my MCC account to another account.

2020-08-07 Thread YuK1
Hi.

If I apply for Basic, my eligible MCC account will be activated, but can I 
transfer this account to another Google account?
For example, if a user with an MCC account leaves the company.

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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f4102361-d9be-49de-9f27-05fe960ded7fn%40googlegroups.com.


Can't find the campaign I created.

2020-08-05 Thread YuK1
I have created an MCC Test account and two child accounts.
We created a video campaign for each of those two accounts.



MCC Test Account ... ID: 000--000
Campaign Account 1 ... ID: 111--111
Movie Campaign
Campaign Account 2 ... ID: 222--222
Movie Campaign



I issued the following query and
I tried to get a campaign for a child account in PHP.


$query = 'SELECT campaign.id FROM campaign';

$response = $client->search(00, $query);

foreach ($response->iterateAllElements() as $googleAdsRow) {
/** @var GoogleAdsRow $googleAdsRow */
printf(
"Ad group with ID %d and name '%s' was found in campaign with ID 
%d.%s",
$googleAdsRow->getAdGroup()->getId()->getValue(),
$googleAdsRow->getAdGroup()->getName()->getValue(),
$googleAdsRow->getCampaign()->getId()->getValue(),
PHP_EOL
);
}

But nothing appears.

Is there a special way to get a campaign for a child account?

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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6a7aaac3-5628-42bf-8767-2945840d2df2n%40googlegroups.com.