Thứ Sáu, 14 tháng 6, 2013

Hướng dẫn làm Tax Form Chitika

Register and make money now
Cách điền tax form
Part I: Identification of Beneficial Owner (See instructions.)

1. Name of individual or organization that is the beneficial owner
.................................................. ........... <<< Điền tên họ của mình

2. Country of incorporation or organization
............................... <<< Viet Nam

3. Type of beneficial owner: các bạn tích vào ô Individual ( Cá Nhân )

4. Permanent residence address (street, apt. or suite no., or rural route). Do not use a P.O. box or in-care-of address.
...................... <<<< điền địa chỉ của bạn vào

City or town, state or province. Include postal code where appropriate.
......................... <<<<<< tên thành phố, tỉnh thành phố, mã tỉnh thành

Country (do not abbreviate) <<< Viet Nam


5. Mailing address (if different from above) <<< cái này điền địa chỉ nhận mail nếu đia chỉ nhận mail của bạn có khác với địa chỉ khai báo ở trên.

Part II Claim of Tax Treaty Benefits (if applicable)

Các bạn tích vào ô đầu tiên. Ở khoảng trống điền Viet Nam


The beneficial owner is a resident of............ within the meaning of the income tax treaty between the United States and that country

Part III Notional Principal Contracts

Tích vào ô ở mục này

I have provided or will provide a statement that identifies those notional principal contracts from which the income is not effectively
connected with the conduct of a trade or business in the United States. I agree to update this statement as required.


Part IV Certification

Đây là mục ký tên xác nhận


Signature of beneficial owner (or individual authorized to sign for beneficial owner) <<<< ký tên họ mình ở trên dòng chữ này

Capacity in which acting <<<< ghi ở trên là Individual

Thứ Năm, 9 tháng 5, 2013

Chitika: Top optimising tips

Register and make money now

Controlling which tab shows first

Depending on the size of ad you're using the tab choices vary but the great thing with eMiniMalls is that you can control the default tab (and it's associated information) that your visitors see. To set the Deals tab as default simply use:
ch_default_tab = "Deals";

Example: The example to the left is targeted for product "laptops", and set to show the "Specs" tab first. Feel free to have a look at the source code of this page (View > Source in IE, Ctrl + U in Firefox) and modify it for use on your own site. You can replace the "Specs" in the code with "Deals" or "Search" depending on your preference, and if your ad is one of the wider ads, like 728x90, the tab options are "Description", "Best Deals" (not "Deals"), "Reviews" and "Search". If you're using the 160 x 160 ad the only choices are "Best Deals" and "Search". Simply look at a sample ad in the eMiniMalls code page on the Chitika site and you'll know what tab options you are getting in your chosen ad size.

Blending suggestions

In addition to all the options you have to blend the background, text, title and border colours, you can even controls the font! Seriously. Ever struggled to find the right CSS to mimic the Google Adsense ads? You're laughing now, you canchange the ad's font to match the font on your page! How cool is that? If you've got Comic Sans MS the ad to the right here should use that font. You could use almost any other font. Code:
ch_font_text = 'Comic Sans MS';
ch_font_title = "Verdana, Arial, Helvetica";
Note that there are two variables, for the title and the text. And, for both, you can set a range of fonts as fallback in case the first one isn't available on the user's computer - as we've done with the Font Title.


Why disable Chitika search if you're running Google search?

You don't have to disable Chitika search to stay within the Google terms (as Chitika search is not a web search but a search of Chitika's product database). But, if you do want to disable Chitika search, here's how to do it:
Add this line of code to your script: ch_nosearch = 1;
The example on the right is from a screenshot made when that line of code was in the script on this page.

Build your channels info into your ads from now.

Though channels aren't an implemented feature yet you can insert channel code into your ads and, when channels becomes available, you should have access to back data on your channel by channel earnings. Add:
ch_sid = 'channel-name-here';
exactly as it appears above... and on its own line. Example:
...
ch_non_contextual = 1;
ch_sid = 'my channel name';
var ch_queries = new Array("keyword1", "keyword2", "keyword3");
...

Use Chitika eminimalls together with Adsense and YPN

If all the adblocks on the page look exactly like each other visitors are less likely to click on them. Create some variety. Mix Google text ads with your own banner with YPN ads with a Chitika interactive ad. This page tell you how to do it safely and within the respective programs' terms and conditions.

Use Chitika as your Adsense Alternative ad

