Change in which values are allowed for Product Ads conditions?

Hi,
According to https://msdn.microsoft.com/en-US/library/bing-ads-product-ads-guide.aspx#conditions, the following Product Ads condition values are allowed:
New
Used
Refurbished
Remanufactured
Collectable
Open Box
But, around 3/14, all by the top three stopped working. I don't see any information about this in release notes. Can someone clarify if this is a temporary problem or permanent spec change.
Thanks,
Hans

Hi NMU,
I am not aware about SAP BW, can you try the following :
--If the report saved in SAP BW then delete the report and save a report which is reflecting your changes.
--Also try to create a new parameter with Country1 and add three countries and try to save the report.  If that is working then remove the Country paramenter (old) from the report.
Thanks,
Sastry

Similar Messages

  • Using MISSING FIELD VALUES ARE NULL for external table

    I want to place a null for values missing in the sub_account field. Here is my external table:
    CREATE OR REPLACE DIRECTORY INCOMING_ORDERS_log_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\INCOMING_ORDERS\log';
    CREATE OR REPLACE DIRECTORY INCOMING_ORDERS_bad_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\INCOMING_ORDERS\bad';
    create table ext_INCOMING_ORDERS_table (
    Account varchar(5),
    Sub_Account varchar(1),
    Override_Code varchar(1),
    Nomenclature varchar(28),
    chg_nbr varchar(3),
    quantity integer,
    U_I varchar(5),
    zipcode varchar(5),
    type_reject varchar(2)
    organization external
    type oracle_loader
    default directory user_dir
    access parameters
    records delimited by newline
    missing field values are null
    badfile INCOMING_ORDERS_bad_dir:'INCOMING_ORDERS%a_%p.bad'
    logfile INCOMING_ORDERS_log_dir:'INCOMING_ORDERS%a_%p.log'
    fields
    Account(1:5) char(5),
    Sub_Account(7:7) char(1),
    Override_Code(10:10) char(1),
    Nomenclature(11:38) char(28),
    chg_nbr(40:42) char(3),
    quantity(44:48) integer external,
    U_I(50:54) char(5),
    zipcode(56:60) char(5),
    type_reject(61:62) char(2)
    location('PTCLICK.MANUAL.NOMEN.TXT','PTCLICK.ORDERS.TXT', 'EUR_RES.TXT', 'MQ.TXT', 'BPRO.TXT')
    reject limit unlimited;
    How can I place the MISSING FIELD VALUES ARE NULL for missing values for the sub_account?

    made the change I received this error:
    SQL> select * from ext_INCOMING_ORDERS_table;
    select * from ext_INCOMING_ORDERS_table
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-00554: error encountered while parsing access parameters
    KUP-01005: syntax error: found "no": expecting one of: "comma, date_format,
    defaultif, enclosed, ltrim, lrtrim, ldrtrim, notrim, nullif, optionally, ),
    rtrim, terminated"
    KUP-01007: at line 7 column 26
    CREATE OR REPLACE DIRECTORY INCOMING_ORDERS_log_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\INCOMING_ORDERS\log';
    CREATE OR REPLACE DIRECTORY INCOMING_ORDERS_bad_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\INCOMING_ORDERS\bad';
    create table ext_INCOMING_ORDERS_table (
    Account varchar(5),
    Sub_Account varchar(1),
    Override_Code varchar(1),
    Nomenclature varchar(28),
    chg_nbr varchar(3),
    quantity integer,
    U_I varchar(5),
    zipcode varchar(5),
    type_reject varchar(2)
    organization external
    type oracle_loader
    default directory user_dir
    access parameters
    records delimited by newline
    badfile INCOMING_ORDERS_bad_dir:'INCOMING_ORDERS%a_%p.bad'
    logfile INCOMING_ORDERS_log_dir:'INCOMING_ORDERS%a_%p.log'
    fields
    Account(1:5) char(5),
    Sub_Account(7:7) char(1) NO PRESERVE BLANKS,
    Override_Code(10:10) char(1),
    Nomenclature(11:38) char(28),
    chg_nbr(40:42) char(3),
    quantity(44:48) integer external,
    U_I(50:54) char(5),
    zipcode(56:60) char(5),
    type_reject(61:62) char(2)
    location('PTCLICK.MANUAL.NOMEN.TXT','PTCLICK.ORDERS.TXT', 'EUR_RES.TXT', 'MQ.TXT', 'BPRO.TXT')
    reject limit unlimited;

  • Error in MIRO -  " No taxes on sales/purch.are allowed for account 174600

    Hi freinds,
    a have created new condition type for PO maintained the same Pricing procedure also .now my problem is while doing miro it is showing an error that " No taxes on sales/purch.are allowed for account 174600 1000, V0 is no is not allowed "
    pls help me out .
    regards,
    Rashmi

    Hi
    Fo to FS00 enter your GL and company code go to change made and then go to contoal data tab and then in Tax category
    select * or as per your requirment.
    regards

  • Set type COMM_PR_UNIT is not allowed for product type

    Hello all, I am working in SRM 7.0 and when I try to replicate service master (DNL_CUST_SRVMAS) I have this error:
    Set type COMM_PR_UNIT is not allowed for product type
    What can I do? I think that is an ABAP problem
    Thanks in advance
    Rosa Rodríguez

    Rosa,
    This note is something different and nothing to do with the issue. Can you share how did you resolve the DNL_CUST_SRVMAS issue? We are also getting same error.
    Thanks,
    Jagadish

  • How can we change the  color of the image for product display for different

    Hi All,
    How can we change the  color of the image for product display for different colors, to be displayed on site.
    jeff

    Hi priya,
    The requirement that you have stated is not a standard feature in ISA CRM. In order to do the same, you will need to modify the standard ISA code in Java. A common path for the solution would be as follows:
    1. Colours
        a. Maintain a text type for Color under the object - PCAT_ITM in Customizing.
        b. Modify the standard search of ISA to search within your new text type as well. (In standard it only searches in Description.
       c. Maintain all shirts colour data in the new type created in step a.
       d. Your requirement will be done!
    2. Price
      a. Use list prices for your shop and assign the appropriate condition type, acces in your catalog.
      b. Modify the standard search of ISA to search on the list prices as well.
      c. This too will be done!
    3. Accessories - This is very tricky, and will require some exploration. However, here's my opinion,
    a. Search for the standard function module, which will return the accessories when provided the product as an input.
    b. Modify this function module according to your requirement and ensure that it can be accessed remotely.
    c. Modify the JSP as in steps 1b and 2b above to call this new remote-enabled function module.
    d. Now you're done!!
    The ISA modification part is not so simple, you need a really good guy like "Sateesh Chandra" who'll be able to handle your requirements. This is all I could manage, hope it is some help to you!
    Thanks & Regards,
    Nelson.

  • Change selection criteria or check allowance for marking

    Hi,
    I have executed the costing in CK11N and saved the result. The costing run was successful without any error.
    When I want to Mark the cost in CK24, I am getting the below error. Kindly help to resolve this issue.
    Change selection criteria or check allowance for marking
    Message no. CKCC140
    Diagnosis
    No data was selected for marking.
    Possible causes:
    There is insufficient data in the selection screen to select the required cost estimates.
    The organizational measure was not carried out, or it was issued with a different costing variant to that of the cost estimates ( Marking Allowance).
    All the cost estimates contain errors.
    The cost estimates have already been marked or released.
    For detailed information, call up the log.
    thanks and regards
    Murugesan

    Dear Murugesan,
    First ensure in CK11N,you have saved the cost estimate without any error,the signal showing with green colour.
    Then in CK24,first take a test run for marking and then without the check box for test run.
    Before Executing this T Code for marking,click on marking allowance and ensure for the period,company code and the same
    costing variant and costing version,it shows green colour which indicates alloed for marking and release,otherwise,just click on
    your company code,enter the costing variant and costing version and save the datas.
    This should be done only once during the period begining.
    Once after doing this,ensure you have complete authorization for marking and release.
    Check and revert back.
    Regards
    Mangalraj.S

  • No taxes on sales/purch.are allowed for account 24910000 5000, V0 is not al

    Dear Sir,
    While  posting the amount from PLA HOLD to PLA account in J1IH ,getting an error
    No taxes on sales/purch.are allowed for account 24910000 5000, V0 is not allowed.
    This GL is PLA CESS.
    What could be the reason.
    Thanks
    deepti

    Hi
    This is a setting done by FI during G/L account master data creation. Hence the issue. Use T Code FS00 and check the control data for the relevant G/L account. Take the help of the FI consultant to make the changes.
    Regards,
    Jn.

  • Which Codec is designed for production work?

    Does anyone have a definitive answer to which Codec is designed for production work in FCP?
    NONE HD, current footage is in Apple MPEG-2, and I want to convert it in FCP to a good, fast working codec. There seems to be many to choose from, and I know that many are not smart to use. So which ones are good ones to convert and work in?
    I tried Apple ProRes422, but I could see a difference on screen in the quality of the original (MPEG-2) and the newly converted. I thought H264, but I was told this is NOT a production codec.

    http://documentation.apple.com/en/finalcutpro/professionalformatsandworkflows/in dex.html#chapter=10%26section=2%26hash=apple_ref:doc:uid:TempBookID-ReplacedWhen AssociatingWithMessierRevision-XDC1-SW4
    Shane

  • Does anyone know which companies use VirtualBox for Product QA testing?

    Hi guys,
    I am doing Software QA testing and currently looking into using virtualization tool.
    Does anyone know which companies use VirtualBox for Product QA testing?
    I know there are alot of companies using VMWare, but have never heard of any using VirtualBox?
    Help me out with the list. Does Oracle ever use their own VirtualBox for testing their own range of products?

    Well, Oracle uses internally more & more VirtualBox and we see more & more companies using VB instead of VMWare.
    Very similar, maybe VB better in memory management
    JB

  • How do I upload to Facebook in High Resolution using my iPhone. Do I need an app? Which ones are best for the job? (I know how to do it on a PC :) )

    How do I upload photos to Facebook in High Resolution using my iPhone. Do I need an app? Which ones are best for the job? (I know how to do it on a PC )

    100pat wrote:
    Thanks, I can do it fine from my Windows desktop PC, I just want to know how to do it from an iPhone4
    Like I said before ask facebook or look at their support site to see if that is even a feature.

  • No taxes on sales/ purch. are allowed for account 50600000 , v0 is not al

    Hi ,
    While posting in MIRO , the below error message is coming.
    No taxes on sales/ purch. are allowed for account 50600000 , v0 is not allowed .
    this account is P& L statement  account with Tax category blank in master data.
    please help me how to solve this issue..
    Thanks & regards,
    Hari priya

    Hi,
    Is it the Z message?, if so validations are hitting this message.
    'posting without tax allowed ' has a relevancy  only when you have tax category being filled up on the master data.
    Regards
    Suresh Addagiri
    SAP FICO/sabrix consultant

  • No taxes on sales/purch.are allowed for account 440080 1000, A2 is not allo

    hello gurus
    when evere we are doing the billing am getting the prob like this
    No taxes on sales/purch.are allowed for account 440080 1000, A2 is not allowed
    where we can assign cost center in SD
    can u pls tell me the procedure 
    thanks
    shameer

    Dear Shameer
    Go to FS00, input the G/L Account and click on Control Data tab. There maintain asterisk (like star) mark against the field "Tax Category"  This should solve your problem.
    thanks
    G. Lakshmipathi

  • Which archivelogs are required for restoring database

    I'm moving to RMAN direct to tape backups (via Netbackup). I'm hoping someone can clarify for me which archivelogs are needed for restoring/recovering a RMAN "hot" backup.
    I will have two tape pools with different retention periods:
    - standard (kept for 2 months)
    - long term (kept for 7 years)
    I plan to backup as follows:
    - archivelogs every 15 mins direct to the standard pool
    - daily backups to the standard pool
    - monthend backups to the long term pool
    Month ends will either be a full or a full plus a cumulative (level 2) (depending on the weekday that month end falls on).
    The bit I'm concerned about is archivelogs. After 2 months they will be expired on tape. But do I need archive logs in order to restore the month end backups?
    At the moment I record the SCN before the backup begins and after it finishes (retrieved via select first_change# first_scn from v$log where status = 'CURRENT'). Before recording the post-backup SCN, I force a logfile switch.
    For clones, I always restore to the post-backup SCN that I previously recorded (rather than using the tag I associated with the backup).
    So a few questions related to restoring after the 2 month window:
    - do I need the archivelogs created during the timespan of the backup ran in order to restore to the post-backup SCN?
    - If so, is just backing up these archivelogs (to the long term pool) by specifying the range of pre-backup SCN to post-backup SCN sufficient or are additional archivelogs likely to be required?
    - if I restore the database and don't specify an SCN but just specify the tag used at the time of the backup, will archive logs be required at all? In this case what would be the state of the restored database - would it be as it was at the beginning or at the end of the backup?

    Hi user4835675,
    do I need the archivelogs created during the timespan of the backup ran in order to restore to the post-backup SCN?Yes.
    If so, is just backing up these archivelogs (to the long term pool) by specifying the range of pre-backup SCN to post-backup SCN sufficient or are additional
    archivelogs likely to be required?Can you do a skip of the daily backup schedule duing the monthend backups run and run the "archivelogs every 15 mins" job to the long term pool?
    Or temporarily stop the "archivelogs every 15 mins" job during the monthend job and run the monthend backup with the "backup database plus archivelog" clause?
    if I restore the database and don't specify an SCN but just specify the tag used at the time of the backup, will archive logs be required at all?Yes, you need archivelogs to recover the datafiles to a consistent state.
    In this case what would be the state of the restored database - would it be as it was at the beginning or at the end of the backup?You can only restore to a point in time which past the end of the backup.
    Rgds,
    Tycho

  • Which topics are required for CRM consultants from BW consultants

    hi experts,
    In which scenario BW consultants will hepfull to the CRM consultants, It means what type information they will require from BW consultants.
    In BW which topics are usefull for CRM consultants.
    thanks & regards
    venkat

    Dear Desu siva anjith,
    you just understand how to prepare reports and how these reports are related to crm.....
    learn what u  need in crm.....
    shaik..

  • Which upgrades are relevant for me?

    Hi all.
    I am going to order the new iMac 21,5" 2.9 GHz and I need some help figuring out which upgrades are relevant for me.
    I am going to use the iMac for the following:
    - Webdesign (my profession)
    - Photoshop and perhaps other Adobe applications
    - Lots and lots of multitasking and many tabs in browsers
    - Screen Flow application (screen recording software)
    - Dual boot with Windows 7
    - Time Capsule backups
    - Gaming (Sims 3 primarily - in Windows 7)
    I want it to be "future proof", but since hyperthreading isn't widely used in applications yet and people write that the majority of people never go beyond 4GB of RAM i'm onsure whether I should upgrade the CPU and RAM.
    Also, since the iMac 21,5" is not user-upgradeable after you get it, I want to make sure that I don't end up having a slow computer that I wish I would have made better/faster. I just want it to function fast and smooth. Today I have a MBP 15" medio 2009, 2.66 Ghz Intel Core 2 Duo, 4GB RAM, which I think performs overall well but is a bit slow sometimes.
    The only upgrade I seem sure of for now is the 1TB Fusion Drive.
    Thanks in advance!

    Although I am sure you have seen all this ... this is the formal description of that machine. Apple (United Kingdom) - iMac - Technical Specifications
    I cannot answer you questions about the specific tasks you plan to use it for; they are simply outside of my knowledge base, but you do raise points about being 'future proof', as you describe it, and I am afraid Apple is no more future proof than any other computer.  It is a fact that the sales of Apple machines rely on upgrading at periodic intervals, often using upgrades that were designed and known about two years before.   That, I'm afraid, is business.
    As far as the RAM is concerned you will have to decide between 8 GB and 16 GB when you order it as it cannot be RAM increased afterwards.   (The 27" can, I understand.
    Very much based on talk within the forums but I hope this is of some help to you.

Maybe you are looking for

  • After iOS 8 update wifi is so slow and battery life is much worse

    After installing iOS8 on my 5s the wifi and 3G has slowed remarkably down. The facebook app now doesn't refresh unless I turn the phone off and on again and safari takes an age to load it's pages. Also the battery life is even worse than before. I us

  • Regarding ibots in obiee 11g

    Hi All, i have got one requirement from client. he wants the report in mail. for that i configured ibots. but they want conditional ibot . i have seen it but not able to understand since they want condition on the value of rows not on count of rows.

  • IPhone App is crashing and been asking for support for 4 days with no luck, worst support ever!!

    PLATFORM AND VERSION iOS ifood application closes as soon as it is launched. DESCRIPTION OF PROBLEM ifood application closes as soon as it is launched. tested it on xcode simulator locally and online, test devices directly through xcode and everythin

  • Collection showing HTML code in report

    I'm trying to upgrade/rebuild an application. It was in 3.2 and now I'm moving to 4.1. Since APEX doesn't allow two tabular forms on the same page, I was trying to use collection handling to do the same thing, but I'm running into something I never s

  • Error while accessing Sales-force adapter response variable

    Hi, Using salesforce adapter we are creating an account. Based on the response planning to proceed the next flow. But while accessing success variable in the salesforce response. we are getting following exception: The <from> value is invalid. The re