Thursday, December 15, 2022

Digest for adsense-api@googlegroups.com - 1 update in 1 topic

Ad Sense API <adsenseapi@forumsupport.google>: Dec 14 12:53PM

Hi Stephane,
 
Thanks for your question. The WEBSEARCH_QUERY_STRING dimension is only compatible with the WEBSEARCH_RESULT_PAGES metric. In addition, not all web properties have the WEBSEARCH_QUERY_STRING dimension available, so you may not have any data for it.
 
Best wishes,
Andrew (AdSense api team)
ref:_00D1U1174p._5004Q2h1wSg:ref
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to adsense-api+unsubscribe@googlegroups.com.

Tuesday, December 13, 2022

Digest for adsense-api@googlegroups.com - 1 update in 1 topic

Stephane Vallois <stephvallois9182@gmail.com>: Dec 09 10:18AM -0800

Hi Adsense API support team,
When I try to get the WEBSEARCH_QUERY_STRING dimension with a curl request,
I'm getting this error:
 
"warnings": [ "Some of the requested dimensions (or their combination) do
not apply to some of the ad clients used by this report."
 
Is there any way to specify the correct ad client or product (afs) so that
I don't get this error?
 
Added a screenshot in attachment.
 
Thank you
Stephane
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to adsense-api+unsubscribe@googlegroups.com.

Tuesday, December 6, 2022

Digest for adsense-api@googlegroups.com - 1 update in 1 topic

"kho...@netlink.vn" <khoa.do@netlink.vn>: Dec 04 10:41PM -0800

It's ok. Thank for your support!
 
On Friday, December 2, 2022 at 9:01:06 PM UTC+7 adsenseapi wrote:
 
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to adsense-api+unsubscribe@googlegroups.com.

Saturday, December 3, 2022

Digest for adsense-api@googlegroups.com - 2 updates in 1 topic

"kho...@netlink.vn" <khoa.do@netlink.vn>: Dec 02 01:12AM -0800

Hi GG Adsense support team,
 
Suddenly we have internal error encountered when trying to fetch saved
report, but we can get data from other report (Channel ID, site). Please
let us know how to fix this error.
 
Google\Service\Exception #500
 
{ "error": { "code": 500, "message": "Report generation error.", "errors":
[ { "message": "Report generation error.", "domain": "global", "reason":
"backendError" } ], "status": "INTERNAL" } }
 
 
Thanks for your support!
Ad Sense API <adsenseapi@forumsupport.google>: Dec 02 02:01PM

Hi - thanks for your message.
 
There was a temporary issue with some types of report earlier today, which is now fixed. Could you retry your request and let us know if you are still seeing problems?
 
Thanks,
Andrew (AdSense API team)
ref:_00D1U1174p._5004Q2ghrA7:ref
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to adsense-api+unsubscribe@googlegroups.com.

Saturday, October 29, 2022

Digest for adsense-api@googlegroups.com - 2 updates in 1 topic

braimah jake <braimahjake@gmail.com>: Oct 27 06:28AM -0700

Hi,
 
I am working with the Google APIs Client Library for PHP
 
I can successfully authenticate and refresh tokens, but cannot generate
reports.
 
Here's a sample of my code:
 
$params = array(
'date_range' => ['YESTERDAY'],
'metrics' => [
'PAGE_VIEWS', 'AD_REQUESTS', 'AD_REQUESTS_COVERAGE',
'CLICKS', 'AD_REQUESTS_CTR', 'COST_PER_CLICK',
'AD_REQUESTS_RPM', 'ESTIMATED_EARNINGS'
],
 
);
 
$optParams = array('metric' => array('PAGE_VIEWS', 'CLICKS',
'ESTIMATED_EARNINGS'), 'dimension' => 'AD_UNIT_ID', 'AD_UNIT_NAME');
 
$report =
$httpClient->get("https://adsense.googleapis.com/v2/accounts/MY-ACCOUNT/?"
. http_build_query($optParams) . "/reports:generate");
 
return json_decode($report->getBody());
Ad Sense API <adsenseapi@forumsupport.google>: Oct 28 03:25PM

Thanks for your question.
 
I suggest trying the interactive API explorer at https://developers.google.com/adsense/management/reference/rest/v2/accounts.reports/generate to check your request.
 
If that fails, perhaps you could share the errors you are getting, which should help diagnose the problem.
 
Regards,
Andrew, AdSense API team
ref:_00D1U1174p._5004Q2fpGLd:ref
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to adsense-api+unsubscribe@googlegroups.com.

Thursday, October 13, 2022

Digest for adsense-api@googlegroups.com - 1 update in 1 topic

Ad Sense API <adsenseapi@forumsupport.google>: Oct 12 11:57AM

Hi Stefan, I apologize for the delayed response.
 
Are you able to use the API tester on the developer site to experiment with the API calls first? And if so, does that result in a successful response?
 
Try this URL, first change the account field to what the account you'd like to query, then hit "Execute" at the bottom of the right hand side panel (the "Try this method" panel):
https://developers.google.com/adsense/management/reference/rest/v2/accounts.reports/generate?apix_params=%7B%22account%22%3A%22accounts%2Fpub-123%22%2C%22dateRange%22%3A%22LAST_7_DAYS%22%2C%22dimensions%22%3A%5B%22URL_CHANNEL_NAME%22%5D%2C%22metrics%22%3A%5B%22ESTIMATED_EARNINGS%22%5D%7D
 
If that's showing you the results you expect, then I'll need to see the request URLs you're sending in order to be able to help further. You can run the python script and copy the URLs from the terminal.
 
As a side-note, URL channels only work when pre-defined for specific URLs inside the AdSense account. And you can only create a limited number of them. AdSense recently launched a new feature inside reporting which shows you the URL-level breakdown of reports. Go to the reports page in AdSense, and choose the "Page URL" dimension. Note that this dimension only shows URLs that have sufficient traffic, and data is only stored for the past 30 days. You can learn more about this dimension here:
https://support.google.com/adsense/answer/11988478
 
All the best!
ref:_00D1U1174p._5004Q2f4PJK:ref
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to adsense-api+unsubscribe@googlegroups.com.

Tuesday, October 11, 2022

Digest for adsense-api@googlegroups.com - 1 update in 1 topic

Stefan Djurovic <stefandjurovic1998@gmail.com>: Oct 08 02:53AM -0700

I'm looking into extracting earnings per specific URL but just can't pull
it off.
 
In simple terms want to use these URL_CHANNEL_NAME as dimensions, and
ESTIMATED_EARNINGS as a metric.
 
I'm using Python and followed this sample as a reference:
https://github.com/googleads/googleads-adsense-examples/blob/main/v2/python/generate_report.py
 
Tried to create a saved report with URLs, then pull it via the API but
still end up with the same error message.
 
Did someone encounter these issues as well?
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to adsense-api+unsubscribe@googlegroups.com.

Wednesday, May 18, 2022

Re: Do you need a publicist?

Are you interested in putting an article about you or your business in the following magazines?

Time Magazine,
Paradox Magazine,
MensJournal,
TheHill
Observer
US Magazine
Intouch Weekly
Entrepreneur
TMZ
PerezHilton

This is not a joke, this is the real deal.

On Sunday, May 15, 2022 at 9:36 AM, Loaded Media <publicity@loadedagency.com> wrote:
Hello,

My name is Lana and I'm a Senior Publicist at Loaded Media. We are a publicity company that focuses on online presence and getting articles written about your Brand (you or your business) that show in major magazines. We also offer SEO, Web Development, Social Media Management and much more. I would love to show you what we have to offer. 

Just so I can get a feel for where you are at with publicity. 
What are your current brand goals right now? Magazines? SEO? Social Media Management?
Who is currently handling all of these for you?

Warmest Regards,


Lana Chapman
Publicist
Loaded Media
The Lot Studios
1041 N. Formosa Ave.
West Hollywood, CA 90046
424.366.2866
Loaded Media
CONFIDENTIAL: This message may contain confidential information intended only for the use of the addressee(s) named above. If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited. If you have received this message by mistake, please immediately notify us by replying to this message and delete the original message immediately thereafter. In addition, this message contains general information only, and is not intended to serve as legal advice or as a substitute for legal counsel.

Friday, January 28, 2022

Digest for seo1@googlegroups.com - 1 update in 1 topic

"Dr Michael J. B. Wilson and GooogleBot" <mikewilsonseo@gmail.com>: Jan 27 06:10PM -0800

Ok Hi ALL Bless!
 
The 1st Class February 1 at 8pm EST (New York Time ok). is going to
Incredible! Im sharing secrets LOL
 
Im still working on the direction I will go in
 
Class 1: SEO basics for GoogleBot
 
Ill post the details asap.
send me a email if your interested please ill make a list.
 
 
ps:
 
Great News I launched something finally after a bit I registered a name.
"SEO Company search engine optimization®" Ill be putting all the best seo
tools up there... for now there is a 3355 page holding site from my old
school days and wayback Archives.org as well Google :)
 
God Bless.
 
*Michael Wilson*
438-342-3380
 
MikeWilsonseo@GoogleMail.com
Google Partners
Google Level 7
<https://support.google.com/local-guides/answer/6225851?hl=en>
Google New York, NY | 12/21/2021
L7 Distributed Systems (Back-End)
 
Founder of Google SEO Groups <https://groups.google.com/forum/#!forum/seo1>
https://groups.Google.com/g/SEO1 <https://groups.google.com/g/SEO1>
 
On Friday, January 21, 2022 at 2:38:03 a.m. UTC-5 Dr Michael J. B. Wilson
and GooogleBot wrote:
 
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to seo1+unsubscribe@googlegroups.com.

Friday, January 21, 2022

Digest for seo1@googlegroups.com - 1 update in 1 topic

"Dr Michael J. B. Wilson and GooogleBot" <mikewilsonseo@gmail.com>: Jan 20 11:38PM -0800

Information to follow and be posted this weekend. Live on the web.
 
Michael
 
PS. feels good to be back.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to seo1+unsubscribe@googlegroups.com.