If you're running Adsense you must be aware of Public Service Ads (PSAs) i.e. the ads that Google serves if it can't find a relevant ad for your page. However, you can set a default alternate ad. If you're setting up a page on your site especially for this purpose - stick the Chitika eMiniMalls code in there. Then place the URL for that Chitika eMiniMalls page in your Adsense code. All perfectly acceptable with Google! Now you can earn money from Chitika when Google doesn't have ads to fill the space provided. Don't believe us? Email Adsense support and you'll see that they have no objection.
It must be noted that this is a good fail safe in more ways than one. Even if you always see targeted ads on your pages people in other countries could be seeing PSAs on your pages. Having an alternate ad means that nobody ever sees PSAs. Further, there may be the odd occasion when Google is updating something, has a glitch, or otherwise can't serve relevant ads. You could be seeing days of declining incomes before you caught the problem. At least with Chitika as your Adsense Alternative you'll make that money up elsewhere.

Need help with finding the right products/keywords?


Beating ad blindness: Rotating ads for repeat visitors

Here's a scripting trick that allows random keyword selection; it's particularly useful if you have a lot of repeat visitors and keep them from getting blind to the ads. Give them different ads each time they visit. (see alsorotate based on day of week)
Replace
ch_query = “keyword keyword2";
with
var ch_queries = new Array(’cheap keyword1′, ‘more expensive keyword2′, ‘luxury keyword3′);
var ch_selected = Math.floor((Math.random() * ch_queries.length));
ch_query = ch_queries[ch_selected];
If you have a fashion related site, for example, you can use keywords ranging from handbags to moisturizer to specific brand names like Prada and Jimmy Choo. And Chitika will show your regular visitors accessories, sweaters and related fashion items to keep them from getting bored with hand bag ads. And you're more likely to get a click.
Remember to use single quotes for the keywords in this scripting example.

Rotating keywords based on day of the week.

Post this code just before your Chitika code and replace the keywords in it with keywords of your choice. Chitika will now serve ads based on day of the week keywords you've specified
< script language="javascript">
var dow = new Array();

dow['Sunday'] = " 'ipod' , 'dell laptop' , 'powerbook' ";
dow['Monday'] = " 'xbox' , 'playstation' , 'nintendo' ";
dow['Tuesday'] = " 'couch' , 'office furniture'";
dow['Wednesday'] = " 'popcorn maker' , 'blender' , 'toaster'";
dow['Thursday'] = " 'cod liver oil' , 'glucosamine'";
dow['Friday'] = " 'braun shaver' , 'norelco shaver'";
dow['Saturday'] = " 'LCD monitor' , 'hard drive' ";

var now = new Date();
var dayNames = new Array("Sunday","Monday","Tuesday",
"Wednesday","Thursday","Friday","Saturday");
< /script>

Do your testing on the Chitika site

Playing around using the "Search" feature in the ad? Trying to see what products different keywords call up? Do it on the Chitika home page rather than on your own site and you won't mess up your stats.

Narrow your product down for more money

As per the advice on the Chitika site - if you narrow your product down and specify it as a keyword in the code you'll likely see a substantial increase in income. Try different keywords in Chitika's search to see what products they have in their database that will be the closest match to the content of your page. There is no contextual system as good as YOU! But, before you do this see the previous tip about testing keywords on the Chitika site.

Integrate Chitika eMiniMalls into your blog post

Download this plug-in, put it in your wp-content/plugins directory, and activate it in your plugin configuration page. Once done you'll see a new tag in the Quicklinks toolbar. Simply click on it to insert an ad in your post. If you run into problems try x74.org/index.php/2005/10/02/eminimall-plugin-for-wordpressUsing the custom feeds that are already in WP.

Untargetted, general live ad

Use a noscript tag to monetise even those page views where javascript is turned off

Like with Adsense and the Yahoo Publisher Network Chitika works via javascript, and if the user has javascript turned off he doesn't see your ads. If you believe you may have a large number of visitors with js turned off you could build in a noscripts tag.
<script type="text/javascript">
Chitika/Adsense/YPN code here
</script>
<noscript>
Other affiliate code or your own promotional URL here</noscript>
It may be worth doing it anyway to monitor how many of your visitors are turning javascripts off.

Tell a friend, earn more from the referral program

Get others to sign up for Chitika and make 10% of what they do in their first twelve months. If you sign up by typing Chitika.com in your browser we make nothing. If you get to Chitika.com by clicking this link your earnings remain unaffected but Chitika pays us a commission. You can do the same. If you recommend Chitika on your site don't make it a standard link to chitika.com. Use this URL:

https://chitika.com/mm_overview.php?refid=anees

Don't forget to replace anees with your own affiliate ID. Don't forget, also, that the referral 10% is paid only for the first twelve months from sign-up.

Refer yourself - you're not limited to having just one account!

