Thursday, 26 September 2013

Google Merchant Center Help Center - Product Listing Ads Support/Help

Live Help on skype :sunilyadavwebmaster

Total Guide To Product Listing Ads. 
We have a feeling this product will continue to expand and get cool, new features since it’s doing so well for our eCommerce accounts. But, there is so little information out there about how to set these up and make them work for you right now. We took it upon ourselves to put everything we know about PLAs into one, six part guide. We’ll be posting twice a week until all six parts are posted, so keep your eyes peeled!
Part 1: Setting Up Your Data Feed
Part 2: How to Set Up Your PLA Campaign
Part 3: How To Optimize Your PLA Campaign In Your Data Feed
Part 4: How to optimize your PLA campaign in AdWords
Part 5: Targeting Strategies
Part 6: Using Google Analytics To Measure Performance

Part 1: Setting Up Your Data Feed

Data feed definition and formats
Google defines a data feed as “a file made up of a list of products which use groupings of attributes that define each one of a merchant’s products in a unique way”.  By describing your products using these attributes, users can search and find your products more easily. One of the first important decisions is to choose the format of the data feed. The format needs to be selected according to your needs as a merchant as well as the ability to create the file. Google supports data feeds in two general formats, text (.txt) and XML (.xml). Smaller merchants are advised to use a .txt format, as it requires the least technical knowledge and can easily be created by using a spreadsheet editor, such as Excel or Google Doc.
The screenshot below shows the spreadsheet version of a product feed. Attribute names need to be included as headers in the first row, while the rows thereafter describe your items according to the attributes. When done adding all the products and corresponding attributes to the feed, the file needs to be saved as a tab-delimited file.
Untitled
The advantage of this file format is that it is simple to create and edit as long as you have a spreadsheet program. It is also easier to view multiple items. However, one major disadvantage is that is is easier to make formatting mistakes.
For more technical advanced merchants, the data feed can also be submitted as an extended version of RSS 2.0 or Atom 1.0. These files can be created and edited by using any text editor. When using RSS 2.0, there are three pre-defined elements at the item level, namely title, link, and description that are required for product data feeds. In order to include additional required elements as well as more detailed information about each product, Google extended RSS 2.00 by adding the Google Merchant Center feed namespace. Below is an example of a basic RSS 2.0 document for a single item:
<?xml version=”1.0″?>
<rss version=”2.0″
xmlns:g=”http://base.google.com/ns/1.0″>
<channel>
<title>The name of your data feed</title> <link>http://www.example.com</link> <description>A description of your content</description> <item> <title>Red wool sweater</title> <link> http://www.example.com/item1-info-page.html</link> <description>Comfortable and soft, this sweater will keep you warm on those cold winter nights.</description>
<g:image_link>http://www.example.com/image1.jpg</g:image_link> <g:price>25</g:price> <g:condition>new</g:condition>
<g:id>1a</g:id>
</item>
</rss>
Besides declaring the Google Merchant Center namespace (see yellow highlighting), a prefix within every attribute tag must be added to distinguish attributes from elements defined in RSS 2.0. Without the prefix, all the attributes and values would be ignored.
Compared to RSS 2.0, Atom 1.0 based data feeds require five pre-defined elements at the entry level – title, id, link, summary, and updated. To be able to include additional required elements as well as more detailed information on products, Google also extended Atom 1.0 and added the Google Merchant Center namespace. Here is an example of a basic Atom 1.0 document containing a single item:
<?xml version=”1.0″?>
<feed xmlns=”http://www.w3.org/2005/Atom”
xmlns:g=”http://base.google.com/ns/1.0″>
<title>The name of your data feed</title>
<link href=”http://www.example.com” rel=”alternate” type=”text/html” /> <updated>2006-06-11T18:30:02Z</updated>
<author> <name>Google</name> </author>
<id>tag:example.com,2006-06-11:/support/products</id>
<title>Red wool sweater</title>
<id>1a</id>
<link href=”http://www.example.com/item1-info-page.html” /> <summary>Comfortable and soft, this sweater will keep you warm on those cold winter nights.</summary>
<updated>2005-10-13T18:30:02Z</updated>
<g:image_link>http://www.google.com/images/google_sm.gif</g:image_link>  <g:price>25</g:price>
<g:condition>new</g:condition>
</entry>
</feed>
As with RSS 2.0, the namespace declaration (see highlighting) as well as including a prefix within every attribute tag, are required or any attributes and values will be ignored.
Google also recommends running through a checklist to ensure that the file is properly formatted:
  1. Filename must end with the .xml extension
  2. The feed filename you register in your Google Merchant Center account must match the name you assign to your file.
  3. Remember to include namespace declarations. These values should match exactly as shown: RSS 2.0: xmlns:g=http://base.google.com/ns/1.0 and xmlns:c-http://base.google.com/cns/1.0 and Atom 1.0: xmlns:g=http://base.google.com/ns/1.0 and xmlns:c=”http://base.google.com/cns/1.0”
  4. Verify the prefix included in the Google Merchant Center and Custom Google Merchant Center attribute tags matches the prefix defined in the namespace declaration.
  5. Remove attributes that do not contain any values.
