| Day 1 | Day 2 | Day 3 | Day 4 | |
| Impressions received | 5 | 3 | 6 | 1 |
| Eligible impressions | 10 | 30 | 8 | 50 |
| Search Impression Share | 50.00% | 10.00% | 75.00% | 2.00% |
I am caching the Google Adwords data of each day on local data base and then user can see that data over any date range.for e.g1st April - 09 clicks - 20 Impressions2nd April - 19 clicks - 200 ImpressionsNow if user want to see data from 1st April to 2nd April then from local data i will simply sum up clicks and impressions and make it display to user.1st April to 2nd April - 28 Clicks - 220 ImpressionsBut above sum/average does not work for searchImpShare, it could only be calculated if we have EligibleImpressions for each day, which i think is not available API, so my question is that is it ok to drive EligibleImpressions for each day with following formula and this will give us exact searchImpShare every time ?searchImpShare = IS / Eligible ImpressionsEligible Impressions = IS / searchImpShareI have tested above formula over one of the Adwords Account and so far its looking good.
Now facing one more problem with Average Position as well ? How google is calculating Average Position at account level, campaign level for each day and over selected date range ?
|
|
Avg Position 1st April |
Avg Position 2nd April |
Avg Position 1st to 2nd April |
|
Campaign 1 |
1.8 |
3.1 |
2.6 |
|
Campaign 2 |
2.4 |
4.1 |
2.7 |
|
Account Level |
2.4 |
3.7 |
2.7 |
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/847f2901-17f4-4307-ad6f-a027133432cd%40googlegroups.com.--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 a topic in the Google Groups "AdWords API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/wc8GTh8MIQA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
yes doing the same thing and so far results are getting match.
ok, will pull this data directly from Google Adwords.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 a topic in the Google Groups "AdWords API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/wc8GTh8MIQA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/37530f9b-aa79-4441-82fe-5588c4e3af1f%40googlegroups.com.