Combine the fact that you're not restricted to a single account... with the affiliate program, and what have you got? A quick way to make an additional 10% approx.
Case 1 - Joe Bloggs signs up after clicking our link: He makes $80 on his big site and $20 on his small one.
Case 2 - Joe Bloggs signs up after clicking our link but sets up his account in Mrs Jane Bloggs' name. Jane Bloggs then puts her code on the small site and refers Joe Bloggs who opens another account and is her "downline". Joe Bloggs puts his code on the big site. Earnings from the sites are still the same: $80 + $20. But, as Jane referred Joe she gets an additional sum of 10% of $80. Total earnings are now $108 instead of $100.

Check the live ad to make sure it's interactive

Sometimes an ad can end up with just one tab and when it does you lose the catchiness of the mouseover changes - the ad becomes static, argh! This happens particularly when there are only two tabs available for your given ad size and you turn off the search tab. Check the ad live after you've published it to your site. Losing the interactivity of the ad can cut your CTR by over 75%.

Target your ad based on what keyword the visitor found you on

With thanks to chitikatips.com when someone finds you on a search engine you can show them ads related to the exact keywords they searched for. This uses some javascript code which you insert just before the Chitika code.

Shortcuts
 

Use Server Side Includes (SSI) or Frontpage Include pages. Experienced webmasters already use them to minimise the work involved if you ever have to change the coding in the ad.


Some of these tips are covered, albeit slightly differently, at the Chitika site.
by : experienced-people.co.uk

Thứ Ba, 7 tháng 5, 2013

Thủ thuật tối ưu hóa chitika-tips,and report earning

Register and make money now
Hiện tại các bài viết về chitika không nhiều, và mình thấy cách chơi của mọi người không chuyên nghiệp lắm nên hôm nay viết bài nhằm chia sẻ và mong mọi người xây dựng để cùng nhau kiếm tiền với chitika (cá)

mình mở đầu bằng 1 số kiến thức cơ bãn như cách chọn ads,màu sắc ads,vị trí đặt ads cho anh em tham khảo.thấy đúng thì động viên một câu,thấy ko đúng thì góp ý nhưng đừng ném đá em nhé

1-Hiện ads đẹp
có rất nhiều bạn thắc mắc tại sao các site của mình luôn hiện ads rất đẹp và lý do là gì.theo KN mình biết thì thường CÁ hiện ads đẹp ở những domain có tuổi thọ lâu ,có content tốt,lượng truy cập đông,traffic từ các search nhiều.....ai biết bổ sung thêm nhé

2)cách chọn màu ads+font+màu Link
nên chọn Color title+COlor Link trùng với màu Link của site đặt ads....
chọn cỡ chữ nên lớn một chút cho ads nhìn bắt mắt và gọn gàng....
tham khảo:
<script type=”text/javascript”>
ch_client = “DEMO”;
ch_width = 550;
ch_height = 250;
ch_type = “mpu”;
ch_sid = “Chitika Default”;
ch_backfill = 1;
ch_color_site_link = “0000cc”;
ch_color_title = “0000cc”;
ch_color_border = “ffffff”;
ch_color_text = “000000″;
ch_color_bg = “ffffff”;
ch_font_title = “Lucida Sans Unicode”;
ch_font_text = “Georgia”;
</script>
<script src=”http://scripts.chitika.net/eminimalls/amm.js” type=”text/javascript>
</script>

3) cách đặt ads và vị trí đặt ads
theo như gợi ý của chitika thì chỉ nên đặt 3 ads/pages là thích hợp nhất,và đặt vào những vị trí dễ nhìn ,dễ click.đặt quá nhiều ads mà tỷ lệ click kém thì chỉ làm ảnh hưởng đến ECPM mà thôi
tham khảo:
còn dưới là code ads của mình các bạn có thể tham khảo (nhưng đừng gạch đá nhé)
cách lấy màu,cách làm cho font chữ to lên và đặt ở top của site rất dễ click
full: do bộ lọc của ddth chặn *** nên link biến thành dấu *** hết.các bạn xem link này nhé (nhớ xóa cái gạc ngang (-) giữa 8409825399_7950160277 là xem được)
2-đặt ads bên SB:
full :
3)đặt ads trước các bài viết cùng chủ đề (trước phần comment cũng rất dễ click)
full:
chúc anh em kiếm được nhiều tiền





Thứ Hai, 6 tháng 5, 2013

How to Activate Linx

Register and make money now



Step-by-Step Intructions


Implementing Chitika Linx is as easy as clicking a button, and will only take you a few seconds. Follow these 3 easy steps and boost your Chitika ad revenue by up to 20% today!

Step 1: Log into your account and visit your “Domains & Apps” tab at the top of the Publisher Panel