Product Feed Specification
The screenshot below shows an overview of required and recommended attributes that need to be included in the data feed before it can be uploaded to Google Merchant Center. As the screenshot shows, some attributes are required, while others are recommended. Items like clothing/apparel or media might also need additional attributes. For a detailed list of attribute requirements, please visit: http://support.google.com/merchants/bin/answer.py?hl=en&answer=188494#US.
By not including required attributes, the specific items will not show up in Google Shopping results. In contrast to that, not providing any of the recommended attributes will only lead to items showing up less frequently.
It is also important to understand that item refers to a single variation of a product as a product might come in multiple variations – different color, material, pattern, or size.
Required attributes:
-       id: Each item has to have a unique identifier and the id cannot be re-used between feeds.
-       Title: This describes your item so include any characteristics such as color or brand to differentiate your item form others. The title can be up to 70 characters long.
-       Description: Use up to 10,000 characters to include further information about your item. Be aware that this is displayed in the shopping search results.
-       Product type: This field categorizes the category of the product submitted. You can either use Google’s category taxonomy or your own classification.
-       Link: This is the URL that links directly to your product.
-       Image link: This attribute will display an image of your item. The accepted image formats are GIF, JPG (or JPEG), PNG, BMP, and TIF.
-       Condition: The condition attribute lets the buyer know if your item is ‘new’, ‘refurbished’ or ‘used’.
-       Availability: This attribute declares whether your item is ‘in stock’, ‘available for order’, ‘out of stock’ or ‘preorder’.
-       Price: The price attribute needs to contain the most prominent price on the landing page and must include a currency according to ISO 4217 Standard.
-       Brand: This needs to be the brand name of the item, not the store name unless the product is manufactured by that store.
-       Gtin: This is the global trade item number for the specific item.
-       Mpn: The manufacturer part number of the item identifies the product to its manufacturer and specifies each item.
-       Gender/age group/color/size: required for apparel products
-       Tax: This attribute is only accepted in the US and can be used to override any merchant-level settings in your Google Merchant Center account.
-       Shipping: Provide specific shipping estimates for your items or override the shipping settings you submitted in your Google Merchant Center account.
-       Shipping weight: This attribute is required if you set up a shipping rule in the Merchant Center that is based on weight.
-       Item group id: This is required for all variant apparel products in the US.
-       Color: This defines the dominant color of an item but multiple colors can be added by using a ‘/’ in order of prominence.
-       Material: This attribute describes the material or fabric that an item is made out of.
-       Pattern: Pattern or graphic print featured on your item.
-       Size: Specific size of your product.
Additional attributes:
-       Google product category: This attribute is recommended as long as it is not required to further describe your item by category.
-       Additional image link: Any images that show your product/item from a different angle, images of packaging or variants of the product.
-       Sale price: This attribute shows the advertised sale price of the item and is recommended for items that are on sale.
-       Sale price effective date: This is used in conjunction with the sale price attribute and indicates the date range that applies to the sale price.
-       Adwords grouping: This attribute groups products in an arbitray way. It can only hold one value and can be used with CPC or CPA bidding.
-       Adwords labels: This attribute only works with CPC bidding but can hold multiple values.
-       Adwords redirect: This attribute allows advertisers to specify a separate URL that can be used to track traffic coming from Google Shopping.
-       Gender/age/size: While these attributes are required for all apparel items, it might also make sense to include it for any other items to further describe your products.
-       Color: Use this attribute to describe your items by color.
-       Online only: This attributes clarifies whether an item is available for purchase only online.
-       Excluded destination: By default your items appear in Google Commerce Search or Google Shopping.
-       Expiration date: This attribute shows the date that an item listing will expire.
Uploading your data feed
Once you successfully created your data feed, it is time to upload it to your Merchant Center account. All you have to do is the following:
  1. Sign into your Merchant Center account
  2. Go to Data Feeds -> New Data Feed
Untitled2
3. As a next step, you choose the country in which you want your products to display (if you want to target different countries, you have to submit a feed for each individual country as some countries have different attribute requirements).
4. Choose googlebase as the format and enter a name for your .txt file.
Untitled3
5. Save changes and go to “manual upload” and upload your feed.
Untitled5
Once you have uploaded your feed, Google will process and test your feed. Depending on the size of your file, it may take a while to process the feed. You can check back on the status of your data feed upload by clicking on the dashboard in the Google Merchant Center. A linked status will appear next to your file. Just click on this link, which will give you details about the feed validation. It will show any errors that will need to be fixed before you can upload your feed again. Be aware that it might take up to 24 hours for the products to start appearing in Google Shopping.
To review the quality of your data feed, go to the Products link in the left navigation bar within Merchant Center. This page displays the status of each product and will display up to 10,000 products randomly. If you have more than 10,000 products and want to see the status of specific products, you have to search for their status.
Untitled6
Feed Schedules and Upload Formats
Once you have uploaded the feed, it is scheduled to expire after 30 days. In order for your products to continue showing in Google Shopping results, you need to re-upload your feed. You can also either upload your feed on a daily basis or as frequently as your products or prices change.
While manual feed uploads are easy and usually don’t take a lot of time (processing the feed however may take longer depending on the size of your feed), you can also create a schedule to have your feed uploaded automatically without having to worry about it. Once you hit “create schedule” in your data feed overview, the following window will appear:
Untitled7
Just fill it out with the desired frequency, timing and location of your feed. (Important: The URL of your file location must begin with http://, https://, ftp://, or sftp://). Hit schedule to complete the set-up process.
This upload method requires the size of your file to be less than 1 gigabyte, and the user-agent “googlebot” cannot be blocked from the directory containing your feed. Moreover, the feed URL has to point directly to the data feed file in one of Google’s supported file formats.
Google Spreadsheet
Data feeds can also be submitted via Google Spreadsheets. For this option, either use the existing template that Google provides or submit a Google spreadsheet that you created yourself. When clicking on new data feed, just provide the target country, format and data feed file name and check the checkbox next to I want to use Google spreadsheet to store, edit and upload your feed. The next step is to either upload your data by generating a template feed or using an existing Google spreadsheet that contains all of your product information.
The spreadsheet must be viewable to everyone with a link. The advantage of this option is that it is simple to create and to update as content is uploaded directly from the information given in the spreadsheet. However, this format cannot be used to upload a large volume of data, ie files larger than 20MB.
FTP
FTP is an advanced method to submit data feeds to Google Merchant Center. This format has to be used for files larger than 20MB. The file also needs to be smaller than one gigabyte and has to be split in multiple smaller files if the original file is larger than this.
In your Merchant Center account, go to the Settings link, then click FTP
43
Enter a username and password for the FTP account and click Save Changes. It may take several hours before the account creation takes effect. Also, once the FTP account is created, the chosen username cannot be changed.
There are three methods for submitting your file via FTP.
-       Option 1: FTP your data feed using a web browser:
  • Open a browser window
  • Type ftp://uploads.google.com and click enter
  • Enter your FTP username and password, then select log on
  • Drag and drop your feed into the browser window and wait for the file to transfer. Once the icon for the file appears in the browser window, your file is uploaded.
-       Option 2: FTP your data feed using an FTP program:
  • You need a FTP program, FTP client, installed on your computer to use this method. The client will need to be configured so that you can connect to Google’s FTP server:
    • Host name: uploads.google.com
    • User: the FTP username you set up in Google Merchant Center
    • Password: the FTP password you set up in Google Merchant Center
    • Logontype: it should be set to normal, not anonymous.
-       Option 3: FTP your data feed using a DOS prompt
  • You can send your feed using DOS command prompt without having to use a FTP client:
    • From the Start menu, select Programs, then select MS-DOS Prompt, or from the Start menu, select Programs, then select Accessories, then select Command Prompt
    • When the black prompt screen appears, use ‘cd’ to get to the directory of your file is saved in.
    • Type in ftp uploads.google.com
    • When the FTP connection is made, the prompt will ask for your username. Enter the FTP username of your Google Merchant Center account.
    • Next please enter your password, which you set up in Google Merchant Center.
    • Type put <filename>. This command will send the file from your computer to Google’s FTP server.
    • After you get the “transfer complete” acknowledgement, you are done.
Google Cloud Storage
Developers can also use Google Cloud Storage to submit products to Merchant Center. However, some technical know-how and experience in programming applications is a must.
Google Cloud Storage is similar to an FTP server – you submit and access files with a file transfer client. Once you set up your Merchant Center account with Google Cloud Storage, Google automatically assigns a private bucket for your shopping data. The benefits of using this service are enhanced security, up to 10 gigabytes in size, and flexible infrastructure that can be used for other applications as well.
Submitting your product feed via Google Cloud Storage:
  1. Link your Google Cloud Storage and Merchant Center accounts
    1. Settings > Google Cloud Storage in Merchant Center account
    2. Select either Current user, or Different user with your Google Cloud Storage login email address
    3. Once you click on Link Google Cloud Storage, you will automatically be assigned a bucket for your product data listed under Google Cloud Storage bucket name.
    4. Prepare your data feeds:
      1. Create your data feed: http://support.google.com/merchants/bin/answer.py?hl=en&answer=187892
      2. Register your data feed in Merchant Center before submitting the feed
      3. Submit data feeds via Google Cloud Storage:
        1. Use either gsutil or gs python library to schedule uploads or most S3-compatible clients
        2. Verify your submission

Fore More Details Add me on SKYPE : sunilyadavwebmaster

Disclaimer :
This Blog is an independent Help provider of on-demand Google adwords/analytics/Product Listing Ads campaign support. We are an independent service provider of remote online support for adwords/analytics/Product Listing Ads campaign and are not affiliated to or associated with any such brands or trademarks.

Saturday, 29 June 2013

Phone Numbers No Longer Allowed in Google AdWords (PPC) Ad Copy

If you want to add a phone number in your AdWords ad, you'll need to use the call extensions feature. Starting in July, Google will begin disapproving any ads that include telephone numbers in the ad text, according to a recent policy update.
 The official word from Google:

In the next few weeks, we will no longer allow phone numbers to be used in the ad text of new ads. Advertisers who would still like to promote phone numbers in their AdWords advertising can use the call extensions feature. We're posting this alert now to provide adequate lead time to make ad changes. 
In April 2013, we will begin to disapprove ads that were using phone numbers in their ad text before the March 2013 policy change.
 While an ad like this is currently showing, once April rolls around that ad will no longer be allowed in AdWords:
 Advertisers will continue to be charged for a standard ad click every time a mobile user clicks on the forwarding phone number link or "Call" button (this is not a new charge), both of which can be seen in this screenshot: 
One cost Google is eliminating with AdWords enhanced campaigns upgraded call extensions is the $1 charge for using a Google forwarding number on ads that appear on desktop searches, such as this one.
 Using call extensions with a Google forwarding number allows you to measure conversions. You can find details such as phone impressions, phone calls, phone-through rate, and average cost per phone call in the Campaign and Ad Group tabs. 
According to Google, "your ad group will have to receive a minimum number of clicks to be able to show call extensions, and a minimum number of calls to show a Google forwarding number."



As you read above post we can say maximum call center will close in coming July 2013, But I have good new for all Tech Support Company – We have founded solution for Pay Per Call – no effect Google Policy in calls and give 100 to 300 call daily to client with same rate. 

Pay Per Call - Adwords Campaigns Management- Tech Support


We have a specialized team of Google Yahoo & Bing Certified Professionals .
Google Adwords which is well known for its advertising service as "Pay Per Click Advertisements" is the leading & affordable PPC Advertisings followed by the Yahoo sponsored search.
It fits to your requirements if you want Quick and Targeted Traffic with fruitful results.

•We are Expert in Pay per Call for tech support email issues, hotmail, gmail, yahoo, email hack, email spam, email sending spam I don't want, toolbar removal, toolbar virus, PC running too slow, java pogo error, pogo errors, blue screen, error loading page, password issues, can't get into email, adware remove, spyware remove, malware remove ,FarmVille errors, castleville errors, pogo won't work,Customer support for all of these issues

How we can manage it for you :
* Creation of highly targeted campaigns for emails and brands.
* Generate the absolute best keyword list for your target market.
* Evaluating keywords and search phrases to identify the best area for your site on which customers should be targetted.
* We have specialized team with thorough knowledge of all types of Pay Per Click Ads like - Google AdWords, Bing, Facebook, Linked In. Managing campaigs of about INR 5-90K per Day for each Technical Support Client.
Right infrastructure in your business will help you to achieve your business goals and improve your competitiveness. We can also help you to create best infrastructure for your business, we provides :
* Pay per Call / Pay per Click Advertising (Google Adwords & Bingads)
* Dynamic or Technical Support Website
We also offer high quality web related services like -
Web designing & development
Payment gateway for businesses
Search engine optimization
Branding

--
Thanks and Best Regards,
Sunil Yadav
Online Marketing Expert
Email Me @ sunilyadavwebmaster@gmail.com
Call Me @ +91-7503316692
Google adwords Certified Professional
Google Analytics Certified Professional
Yahoo, Bing and MSN Ads Certified Professional

Monday, 22 April 2013

Doubleclick for Advertiser (DFA) certified professional India

DoubleClick Search began in 2006, a tool for larger agencies and advertisers running large-scale online advertising campaigns across multiple platforms. It’s designed to manage the execution of paid search campaigns and centralize the measurement of performance across search and display advertising.

Yesterday i have got certificate form Google Doubleclick for Advertiser.



Tuesday, 22 January 2013

Google Panda Update 24, Jan. 22, 2013


Google has announced a new Panda refresh, making this version number 24.
This refresh has a noticeable impact 1.2% of English based queries according to Google.
The previous confirmed update was #23 and it impacted 1.3% of English queries on December 21, 2012. Prior to that was a refresh on November 21st that impacted 0.8% of queries. It seems like Google is now rolling out these updates every 4 weeks or so.
Last week there were significant reports of a Google update, which Google denied.
Here are all the releases so far for Panda:
  1. Panda Update 1, Feb. 24, 2011 (11.8% of queries; announced; English in US only)
  2. Panda Update 2, April 11, 2011 (2% of queries; announced; rolled out in English internationally)
  3. Panda Update 3, May 10, 2011 (no change given; confirmed, not announced)
  4. Panda Update 4, June 16, 2011 (no change given; confirmed, not announced)
  5. Panda Update 5, July 23, 2011 (no change given; confirmed, not announced)
  6. Panda Update 6, Aug. 12, 2011 (6-9% of queries in many non-English languages; announced)
  7. Panda Update 7, Sept. 28, 2011 (no change given; confirmed, not announced)
  8. Panda Update 8, Oct. 19, 2011 (about 2% of queries; belatedly confirmed)
  9. Panda Update 9, Nov. 18, 2011: (less than 1% of queries; announced)
  10. Panda Update 10, Jan. 18, 2012 (no change given; confirmed, not announced)
  11. Panda Update 11, Feb. 27, 2012 (no change given; announced)
  12. Panda Update 12, March 23, 2012 (about 1.6% of queries impacted; announced)
  13. Panda Update 13, April 19, 2012 (no change given; belatedly revealed)
  14. Panda Update 14, April 27, 2012: (no change given; confirmed; first update within days of another)
  15. Panda Update 15, June 9, 2012: (1% of queries; belatedly announced)
  16. Panda Update 16, June 25, 2012: (about 1% of queries; announced)
  17. Panda Update 17, July 24, 2012:(about 1% of queries; announced)
  18. Panda Update 18, Aug. 20, 2012: (about 1% of queries; belatedly announced)
  19. Panda Update 19, Sept. 18, 2012: (less than 0.7% of queries; announced)
  20. Panda Update 20 , Sep. 27, 2012 (2.4% English queries, impacted, belatedly announced
  21. Panda Update 21, Nov. 5, 2012 (1.1% of English-language queries in US; 0.4% worldwide; confirmed, not announced)
  22. Panda Update 22, Nov. 21, 2012 (0.8% of English queries were affected; confirmed, not announced)
  23. Panda Update 23, Dec. 21, 2012 (1.3% of English queries were affected; confirmed, announced)
  24. Panda Update 24, Jan. 22, 2013 (1.2% of English queries were affected; confirmed, announced)
  25. Panda Update 25 coming soon............
  26. Panda Update 26 coming soon............