Step 2: Select the “Claimed” tab and find the site you want to implement Chitika Linx on (If you don’t know the difference between Claimed and Unclaimed sites, click here).

domains_page_-_claimed_tab_copy_(1)
Step 3: Check the box next to “Linx” and hit “Update Apps.” Your Chitika Linx ads will now start showing on your website.

Thứ Bảy, 23 tháng 2, 2013

Chitika – A Good Way To Make Money With Your Blog?

Register and make money now

Apply to be a Chitika Publisher!I recently got an email from the folks at Chitika which informed me that I could make referral commissions on anybody I refer to Chitika for a full 15 months. They even provided me a shortcut link to send my referral link out to Twitter. But, is Chitika really any good?
I have been using Chitika for some time over onPCMech.com. I do not put very much into the program and it has been very much one of my minority income streams. But, even without putting much into it, I have been making a couple hundred dollars per month with it. It might not be much, but considering how little “face time” it gets with my readers, I’m not complaining. And surely, if I took the time to optimize it, I could probably increase my monthly income fairly easily through Chitika.
If you’re not familiar, Chitika is a company which delivers search-targeted ads. The ads are completely compatible with Google Adsense and does not compete, so you don’t have to worry about running Chitika and Adsense on the same pages. Whenever a user clicks into your site via a search engine, Chitika will deliver that user a targeted ad block based on the keywords used to find your website. So, it is super-well targeted. And as of just a few days ago, they are no longer auditing traffic using these types of ads. The auditing process has been a source of frustration for publishers because it usually means your actual monthly income ends up being less than what your stats showed.
This is the kind of ad I am running on PCMech, which means the ads are only visible when the site is entered from a search engine. If you go directly to the site or click in from another site, you will see no ad from Chitika.
These ads have been working extremely well for Chitika, so much so that it appears as if they are now making this ad type their priority. When you log in as a publisher, this is the kind of ad you will see first. Only when you click the link for other ad types will you see the other options, including Lynx (contextual ads ala Kontera), whitespace ads (which use your site’s white space on larger screen resolutions), the eMiniMall and the Multiple Product Unit(or MPU). Those last two are PPC ads which lead primarily to products.
The other ad types they’ve offered have been pretty disappointing in the past and this is the primary reason Chitika hasn’t gotten much play on PCMech.com. The ads they’ve given were poorly targeted and generated very little revenue. So, I’m not surprised at all that theirPremium search-targeted ads are working so well. They alleviate the problem of poor targeting. With the new ad types, my CTR climbed dramatically and my income climbed to the point that it is.
Chitika works best when (1) you have a lot of incoming traffic from search engines, and/or (2) you have a product oriented website which people come to when looking for particular kinds of products (i.e. a review site). Additionally, you can make money by referring people to Chitika. That won’t work for everybody, but for some it can.
So, if you’re running a site and want to try making some extra month with it, I would recommend Chitika. I’m still not making enough from Chitika to justify replacing any of my other ad sources with Chitika, but specifically targeting my search traffic makes a lot of sense and it does provide a little boost to my income. If you run a review site, you could probably make a killing with Chitika. As anybody in this business will tell you, you want a bunch of different income streams and, for me, Chitika is one of them.


by blogmarketingacademy.com

Chitika Advertisers

Register and make money now



Chitika is an online advertising network that allows advertiser partners to serve ads directly to users, based on intent. Advertiser partners maximize potential revenue by leveraging Chitika’s technology which delivers your ad to the right user, at the right time. Ads are optimized and delivered to Chitika’s network of high-quality publishers through search targeted, mobile, and local ad units.
by chitika.comchitika.com

Chitika's Brittney Exline Makes the Washington Post's Coveted "Young Futurists of 2013" List


Register and make money now



It's not every day you get to work alongside the nation's youngest African American engineer, but at Chitika, we are lucky to every day! 20 year old Brittney Exline, one of our rock star Engineers, has been knocking down barriers for as long as she can remember. Brittney completed high school at the age of 15 and went on to attend the University of Pennsylvania where she majored in Computer Science and minored in psychology, classical studies, and math, so it was no surprise to us that she was featured this past Friday on Washington Post's The Root and ABC News blog The Grio, who called attention to her awe-inspiring journey through education and her career. A true "Chitikan" through and through, Brittney's zest for learning, passion, and drive has already made her a champion, with no signs of slowing down.
The Root has recognized Brittney as one of the nation's "Young Futurists of 2013," and The Grio put her on "The Grio's 100," which recognizes 100 African Americans who are making history in 2013. Check out the articles on The Root and The Grio here. Want to work with Brittney? We're hiring! Check out our latest job openings here: www.chitika.com/careers.


Twitter Delicious Facebook Digg Stumbleupon Favorites More